@charset "utf-8";
/* CSS Document */

html{
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #603318;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.bkg{
  background-image: url(../img/bkg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: 100% auto;
}
.sec_tit h2 span.noto{
  font-family: 'Noto Sans JP', sans-serif;
  color: #603318;
  font-weight: 400;
}
.kd{
  font-family: 'Kaisei Decol', serif;
}
.kdr{
  color: #de5325;
}
img{
	max-width: 100%;
 height: auto;
}
a{
	text-decoration: none;
}
p{
  line-height: 1.5em;
}
.SP{
  display: none;
}
.sp_nav_area{
  display: none;
}
.sec_tit{
  margin-bottom: 80px;
}
.sec_tit h2{
  font-family: 'Kaisei Decol', serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  line-height: 1.3em;
}
.sec_tit h2 span{
  color: #de5325;
  font-weight: bold;
}
.sec_tit_st h2{
  writing-mode: horizontal-tb;
  text-align: center;
}
.ye_bkg_l{
  background-image: url(../img/bkg_yellow_l.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left;
}
.ye_bkg_r{
  background-image: url(../img/bkg_yellow_r.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: right;
}
.ye_bkg{
  background-image: url(../img/bkg_yellow.webp);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
.header_inner .ye_bkg{
  position: absolute;
  width: 90%;
  top: 0;
  left: 0;
  height: 1000px;
  border-radius: 0 0 80px 0;
}
.sec_inner{
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.sec_inner_ye{
  padding: 0;
}
.border_beans{
  display: block;
  width: 90px;
  margin: 80px auto 0 auto;
}
.border_beans.bb_1:hover{
  content: url(../img/bb_1.svg);
  width: 95px;
  height: 32px;
  transition: all;
}
.border_beans.bb_2:hover{
  content: url(../img/bb_2.svg);
  width: 95px;
  height: 32px;
  transition: all;
}
.border_beans.bb_3:hover{
  content: url(../img/bb_3.svg);
  width: 95px;
  height: 32px;
  transition: all;
}
.border_beans.bb_4:hover{
  content: url(../img/bb_4.svg);
  width: 95px;
  height: 32px;
  transition: all;
}
/*header*/
.nav_box{
  width: fit-content;
  padding: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.nav_box .header_beans{
  width: 90px;
  display: block;
  margin: 0 auto;
}
.nav_box .header_logo{
  width: 220px;
  display: block;
  margin: 50px auto 70px auto;
}
.nav_box ul{
  width: fit-content;
  margin: 0 auto;
}
.nav_box li{
  padding: 10px 0;
  display: block;
  width: fit-content;
}
.nav_box a{
  font-family: 'Kaisei Decol', serif;
  font-size: 18px;
  color: #603318;
  font-weight: bold;
}
.nav_box a img{
  width: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.nav_box a:hover img{
  transform: rotate(30deg);
  transition: .2s;
}
.nav_box li:last-of-type a{
  color: #fff;
}
.nav_box li:last-of-type{
  background-color: #de5325;
  border-radius: 50px;
  padding: 10px 20px;
  margin-left: -20px;
  margin-top: 15px;
}
#mv_pc,#mv_sp{
  display: block;
  width: 75%;
  max-width: 1500px;
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}
#mv_pc,#mv_sp{
  height: 870px;
}
#mv_pc video,#mv_sp video{
  border-radius: 0 0 0 80px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#mv_sp{
  display: none;
}
.header_inner{
  position: relative;
  height: 1000px;
}
/*footer*/
footer{
  background-image: url(../img/footer_bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 20px 0;
  text-align: center;
}
footer img{
  width: 210px;
  display: block;
  margin: 0 auto 60px auto;
}
footer p{
  font-weight: bold;
}
footer p a{
  color: #603318;
}
small{
  display: block;
  margin: 80px auto 0 auto;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
}
/*greeting*/
.greeting_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 60px;
}
.greeting_inner p{
  background-color: rgba( 255, 255, 255, 0.3);
  max-width: 500px;
  line-height: 1.8em;
}
.greeting_inner span{
  display: block;
  margin: 20px 0 0 auto;
  text-align: right;
}
/*kodawari*/
.kodawari_no{
  position: relative;
  width: 100px;
}
.kodawari_no img{
  position: absolute;
  width: 86px;
  height: 106px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kodawari_no p{
  position: absolute;
  text-align: center;
  display: block;
  width: fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: 'Kaisei Decol', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
}
.kodawari_inner dt h3{
  font-family: 'Kaisei Decol', serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3em;
}
.kodawari_inner .kodawari_tit{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.kodawari_inner dt{
  max-width: 441px;
}
.kodawari_inner dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
.kodawari_inner dl.reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.kodawari_inner dl:last-of-type{
  margin-bottom: 0;
}
.kodawari_btm{
  margin-top: -1px;
}
/*product*/
.product_inner dd{
  width: 500px;
  background-color: rgba(250,242,212,0.8);
  border-radius: 0 0 80px 0;
}
.pro_dd_inner{
  max-width: 380px;
  width: fit-content;
  margin: 0 auto;
  padding: 40px;
}
.pro_name{
  position: relative;
  height: 100px;
  width: 205px;
  margin: 0 auto 40px auto;
}
.pro_name img{
  width: 112px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pro_name p{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Kaisei Decol', serif;
  width: fit-content;
  line-height: 1em;
  height: 56px;
  margin: auto;
}
.pro_name span{
  display: block;
  color: #de5325;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: .05em;
  height: fit-content;
}
.product_inner dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-bottom: 50px;
}
.product_inner dl:last-of-type{
  margin-bottom: 0;
}
.product_inner .dt_l{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dt_l dd{
  margin-right: -40px;
  z-index: 99999;
}
.dt_r dd{
  margin-left: -40px;
  z-index: 99999;
}
.age_slide{
  margin: 80px auto 60px auto;
  max-width: 100%;
}
.age_slide.PC img{
  max-width: calc(90%/3);
}
.age_slide.SP{
display: none;
}
.age_slide.PC{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 40px;
}
/*process*/
.process_top{
  margin-bottom: -1px;
}
.process_inner li{
  width: 350px;
}
.k_sub{
  width: 66px;
  height: 66px;
  position: absolute;
}
.proc_tit{
  position: relative;
  height: 110px;
  width: 110px;
  margin: 0 auto -10px auto;
  z-index: 999999;
}
.k_main{
  width: 110px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.proc_tit h3{
  display: block;
  width: 78px;
  height: fit-content;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Kaisei Decol', serif;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.proc_cont p{
  padding: 20px 5px 0 5px;
  letter-spacing: 0.05em;
}
.k_sub.k1{
  right: -39px;
  top: -39px;
}
.k_sub.k2{
  right: -47px;
  top: -25px;
}
.k_sub.k3{
  right: -64px;
  top: 19px;
}
.k_sub.k4{
  right: -53px;
  top: 53px;
}
.k_sub.k5{
  right: -41px;
  top: 78px;
}
.k_sub.k6{
  right: 20px;
  top: 103px;
}
.k_sub.k7{
  right: 55px;
  top: 95px;
}
.k_sub.k8{
  right: 90px;
  top: 69px;
}
.k_sub.k9{
  right: 103px;
  top: 22px;
}
.k_sub.k10{
  right: 99px;
  top: -6px;
}
.k_sub.k11{
  right: 81px;
  top: -39px;
}
.process_inner ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 75px;
}
/*company*/
.sec_company tr th{
  background-color: #603318;
  padding: 10px;
  width: 150px;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
  line-height: 1.3em;
}
.sec_company tr td{
  padding: 15px 0 15px 15px;
  line-height: 1.3em;
}
.sec_company table{
  width: fit-content;
  margin: 0 auto;
}
.sec_company tr td a{
  color: #603318;
}
/*sdgs*/
.sdgs_btm{
  margin-top: -1px;
}
.sdgs_inner dt{
  max-width: 485px;
}
.sdgs_inner dt img{
  width: 63px;
  display: block;
  margin: 0 auto 20px auto;
}
.sdgs_inner h3{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Kaisei Decol', serif;
  margin-bottom: 30px;
  line-height: 1.3em;
}
.sdgs_inner dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.sdgs_inner dl:last-of-type{
  margin-bottom: 0;
}
/*recruit*/
.recruit_inner{
  width: fit-content;
  margin: 0 auto;
}
.recruit_inner dt{
  position: relative;
  height: 70px;
  width: 60px;
}
.recruit_inner dt img{
  position: absolute;
  width: 57px;
  height: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.recruit_inner dt p{
  font-weight: bold;
  text-align: center;
  position: absolute;
  height: fit-content;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.recruit_inner dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}
/*contact*/
.contact_top{
  margin-bottom: -1px;
}
form#mail_form {
	width: 600px;
	margin: 0 auto;
}
form#mail_form dl{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 2px;
}
form#mail_form dl dt {
	padding: 15px 20px;
  background-color: #603318;
  color: #fff;
  font-weight: bold;
  width: 130px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
form#mail_form dl dd {
	padding: 15px 0 15px 5%;
  width: 370px;
}
form#mail_form dl dt span {
	display: inline;
	color: #fff;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 100%;
  width: 100%;
	height: 2em;
	padding: 2px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form#mail_form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form#mail_form ul {
	list-style-type: none;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form p#form_submit {
	width: 100%;
	margin: 0 auto;
}

form#mail_form input.submit_btn {
	padding: 9px 50px;
	vertical-align: middle;
	background: #de5325;
	border: 1px solid #de5325;
	border-radius: 50px;
	color: #fff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
  font-weight: bold;
  margin-bottom: 2px;
}
form#mail_form input.submit_btn.off{
  background: #ccc;
	border: 1px solid #ccc;
  pointer-events: none;
}
form#mail_form input.submit_btn:hover {
	cursor: pointer;
	opacity: .8;
  transition: .3s;
}
form#mail_form input#form_submit_button {
	display: block;
  margin: 0 auto;
  width: fit-content;
}
form > p{
  font-weight: bold;
  color: #de5325;
  padding-bottom: 15px;
}
.pp_outer{
  margin: 30px auto;
}
.pp_outer > p{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.pp_txt{
  margin: 15px auto 30px auto;
}
.pp_txt p{
  font-size: 14px;
  background-color: #fff;
  padding: 15px;
  border: solid 1px #603318;
  height: 195px;
  overflow-y: scroll;
}
.pp_txt p a{
  color: #603318;
  border-bottom: solid 1px #603318;
}
.pp_txt p a.tel{
  border: none;
}
.pp_txt p::-webkit-scrollbar{
  width: 10px;
}
.pp_txt p::-webkit-scrollbar-track{
  background-color: #fff;
}
.pp_txt p::-webkit-scrollbar-thumb{
  background-color: #de5325;
}
.pp_check input[type=checkbox] {
  display: none;
}
.pp_check{
  width: fit-content;
  margin: 0 auto;
}
.pp_check .pp_c {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-weight: bold;
}
.pp_c::before {
  background: #fff;
  border: 1px solid #603318;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_c::after {
  border-right: 6px solid #de5325;
  border-bottom: 3px solid #de5325;
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}
input[type=checkbox]:checked + .pp_c::before {
  border-color: #666;
}
input[type=checkbox]:checked + .pp_c::after {
  opacity: 1;
}
.ye_bkg_l.last_ye{
  padding-bottom: 100px;
}
/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.tim_2 {transition-delay: .2s;}
.tim_3 {transition-delay: .4s;}
.tim_4 {transition-delay: .6s;}
.tim_5 {transition-delay: .8s;}

/*thanks*/
body.thanks_page .header_inner{
  height: 80px;
}
body.thanks_page .sp_nav_area{
  display: block;
}
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 99999999999999;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99999999999999999;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:first-of-type {
  top: 4px;
}
.toggle_btn span:nth-of-type(2) {
  top: 11px;
}
.toggle_btn span:nth-of-type(3) {
  bottom: 9px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open .toggle_btn span:first-of-type, .open .toggle_btn span:nth-of-type(3) {
  width: 16px;
}
.open .toggle_btn span:first-of-type{
  -webkit-transform: translate(-3px,2px) rotate(-45deg);
  transform: translate(-3px,2px) rotate(-45deg);
}
.open .toggle_btn span:nth-of-type(3) {
  -webkit-transform: translate(-3px,-2px) rotate(45deg);
  transform: translate(-3px,-2px) rotate(45deg);
}
@media screen and (max-width: 400px) {
  nav {
    left: -258px;
    width: 258px;
  }
}
@media screen and (max-width: 400px) {
  .open .toggle_btn {
    left: 290px;
  }
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 9999998;
  cursor: pointer;
}
main {
  width: 100%;
  transition: all .5s;
}
.toggle_btn{
  width: 50px;
}
.sp_beans{
  position: absolute;
  top: -19px;
  left: -15px;
}
#navArea{
  width: fit-content;
  padding: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
#navArea .header_beans{
  width: 90px;
  display: block;
  margin: 0 auto 30px auto;
}
#navArea .header_logo{
  width: 220px;
  display: block;
  margin: 50px auto 70px auto;
}
#navArea ul{
  width: fit-content;
  margin: 0 auto;
}
#navArea li{
  display: block;
  width: fit-content;
}
#navArea a{
  font-family: 'Kaisei Decol', serif;
  font-size: 16px;
  color: #603318;
  font-weight: bold;
}
#navArea a img{
  width: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
#navArea a:hover img{
  transform: rotate(30deg);
  transition: .2s;
}
#navArea li:last-of-type a{
  color: #fff;
}
#navArea li:last-of-type{
  background-color: #de5325;
  border-radius: 50px;
  padding: 0;
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
}
.sp_logo{
  width: 120px;
  position: absolute;
  z-index: 999999;
  right: 20px;
  top: 15px;
}
.thanks_inner{
  text-align: center;
}
.thanks_inner a{
  background-color: #de5325;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
  padding: 20px 50px;
  border-radius: 50px;
  width: fit-content;
}
.thanks_inner a:hover{
  opacity: .8;
  transition: .3s;
}
/*-----------
responsive
------------*/
@media screen and (max-width:1500px){
  .process_inner ul{
    gap: 50px;
  }
}
@media screen and (max-width:1400px){
  #mv_pc video{
    height: 710px;
  }
  .nav_box{
    padding: 40px;
  }
  .nav_box .header_logo{
    transform: scale(0.8);
    margin-bottom: 40px;
  }
  .header_inner .ye_bkg{
    height: 800px;
  }
  .header_inner{
    height: 800px;
  }
}/*1400*/
@media screen and (max-width:1300px){
  .process_inner ul{
    gap: 35px;
  }
}/*1300*/
@media screen and (max-width:1250px){
  .sec_inner{
    max-width: 90%;
  }
  .process_inner ul{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kodawari_inner dl{
    gap: 30px;
  }
  .sdgs_inner dt{
    max-width: 400px;
  }
  .kodawari_inner dd{
    max-width: 40%;
  }
  .sdgs_inner dd{
    max-width: 40%;
  }
}/*1250*/
@media screen and (max-width:1200px){
  .nav_box{
    padding: 30px;
  }
}/*1200*/
/*sp*/
@media screen and (max-width:1000px){
  .greeting_inner{
    display: block;
  }
  .greeting_inner img{
    display: block;
    margin: 0 auto 30px auto;
  }
  .greeting_inner p{
    width: 100%;
    max-width: 100%;
  }
  .kodawari_inner dl{
    display: block;
    margin-bottom: 80px;
  }
  .kodawari_inner dt{
    max-width: 90%;
    margin: 0 auto;
  }
  .kodawari_inner dd{
    max-width: 80%;
    margin: 0 auto;
  }
  .kodawari_inner .kodawari_tit{
    width: fit-content;
    margin: 0 auto 60px auto;
  }
  .kodawari_inner dt .kodawari_no p{
    margin: auto;
  }
  .kodawari_inner dt p{
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  .kodawari_inner dd{
    text-align: center;
  }
  .product_inner dl{
    display: block;
  }
  .product_inner dl dt{
    text-align: center;
  }
  .dt_l dd{
    margin-right: 0;
    margin-top: -40px;
  }
  .dt_r dd{
    margin-left: 0;
    margin-top: -40px;
  }
  .product_inner dd{
    width: 100%;
  }
  .sdgs_inner dl{
    display: block;
  }
  .sdgs_inner dt{
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  .sdgs_inner dd{
    max-width: 100%;
    text-align: center;
  }
  .sp_nav_area{
    display: block;
  }
  .nav_box.PC{
    display: none;
  }
  #mv_pc{
    width: 98%;
  }
  .r_tops{
    content: url(../img/m_r_top.webp);
    margin-bottom: -1px;
  }
  .r_btms{
    content: url(../img/m_r_btm.webp);
    margin-top: -1px;
  }
  .l_tops{
    content: url(../img/m_l_top.webp);
    margin-bottom: -3px;
  }
  .l_btms{
    content: url(../img/m_l_btm.webp);
    margin-top: -1px;
  }
}/*1000*/
@media screen and (max-width:816px){
  .process_inner li:last-of-type{
    margin-top: 40px;
  }
}
@media screen and (max-width:700px){
  form > p{
    text-align: center;
  }
  form#mail_form{
    width: 100%;
  }
  form#mail_form dl{
    display: block;
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  form#mail_form dl dt{
    display: block;
    width: 90%;
    padding-right: 0;
  }
  form#mail_form dl dd{
    display: block;
    width: 90%;
    max-width: 90%;
    padding-left: 0;
    padding-top: 10px;
  }
  .pp_txt{
    max-width: 90%;
  }
  .age_slide.PC{
    display: none;
  }
  .age_slide.SP{
    display: block;
    }
    #age_slide .slick-slide {
      width: 76.571vw;
      max-width: 100%;
      height: 48.714vw;
      position: relative;
      overflow: hidden;
    }
    #age_slide .slick-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
}/*700*/
@media screen and (max-width:500px){
  .age_slide{
    margin: 50px auto;
  }
  #mv_pc{
    display: none;
  }
  #mv_sp{
    display: block;
    height: 580px;
    width: 98%;
  }
  .header_inner .ye_bkg{
    height: 650px;
  }
  .header_inner{
    height: 650px;
  }
  .sec_tit{
    margin-bottom: 50px;
  }
  .sec_tit h2{
    font-size: 25px;
  }
  .r_tops{
    content: url(../img/sp_r_top.webp);
    margin-bottom: -1px;
  }
  .r_btms{
    content: url(../img/sp_r_btm.webp);
    margin-top: -1px;
  }
  .l_tops{
    content: url(../img/sp_l_top.webp);
    margin-bottom: -3px;
  }
  .l_btms{
    content: url(../img/sp_l_btm.webp);
    margin-top: -1px;
  }
  .sdgs_inner dd{
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .kodawari_no{
    width: 98px;
  }
  .kodawari_no p{
    font-size: 16px;
  }
  .kodawari_no img{
    width: 70px;
    height: 106px;
  }
  .kodawari_inner dt h3{
    font-size: 18px;
  }
  .product_inner dt{
    max-width: 90%;
    margin: 0 auto;
  }
  .pro_name p{
    font-size: 20px;
  }
  .pro_name span{
    font-size: 12px;
  }
  .pro_name img{
    width: 90px;
  }
  .pro_name{
    height: 54px;
  }
  .k_sub{
    width: 50px;
    height: 50px;
  }
  .proc_tit h3{
    font-size: 20px;
  }
  .proc_tit{
    height: 95px;
    width: 95px;
  }
  .k_main{
    width: 95px;
    height: 95px;
  }
  .k_sub.k1 {
    right: -26px;
    top: -26px;
  }
  .k_sub.k2 {
    right: -34px;
    top: -12px;
  }
  .k_sub.k3 {
    right: -45px;
    top: 19px;
  }
  .k_sub.k4 {
    right: -37px;
    top: 53px;
  }
  .k_sub.k5 {
    right: -28px;
    top: 71px;
  }
  .k_sub.k6 {
    right: 20px;
    top: 90px;
  }
  .k_sub.k7 {
    right: 51px;
    top: 81px;
  }
  .k_sub.k8 {
    right: 78px;
    top: 62px;
  }
  .k_sub.k9 {
    right: 91px;
    top: 22px;
  }
  .k_sub.k10 {
    right: 83px;
    top: -6px;
  }
  .k_sub.k11 {
    right: 54px;
    top: -36px;
  }
  .process_inner li{
    max-width: 100%;
    width: 300px;
  }
  .sec_company tr th{
    width: 75px;
    font-size: 14px;
  }
  .sec_company tr td{
    font-size: 14px;
  }
  .sdgs_inner h3{
    font-size: 20px;
  }
  .sdgs_inner dt img{
    width: 50px;
    margin-bottom: 20px;
  }
  footer img{
    width: 150px;
  }
  footer p{
    font-size: 14px;
  }
  .sec_inner{
    padding: 60px 0;
  }
  .sec_inner_ye{
    padding: 0;
  }
  .kodawari_inner .kodawari_tit{
    display: block;
  }
  .kodawari_no{
    height: 90px;
    margin: 0 auto 20px auto;
  }
  .kodawari_inner .kodawari_tit{
    margin-bottom: 30px;
  }
  .dt_r dd,.dt_l dd{
    margin-top: -20px;
  }
}