@charset "UTF-8";

body.lang-th *{
    font-family: 'Sarabun', sans-serif !important; 
}

/* fade in */
.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(50px);
}
.fadeIn.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fadeIn_02 {
  transition-delay: 1s;
}
.fadeIn_03 {
  transition-delay: 2s;
}
.fadeIn_04 {
  transition-delay: 3s;
}


/* template */
body {
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.wrap {
    max-width: 1100px;
    width:92%;
	margin: 0 auto;
}
.pd_box {
  padding: 80px 0;
}
.col2_box,
.col3_box {
  display: flex;
}
.col3_box {
  flex-wrap: wrap;
}
.col3_box .col {
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}
.col3_box .col:nth-child(3n) {
  margin-right: 0;
}
.col3_box .col:nth-child(-n+3) {
  margin-top: 0;
}
.btn_sty {
  margin-top: 40px;
  text-align: center;
}
.btn_sty a {
  display: inline-block;
  background: #00367b url("asset/image/ico_arr.png") no-repeat 94% center;
  background-size: 25px;
  color: #fff;
  text-decoration: none;
  max-width: 350px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.btn_sty a:hover {
  background: #00367b url("asset/image/ico_arr.png") no-repeat 96% center;
  background-size: 25px;
}
.sp {display: none;}
.sub_main {
  margin-bottom: 120px;
}
.sub_main section {
  margin-bottom: 80px;
}
.sub_main section#bread_box {
  margin-bottom: 40px;
}
.sub_main section:last-child {
  margin-bottom: 0;
}
#bread_box ul {
  display: flex;
  margin-top: 30px;
}
#bread_box ul li {
  background: url("asset/image/ico_bread.png") no-repeat 93% center;
  background-size: 5px;
  padding-right: 20px;
}
#bread_box ul li:last-child {
  background: none;
  padding-right: 0;
}
/*
#bread_box ul li i {
  padding: 0 5px;
  font-size: 90%;
}
  */

/* title */
h2 {font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.tit_line {
  font-size: 35px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit_line:before, .tit_line:after {
  border-top: 2px solid #00367b;
  content: "";
  width: 2em;
}
.tit_line:before {
  margin-right: 1em;
}
.tit_line:after {
  margin-left: 1em;
}
.tit_blue {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #00367b;
  border-left: solid 4px #00367b;
  padding-left: 10px;
}
.main_sub .wrap {
  background: url("asset/image/bg_main_sub.jpg") no-repeat center;
  background-size: cover;
}
#page_company .main_sub .wrap {
  background: url("asset/image/bg_company.jpg") no-repeat center;
  background-size: cover;
}
#page_products .main_sub .wrap {
  background: url("asset/image/bg_products.jpg") no-repeat center;
  background-size: cover;
}
#page_topics .main_sub .wrap {
  background: url("asset/image/bg_topics.jpg") no-repeat center;
  background-size: cover;
}
.main_sub .wrap h2 {
  color: #fff;
  text-align: center;
  padding: 90px 0;
  font-size: 34px;
  font-weight: 700;
  font-family: 'Noto SansJP',sans-serif;
  margin-top: -40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); 
}
.main_sub .wrap h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
}

/* header */
header .h_bg {
    height:  130px;
    background: #00367b;
   
}
header .h_box {
	max-width: 1100px;
	width:92%;
	margin: 0 auto;
	padding:25px 0;
	display: flex;
	align-items: center;
  box-sizing: border-box;
  position: relative;
}
header .h_box .h_logo {
	width: 38%;
}
header .h_box nav {
	width: 62%;
}
header .h_box nav ul {
	display: flex;
	float: right;
}
header .h_box nav ul li {
	padding:0 12px;
}
header .h_box nav ul li a {
  text-decoration:none;
  font-weight:700;
  line-height: 30px;
  display: block;
  color: #fff;
}
header .h_box nav ul li.li_nav a {
  position: relative;
}
header .h_box nav ul li.li_nav a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top; 
  transition: transform 0.3s;
}

header .h_box nav ul li.li_nav a:hover:after {
transform: scale(1, 1);
}
header .h_box #navbar .lang_sp li {
    padding: 0 5px;
}
header .lang_sp li a {
    width: 30px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #ccc;
}
header .lang_sp li.current-lang a {
    background: #fff;
    color: #00367b;
}
header .lang_sp li a:hover {
    background: #fff;
    color: #00367b;
}

/* sp menu */
body.menu_fixed {
  overflow: hidden;
}
#overlay-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  margin: auto;
}
#overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}
.menu_fixed #overlay-button span:before, .menu_fixed #overlay-button span:after {
  background: #000;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
#overlay.active {

}
#overlay .sp_menu_box {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}
body.menu_fixed #overlay .sp_menu_box {
  display: flex;
}

#overlay ul li {
  padding: 0 0 2.5em;
}
#overlay ul li a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
}
#overlay ul li a:hover {
  color: #000!important;
}
#overlay .lang_sp {
  display: flex;
  margin-top: 30px;
}
#overlay .lang_sp li {
  margin: 0 7px;
}
#overlay .lang_sp li a {
  text-decoration: none;
  color: #000;
  padding: 6px 8px;
  border: solid 1px #000;
  display: block;
}
#overlay .lang_sp li a {
  width: 43px;
}
#overlay .lang_sp .lang_sp li_active a {
  background: #000;
  color: #fff;
}

/* footer */
.f_gmap iframe {
  width: 100%;
  height:350px;
  vertical-align: bottom;
}
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
footer a {
  color: #fff!important;
}
footer .f_logo {
  margin-bottom: 20px;
}
footer .f_logo img {
  max-width: 370px;
}
footer .f_tel {
  margin-top: 20px;
}
footer .f_tel li {
  display: inline-block;
  padding: 0 5px;
}
footer .f_link {
  margin-top: 25px;
  background: #eee;
  padding: 16px 0 15px;
}
footer .f_link li {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
footer .f_link li a {
  text-decoration: none;
  
}
footer .f_link li a img {
  height: 30px;
}
footer .f_link li a span {
  display: block;
  font-size: 85%;
  margin-top: 10px;
  color: #333;
}
footer .copy {
  font-size: 90%;
  margin-top: 25px;
}
#page-top {
  position: fixed;
  bottom: 80px;
  right: 3%;
  font-size: 18px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #00367b;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 15px 5px 17px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-top a img {
  width: 25px;
}

/* index */
.main_top {
    max-width: 1200px; /* コンテンツ幅に応じて変更してください */
    margin: 0 auto;     /* 中央寄せ */
    padding: 0 15px;    /* 両サイドに余白 */
}

.main_top video {
    width: 100%;
    height: auto;
    margin-top: -40px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}
#section_index01 {
    background: url("asset/image/index/bg_section_index01.png") no-repeat center;
    background-size: cover;
}
#section_index01 h2 {
  text-align: right;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 900; 
}
#section_index01 h2 span {
  font-size: 30px;
}
#section_index01 h2:after {
  content: '';
  background: #00367b;
  height: 2px;
  width: 180px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
#section_index01 .col2_box .col {
  width: 57%;
  padding-right: 5%;
}
#section_index01 .col2_box .col:last-child {
  width: 43%;
}
#rec_products {
  background: #e5ebf2;
}
#rec_products .col3_box .col {
  background: #fff;
}
.img_rec_products img {
  width: 100%;
}
.img_products img {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #eee;
}
.img_products {
  margin-bottom: 25px;
}
.txt_rec_products {
  background: #fff;
  padding: 20px;
}
.link_txt {
  padding-top: 10px;
}
.link_txt li {
  background: url("asset/image/ico_bread.png") no-repeat left center;
  background-size: 5px;
  padding-left: 10px;
}
#page_company .ul_topics li,
.ul_topics li a{
  display: flex;
  border-bottom: dotted 1px #ccc;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
}
.ul_topics li a:hover{
  color: #999;
}
#page_company .ul_topics li a span:first-child,
.ul_topics li a span:first-child {
  width: 120px;
}
#page_company .ul_topics li a span:last-child,
.ul_topics li a span:last-child {
  width: calc(100% - 120px);
}
.bullet-list {
  list-style-type: disc;    /* 「・」を表示 */
  padding-left: 1.5em;      /* インデント調整 */
  margin: 0 0 1em 0;        /* 下に余白をとる（必要に応じて） */
}
.bold-text {
  font-weight: bold;
  font-size: large;
}

#single_post .post-title{
   color: #333;
  font-size: 140%;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#single_post .post-date{
  color: #999;
}
#single_post .thumbnail{
  text-align: center;
  margin-bottom: 30px;
}


/* pagination */
.post-navigation {
    display: flex;
    justify-content: space-between; 
    margin-top: 40px;
}

.post-navigation a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00367B; 
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.post-navigation a:hover {
    background-color: #005177;
}

/* Responsive */
@media screen and (max-width: 600px) {
    .post-navigation {
        flex-direction: column;
        gap: 10px;
    }

    .post-navigation a {
        text-align: center;
    }
}

/* company */
#page_company .col2_box .col {
  width: 63%;
  box-sizing: border-box;
}
#page_company .col2_box .col:nth-child(2) {
  width: 37%;
  padding-left: 4%;
}
#page_company .col2_box.col_rev {
  flex-direction: row-reverse;
}
#page_company .col2_box.col_rev .col:nth-child(2) {
  padding-left: 0;
  padding-right: 4%;
}
.tb_style {
  width: 100%;
  border-top: solid 1px #ccc;
}
.tb_style th,
.tb_style td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.tb_style th {
  background: #eee;
  width: 120px;
  vertical-align: middle;
}
#page_company .col_map {
  display: flex;
  margin-top: 50px;
}
#page_company .col_map .col {
  width: 48%;
}
#page_company .col_map .col iframe {
  width: 100%;
  height: 340px;
}
#page_company .col_map .col img {
  box-sizing: border-box;
  border: solid 1px #ddd;
}
#page_company .col_map .col:first-child {
  margin-right: 4%;
}

@media only screen and (max-width: 1000px) {
header {
    padding-bottom:  15px;
}
header .h_bg {
    height:  auto;
}
header .h_box {
    padding: 4% 0 8%;
}
header .h_box nav ul li {
	padding: 0 1vw;
  font-size: 1.6vw;
}

.main_top video {
    padding: 10px;
    margin-top: -4%;
}

}


@media only screen and (max-width: 768px) {
.fadeIn_02 {
  transition-delay: 0s;
}
.fadeIn_03 {
  transition-delay: 0s;
}
.fadeIn_04 {
  transition-delay: 0s;
}
/* template */

.pd_box {
  padding: 50px 0;
}
.col2_box,
.col3_box {
  display: block;
}
.col3_box .col {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.col3_box .col:nth-child(3n) {
  margin-bottom: 0;
}
.btn_sty {
  margin-top: 25px;
  text-align: center;
}
.btn_sty a {
  display: inline-block;
  background: #00367b url("asset/image/ico_arr.png") no-repeat 94% center;
  background-size: 20px;
  color: #fff;
  text-decoration: none;
  max-width: 350px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.sp {display: block;}
.sub_main {
  margin-bottom: 60px;
}
.sub_main section {
  margin-bottom: 40px;
}
.sub_main section#bread_box {
  margin-bottom: 20px;
}
.sub_main section:last-child {
  margin-bottom: 0;
}

/* title */
.tit_line {
  font-size: 25px;
  margin-bottom: 25px;
}
.tit_line:before, .tit_line:after {
  border-top: 2px solid #00367b;
  width: 1.5em;
}
.tit_line:before {
  margin-right: 1em;
}
.tit_line:after {
  margin-left: 1em;
}
.tit_blue {
  font-size: 17px;
  margin-bottom: 15px;
  border-left: solid 3px #00367b;
  padding-left: 8px;
}
.main_sub .wrap h2 {
  padding: 40px 0;
  font-size: 25px;
  margin-top: -7%;
}
.main_sub .wrap h2 span {
  font-size: 14px;
}

/* header */
header .h_box .h_logo {
  width: 76%;
}
header .h_box {
  padding: 5% 0 12%;
}
header .h_box nav {
	width: 24%;
}
#navbar {
  position: relative;
}
#navbar ul.nav_pc {
    display: none;
}



/* footer */
.f_gmap iframe {
  height: 250px;
}
footer {
  padding: 25px 0;
  font-size: 90%;
  line-height: 1.4;
}

footer .f_logo {
  margin-bottom: 15px;
}
footer .f_logo img {
  max-width: 300px;
  width: 90%;
}
footer .f_tel {
  margin-top: 15px;
}
footer .f_tel li {
  display: block;
  padding: 0;
}
footer .f_link {
  margin-top: 20px;
}
footer .f_link li {
  display: inline-block;
  padding: 0 7px;
}
footer .copy {
  font-size: 80%;
  margin-top: 15px;
}
#page-top {
  bottom: 40px;
  right: 5%;
  font-size: 16px;
}
#page-top a {
  width: 30px;
  padding: 12px 5px;
  opacity: 1!important;
}

/* index */
.main_top video {
    margin-top: -7%;
    padding: 6px;
}
#section_index01 h2 {
  font-size: 26px;
  margin-bottom: 37px;
  text-align: center;
}
#section_index01 h2 br {
  display: none;
}
#section_index01 h2 span {
  font-size: 20px;
}
#section_index01 h2:after {
  width: 100px;
  bottom: -12px;
  margin: 0 auto;
  left: 0;
}
#section_index01 .col2_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column-reverse;
}
#section_index01 .col2_box .col {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#section_index01 .col2_box .col:first-child {
  padding: 25px 9% 0;
}
#section_index01 .col2_box .col:last-child {
  width: 100%;
}
#section_index01 .fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.txt_rec_products {
  padding: 15px;
}


/* company */
#page_company .col2_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column-reverse;
}
#page_company .col2_box .col {
  width: 100%;
}
#page_company .col2_box .col:nth-child(2) {
  width: 100%;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: center;
}
#page_company .col2_box.col_rev {
  flex-direction:column-reverse;
}
#page_company .col2_box.col_rev .col:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.tb_style th,
.tb_style td {
  border-bottom: solid 1px #ccc;
  padding: 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#page_company .col_map {
  display: block;
  margin-top: 30px;
}
#page_company .col_map .col {
  width: 100%;
}
#page_company .col_map .col iframe {
  width: 100%;
  height: 300px;
}
#page_company .col_map .col:first-child {
  margin-right: 0;
  margin-bottom: 15px;
}

  /* products */
  .pamphlet-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.pamphlet-text a {
  color: inherit;
  text-decoration: underline;
}


}

.home .entry-header,
.front-page .page-title {
    display: none;
}