/* ============================================ */
/*! destyle.css v3.0.0  */

/* Reset box-model and set borders */
/* ============================================ */
*,::before,::after {box-sizing: border-box;border-style: solid;border-width: 0;}
/* Document */
/* ============================================ */
html {line-height: 1.6;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent; }
/* Sections */
/* ============================================ */
body {margin: 0;}
main {display: block;}
/* Vertical rhythm */
/* ============================================ */
p,table,blockquote,address,pre,iframe,form,figure,dl {margin: 0;}
/* Headings */
/* ============================================ */
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;margin: 0;}
/* Lists (enumeration) */
/* ============================================ */
ul,ol {margin: 0;padding: 0;list-style: none;}
/* Lists (definition) */
/* ============================================ */
dt {font-weight: bold;}
dd {margin-left: 0;}
/* Grouping content */
/* ============================================ */
hr {box-sizing: content-box;height: 0;overflow: visible;border-top-width: 1px;margin: 0;clear: both;color: inherit;}
pre {font-family: monospace, monospace;font-size: inherit;}
address {font-style: inherit;}
/* Text-level semantics */
/* ============================================ */
a {background-color: transparent;text-decoration: none;color: inherit;}
abbr[title] {text-decoration: underline dotted; /* 2 */}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace; /* 1 */font-size: inherit; /* 2 */}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Replaced content */
/* ============================================ */
svg,img,embed,object,iframe {vertical-align: bottom;}
/* Forms */
/* ============================================ */
button,input,optgroup,select,textarea {-webkit-appearance: none;appearance: none;vertical-align: middle;color: inherit;font: inherit;background: transparent;padding: 0;margin: 0;border-radius: 0;text-align: inherit;text-transform: inherit;}
[type="checkbox"] {-webkit-appearance: checkbox;appearance: checkbox;}
[type="radio"] {-webkit-appearance: radio;appearance: radio;}
button,[type="button"],[type="reset"],[type="submit"] {cursor: pointer;}
button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled {cursor: default;}
:-moz-focusring {outline: auto;}
select:disabled {opacity: inherit;}
option {padding: 0;}
fieldset {margin: 0;padding: 0;min-width: 0;}
legend {padding: 0;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
label[for] {cursor: pointer;}
/* Interactive */
/* ============================================ */
details {display: block;}
summary {display: list-item;}
[contenteditable]:focus {outline: auto;}
/* Tables */
/* ============================================ */
table {border-color: inherit;border-spacing: 0;box-sizing: border-box;border-collapse:collapse;}
caption {text-align: left;}
td,th {vertical-align: top;padding: 0;}
th {text-align: left;font-weight: bold;}
/* original */
/* ============================================ */
em {font-style: normal;}
/* ============================================ */
/* reset end  ================================= */
/* ============================================ */


/*==========================================
base
============================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

@media all and (-ms-high-contrast: none) {
  body {
  font-family: 'Noto Sans JP', sans-serif;
  }
}
.wrap{
  overflow: hidden;
}
.container{
    margin:0 auto;
    width: 100%;
    max-width: 1180px;
    padding: 0 40px;
}
main.page-main section{
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:768px){
  .container{
    padding: 0 16px;
  }
  body{
    font-size: 14px;
  }
}


/*ページ共通*/
.ttl_1 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin: 20px auto 40px;
  line-height: 1.6;
  letter-spacing: 10px;
  max-width: 800px;
  padding-bottom: 10px;
  border-bottom: solid 1px #0C68AB;
}
.ttl_2 {
  font-size: 14px;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" ;
  color: #6E84A5;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.ttl_3{
  font-size: 30px;
  font-weight: 600;
  margin-left: 30px;
  letter-spacing: 5px;
  /* padding-bottom: 40px; */
  /* margin-top: -22px; */
}
.ttl_4{
  font-size: 22px;
  font-weight: 600;
  color: #0C68AB;
  margin-bottom: 20px;
}
.more-button{
  font-weight: 600;
  width: 100%;
  max-width: 278px;
  background-color: #76B7EF;
  padding: 22px 30px;
  margin-top: 40px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
}
.more-button img{
  display: block;
}
.contents-button{
  width: 100%;
  padding: 25px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #D5CEC3;
}
.contents-button img{
  display: block;
}
a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.contents-top{
  padding-top: 60px;
}
.contents-top .ttl_1 br{
  display: none;
}
.contents-top p{
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}
.bg-brown-top{
  margin: 0 auto;
}
.sp-only{
 display: none;
}
.margin-b80{
  margin-bottom: 80px;
}
.margin-b40{
  margin-bottom: 40px;
}

@media screen and (max-width:768px){
  .ttl_1 {
    font-size: 24px;
    text-align: center;
    margin: 16px auto 30px;
  }
  .ttl_3{
    font-size: 24px;
    /* padding-bottom: 30px; */
    margin-top: -17px;
    line-height: 1.3;
  }
  .ttl_4{
    font-size: 20px;
  }
  .bg-brown{
    padding: 0 16px;
  }
  .contents-top{
    padding-top: 40px;
  }
  .contents-top .ttl_1 br{
    display: initial;
  }
  .contents-top p{
    /* text-align: left; */
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
   }
}
/*==========================================
header
============================================*/
header{
  top:0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0,0,0, 0.16);
}
.home header{
  box-shadow: none;
}
header .header-inner{
  display: flex;
  justify-content: space-between;
  height: 73px;
  padding: 0 40px;
  align-items: center;
}
header h1{
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
header h1 br{
  display: none;
}
@media screen and (max-width: 768px){
  header .header-inner{
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin: 0 auto;
    padding: 0 16px;
    align-items: center;
  }
  header h1{
    font-size: 14px;
    line-height: 1.3;
  }
  header h1 br{
    display: initial;
  }
  .header-right img{
    width: 110px;
  }

}


/* 言語切り替えボタン */
/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 100%;
  max-width: 180px;
  height: 50px;
  z-index: 90;
}



/* クリック領域 */
.ac-parent {
  height: 50px;
  border-bottom: 1px solid #fff;
  
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.ac-parent:hover{
  opacity: 0.7;
}
/* クリックしたら表示される領域 */
.ac-child {
  border-radius: 6px;
  margin-top: 6px;
  font-size: 13px;
  border:solid 1px #C3C3C3;
  display: none;
  padding: 20px 20px;
  background-color: #FFFFFF;
  position: absolute;
    width: 180px;
  
}


.ac-child dd:before{
  content: "";
  display: inline-block;
 margin-right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2.0px solid #2F67A6;
  border-bottom: 2.0px solid #2F67A6;
  transform: rotate(320deg);   
  }

  .ac-child a{
    /*下線を削除*/
    text-decoration: none;
  }
  
  /** マウスホバー時 **/
  .ac-child a:hover{
    /*下線を表示*/
    text-decoration: underline;
  }
 

  .ac-child dd{margin-bottom: 15px;}

  .ac-child dd:last-of-type{margin-bottom: 0px;}

/* 矢印 */
.ac-parent {
  border-radius: 6px;;
  border-bottom: solid 1px;
  border:solid 1px #C3C3C3;
	position: relative;  /* 追加 */
	height: 50px;
	background-color: #DEDEDE;
	color: #333333;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
  font-size: 14px;
}

/* 擬似要素で下三角形を作成 */
.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 2.8px solid #333333;
	border-bottom: 2.8px solid #333333;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
	transform: rotate(225deg);
}


.ac-parent p:before {
	content: url("/ko/img/icon_lang.svg");
  /* position: relative;
  top:6px;
  padding-right: 6px; */
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15%;
  top: 6px;
}

/* .ac-parent p{position:absolute;left:18px;} */
.ac-parent p{position:relative;}


/* sp */
@media screen and (max-width:768px){
  .ac{
display: none;
  }
}
@media screen and (min-width:769px){
  .ac_sp{
display: none;
  }
}

.ac_sp {
  width: 100%;

  height: 50px;
  z-index: 100;
}



/* クリック領域 */
.ac-parent_sp {
  height: 50px;
  border-bottom: 1px solid #fff;

  color: #fff;
 
  line-height: 50px;
  cursor: pointer;
}
.ac-parent_sp:hover{
  opacity: 0.7;
}
/* クリックしたら表示される領域 */
.ac-child_sp {

    margin-top: 5px;
    font-size: 13px;
    border: solid 1px #C3C3C3;
    display: none;
   
    background-color: #FFFFFF;
    width: 100vw;
    left: 0px;
    position: absolute;
  
}


.ac-child_sp a:before{
  content: "";
  display: inline-block;
 margin-right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2.0px solid #2F67A6;
  border-bottom: 2.0px solid #2F67A6;
  transform: rotate(320deg);   
  }

  .ac-child_sp a{
    /*下線を削除*/
    text-decoration: none;
    padding: 20px 22px;
    display: block;
  }
  
  /** マウスホバー時 **/
  .ac-child_sp a:hover{
    /*下線を表示*/
    text-decoration: underline;
  }
 

  .ac-child_sp dd{
   
    border-bottom: solid 1px #D3D1CD;
  }

  

  .ac-child_sp dd:last-of-type{margin-bottom: 0px;}

.ac-parent_sp:before {
	content: url("/ko/img/icon_lang.svg");
  position: absolute;
  top:12px;
  right: 16px;
  width: 30px;
  height: 30px;
}

.ac-parent_sp p{position:absolute;left:12px;}
.language{font-size: 14px;
  padding: 14px 22px;
  background: #DEDEDE;
  border-bottom: solid 1px #D3D1CD;}












/*メインビジュアル*/
.home .mainvisual-top-sp{
  display: none;
}
.home .mainvisual-top-pc{
  align-items:flex-end;
  justify-content: flex-end;
}
.home .top-mainvisual{
  background-color: #191f34;
  position: relative;
}
.home .top-mainvisual img{
  width: 100%;
  /* max-width: 1280px; */
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .home .mainvisual-top-pc{
    display: none;
  }
  .home .mainvisual-top-sp{
    display: block;
  }
  .home .mainvisual-top-sp img{
    max-width: 500px;
    width: 100%;
  }
}

/*ヘッダーメニュー*/
.sp-menu{
  display: none;
}
#containerMENU {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0px 5px 5px rgba(0,0,0, 0.16);
  background-color: #fff;
}

#containerMENU.m_fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
}

#mainImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.head-menu-button-wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
#mainImg ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 40px 0 40px;
}

#mainImg ul li {
  font-size: 14px;
  line-height: 1;
}

#mainImg ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

#mainImg ul li:hover {
  opacity: 0.8;
}

#mainImg ul li a::before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #D5206D;
  border-right: solid 2px #D5206D;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  transform: rotate(135deg);
  }

.head-menu-button{
  height: 34px;
  width: 152px;
  text-align: center;
  background-color: #D5206D;
  color: #fff;
  border-radius: 20px;
}
.head-menu-button a{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 34px;
  width: 152px;
}
@media screen and (max-width: 1000px){
  #mainImg ul {
    padding: 0 15px 0 20px;
  }
}
@media screen and (min-width: 1100px){
  #mainImg ul {
    padding: 0 60px 0 40px;
  }
}

/*スマホメニュー*/
@media screen and (max-width: 875px){
 #containerMENU{
   display: none;
 }
 .sp-menu{
  display: block;
  margin: 40px auto 0;
  border-radius: 5px;
 }
 .sp-menu-box-wrapper{
   max-width: 400px;
   display: flex;
   justify-content: center;
   border: solid 1px #D5D1CD;
   padding: 20px 16px 0;
   margin: 0 auto;
   border-radius: 6px;
 }
  .sp-menu-box br{
    display: none;
 }
 .sp-menu-box li{
   margin-bottom: 15px;
   font-weight: bold;
 }
 .sp-menu-box li a{
   position: relative;
   padding-left: 20px;
 }
 .sp-menu-box li a::before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #D5206D;
  border-right: solid 2px #D5206D;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  transform: rotate(135deg);
  }
}
@media screen and (max-width: 768px){
  .sp-menu{
   /* margin: 40px 16px; */
  }
}

/*フッター*/
footer{
  margin-top: 100px;
}
.footer-p{
  color: #756a72;
  font-size: 14px;
}
.footer-logo-box{
  padding-bottom: 15px;
  margin-top: 25px;
}
.footer-logo-box img{
  width: 140px;
}
.footer-nav{
  background-color: #585858;
}
.footer-nav-box{
  color: #fff;
  line-height: 1;
}
.footer-privacy-box{
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer-privacy-box a{
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.footer-privacy-box a:last-child{
  border-right: 1px solid #fff;
}
.copyright{
  font-size: 10px;
  padding-bottom: 14px;
}

@media screen and (max-width: 768px){
  footer{
    margin-top: 80px;
  }
  .footer-logo-box{
    margin-top: 20px;
  }
  .footer-logo-box img{
    width: 110px;
  }
  .footer-privacy-box{
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-privacy-box a{
    font-size: 11px;
    margin-bottom: 10px;
    display: flex;
  }
  .footer-privacy-box a:last-child{
    border-right: none;
  }
  .copyright{
    font-size: 11px;
    padding-bottom: 15px;
  }
}

/*Features*/
.features-p-wrapper .bg-brown-top{
  max-width: 800px;
  padding-bottom: 120px;
  text-align: left;
}
.features-img-area{
  max-width: 880px;
  margin: -80px auto 0;
  padding: 0 40px 40px;
}
.features-img-area ul{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 text-align: center;
}
.features-img-area ul li{
  width: 32%;
  max-width: 210px;
}
.features-img-wrepper{
  max-width: 160px;
  margin: 0 auto 20px;
}
.features-img-wrepper img{
  width: 100%;
}

@media screen and (max-width: 768px){
  .features-img-area{
    padding: 0 16px 40px;
  }
  .features-img-area ul{
    justify-content: space-around;
   }
  .features-img-area ul li{
    width: 49%;
    min-width: 250px;
  }
  .features-img-area ul li:last-child{
    margin-top: 30px;
  }
}
@media screen and (max-width: 630px){
  .features-img-area ul li{
    min-width: initial;
  }
  .features-img-area ul li:last-child{
    min-width: 200px;
  }
}


/*Achievements*/
.achievements{
  margin-bottom: 40px;
}
.achievements-contents{
  display: flex;
  /* margin-top: 60px; */
  margin-bottom: 120px;
}
.achievements-contents.img-left{
	flex-direction: row-reverse; /* 横並び逆順 */
}
.achievements-sentence-area,.achievements-img-area{
  width: 50%;
}
.achievements-sentence-area{
  max-width: 590px;
  margin-left: auto;
  padding: 0 40px 0 40px;
}
.img-right .achievements-sentence-area{
  margin-left: initial;
  margin-right: auto;
  padding: 0 40px 0 60px;
}
.achievements-sentence{
  margin-bottom: 40px;
}
.achievements-sentence:last-child{
  margin-bottom: 0;
}
.achievements-list li{
  padding-left: 20px;
  position: relative;
  margin-top: 20px;
}
.achievements-list li::before{
  content: "・";
  position: absolute;
  left: 0;
}
.achievements-img-area{
  /*height: 280px;*/
  height: 300px;
  background-size: cover;
  background-position: right;
  position: relative;
}
.img-right .achievements-img-area{
  background-position: left;
}
.achievements-img-area::after{
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 60px;
  background: #E5F4FF;
  bottom: -60px;
  right: 0;
}
.img-right .achievements-img-area::after{
  left: 0;
}
.achievements-img-area.achievements-1{
  background-image: url(/ko/img/achievements-1.jpg?002);
}
.achievements-img-area.achievements-2{
  background-image: url(/ko/img/achievements-2.jpg?002);
  background-position: left;
}
.achievements-img-area.achievements-3{
  background-image: url(/ko/img/achievements-3.jpg?002);
}
.achievements-sentence-top{
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.achievements-sentence-top.sp-only{
  display: none;
}

@media screen and (max-width: 950px){
  .achievements-sentence-top.pc-only br{
    display: none;
  }
  .achievements-img-area{
    /*  height: 320px; */
      height: 200px;
    }
}
@media screen and (max-width: 768px){
  .achievements{
    margin-bottom: 80px;
  }
  .achievements-contents{
    display: block;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .achievements-sentence-top.sp-only{
    padding: 0 16px;
  }
  .achievements-sentence-area,.achievements-img-area{
    width: 100%;
  }
  .achievements-sentence-area,.img-right .achievements-sentence-area{
    margin: 70px 0 0;
    padding: 0 16px;
  }
  .achievements-sentence-area{
    max-width: initial;
  }
  .achievements-list li{
    padding-left: 17px;
    margin-top: 15px;
  }
  .achievements-img-area{
  /*  height: 320px; */
    height: 180px;
    margin-left: 16px;
  }
  .img-right .achievements-img-area::after{
    margin-right: 16px;
  }
  .achievements-img-area::after{
    width: calc(100% - 115px);
    height: 30px;
    bottom: -30px;
  }
}

/* Function */
.function{
  /* margin-bottom: 100px; */
}
.function-contents{
  display: flex;
  justify-content: space-between;
}
.function-contents li{
  width: 18.5%;
}
.function-contents li img{
  display: block;
  margin: 0 auto;
}
.function-contents li .ttl_4{
  margin: 20px 0;
  text-align: center;
}
.function-contents li p{
  max-width: 180px;
  margin: 0 auto;
}
.function-contents-wrapper .bg-brown{
  margin-top: 95px;
  padding: 0;
}
.function-1 li{
  margin-top: -50px;
  margin-bottom: 90px;
}
.function-2 li{
  margin-top: -50px;
}

@media screen and (max-width: 768px){
  .function{
    /* background-color: #E5F4FF; */
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .function-contents{
    display: block;
  }
  .function-contents.function-1{
    margin-top: 50px;
  }
  .function-contents.function-1 li,.function-contents.function-2 li{
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .function-contents li img{
    margin: 0 20px 0 0;
    width: 80px;
  }
  .function-contents li .ttl_4{
    margin: 0 0 14px;
    text-align: left;
  }
  .function-contents li p{
    max-width: initial;
  }
  .function-contents-wrapper .bg-brown{
    margin-top: 0;
    padding: 0;
  }

}

/* laboratory */
.laboratory{
  display: flex;
  margin-bottom: 80px;
  margin-top: 100px;
  flex-direction: row-reverse; /* 横並び逆順 */
}
.laboratory-area{
  width: 50%;
}
.youtube-container{
  max-width: 675px;
  margin: 60px auto;
}
.youtube-container p{
  margin-bottom: 60px;
  text-align: center;
}

.youtube-area{
  /* position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 62.5%;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 60px; */

  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-area iframe{
  /* max-width: 675px; */
  /* width: 100%;
  display: block;
  margin: auto;
  border-radius: 6px; */

  /* position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; */

  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.youtube-area p{
  margin-bottom: 60px;
  text-align: center;
}
.laboratory-sentence-area{
  padding: 40px 0 0 60px;
}

@media screen and (max-width: 768px){
  .laboratory{
    display: block;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .laboratory-area{
    width: 100%;
  }
  .youtube-area{
    /* padding-bottom: 56.25%; /* 比率16:9 */ */
  }
  .laboratory-sentence-area{
    padding: 0 0 30px 0;
  }
}

/* SEARCH */
.search{
  padding-bottom: 60px;
}
.search .bg-brown-top{
  max-width: 920px;
  padding-bottom: 40px;
}
.search-box{
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 60px 60px;
  position: relative;
  border-radius: 6px;
}

.search .consultation-button{
  display: block;
  margin-top: 30px;
}

.search .consultation-button a{
  margin: 0 auto;
  width: 100%;
}
.search-img{
  position: absolute;
  bottom: 220px;
  right: 30px;
  width: 20%;
  max-width: 170px;
}
.search-img img{
  width: 100%;
}

@media screen and (max-width: 768px){
  .search{
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  .search .bg-brown-top{
    max-width: 920px;
    padding-bottom: 30px;
  }
  .search-box{
    padding: 30px 20px 40px;
    position: relative;
    border-radius: 6px;
  }
  .search .consultation-button{
    margin-top: 40px;
    z-index: 100;
    padding: 0 13px;
  }
  .search .consultation-button a{
    margin: 0 auto;
    width: 100%;
  }
  .search-img{
    bottom: 20px;
    right: 0;
    width: 27%;
    max-width: 140px;
  }
  .search-img img{
    width: 100%;
  }
}

/* 検索タブ */
.el_searchResult{
  margin-top: 60px;
  text-align: center;
  color: #0C68AB;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline-block;
  padding-left: 26px;
}
.bl_selectBlock input{
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: top;
  position: absolute;
}
.bl_selectBlock_check br{
  display: none;
}
.el_searchResult-wrapper .el_searchResult{
  display: none;
}
.el_searchResult-wrapper.selected .el_searchResult{
  display: block;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 24px;
}

.el_searchResult-wrapper .el_searchResult-box{
  margin: 120px 0;
}
.el_searchResult-wrapper .el_searchResult-box p{
  font-size: 24px;
  text-align: center;
}
.el_searchResult-wrapper.selected .el_searchResult-box{
  display: none;
}

.bl_selectBlock_wrapper input[type=checkbox]:checked ~ .el_searchResult{
  display: none;
}
.el_searchResult_nume{
  font-size: 80px;
  padding-right: 50px;
}
.el_searchResult-p{
  text-align: center;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
}
.bl_selectBlock_wrapper_wrapper{
  margin-bottom: 30px;
  border-bottom: 1px solid #D5D1CD;
  padding-bottom: 10px;
}
.bl_selectBlock_wrapper_wrapper:last-child{
  border-bottom: none;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_wrapper_wrapper .ttl_4{
  margin-bottom: 10px;
}

.bl_searchResultBlock{
  display: none;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 5px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  display: none;
}
.js_release{
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .bl_selectBlock_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bl_selectBlock_check br{
    display: block;
  }
 .bl_selectBlock_check{
   width: 48%;
   margin-right: 0;
 }
 .bl_selectBlock label{
  padding-left: 23px;
}
 .bl_selectBlock input{
   margin-top: 4px;
  margin-right: 8px;
}
.el_searchResult-wrapper.selected .el_searchResult{
  margin-bottom: 40px;
  font-size: 20px;
}
.el_searchResult-p{
  text-align: left;
  font-size: 16px;
  width: 68%;
  margin-right: auto;
}
}

@media screen and (max-width: 450px){
  .bl_selectBlock label{
    padding-left: 19px;
  }
  .bl_selectBlock input{
    margin-right: 4px;
  }
}

/* 事業紹介 */
.business-btn{
  margin-top: 20px;
}
.business-btn a{
  display: block;
  position: relative;
  background-color: #DBDBDB;
  border-radius: 30px;
  max-width: 315px;
  width: 100%;
  padding-left: 40px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.business-btn a::before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #D5206D;
  border-right: solid 2px #D5206D;
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  transform: rotate(135deg);
}
.business-btn-2{
  margin-top: 20px;
}
.business-btn-2 a{
  display: block;
  position: relative;
  background-color: #DBDBDB;
  border-radius: 30px;
  max-width: 396px;
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.business-btn-2 a::after{
  content: "";
  background-image: url("/ko/img/link-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

/* 製品紹介 */
.bg-blue{
  background-color: #E5F4FF;
  padding-bottom: 60px;
  /* padding: 0 40px 60px; */
}
.bg-pink{
  background-color: #FDEBF4;
  padding-bottom: 60px;
  /* padding: 0 40px 60px; */
}
.ttl_1_device{
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 40px;
  color: #0C68AB;
  letter-spacing: 10px;
}
.ttl_3_device{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  /* height: 60px; */
  padding: 5px 0 5px;
  max-width: 1100px;
  background-color: #0C68AB;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.ttl_3_device_2{
  font-size: 30px;
  font-weight: 600;
  color: #0C68AB;
  /* height: 45px; */
  letter-spacing: 5px;
  padding-left: 15px;
  border-left: 10px solid #0C68AB
}
.device-ttl-text{
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  letter-spacing: -0.5px;
}
.device-img-area{
  text-align: center;
}
.device-img{
  width: 100%;
  max-width: 1280px;
}
.gas-img-flex{
  display: flex;
  justify-content: space-between;
}
.gas-device-container{
  width: 33%;
  max-width: 360px;
  background-color: #fff;
  padding: 10px;
}
.gas-device-inner{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.gas-device-inner img{
  align-self: flex-start;
  width: 50%;
  max-width: 178px;
}
.gas-device-name p{
  font-size: 18px;
  font-weight: 600;
}
.gas-device-text {
  min-height: 80px;
}
.gas-device-text ul{
  text-indent: 0em;
  padding-left: 2em;
}
.gas-device-text ul li{
  list-style: disc;
}
.column-center{
  justify-content: center;
}
.column-center div{
  margin-right: 1%;
}
.column-center div:last-child{
  margin-right: 0;
}
.clear-box::after{
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
@media screen and (max-width: 950px){
  .gas-img-flex {
    flex-wrap: wrap;
  }
  .gas-device-container {
    width: 48%;
  }
  .gas-device-name p {
    font-size: 16px;
  }
  .sp-margin-b40 {
    margin-top: 40px;
  }
  .column-center{
    justify-content: space-between;
  }
  .column-center div{
    margin-right: 0;
  }
  .clear-box::after{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .ttl_1_device{
    font-size: 22px;
  }
  .ttl_3_device {
    font-size: 20px;
  }
  .ttl_3_device_2{
    font-size: 20px;
  }
}



/* 企業概要 */
.company-table{
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 900px;
  margin: auto;
}
.company-table tr:first-child{
  border-top: solid 1px #DDDDDD;
}
.company-table th{
  background-color: #F8F8F8;
  border-bottom: solid 1px #DDDDDD;
  text-align: center;
  width: 150px;
  max-width: 150px;
  padding: 10px 0;
  vertical-align: middle;
}
.company-table td{
  border-bottom: solid 1px #DDDDDD;
  width: 750px;
  max-width: 750px;
  padding: 10px 30px;
}
.company-director-name{
  display: flex;
}
.company-director-name dt{
  text-indent: 1em;
  font-weight: normal;
  width: 100%;
  max-width: 320px;
}
.company-director-name dd{
  font-weight: bold;
  width: 100%;
  max-width: 220px;
}
.company-base dd{
  text-indent: 1em;
}
.company-base:not(:last-child){
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .company-table th{
    display: block;
    width: 100%;
    max-width: initial;
  }
  .company-table td{
    display: block;
    width: 100%;
    max-width: initial;
  }
  .company-director-name dd{
    margin-left: 10px;
  }
}
/* アクセス */
.map-container {
  max-width: 550px;
  width: 100%;
  margin: auto;
}
.map-area {
  width: 100%;
  aspect-ratio: 3/2;
  /* height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; */
}
.map-container iframe{
  width: 100%;
  height: 100%;
  /* position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; */
}

/* ADVISOR */
.advisor{
  margin: 20px auto 40px;
}
.advisor-contents-wrapper{
  display: flex;
  justify-content: space-between;
}
.advisor-contents-wrapper:not(:last-child){
  margin-bottom: 60px;
}
.advisor-img{
  width: 42%;
}
.advisor-img img{
  width: 100%;
}
.advisor-contents{
  width: 58%;
  padding-left: 40px;
}
/* .advisor-contents .ttl_4{
  margin-bottom: 20px;
} */
.advisor-contents b{
  margin: 30px 0 20px;
  line-height: 1;
  display: block;
}
.modalOpen{
  display: block;
  color: #D5206D;
  position: relative;
  text-decoration: underline;
  line-height: 1.5;
}
.modalOpen::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #D5206D;
  border-right: solid 2px #D5206D;
  position: absolute;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px){
  .advisor-contents-wrapper{
    display: block;
  }
  .advisor-img{
    width: 67%;
    margin: 0 auto;
  }
  .advisor-contents{
    width: 100%;
  }
  .advisor-contents{
    padding: 30px 0 0;
  }
  .advisor-contents b{
    margin: 40px 0 14px;
    font-size: 16px;
  }
  .modalOpen{
    line-height: 2;
  }
}

/* PROCESS */
.process-contents.sp-only{
  display: none;
}
.process-contents{
  display: flex;
  border: solid 1px #9DC4F2;
  margin: 40px 0 100px;
}
.process-contents li{
  width: 25%;
  padding: 30px 20px 40px;
  border-right: solid 1px #9DC4F2;
}
.process-contents li:last-child{
  border-right: none;
}
.process-contents .ttl_4{
  margin-bottom: 15px;
  text-align: center;
}
.process-contents img{
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: block;
}
.process-contents p{
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px){
  .process-contents.sp-only{
    display: block;
  }
  .process-contents.pc-only{
    display: none;
  }
  .process-contents li{
    width: 100%;
    padding: 30px 10px 30px 20px;
    border-right: none;
    border-bottom: solid 1px #9DC4F2;
    display: flex;
  }
  .process-contents li:last-child{
    border-bottom: none;
  }
  .process-contents img{
    margin: 0;
    padding-right: 24px;
  }
  .process-contents .ttl_4{
    margin: 25px 0 15px;
    text-align: left;
  }
  .process-contents p{
    text-align: left;
    margin-top: 0;
  }
}
/*モーダル 基盤*/
body.is-modal-active {
  overflow: hidden;
  position:fixed;
  width: 100%;
  left:0;
}
.modal {
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:none;
  z-index:3000;
}
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  z-index:4000;
}
.modal__inner::-webkit-scrollbar {
  display: none;/*スクロールバー非表示*/
}
.modal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  margin:0;
  z-index: 5000;
  background-color: #FFFFFF;
  max-width: 1100px;
  max-height: 85%;
  overflow-y: auto;
  overflow-y: scroll;
}
.modal__inner_close{
  text-align: right;
}
.modal__inner_detail {
  box-sizing: border-box;
  width: 100%;
}
.modal__inner_close{
  cursor: pointer;
  transition: 0.5s;
  width: 60px;
  margin-left: auto;
}
.modal__inner_close:hover {
  opacity: 0.7
}
.modal-inner-head{
  padding: 30px 30px 0 60px;
  position: sticky;
  top: 0;
}
.modal-inner-title{
  width: 100%;
}
.modal-inner-title .ttl_2{
  text-align: left;
  padding-bottom: 20px;
  padding-top: 0;
}
.modal__inner_detail{
  padding: 0 65px 80px;
}
.modal__inner_detail p{
  padding-bottom: 40px;
}
.modal-img{
  margin: 0 auto;
  max-width: 970px;
}
.modal-img img{
  width: 100%;
}
.modal-img-sp{
  display: none;
}

@media screen and (max-width:768px){
  .modal__inner_close {
    width: 30px;
}
  .modal__inner_close img{
    width: 30px;
  }
  .modal-inner-head{
    padding: 16px 16px 0 16px;
  }
  .modal-inner-title .ttl_2{
    padding-top: 14px;
  }
  .modal-inner-title .ttl_3{
    font-size: 24px;
  }
  .modal__inner_detail{
    padding: 0 16px 60px;
  }
  .modal__inner_detail p{
    padding-bottom: 30px;
  }
  .modal-img-pc{
    display: none;
  }
  .modal-img-sp{
    display: block;
  }
  .modal-img-sp img{
    width: 100%;
  }
}



/*相談・問い合わせ*/
.consultation .ttl_4{
  text-align: center;
}
.consultation-button{
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  max-width: 995px;
}
.consultation-button a{
  display: block;
  background-color: #D5206D;
  max-width: 200px;
  width: 200px;
  padding: 8px 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
/* .consultation-button a::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
} */

@media screen and (max-width:768px){
  .consultation .ttl_4{
    text-align: center;
    padding: 0 13px;
  }
  .consultation-button{
    margin: 60px auto 0;
    display: block;
    padding: 0 33px;
  }
  .consultation-button a{
    margin: 20px auto 0;
    max-width: 440px;
    width: 100%;
    padding: 20px 10px;
  }
}


/*よくある質問*/
.faq{
  max-width: 880px;
  margin: 0 auto 100px;
  padding: 100px 40px 0;
}
.faq-wrapper{
  border-bottom: 1px solid #D5CEC3;
}
.faq-contents-wrapper span{
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.question{
  display: flex;
  border-top: 1px solid #D5CEC3;
  justify-content: space-between;
}
.q-contents{
  display: flex;
}
.q-icon,.a-icon{
  padding: 20px;
}
.q-icon img,.a-icon img{
  width: 30px;
}
.question.menu-show .q-icon{
  background-color: #FFF6F2;
  border-top: #D5206D solid 1px;
  margin-top: -1px;
}
.open-button{
  padding-top: 25px;
}
.question .faq-icon{
  width: 20px;
  height: 20px;
  background-image: url("/color/preparation/img/plus-button.svg");
}
.question.menu-show .faq-icon{
  background-image: url("/color/preparation/img/minus-button.svg");
}
.question p{
 padding: 25px 20px 20px;
}
.answer{
  display: none;
}
.answer-inner{
  display: flex;
}
.answer-inner a{
  color: #D5206D;
  text-decoration: underline;
}
.bg-red{
  padding: 0 35px;
  height: 100;
  background-color: #FFF6F2;
}
.answer p{
  padding: 15px 70px 20px 0;
 }

 @media screen and (max-width:768px){
  .faq{
    margin: 0 auto 60px;
    padding: 80px 16px 0;
  }
  .faq-wrapper{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .q-icon,.a-icon{
    padding: 15px;
  }
  .q-icon img,.a-icon img{
    width: 20px;
  }
  .question .faq-icon{
    width: 20px;
    height: 20px;
  }
  .open-button{
    padding-top: 16px;
  }
  .question p{
   padding: 17px 15px 15px 15px;
  }
  .bg-red{
    padding: 0 25px;
  }
  .answer p{
    padding: 17px 30px 15px 0;
   }
 }




/*TOP スクロールボタン*/
#page_top {
  position: fixed;
  bottom: 80px;
  right: 80px;
}
#page_top a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#page_top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0% , 60%);
}
@media screen and (max-width:768px){
  #page_top {
    position: fixed;
    right: 52px;
  }
  #page_top a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30% , 90%);
    width: 35px;
  }
}

/*メール*/
.form,.content{
  margin: 80px auto 80px;
  max-width: 920px;
  padding: 0 40px;
}
.contact_form{
  max-width: 800px;
  margin: 0 auto;
}
.form-box-info-table {
  width: 100%;
  margin: 80px auto 36px;
}
.form-box-info-table tr td,
.form-box-info-table tr th {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 24px;
}
.form-box-info-table tr th {
  width: 170px;
  text-align: left;
  vertical-align: top;
  padding-right: 40px;
  font-weight: 400;
}
.form-box-info-table tr td {
  background-color: #ffffff;
  vertical-align: bottom;
  font-weight: normal;
  max-width: 630px;
}
.form-box-info-table tr td label.contact_to {
  display: block;
  margin-bottom: 5px;
}
.form-box-info-table tr td textarea,
.form-box-info-table tr td input {
  border: 1px solid #AFAFAF;
  border-radius: 5px;
}
.form-box-info-table tr td textarea:focus,
.form-box-info-table tr td input:focus {
  border: 1px solid #D5206D;
  outline: none;
}
.form-box-info-table tr td textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 36px;
}
.form-box-info-table tr td input[type="text"],
.form-box-info-table tr td input[type="tel"],
.form-box-info-table tr td input[type="email"] {
  width: 610px;
  padding: 5px;
  height: 36px;
  font-size: 16px;
  width: 100%;
}
.form-box-info-table tr td input[name="postal_code1"],
.form-box-info-table tr td input[name="postal_code2"] {
  width: 610px;
}
.inqLead{
  text-align: center;
  padding-bottom: 40px;
}
.btnSubmitTop{
  display: block;
  background-color: #D5206D;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 20px 40px 20px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.btnSubmitTop::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.contactArea{
  border: solid 1px #AFAFAF;
  padding: 40px 20px;
}
.contactArea h3{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #D5206D;
}
.contactPrivacy a{
  color: #D5206D;
  text-decoration: underline;
}
.form-table-area{
  margin-top: 60px;
}
.form-table-area p{
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width:768px){
  .form,.content{
    margin: 60px auto 80px;
    padding: 0 16px;
  }
  .form-box-info-table {
    margin: 60px auto 30px;
  }
  .form-box-info-table tr td,
  .form-box-info-table tr th {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .form-box-info-table tr th {
    width: 135px;
    padding-right: 20px;
  }
  .form-box-info-table tr td textarea {
    height: 150px;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .form-box-info-table tr td input[type="text"],
  .form-box-info-table tr td input[type="tel"],
  .form-box-info-table tr td input[type="email"] {
    height: 34px;
    font-size: 14px;
  }
  .inqLead{
    text-align: center;
    padding-bottom: 30px;
  }
  .contactArea{
    padding: 20px 15px;
  }
  .contactArea h3{
    font-size: 16px;
    padding-bottom: 15px;
  }
  .form-table-area p{
    text-align: center;
  }
}



/*問い合わせ　エラー*/
td.error input,
td.error textarea,
td.error select,
td.error label {
  border: 1px solid #D5206D !important;
}
p.error {
  margin: 0;
  color: #D5206D;
}
.bold {
  font-weight: bold;
}

/*確認画面*/
  .form-box-info-table2 {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
  }
  .form-box-info-table2 tr td,
  .form-box-info-table2 tr th {
    padding-bottom: 40px;
  }
  .form-box-info-table2 tr th {
    width: 180px;
    padding-right: 50px;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
  }
  .form-box-info.submits button:hover{
    opacity: 0.7;
    transition: 0.3s;
  }
  .form-box-info.submits.clearfix{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    padding: 0 40px;
    max-width: 990px;
  }
  .form-box-info.submits.clearfix button{
    display: block;
    width: 49%;
    max-width: 440px;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    position: relative;
  }
  .btnSubmit{
    background-color: #D5206D;
    margin-left: 10px;
  }
  .btnSubmit2{
    background-color: #CCCCCC;
    margin-right: 10px;
  }
  .form-box-info.submits.clearfix button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
  }

@media screen and (max-width:768px){
  .form-box-info-table2 tr td,
  .form-box-info-table2 tr th {
    padding-bottom: 30px;
  }
  .form-box-info-table2 tr th {
    width: 145px;
    padding-right: 30px;
  }
  .form-box-info.submits.clearfix{
    margin: 30px auto 0;
    padding: 0;
    display: block;
  }
  .btnSubmit{
    margin: 0 auto;
  }
  .btnSubmit2{
    margin: 0 auto 20px;
  }
}

/*送信完了*/
.ttl_1.thanks{
  margin-bottom: 80px;
}
.thankText{
  text-align: center;
}
.thankText-home-button{
  color: #121212;
  font-weight: 600;
  display: block;
  margin-top: 40px;
  text-decoration: underline;
}

@media screen and (max-width:768px){
  .ttl_1.thanks{
    margin-bottom: 50px;
  }
}

