@charset "utf-8";
/* CSS Document */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: white;
	background-image: url("../images/splash_back.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: white;
	background-image: url("../images/splash_back.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
	background-image: url("../images/splash_back.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: black;
  z-index: 1000;
}

/* opacityFadeIn */
.opacityFadeIn {
    animation: opacityFadeIn 2.7s ease 0s 1 normal;
}
 #big_header {
       display: block; /* splash-screen 初期状態では非表示 */
   }
  
@keyframes opacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  text-decoration: none;
}
a:link{
  color: #000;
}
a:visited{
 color: #000;
}
a:hover{
 color: #004da0;
}
a:active{
 color: #004da0;
}

.big_container{
  margin: 0 auto;
  background-image: url("../images/back_paper.jpg");
}

html {
  scroll-behavior: smooth;
}
body {
    padding-top: 0px; 
}

#pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
	z-index: 3000;
}
section:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

h1{
	margin: 0;
}
.big_header{
  max-width: 1300px;
  position: fixed;
  top:0;
  left:0;
  right: 0;
  z-index: 2000;
  margin: 0 auto;;
}
.header_out{
  background-color: #fff;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  height: 90px;
  background-color: #fff;
  top:0;
  left:0;
  right:0;
  z-index: 1;
}
.header{
  max-width: 1300px;
  padding: 1em;
  margin: 0 auto;
}
.header_logo{
	max-width: 390px;
	position: absolute;
	z-index: 1;
	margin: -0.2em 0 0 0em;
}
.header ul{
  display: flex;
  list-style: none;
  padding-top: 1.2em;
  justify-content: flex-end;
	margin-right: 80px;
  background-color: #fff;
}
.header li{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  margin-left: 1.5em;
  z-index: 10;
}
.main_container{
  /*max-width: 1300px;
  display: flex;
  justify-content: center;
  background-color: #fff;*/
  margin: 0 auto;
}
.main_contents {
  margin: 90px 0px auto;
  border-right: solid 1px #EFEFEF;
}
.col_left{
  position: absolute;
  top:102px;
  left:0;
  bottom: 0;
  width: 70px;
  height: 100%;
  border-right: solid 1px #EFEFEF;
}
.col_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(0.8em, 1.0vw, 1.0em);
  writing-mode: vertical-rl;
  position: absolute;
  top: 40px;
  left: 5px;
  white-space: nowrap;
}
.col_right{
  position: absolute;
  top:90px;
  right:0;
  bottom: 0;
  max-width: 70px;
  height: 100vh;
  /*background-color: #fff;*/
}
.rightbox_red{
  width: 70px;
  height: 70px;
  background-color: firebrick;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  line-height: 2;
  font-size: 0.65em;
  text-align: center;
  letter-spacing: 0.02em;
}
.rightbox_red span{
  font-weight: 800;
  font-style: normal;
  color:#fff;
  line-height: 1.1;
  font-size: 4em;
}
.rightbox_red a{
  display: block;
  color: #fff;
}
.rightbox_red a:hover{
  opacity: 0.7;
  background-color: firebrick;
}
.rightbox_blue{
  width: 70px;
  height: 70px;
  background-color: #004da0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  font-size: 0.68em;
  line-height: 1.8;
  text-align: center;
}
.rightbox_blue span{
  font-weight: 800;
  font-style: normal;
  color:#fff;
  line-height: 1.3;
  font-size: 3.5em;
}
.rightbox_blue a{
  display: block;
  color: #fff;
}
.rightbox_blue a:hover{
  opacity: 0.7;
  background-color: #004da0;
}
.rightbox_gray{
  width: 70px;
  height: 70px;
  background-color: #A4A6A8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  font-size: 0.68em;
  line-height: 1.8;
  text-align: center;
}
.rightbox_gray span{
  font-weight: 800;
  font-style: normal;
  color:#fff;
  line-height: 1.3;
  font-size: 3.5em;
}
.rightbox_gray a{
  display: block;
  color: #fff;
}
.rightbox_gray a:hover{
  opacity: 0.7;
  background-color: #A4A6A8;
}
.rightbox_white{
  width: 70px;
  height: 70px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#000;
  font-size: 0.7em;
  text-align: center;
  border: solid 1px gray;
  line-height: 1.1;
}
.rightbox_white img{
  margin-top: 0.3em;
  width: 45px;
}
.slide_block_wrapper{
  /*background-color:#6cc69e;*/
  background-color: #fff;
  padding: 0em 0em 0.5em 0em;
}
/*トップメッセージ*/
.top_block_wrapper{
  /*background-image: url("../images/1363672522.jpg");*/
  padding: 2em;
}

.top_block{
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 1.5em;
}
.top_block p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.35em;
  font-style: normal;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
.one_blank{
  margin: 0.5em;
}
/*
.top_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 3em auto;
  padding: 0px 80px;
  max-width: 1300px;
}
.top_block_left{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: clamp(1.1em, 2.5vw, 2.5em);
  font-style: normal;
  width: 40%;
  margin-top: 0em;
  margin-left: 1em;
}
.top_block_right{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(0.8em, 2.0vw, 1.0em);
  width: 40%;
  padding: 1em;
}
.link_box{
  border: solid 1px #004da0;
  width: 220px;
  height: 40px;
  margin: 1em 0 0 0em;
  position: relative;
}
.link_box p{
  font-weight: 200;
  font-style: normal;
  font-size: clamp(0.8em, 2.0vw, 1.0em);
  position: absolute;
  z-index: 100;
  left: 35%;
  top: -35%;
}
.link_box a{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width: 100%;
}
.link_box a:hover{
  opacity: 0.8;
  background-color: #004da0;
  color: #fff;
  z-index: 1;
}
*/
#SP_header {
  display: none;
}
#PC_kodawari {
  display: block;
}
#SP_kodawari {
  display: none;
}
/*infomation*/
.info_block_wrapper{
  /*background-color:#fff;*/
  /*background-image: url("../images/1363672522.jpg");*/
  padding: 0.5em 0.5em 0 0.5em;
}
.infomation{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  width: 82%;
  margin: 0 auto;
}
.infomation p{
  font-size: 1.05em;
  line-height: 1.5;
  margin-top: -1.5em;
  margin-bottom: 1em ;
  margin-left: 2.0em;
}
.infomation p span{
  color: #004da0;
  margin-right: 1em;
}
.infomark{
  width: 25px;
  height: 25px;
  background-color: #004da0;
  font-size: 1em;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.infomation p{
  text-align: left !important;
}

/*私たちの製品・サービス*/
.products_wrapper{
  /*background-color:#dfe2e6;*/
  /*background-image: url("../images/1363672522.jpg");*/
  background-color: #a3dee826;
  padding: 2em;
}
.products{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.05em;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  /*background-color:rgba(224, 229, 231, 0.55);*/
  padding: 0px 80px;
  max-width: 1300px;
}

.products_lead{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.00em;
  line-height: 1.5;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 0.5em;
}

.arrow_box{
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.5;
  position: relative;
  text-align: right;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 1px;
  margin-top: 50px;
  border-radius: 9999px;
  background-color: #004da0;
  margin-right: 10px;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 30px;
  height: 1px;
  border-radius: 9999px;
  background-color: #004da0;
  transform: rotate(36deg);
  transform-origin: calc(100% - 1px) 50%;
}
.arrow span{
  position: absolute;
  top: -25px;
  left: 10px;
  color: #004da0;
}
.arrow:hover { opacity: 0.3; filter: brightness(110%); }

/*私たちのこだわり*/
.kodawari_wrapper{
  /*background-color:#a4bb9d;*/
  /*background-image: url("../images/1363672522.jpg");*/
  padding: 1em;
}
.kodawari{
  width: 93%;
  margin: 3em auto;
  padding: 0px 80px;
  max-width: 1300px;
}
.kodawari_lead_wrapper{
  max-width: 1300px;
  padding: 0.5em;
  margin: 0 auto;
}
.kodawari_lead{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.05em;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto;
}
.tab_set {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
/* タブの名前 */
.tab_label {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.6em;
  font-style: normal;
  color: #000;
  background: #fff;
  padding: 25px 20px;
  margin-right: 10px;
  order: -1;
  position: relative;
  line-height: 1;
  cursor: pointer;
  width: calc(97% / 3);
  text-align: center;
  /*border-top: 1px solid #004da0;
  border-right: 1px solid #004da0;
  border-left: 1px solid #004da0;*/
  color: #fff;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
/* ======= 各タブのデフォルト背景色（未選択時） ======= */
.tab_blue {
  background-color: #004da0 !important; /* 明るめの赤 */
}
.tab_green {
  background-color: #2e7d32 !important; /* 明るめの緑 */
}
.tab_red {
  background-color: #b38f00 !important; /* 明るめの茶 */
}

/* ======= チェックされたタブの背景色（濃く or コントラスト強） ======= */
#tab01:checked + .tab_label.tab_blue {
  background-color: #004da0;
}
#tab02:checked + .tab_label.tab_green {
  background-color: #2e7d32;
}
#tab03:checked + .tab_label.tab_red {
  background-color: #b38f00;
}
/*#tab01:checked ~ .tab_content { display: block; border-top: 10px solid #004da0; }
#tab02:checked ~ .tab_content { display: block; border-top: 10px solid #2e7d32; }
#tab03:checked ~ .tab_content { display: block; border-top: 10px solid #b38f00; }*/

/* ======= チェックされたタブの下のコンテンツ枠色も連動 ======= */
#tab01:checked + .tab_label.tab_blue + .tab_content {
  border-top: 10px solid #004da0;
  background-color: #004da00a;
}
#tab02:checked + .tab_label.tab_green + .tab_content {
  border-top: 10px solid #2e7d32;
}
#tab03:checked + .tab_label.tab_red + .tab_content {
  border-top: 10px solid #1565c0;
}

.tab_label_detail{
  padding: 1em 0.5em;
  margin: 0 auto;
}
.tab_label p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.65em;
  line-height: 1.5;
  text-align: left;
  margin-top: 0em;
  margin-bottom: 0em;

}
/* ===== タブ個別カラー定義 ===== */

/* 青：品質管理 */
#tab01:checked + .tab_label.tab_blue {
  background-color: #004da0;
  color: #fff;
  border: 1px solid #004da0;
}
#tab01:checked + .tab_label.tab_red + .tab_content {
  display: block;
  border-top: 10px solid #004da0;
  border-bottom: 2px solid #004da0;
  border-left: 2px solid #004da0;
  border-right: 2px solid #004da0;
}

/* 緑：環境対応 */
#tab02:checked + .tab_label.tab_green {
  background-color: #2e7d32;
  color: #fff;
  border: 1px solid #2e7d32;
}
#tab02:checked + .tab_label.tab_green + .tab_content {
  display: block;
  border-top: 10px solid #2e7d32;
  border-bottom: 2px solid #2e7d32;
  border-left: 2px solid #2e7d32;
  border-right: 2px solid #2e7d32;
  background-color: #2e7d3212;
}

/* 赤：お客様対応力 */
#tab03:checked + .tab_label.tab_red {
  background-color: #b38f00;
  color: #fff;
  border: 1px solid #b38f00;
}
#tab03:checked + .tab_label.tab_red + .tab_content {
  display: block;
  border-top: 10px solid #b38f00;
  border-bottom: 2px solid #b38f00;
  border-left: 2px solid #b38f00;
  border-right: 2px solid #b38f00;
  background-color: #b38f001a;
}

/* タブ本文 */
.tab_content {
  display: none;
  padding: 20px;
  border-top: 10px solid #004da0;
  border-bottom: 2px solid #004da0;
  border-right: 2px solid #004da0;
  border-left: 2px solid #004da0;
  background-color: #fff;
}
.tab_content_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.tab_content_item{
 width: calc(90% / 3);
}
.tab_content_img{
  text-align: center;
  margin-bottom: 1em;
}

.tab_content_img img{
  max-height: 140px;
}
.tab_content_title{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.4em;
  font-style: normal;
  color: #000;
  text-align: center;
}
.tab_content p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.05em;
  font-style: normal;
  color: #000;
}
/* タブをクリックした時 */
.tab_switch:checked+.tab_label {
  background: #004da0;
  color: #fff;
}

.tab_switch:checked+.tab_label+.tab_content {
    display: block;
}

/* ラジオボタンだよ */
.tab_switch {
    display: none;
}

/*ウィンドウサイズが769px以下になった時のCSSだよ*/
@media print,screen and (max-width:767px) {
    .tab_set {
        /*display: block;*/
    }

    .tab_label {
        display: block;
        margin-right: 0;
    }

    .travelclinic .tab_label.last {
        border-bottom: none;
    }

    .travelclinic .tab_switch:checked+.tab_label {
        border-bottom: 1px solid #59A8B7;
    }
}
/*ギャラリー*/

.gallery_wrapper{
  /*background-color:#bb9dae;*/
  /*background-image: url("../images/1363672522.jpg");*/
  padding: 1em;
}
.gallery{
  width: 100%;
  margin: 2em 0 3em 0em;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.slider_roop-container {
  display: flex;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

.slider_roop-wrapper {
  display: flex;
  animation: horizontal-animation 50s linear infinite;
}

.slide {
  position: relative;
  width: 200px;
  margin-right: 5px;
  text-align: center;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 0.3em;
}

@media (hover: hover) {
  .slider_roop-container:hover .slider_roop-wrapper {
    animation-play-state: paused;
  }
}

/* 以下、解説用キャプション */
.slide span{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 0.9em;
  font-style: normal;
}
.gallery_ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
}
.gallery_txt{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.1em;
  font-style: normal;
}
/*企業概要*/

.company_info_wrapper{
  background-color:#a4a6a81c;
  margin-bottom: -8em;
}
.company_info{
  /*background-color: #a4a6a829;*/
  padding: 1em 1.5em 1.5em 1em;
}
.message_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff; 
  margin: 0 auto;
  max-width: 1050px;
}
.message_box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1050px;
}
.message_left{
 width: 35%;
 padding: 1em;
}
.message_left span{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.6em;
  font-style: normal;
  width: 40%;
  line-height: 1.2;
}
.message_right{
  width: 50%;
  padding: 2em;
}
.message_right p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.05em;
  line-height: 1.5;
  margin-top: -1em;
}
.message_right p span{
   float: right;
   margin-top: 1em;
}
.twel_blank{
  margin: 2em auto;
}
.gaiyo_box{
  /*background-color: #fff; */
  background-image: url("../images/1363672522.jpg");
  padding: 0.5em;
  margin: 0 auto;
  max-width: 1050px;
}
.gaiyo_box h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  margin: 1%;
}
.gaiyo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}
.dl_table {
  /*background-color: #FFF;*/
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dl_table dt {
  font-weight: normal;
  font-size: 0.95em
}
.dl_table dt{
  padding: 15px;
  width: 35%;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
.dl_table dd {
  padding: 15px;
  width: 65%;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  font-size: 0.95em
}
.dl_table hr{
  border: none;
  border-top: 1px solid #E4E4E4;
  color: #333;
  overflow: visible;
  text-align: center;
  height: 1px;
}
.gaiyo_left{
 width: 35%;
 padding: 1em;
 text-align: center;
}
.view{
    /*width: 200px;*/
    position: relative;
    overflow: hidden;
}
/*画像クリックで拡大
.view img{
    vertical-align: middle;
    transform: scale(0);
    transition: all .8s ease-in-out .8s;
}
.view.js-on img{
    transform: scale(1);
}
    */
.gaiyo_right{
  width: 50%;
  padding: 1em;
}
.gaiyo img{
  max-width: 280px;
}
.group img{
  max-width: 250px;
  height: auto;
  padding: 0.5em 0em;
}
.history_box{
  /*background-color: #fff; */
  background-image: url("../images/1363672522.jpg");
  margin: 0 auto;
  max-width: 1050px;
}
.history_box h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  padding: 1em;
}
.history{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
}
.history p{
  margin-top: -2em;
}
.history_left{
 width: 35%;
 padding: 1em;
 text-align: center;
 margin-top: 1em;
}
.history_right{
 width: 50%;
 padding: 1em;
 margin: 1em 0em;
}
.history img{
  max-width: 280px;
}
.access_box{
  /*background-color: #fff; */
  background-image: url("../images/1363672522.jpg");
  margin: 0 auto;
  max-width: 1050px;
  padding: 0.5em;
}
.access_box h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  margin: 1em;
}
.access h3{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color:#004da0;
  font-size: 2.5em;
  line-height: 1.8;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 0em;
}
.access h3 span{
  color:#231815;
  font-size: 0.6em;
  margin-left: 1em;
}
.access{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.05em;
  line-height: 1.5;
}
.access_left{
 width: 42%;
 padding: 1em;
}
.access_right{
  width: 42%;
  padding: 1em;
}
.rightbox_gray_mark{
  font-family: "Noto Sans JP", sans-serif;
  width: 100px;
  height: 100px;
  background-color: #a4a6a8;
  font-weight: 800;
  font-style: normal;
  color:#fff;
  font-size: 1.2em;
  text-align: center;
  padding: 0em 0.5em 0.1em 0.5em;
  margin-right: 0.3em;
}
/*ザ・パックグループ*/
.group_wrapper{
  /*background-color: #721c24;*/
  /*background-image: url("../images/1363672522.jpg");*/
  width: 100%;
}
.group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  /*background-color: #fff;*/
  max-width: 1300px;
  margin: 0 auto;
}

.group_wrapper h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  margin: 1em;
  padding-top: 1em;
}

h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  margin-top: 1.5em;
}
.group_item{
  width: 25%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  margin: 1.2em;
}
.group_item img{
  width: 300px;
}
.group_name{
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.group_address{
  font-size: 0.9em;
  margin-top: 0.5em;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 300px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*採用情報*/
.recruit_wrapper{
  /*background-color:rgba(193, 235, 248, 0.53);*/
  /*background-image: url("../images/1363672522.jpg");*/
  width: 100%;
  background-color: #a3dee826;
}
.recruit{
  margin: 0 auto;
  padding: 1em;
  max-width: 1300px;
}
.recruit h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
}
.rightbox_blue_mark{
  font-family: "Noto Sans JP", sans-serif;
  width: 100px;
  height: 100px;
  background-color: #004da0;
  font-weight: 800;
  font-style: normal;
  color:#fff;
  font-size: 1.2em;
  text-align: center;
  padding: 0em 0.5em 0.1em 0.5em;
  margin-right: 0.3em;
}

.recruit h3{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1em;
  margin: 2.5em auto;
  text-align: center;
}
.recruit p{
  text-align: center;
}
.recruit img{
  max-width: 100%;
}
.recinfo{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  width: fit-content;
  margin: auto;
}
.recinfo ul{
  margin:-2em auto;
}
.recruit h4{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8em;
  margin: 2.5em auto;
  text-align: center;
  color: #004da0;
  margin-bottom: 1em;
}
.rec_detail{
  text-align: center;
  margin-bottom: 2em;
}
table{
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  border-collapse:  collapse; /* セルの線を重ねる */
  background-color: #fff;

}
th{
  background-color: #004da0;
  color: #000;
  border: solid 1px #000;
  font-weight: initial;
}
th,td {
    border: solid 1px gray;  /* 枠線指定 */
    padding: 15px;      /* 余白指定 */
    color: #fff;
}

.link_box2{
  border: solid 1px #004da0;
  background-color: #fff;
  width: 220px;
  height: 40px;
  position: relative;
  margin-top: 2em;
}
.link_box2 p{
  font-weight: 200;
  font-style: normal;
  font-size: clamp(0.8em, 2.0vw, 1.0em);
  position: absolute;
  z-index: 100;
  left: 28%;
  top: -30%;
}
.link_box2 a{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width: 100%;
}
.link_box2 a:hover{
  opacity: 1;
  background-color: #f7f4f4;
  color: #004da0;
  z-index: 1;
}

/*お問い合わせBOX*/
.inq_wrapper{
  /*background-color:gray;*/
  width: 100%;
}
.inq_box{
  margin: 0 auto;
  padding-bottom: 2em;
  max-width: 1300px;
  /*background-color: #fff;*/
}
.inq_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 80%;

}
.rightbox_red_mark{
  font-family: "Noto Sans JP", sans-serif;
  background-color: #b22222;
  font-weight: 800;
  color:#fff;
  text-align: center;
  padding: 0em 1.5em 0.3em 1.5em;
  line-height: 1.5;
  margin: 1.2em;
}
.rightbox_red_mark span{
  font-size: 2.5em;
}
/*フッター*/
.footer_block{
  max-width:1300px;
  margin: 0 auto;
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
.footerlist {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  margin: 2.5em 4em 4em 0em;
}
.footerlist span {
 font-weight: 800;
}
.footerlist ul {
  list-style: none;
  margin-left: -2.8em;
}
.footerlist li {
line-height: 1.8;
}
.footer_block img {
  max-width: 250px;
}

/*製品紹介*/
.products_top_block_wrapper{
  padding: 0.5em;
  background-color: #fff;
}
.products_top_block {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 1.5em;
}
.package_wrapper{
  padding: 2em;
}
.package {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.05em;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  padding: 0px 80px;
  max-width: 1300px;
  padding-bottom: 2em;
}
.products_back{
  background-color: #fff !important;
  padding-top: 2em;
  padding-bottom: 3em;
}
.package_lead{
  font-family: "Noto Sans JP", sans-serif;
  max-width: 800px;
  margin: auto;
  text-align: left;
  padding: 1em 0 2em 0em;
}
.package_large_img{
  max-width: 800px;
  margin: 1em;
}
.package_box{
  font-family: "Noto Sans JP", sans-serif;
  max-width: 800px;
  border: 1px solid #1565c0;
  padding: 1em;
  margin: 1em auto;
}
.package_sample{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 3em;
}
.package_sample_block{
  width:calc(90%/3);/* 横幅を3等分 */
  margin: 1em;
  display:flex;
  flex-direction:column;
}
.package_small_img{
  width: 100%;
}
.package_sample_title{
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1.0em;
 line-height: 1.5;
}
.second_title{
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 500;
 font-size: 1.2em;
 margin-bottom: 1em;
 color: #004da0;
}
.package_sample_lead{
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1.2em;
 line-height: 1.5;
 margin-top: 0.5em;
 color: #004da0;
}
.package_sample_detail{
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 1em;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  text-align: left;
}

/*プライバシーポリシー*/
.form_contents{
  width: 100%;
  margin: 90px 0em 2em 0em;
}
.privacy_wrapper{
  background-color:rgb(245, 245, 245);
  width: 100%;
  margin-top: 0em;
}
.privacy{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1em;
  font-style: normal;
  margin: 0 auto;
  /*background-color:#dcd8d8;*/
  padding: 2em;
  max-width: 1050px;
}

.privacy h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.5em;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}

.privacy p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.5;
}
.privacy ol{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.9;
  margin: 1em 1em 1em -1em;
}
/*お問い合わせ*/
.inquiry_area{
  margin: 0 auto;
  background-color: #fff;
  max-width: 1050px;
}
.inquiry_area h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.8em;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.5em
}
.inquiry_area p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.0em;	
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  color: firebrick;
}
.mailform {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  margin-bottom: 5em;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: .3rem;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
    margin: 0 auto;
  }
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1em;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.25rem;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.form-group {
  margin-bottom: 1em;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
  margin-left: -15px;*/
  margin: 1.5em;
}
 ::after, ::before {
  box-sizing: border-box;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 400;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
} 
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
@media (min-width: 576px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.btn-info {
  color: #fff;
  background-color: #a4a6a8;
  border-color: #a4a6a8;
  border-radius: 5px;
  padding: 0.15em;
}
.btn-primary {
  color: #fff;
  background-color: #004da0;
  border-color: #004da0;
  font-size: 1.2em;
  padding: 0.1em 0.4em 0.2em 0.5em;
  border-radius: 5px;
}
btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}*/
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ordeer{
  text-align: center;
}
.confiem_space{
  line-height: 2.1;
  margin-left: 1em;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
	.header{
		display: none;
	}
	.col_left{
		display: none;
	}
	.col_right{
		display: none;
	}
  .top_block_wrapper {
  padding: 0.2em;
}
	.top_block{
		width: 100%;
	}
  .top_block p{
  font-size: 1.1em;
  width: 100%;
}
  /*
	.top_block_left{
		font-size: 1.8em;
		width: 90%;
		}
	.top_block_right{
		font-size: 0.9em;
		width: 80%;
		margin: 2em auto;
	}
  */
h2{
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
}

#SP_header {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 1em;
  height: 18px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #EBECEC;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 120;
  font-size: 1em;
  line-height: 1.6;
  overflow-y: scroll;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 10px 0 0 0;
  padding: 5px 0 0;
  list-style: none;
}
.nav_sub_ttl{
  font-weight: 400;
}
.nav__item {
  /*padding: 0 20px;*/
  padding-left: 1.5em;
  padding-bottom: 1.0em;
}
.nav__item a{
	text-decoration: none;
	color: #303131;
	font-weight: 800;
	}
.nav__link {
  /*display: block;*/
  padding-bottom: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #BDB7B7;
}
.nav__link2 {
  /*display: block;
  padding: 15px 0;*/
  color: #333;
  text-decoration: none;
}
.nav__link3 {
  /*display: block;
  padding: 15px 0;*/
  color: #333;
  text-decoration: none;
  /*margin: -3em 0 0 1em;*/
}
.nav__link4 {
  /*display: block;
  padding: 15px 0;*/
  color: #333;
  text-decoration: none;
  /*margin: -3em 0 0 1em;*/
}
.nav__link5 {
  /*display: block;
  padding: 15px 0;*/
  color: #333;
  text-decoration: none;
  /*border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;*/
}	

.header_logo{
	max-width: 80%;
	position: absolute;
	z-index: 1;
	margin: -0.9em 0 0 -1.2em;
}
.nav-menu-header{
	background-color: #fff;
	display: flex;
	flex-wrap: nowrap;
	}
	.nav-menu-header img{
	width: 100px;
	margin: 0.5em 0.5em 0em 0.5em;
	}
	.rightbox_red{
	margin-top: 1.2em;
	}
	.rightbox_blue{
	margin-top: 1.1em;
	}
	.rightbox_gray{
	margin-top: 1.1em;
	}
	.rightbox_white{
	margin-top: 1.1em;
	}
.splash-screen {
	background-size: cover;
	background-position: center;
	}

.main_contents {
  width: 100%;
}
.link_box p{
  font-size: 1.1em;
}
.link_box2 {
  margin-top: 0em;
}
.link_box2 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  left: 30%;top: -35%;
}
.products_wrapper {
  padding: 0em;
}
.products_lead {
  font-size: 0.95em;
  width: 90%;
  text-align:left;
}
.kodawari_wrapper {
  padding: 0em;
}
.kodawari {
  padding: 0px 10px;
}
.kodawari_lead {
  width: 80%;
}
.kodawari_lead_wrapper {
  padding: 0em;
}
.products_top_block_wrapper{
  padding: 0em;
}
.products_top_block{
  width: 80%;
}
.package{
  padding: 0em 0em 2em 0em;
}
.package_sample_block {
  width: 100%;
}
.package_large_img{
  max-width: 300px;
}
.package_small_img{
  max-width: 300px;
}
.package_lead{
  max-width: 90%;
  padding: 1em 0 2em 0em;
}
.tab_label {
  width: initial;
  /*border-bottom: 1px solid #004da0;*/
}
.tab_content_item {
  width: initial;
  margin-bottom: 1em;
}
.company_info{
  padding: 1em;
}
.message_box{
  margin: 0;
}
.message_left span{
  font-size: 1.4em;
}
.message_left{
  width: 90%;
  margin-top: -1em;
}
.top_block_left{
  margin-left: 2em;
}
.message_right{
  width: 100%;
  margin-top: -3em;
}
.products{
  padding: 0.85em;
}
.product_name{
  font-size: 0.9em !important;
  line-height: 1.9 !important;
}
.product_name_area {
  height: 55% !important;
}
.gaiyo_box{
  margin: 3em 0em;
}
.gaiyo_box h2 {
  margin: 1em;
}
.gaiyo_left{
  width: 100%;
  margin-top: 1em;
}
.gaiyo_right{
  width: 100%;
  margin-top: 1em;
}
.history_box{
  margin: 3em 0em;
}
.history_box h2 {
  margin: 1em;
}
.history p{
 margin: -2em 0.5em 2em 0.5em;
 width: 80%;
}
.history_left{
  width: 100%;
  margin-top: -2em;
}
.history_right{
  width: 100%;
  margin-top: -3em;
}
.access_box {
  margin: 3em 0em;
}
.access_left{
 width: 100%;
 padding: 0.5em;
}
.access_right{
 width: 100%;
 padding: 0.5em;
}
.group_item{
  width: 85%;
}
.recruit{
  padding: 1em;
}
.recruit h2{
  font-size: 2em;
}
.footer_block{
  max-width:640px;
  padding: 1em;
}
.footerlist {
  margin: 0em 1.5em 1.5em 3em;
  width: 600px;
}
.footer_block img {
  padding-top: 1em;
}
.form_contents{
  margin: 90px 0px auto;
  width: 100%;
}

.package_box{
  max-width: 90%;
}
.products_back{
  padding-top: 0.5em;
  padding-bottom: 3em;
}
.message_right p{
 margin-top: 2em;
}

}

/* タブレット用 */
@media screen and (min-width: 640px) and (max-width: 960px) {
.main_container{
	max-width: 960px;
	}
/*.main_contents{
	max-width: 660px;
	}*/
.header_logo {
  max-width: 270px;
  margin: -0.2em 0 0 0em;
}
.header ul {
  margin-right: 10px;
  margin-top: 24px;
}
.header li {
  font-size: 0.85em;
  margin-left: 1.2em;
}
.top_block {
  width: 90%;
}
.top_block p {
  font-size: 1.3em;
}
.infomation p {
  font-size: 1.05em !important;
}
.kodawari {
  width: 100%;
}
.message_box{
  margin: 2em 2.8em 2em 2.8em;
}
.message_left{
  width: 70%;
}
.message_right{
  width: 70%;
}
.tab_label {
  font-size: 1.4em;
  width: calc(97% / 3);
}
.gaiyo_box{
  margin: 2em 2.8em 2em 2.8em;
}
.gaiyo_left{
  width: 70%;
}
.gaiyo_right{
  width: 70%;
}
.history_box{
  margin: 2em 2.8em 2em 2.8em;
}
.history p {
  width: 70%;
}
.history_left{
  width: 70%;
}
.history_right{
  width: 70%;
}
.access_box{
  margin: 2em 2.8em 2em 2.8em;
}
.access_left{
  width: 70%;
}
.access_right{
  width: 70%;
}
.group {
  width: 85%;
}
.group_item{
  width: 40%;
}
.product_name{
  font-size: 1.2em !important;
  line-height: 2.5 !important;
}
.recruit h2 {
  font-size: 1.8em;
}
.package_sample_block {
  width: 40% !important;
}
.package_large_img{
  max-width: 300px;
}
.package_small_img{
  max-width: 300px;
}
.package_sample_block {
    width: 43% !important;
}

/* タブレット横用 */
@media screen and (min-width: 961px) and (max-width: 1299px) {
.main_container{
	max-width: 1299px;
	}
/*.main_contents{
	max-width: 940px;
	}*/
.header_logo {
  max-width: 270px;
  margin: -0.2em 0 0 0em;
}
.header ul {
  margin-right: 80px;
}
.header li {
  font-size: 0.85em;
  margin-left: 2.3em;
}
.tab_label {
  font-size: 1.4em;
  width: calc(97% / 3);
}
.message_box {
  width: 90%;
}
.gaiyo_box {
  width: 90%;
}
.history_box {
  width: 90%;
}
.access_box {
  width: 90%;
}
.recruit h2 {
  font-size: 1.8em;
}
}

/* PC用タブの基本 */
.tabs_pc {
  display: flex;
  flex-wrap: wrap;
}
.tabs_pc input {
  display: none;
}
.tab_label {
  padding: 10px 20px;
  background: #004da0;
  color: #fff;
  cursor: pointer;
}
.tab_content {
  width: 100%;
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

/* スマホ用アコーディオン */
.accordion_input {
  display: none;
}
.accordion_label {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 1.1em;
  background: #004da0;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.accordion_content {
  display: none;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.accordion_input:checked + .accordion_label + .accordion_content {
  display: block;
}

/* 表示切替 */
@media screen and (max-width: 768px) {
  .tabs_pc { display: none; }
  .tabs_sp { display: block; }
}
@media screen and (min-width: 769px) {
  .tabs_pc { display: flex; }
  .tabs_sp { display: none; }
}
