@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Lato:wght@400;700&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}


/* TOPページのパッケージ部分用 2025/10/20追加 */

.top-package {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1100px;
  margin: 10px auto;
  padding: 0 20px;
  margin-bottom: 18px;
}

/* 青いバー */
.top-packageBox {
  width: 10px;
  height: 30px;
  background: #0059b3;
  flex-shrink: 0; /* 縮ませない */
}

/* テキスト */
.top-packageContext {
  font-size: 20px;
  margin: 0;
}

.top-rfid,
.top-barkod {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
}
/*バーコードソリューションが一つかつ左に寄せたいため。 */
/*2025/11/19 バーコードソリューションに物品管理のアイコン追加したため、左寄せ解除  */
.top-rfid,
.top-barkod { 
  justify-content: center;
}


/* スマホ表示時（画面幅 767px 以下） */
@media screen and (max-width: 767px) {
  .top-package {
    flex-direction: row; /* 横並びを維持 */
    align-items: center; /* 垂直中央揃え */
    margin: 0 auto;
    gap: 5px;
    margin-bottom: 10px;
  }

  .top-packageBox {
    width: 6px;           /* 横バーではなく、縦バーを細く表示 */
    height: 24px;         /* テキストの高さに合わせて調整 */
  }

  .top-packageContext {
    font-size: 16px;      /* モバイルに適した文字サイズ */
  }

  .top-rfid,
  .top-barkod {
    width: 90%;
    justify-content: space-between;
  }
  
  .top-rfid__item-title,
  .top-barkod__item-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-size: calc(32 / 750 * 100vw);
   } 
   
  .top-rfid__item,
  .top-barkod__item {
    width: 47%; /* 2列にする場合など */
    margin-bottom: 20px;
  }

  .top-rfid__item:nth-child(2n + 1),
  .top-barkod__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top-rfid__item:nth-child(2n),
  .top-barkod__item:nth-child(2n) {
    margin-left: 6%;
  }
}

  .top-rfid__item figure,
  .top-barkod__item figure {
   margin-bottom: 5px;
  }

/* PC表示 */
@media screen and (min-width: 768px) {
  .top-rfid__item,
  .top-barkod__item {
    width: 30.3%;
    margin: 0 1.5% 3.5%;
      font-size: 2rem;
  font-weight: bold;
  text-align: center;
  }
  
  .top-rfid__item figure,
  .top-barkod__item figure {
   margin-bottom: 18px;
  }
  .top-package {
   flex-direction: row; /* 横並びを維持 */
   align-items: center; /* 垂直中央揃え */
   gap: 10px;
   max-width: 1100px; /* 任意で調整 */
   padding: 0 20px; /* 画面端との余白確保 */
  }
}



/*↓↓パッケージ紹介で使用するページのcss（一番下に書くと反映されないのでここから書きます） */ 

 /*INDEX　ページ*/
 /*ソリューション名（RFIDとバーコード）*/
 .Package{
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin:10px 0;
}

.PackageBox {
  width        : 10px;
  height       : 30px;
  background   : #0059b3;
}
.PackageContext{
  font-size:25px;
  padding-left:5px
}
 @media screen and (min-width: 768px) {
.nowrap1{
display:flex;
flex-wrap:nowrap;
gap:50px;
}
}
 
 /*パッケージ一覧アイコン*/
@media screen and (min-width: 768px) {
  .p-product__intro .c-card__index {
    width: 32%;
    text-align: center;
  }
  .p-product__intro .c-card__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px){
  .p-product__intro .c-card__index {
    width: 48%;
    text-align: center;
  }
  .p-product__intro .c-card__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}



 /*物品貸出の使用例に*/
.exam-card{
	display:flex;
	flex-wrap:nowrap;
	margin:0 10%;
}
@media screen and (max-width: 767px){
.exam-card{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	}
}

.exam-title{
	font-size:130%;
	color:#002060;	
	 text-align: center;
    padding-bottom: 20px;
}
.exam-index{
	 margin: 0 auto;
	text-align:center;
}
@media screen and (max-width: 767px){
	.exam-index{
		 margin: 0 1%;
		text-align:center;
	}
}
.exam-font{
	font-size:1.6rem;
	color: #003283;
}
@media screen and (max-width: 767px){
	.exam-font{
		font-size:1.6rem;
		color: #003283;
		padding-bottom:12px;
	}
}

.exam-img{
	width:147px;
	height:148px;
	background:white;
	margin-bottom:8px;
}
@media screen and (max-width: 767px){
.exam-img{
	width:147px;
	height:148px;
	background:white;
	}
}
 /*機器構成　画像用*/
.hdimg{
	width:235px;
	height:160px;
	background:white;
	margin-bottom:18px;	
}
 /*機器構成　画像 スマホ用*/
@media screen and (max-width: 767px){
.hdimg{
	width:235px;
	height:160px;
	background:white;
	margin:0 auto;
	margin-bottom:18px;	
	}
}
/*スマホ用youtube*/	
	@media screen and (max-width: 767px) {	
	  iframe{
			 width:370px;
			  height:208px;
		  }
	}

 /*PC用youtube*/
	@media screen and (min-width: 768px) {
	 iframe {
	 width:800px;
	 height:450px;
	}
}

 /*動画リンク 下隙間*/
 .moviepadding{
 padding-bottom:2%;
 }
 
  /*タイトル　背景色　灰色*/
.b-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  padding-top: 46px;
  margin: 0 auto;
  background: #7F7F7F;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .b-main__title {
    height: auto;
    padding: calc(34px + 14vw) 4vw 10vw;
  }
}

.b-main__title h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .b-main__title h1 {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(32 / 750 * 100vw);
  }
}
        
 /*バーコード在庫管理ーキャッチコピー*/
 @media screen and (min-width: 768px){
 .b-main__heading{
  padding-bottom: 20px;
  color: #000000;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}
}
 /*スマホ：バーコード在庫管理ーキャッチコピー*/
 @media screen and (max-width: 767px){
 .b-main__heading{
  padding: 20px 0 10px 0;
  color: #000000;
  font-size: calc(34 / 750* 100vw);
  text-align: center;
  font-weight: bold;
}
}

  /*バーコード在庫管理ー特長↓*/
    /*PCサイズ*/
   @media screen and (min-width: 768px){
	 .Features{
	   margin: 0 auto;
       width: 1008px;   
	}
	.features-h2 {
		font-size:3.4rem;
	    color: #7F7F7F; 
	    padding-top: 30px;
	}

	.features-card{
	  display:flex;
	  flex-wrap:wrap;
	  align-items: center;  
	  padding-top:3%;
	  font-size:24px;
	}
	.left-px{
	padding-left:2%;     
	}

	.checkmark {
	  width: 33px;
	  height: 33px;
	  border-radius: 50%; /* 円形 */
	  border: 3px solid #7F7F7F; /* 枠線 */
	  position: relative;
	  display: inline-block;
	  background-color: white;
	}

	.checkmark::after {
	  content: "";
	  position: absolute;
	  left: 8px;
	  top: 3px;	
	  width: 7px;
      height: 15px;
	  border: solid #7F7F7F;
	  border-width: 0 4px 4px 0;
	  transform: rotate(45deg);
	}
}
	/*スマホサイズ*/
   @media screen and (max-width: 767px){
	 .Features{
	   margin: 0 10px;  
	}
	.features-h2 {
		font-size:24px;
	    color: #7F7F7F; 
	    padding-top: 20px;
	}

	.features-card{
	  display:flex;
	  flex-wrap:wrap;
	  align-items: center;  
	  padding-top:3%;
	  font-size:14px;
	}
	.left-px{
	padding-left:1%;     
	}

	.checkmark {
	  width: 25px;
	  height: 25px;
	  border-radius: 50%; /* 円形 */
	  border: 2px solid #7F7F7F; /* 枠線 */
	  position: relative;
	  display: inline-block;
	  background-color: white;
	}

	.checkmark::after {
	  content: "";
	  position: absolute;
	  left: 7px;
	  top: 1px;	
	  width: 4px;
      height: 14px;
	  border: solid #7F7F7F;
	  border-width: 0 3px 3px 0;
	  transform: rotate(45deg);
	}
}

 /*↓バーコード在庫管理ースッテプフロー*/
 /*↓PCのみ表示ースッテプフロー*/ 
.pc-only--stepPottion{
	margin: 0 auto;
 	width: 1008px;
}

.step-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.step-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 28px;
  margin: 0 -14px;
  flex: 1;
  list-style: none;
  background-color: #e0e0e0;
  text-align: center;
  clip-path: polygon(0% 0%, calc(100% - 28px) 0%, 100% 50%, calc(100% - 28px) 100%, 0% 100%, 28px 50% );
}

.step-list__item:first-child {
  clip-path: polygon(0% 0%, calc(100% - 28px) 0%, 100% 50%, calc(100% - 28px) 100%, 0% 100% );
  margin-left: 0;
  padding-left: 0;
}
.step-1{
  background-color: #4682B4;
  color: #fff;
}
.step-2 {
  background-color: #5F9EA0;
  color: #fff;
}
.step-3 {
  background-color: #2C3E50;
  color: #fff;
}

.step-text {
  display: block;
  font-size:18px;
}

 /*↓スマホのみ表示ースッテプフロー*/ 
 
 .sp-only--stepPottion{
	display: none;
}

 /*↓背景色あり*/ 
 .explain-3{
  display: none;
  display: flex;
  align-items: center; 
  gap: 10px; 
  margin: 10px 7px;
  padding: 3% 0;
  justify-content: center;
  background-color:#F2F2F2;
  border-radius: 20px;
}
.sp-picture{
    display: flex;
    width: 200px;
    height: 100px;
    justify-content: center;
}
.sp-context{
    font-size: 24px;
    width: 500px;
}
.sp-context p{
padding-top:10px;
font-size:16px;
}

/*ステップフロー、スマホ・PCサイズ切り替え用*/
@media (max-width: 767px) {
  .pc-only--stepPottion{
    display: none;
  }

  .sp-only--stepPottion {
    display: block;
  }
}

/*文字を横並びで均等に*/
.side-row{
  display: flex;
  justify-content: space-around;   
  padding-top: 10px;
}
.side-item{
   margin: 0; 
  text-align:center;
}

/*画像を横並びで下ぞろえ*/
.side-img{
  display: flex;
  align-items: flex-end;  
  justify-content: space-evenly;
  padding-top: 10px;
}
.side-img img{
 max-width:250px
}
/*画像が左で右が説明文のやつ*/
/*PCサイズ*/
@media (min-width: 768px) {
.explain-1{
  display: flex;
  align-items: center; 
  gap: 40px; 
  margin: 0 auto;
  padding: 2% 0;
  justify-content: center;
  background-color:#F2F2F2;
}
/*↓背景色がないバージョン*/
.explain-2{
  display: flex;
  align-items: center; 
  gap: 40px; 
  margin: 0 auto;
  padding: 2% 0;
  justify-content: center;
}


.picture{
    display: flex;
    width: 500px;
    height: 300px;
    justify-content: center;
}
.picture-2{
    display: flex;
    width: 500px;
    height: 220px;
    justify-content: center;
}
.context{
    font-size: 3.4rem;
    width: 500px;
}
.context-2{
    font-size: 3.4rem;
    width: 500px;
}

.context h2{

}

.context p{
padding-top:10px;
font-size:18px;
}
.context-2 p{
padding-top:10px;
font-size:18px;
}
}

@media (max-width: 767px) {
/*スマホサイズ*/
.explain-1{
  display: flex;
  align-items: center; 
  gap: 10px; 
  margin: 0 auto;
  padding: 3% ;
  justify-content: center;
  background-color:#7F7F7F;
}
/*↓背景色がないバージョン*/
.explain-2{
  display: flex;
  align-items: center; 
  gap: 10px; 
  margin: 0 auto;
  padding: 3% ;
  justify-content: center;
}
.picture{
    display: flex;
    width: 390px;
    height: auto;
    justify-content: center;
}
.picture-2{
    display: flex;
    width: calc(100% - 30%);
    justify-content: center;
}
.context{
    font-size: 17px;
    width: 500px;
    color:#FFFFFF;
}
.context-2{
    padding-left:3px;
    font-size: 17px;
    width: 500px;
    color:#000000;
}

.context h2{

}

.context p{
padding-top:10px;
font-size:13px;
color:#FFFFFF;
}
.context-2 p{
padding-top:10px;
font-size:13px;
color:#000000;
}
}
/* ナビゲーションメニュー */
.nav-menu {

}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
  position: relative;
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}
.menu-item:last-child {
  border-right: 1px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.menu-item:hover {
  background: rgba(255, 255, 255, 0.9); /* メニューアイテムのホバー時の背景色 */
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}
.drop-menu-item:hover {
  opacity: .8; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}

.menu-item a {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  width: 110px;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .3s; /* 表示の変化をアニメーション化 */
  width: max-content;
  z-index: 1;
  border: solid 1px #DEDEDE;
  border-top: none;
}
.drop-menu-item {
  background: rgba(255, 255, 255, 0.9); /* ドロップダウンメニューの背景色 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}

/* 矢印アイコン */
.dropdown-arrow {
  display: inline-block;
  padding-right:5%;
  transition: transform 0.3s ease;
}
/* マウスカーソルを合わせた時に矢印が回転 */
.drop-menu:hover .dropdown-arrow {
  transform: rotate(-90deg); /* ▼から▶に回転 */
}


@media (max-width: 767px) {
  .pc-c-nav-sub {
    display: none;
  }

  .sp-c-nav-sub {
    display: block;
  }
}@media (min-width: 768px) {
  .pc-c-nav-sub {
    display: block;
  }

  .sp-c-nav-sub {
    display: none;
  }
}


/*↑↑パッケージ紹介で使用するページのcss（一番下に書くと反映されないのでこの上に書きます） */


@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}

.acms-admin-btn-admin-save, .acms-admin-btn-admin-search, .acms-admin-btn-save, .acms-admin-btn-search {
	z-index: 1;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

:root {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #fff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  margin: 0;
  padding: 0;
  min-width: 1025px;
}

#adminBox {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: calc(26 / 750 * 100vw);
    min-width: 0;
  }
}

_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}

[data-device='sp'] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  [data-device='sp'] {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  [data-device='pc'] {
    display: none !important;
  }
}

a, a:visited, a:visited,a:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a, a:visited, a:visited {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Lato", sans-serif;
}

[data-fit='true'] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .modaal-video-wrap {
    margin: auto;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #DEDEDE;
}

.l-header[data-header="fixed"] {
  background: #fff;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80px;
  margin: 0 auto;
  position: static;
}

@media screen and (max-width: 767px) {
  .l-header__body {
    height: calc(96 / 750 * 100vw);
  }
}

.l-header__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 1199px) {
  .l-header__title {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__title {
    width: calc(328 / 750 * 100vw);
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
}

.l-header__title a {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__title a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-header__title a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .l-header__title a img {
    width: calc(438 / 750 * 100vw);
  }
}

.l-header__links {
  display: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__links > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.l-header__links > li > a,
.l-header__links > li > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(96 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  overflow: hidden;
  text-decoration: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 768px) {
  .l-header__links > li > a,
  .l-header__links > li > button {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-header__links > li > a:hover,
  .l-header__links > li > button:hover {
    opacity: 0.6;
  }
}

.l-header__links > li[data-contents="menu"] button img {
  width: calc(45 / 750 * 100vw);
  height: calc(42 / 750 * 100vw);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.l-header__links > li[data-contents="menu"] button img[src*="close"] {
  display: none;
}

.l-header__links > li[data-contents="menu"] button.nav-open {
  z-index: 5001;
}

.l-header__links > li[data-contents="menu"] button.nav-open img[src*="close"] {
  display: block;
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
}

.l-header__links > li[data-contents="menu"] button.nav-open img[src*="menu"] {
  display: none;
}

.l-footer {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
  color: #000000;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: calc(60 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  }
}
.l-footer__WebMeeting {
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .l-footer__WebMeeting {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    bottom: calc(190 / 750 * 100vw);
  }
}

.l-footer__WebMeeting a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .l-footer__WebMeeting a {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-footer__WebMeeting a:hover {
    opacity: 0.6;
  }
}

.l-footer__WebMeeting[data-WebMeeting-fix="false"] {
  position: absolute;
  bottom: auto;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .l-footer__WebMeeting[data-WebMeeting-fix="false"] {
    bottom: calc(370 / 750 * 100vw);
    top: -5vw;
  }
}

.l-footer__WebMeeting[data-fixed="true"] {
  opacity: 1;
  pointer-events: all;
}

.l-footer__WebMeeting[data-fixed="false"] {
  opacity: 0;
  pointer-events: none;
}

.l-footer__pagetop {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    bottom: calc(190 / 750 * 100vw);
  }
}

.l-footer__pagetop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .l-footer__pagetop a {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-footer__pagetop a:hover {
    opacity: 0.6;
  }
}

.l-footer__pagetop[data-pagetop-fix="false"] {
  position: absolute;
  bottom: auto;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .l-footer__pagetop[data-pagetop-fix="false"] {
    bottom: calc(370 / 750 * 100vw);
    top: -5vw;
  }
}

.l-footer__pagetop[data-fixed="true"] {
  opacity: 1;
  pointer-events: all;
}

.l-footer__pagetop[data-fixed="false"] {
  opacity: 0;
  pointer-events: none;
}

.l-footer__body {
  width: 1008px;
  max-width: 94%;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .l-footer__body {
    width: 100%;
    max-width: none;
    margin: 0 0 calc(60 / 750 * 100vw);
  }
}

.l-footer__menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__menu {
    display: block;
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin: 0;
    color: #005E90;
    font-size: calc(32 / 750 * 100vw);
    font-weight: bold;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-footer__menu span {
    display: block;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    position: absolute;
    top: 50%;
    right: 8vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: solid 1px #C6C6C6;
    -webkit-transition: 300ms;
    transition: 300ms;
    pointer-events: none;
  }
  .l-footer__menu span::before {
    content: "";
    display: block;
    width: calc(2 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    position: absolute;
    top: calc(7 / 750 * 100vw);
    left: calc(19 / 750 * 100vw);
    background: #005E90;
  }
  .l-footer__menu span::after {
    content: "";
    display: block;
    width: calc(26 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    position: absolute;
    top: calc(19 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
    background: #005E90;
  }
  .l-footer__menu.nav-open span::before {
    display: none;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
    opacity: 0;
  }
  .l-footer__nav-open {
    display: block;
    opacity: 1;
  }
}

.l-footer__nav-list {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    width: 100%;
  }
}

.l-footer__nav-list-item {
  margin: 0 0 10px 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-list-item {
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin: 0;
    border-bottom: solid 1px #C6C6C6;
    font-size: calc(26 / 750 * 100vw);
  }
}

.l-footer__nav-list-item a {
  display: block;
}

.l-footer__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 30px;
  background: #F4F7FA;
}

@media screen and (max-width: 767px) {
  .l-footer__subnav {
    padding: 2vw 0;
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.l-footer__subnav-item {
  margin: 0 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-footer__subnav-item {
    width: 50%;
    padding: 2vw 4vw;
    margin: 0;
    font-size: calc(24 / 750 * 100vw);
    text-align: center;
  }
}

.l-footer__subnav-item a {
  display: block;
}

.l-footer__logo {
  margin-bottom: 30px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.l-footer__logo img {
  margin-bottom: 15px;
}

.l-footer__copyright {
  padding: 15px;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: calc(14 / 750 * 100vw);
    text-align: center;
  }
}

.l-main {
  margin: 0 auto;
  padding: 80px 0 0;
  overflow: hidden;
  width: 100%;
  min-width: 1008px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-main {
    min-width: 0;
    padding: calc(96 / 750 * 100vw) 0 0;
  }
}

.l-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  padding-top: 46px;
  margin: 0 auto;
  background: #003283;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-main__title {
    height: auto;
    padding: calc(34px + 14vw) 4vw 10vw;
  }
}

.l-main__title h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main__title h1 {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(32 / 750 * 100vw);
  }
}

.l-main__container {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .l-main__container {
    width: calc(620 / 750 * 100vw);
  }
}

.l-main__archive, .l-main__page, .l-main__single {
  padding-top: 65px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .l-main__archive, .l-main__page, .l-main__single {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.l-main__archive > *:last-child, .l-main__page > *:last-child, .l-main__single > *:last-child {
  margin-bottom: 0 !important;
}

.l-main__footer {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .l-main__footer {
    margin-top: calc(65 / 750 * 100vw);
  }
}

.l-main__footer-sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 35px;
}

@media screen and (max-width: 767px) {
  .l-main__footer-sns-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-main__footer-sns-body li {
  color: #005E90;
  margin: 0 15px 15px;
}

.l-main__footer .c-tag__list {
  margin-bottom: 0;
}

.l-main__title-h2 {
  margin-bottom: 2em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main__title-h2 {
    font-size: calc(36 / 750 * 100vw);
  }
}

.l-main__title-h2 span {
  display: inline-block;
  padding: 0 1em 0.8em;
  border-bottom: solid 3px #002262;
}

.l-main * + .l-main__title-h2 {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .l-main * + .l-main__title-h2 {
    margin-top: calc(65 / 750 * 100vw);
  }
}

.l-main__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: solid 1px #C6C6C6;
  border-left: solid 1px #C6C6C6;
}

.l-main__table table th,
.l-main__table table td {
  border-bottom: solid 1px #C6C6C6;
  border-right: solid 1px #C6C6C6;
  padding: 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-main__table table th,
  .l-main__table table td {
    padding: calc(20 / 750 * 100vw);
  }
}

.l-main__table table th {
  background: #F4F7FA;
  color: #003283;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-main__table.sp-block-table table {
    border: solid 1px #C6C6C6;
    border-bottom: none;
  }
  .l-main__table.sp-block-table table tbody,
  .l-main__table.sp-block-table table tr,
  .l-main__table.sp-block-table table th,
  .l-main__table.sp-block-table table td {
    display: block;
  }
  .l-main__table.sp-block-table table th,
  .l-main__table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #C6C6C6;
  }
}

.l-main__table.sp-scroll-table::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-main__table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .l-main__table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 1em;
    left: 50%;
    z-index: 301;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #005E90;
    font-size: 1rem;
  }
  .l-main__table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}

.l-main__box {
  border: solid 1px #003283;
  padding: 25px 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-main__box {
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.l-main__box ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.l-main__box ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  background: #003283;
  border-radius: 10px;
  vertical-align: middle;
}

.l-main__box ul li ul {
  margin-bottom: 0;
}

.l-main__box ul li ul li::before {
  background: #005E90;
}

.c-nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5000;
}

@media screen and (max-width: 767px) {
  .c-nav-global {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    pointer-events: none;
  }
}

.c-nav-global__open {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.c-nav-global__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-nav-global__body {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: calc(200 / 750 * 100vw) 0;
    background: rgba(255, 255, 255, 0.9);
    color: #003283;
  }
}

.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: calc(12 / 750 * 100vw);
  }
}

.c-nav-global__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-nav-global__list-item {
    border-left: solid 1px #DEDEDE;
  }
}

.c-nav-global__list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 40px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item a {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(30 / 750 * 100vw) 0;
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .c-nav-global__list-item[data-contents="recruit"] {
    border-left: none;
  }
}

.c-nav-global__list-item[data-contents="recruit"] a {
  width: 93px;
  padding: 10px 0;
  background: #003283;
  color: #fff;
  font-size: 1.1rem;
}

.c-nav-global__list-item[data-contents="recruit"] a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 27px;
  background: url("../img/common/icon-recruit.svg") no-repeat center center/contain;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item[data-contents="recruit"] a::before {
    width: 8.25vw;
    height: 6.75vw;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item[data-contents="recruit"] a {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-nav-global__list-item[data-contents="contact"] {
    border-left: none;
  }
}

.c-nav-global__list-item[data-contents="contact"] a {
  width: 93px;
  padding: 10px 0;
  background: #002262;
  color: #fff;
  font-size: 1.1rem;
}

.c-nav-global__list-item[data-contents="contact"] a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 26px;
  background: url("../img/common/icon-contact.svg") no-repeat center center/contain;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item[data-contents="contact"] a::before {
    width: 8.25vw;
    height: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-global__list-item[data-contents="contact"] a {
    display: none;
  }
}

.c-nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #DEDEDE;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  z-index: 50;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .c-nav-sub {
    top: calc(96 / 750 * 100vw);
  }
}

.c-nav-sub[data-header="fixed"] {
  position: fixed;
  top: 0;
}

.c-nav-sub__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  padding-left: 30px;
  color: #3462AA;
}

@media screen and (max-width: 1199px) {
  .c-nav-sub__title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-sub__title {
    padding: 0;
    margin: 0 auto;
    height: calc(34px + 4vw);
    width: calc(620 / 750 * 100vw);
    cursor: pointer;
  }
  .c-nav-sub__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(0, -70%) rotate(45deg);
            transform: translate(0, -70%) rotate(45deg);
    border-right: solid 2px #3462AA;
    border-bottom: solid 2px #3462AA;
    z-index: 2;
  }
  .c-nav-sub__title.is-open::after {
    -webkit-transform: translate(0, -30%) rotate(225deg);
            transform: translate(0, -30%) rotate(225deg);
  }
}

.c-nav-sub__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav-sub__title-home {
  display: inline-block;
  width: 34px;
  background: url("../img/common/icon-home.svg") no-repeat center center/34px 34px;
  overflow: hidden;
  text-indent: -200px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-nav-sub__title-home {
    height: calc(34px + 4vw);
  }
}

.c-nav-sub__title-cat {
  padding-left: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  z-index: 2;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .c-nav-sub__title-cat {
    height: calc(34px + 4vw);
    padding-left: calc(24 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-nav-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
           align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
}

@media screen and (max-width: 1199px) {
  .c-nav-sub__list {
    /* font-size: 1rem; */
  }
}

@media screen and (max-width: 767px) {
  .c-nav-sub__list {
    display: none;
    width: 100%;
    padding: 0 0 20px;
    opacity: 0;
    font-size: calc(24 / 750 * 100vw);
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .c-nav-sub__list.is-open {
    display: block;
    opacity: 1;
  }
}

.c-nav-sub__list-item {
  margin-right: 25px;
}

@media screen and (max-width: 1199px) {
  .c-nav-sub__list-item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-sub__list-item {
    margin: 0 auto;
    width: calc(620 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-nav-sub__list-item a {
    display: block;
    padding: calc(15 / 750 * 100vw) 0;
  }
}

.c-nav-sub__list-item a[data-active="true"] {
  pointer-events: none;
}

.c-nav-sub__list-item a[data-active="true"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #FF3636;
}

@media screen and (max-width: 767px) {
  .c-nav-sub__list-item a[data-active="true"]::before {
    bottom: calc(5 / 750 * 100vw);
  }
}

.c-fix-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .c-fix-nav {
    display: none;
  }
}

.c-fix-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 25%;
}

.c-fix-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(160 / 750 * 100vw);
  padding: calc(28 / 750 * 100vw) 0;
  background: #003283;
  color: #fff;
  font-size: calc(22 / 750 * 100vw);
}

.c-fix-nav__item[data-contents="home"] a {
  background: #F2F2F2;
  color: #005E90;
}

.c-fix-nav__item[data-contents="home"] a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/common/icon-logomark.svg") no-repeat center center/contain;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-fix-nav__item[data-contents="home"] a::before {
    width: 8.75vw;
    height: 8.75vw;
  }
}

.c-fix-nav__item[data-contents="recruit"] a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 27px;
  background: url("../img/common/icon-recruit.svg") no-repeat center center/contain;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-fix-nav__item[data-contents="recruit"] a::before {
    width: 8.25vw;
    height: 6.75vw;
  }
}

.c-fix-nav__item[data-contents="contact"] a {
  background: #002262;
}

.c-fix-nav__item[data-contents="contact"] a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 26px;
  background: url("../img/common/icon-contact.svg") no-repeat center center/contain;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-fix-nav__item[data-contents="contact"] a::before {
    width: 8.25vw;
    height: 6.5vw;
  }
}

.c-fix-nav__item[data-contents="tel"] a {
  background: #020926;
}

.c-fix-nav__item[data-contents="tel"] a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url("../img/common/icon-tel.svg") no-repeat center center/contain;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-fix-nav__item[data-contents="tel"] a::before {
    width: 8.25vw;
    height: 8.25vw;
  }
}

.c-cv {
  padding-top: 65px;
  padding-bottom: 130px;
  background: url("../img/common/bg-contact.jpg") no-repeat center center/cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-cv {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.c-cv__title {
  margin-bottom: 60px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-cv__title {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.c-cv__title span {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .c-cv__title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-cv__title {
    font-size: calc(44 / 750 * 100vw);
  }
}

.c-cv__body {
  width: 1008px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-cv__body {
    width: calc(620 / 750 * 100vw);
  }
}

.c-cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-cv__btn-item {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-cv__btn-item {
    width: 308px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-cv__btn-item:nth-child(n + 2) {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.c-cv__btn-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 308px;
  height: 72px;
  background: #003283;
  border: solid 2px #fff;
  font-size: 2.2rem;
}
.c-cv__btn-item a.tel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-cv__btn-item a {
    padding: 0 calc(40 / 750 * 100vw);
    width: calc(620 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
  .c-cv__btn-item a.tel {
	pointer-events: auto;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1100px;
  justify-content: center;
}

.c-card:has(> .c-card__index:only-child) {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .c-card {
    width: calc(620 / 750 * 100vw);
    justify-content: space-between;
  }
}

.c-card__item {
  word-wrap: break-word;
}

.c-card__item a {
  display: block;
}

@media screen and (min-width: 768px) {
  /*.c-card__item {
    width: 43%;
    margin: 0 3.5% 3.5% 3.5%;
  }*/
  .c-card__item {
    width: 30.3%;
  margin: 0 1.5% 3.5%;
  }
  .c-card__item:nth-child(n + 4) {
    margin-top: 0;
  }
  /*.c-card__item:nth-child(3n + 1) {
    margin-left: 0;
  }*/
}

@media screen and (max-width: 767px) {
  .c-card__item {
    width: 47%;
    margin: 0 0 0 6%;
  }
  .c-card__item:nth-child(n + 3) {
    margin-top: 6%;
  }
  .c-card__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.c-card__item figure {
  margin-bottom: 18px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-card__item figure {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

.c-card__item-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-card__item-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.c-card__item-text {
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card__item-text {
    font-size: calc(24 / 750 * 100vw);
    text-align: center;
  }
}

.c-card__item-btn {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-card__item-btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.c-card__item-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 190px;
  height: 40px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card__item-btn span {
    min-width: calc(378 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-card__item-more {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card__item-more {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-card__item-more {
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-card__item-more span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

@media screen and (max-width: 767px) {
  .c-card__item-more span::after {
    margin-left: calc(7 / 750 * 100vw);
  }
}

.c-card__item-label {
  margin-bottom: 1em;
  color: #FF7F00;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card__item-label {
    font-size: calc(24 / 750 * 100vw);
  }
}

/*追加*/
.c-card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .c-card-product {
    width: calc(1300 / 750 * 100vw);
  }
}

.c-card-product__item {
  word-wrap: break-word;
  
}
@media screen and (min-width: 768px) {
  .c-card-product__item:hover {
    transform: scale(1.2,1.2);
    transition-duration: 0.5s;
  }
}
.c-card-product__item a {
  display: block;
}

@media screen and (min-width: 768px) {
  /*2個並びのやつ*/
  .c-card-product__item {
    width: 38%;
    margin: 0 0.5% 3.5% 8.5%;
  }
  /*今の4個並びのやつ*/
  /*.c-card-product__item {
    width: 24.0%;
    margin: 0 0.5% 0 0.5%;
  }*/
  .c-card-product__item:nth-child(4n + 1) {
    margin-top: 0;
  }
  /*.c-card__item:nth-child(3n + 1) {
    margin-left: 0;
  }*/
}

@media screen and (max-width: 767px) {
  .c-card-product__item {
    width: 48%;
    margin: 0 0 5% 5%;
  }
  .c-card-product__item:nth-child(n + 5) {
    margin-top: 6%;
  }
  .c-card_-product_item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.c-card-product__item figure {
  margin-bottom: 18px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-card-product-product__item figure {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

.c-card-product__item-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.c-card-product__item-text {
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-card-product__item-btn {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.c-card-product__item-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 190px;
  height: 40px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-btn span {
    min-width: calc(378 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-card-product__item-more {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-more {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-card-product__item-more {
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-card-product__item-more span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-more span::after {
    margin-left: calc(7 / 750 * 100vw);
  }
}

.c-card-product__item-label {
  margin-bottom: 1em;
  color: #FF7F00;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-card-product__item-label {
    font-size: calc(24 / 750 * 100vw);
  }
}
/*追加*/

.c-headlines {
  margin: 0 auto;
  width: 880px;
}

@media screen and (max-width: 767px) {
  .c-headlines {
    width: calc(620 / 750 * 100vw);
  }
}

.c-headlines__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 10px;
  border-left: solid 1px #003283;
  border-bottom: solid 1px #003283;
}

.c-headlines__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*width: 25%;*/
  width: 20%;
  height: 46px;
  background: #fff;
  border-top: solid 1px #003283;
  border-right: solid 1px #003283;
  color: #000000;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .c-headlines__list-item {
    width: 50%;
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .c-headlines__list-item:first-child {
    width: 100%;
  }
}

.c-headlines__list-item:hover {
  background: #A1D0ED;
}

.c-headlines__list-item[data-active="true"] {
  background: #003283;
  color: #fff;
  cursor: auto;
}

.c-headlines__body {
  display: none;
}

.c-headlines__body[data-active="true"] {
  display: block;
}

.c-headlines__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #C6C6C6;
  font-size: 1.5rem;
}
.p-home .c-headlines__body-item {
  display: none;
}

.p-home .news-list .c-headlines__body-item:nth-child(-n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media screen and (max-width: 767px) {
  .c-headlines__body-item {
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-headlines__body-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 270px;
  padding: 25px 10px;
}

@media screen and (max-width: 767px) {
  .c-headlines__body-item-title {
    width: 80%;
    padding: calc(40 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.c-headlines__body-item-text {
  width: calc(100% - 270px);
  padding: 25px 10px;
}

@media screen and (max-width: 767px) {
  .c-headlines__body-item-text {
    width: 100%;
    padding: 0 0 calc(40 / 750 * 100vw);
  }
}

.c-headlines__body-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 8em;
  height: 2em;
  background: #fff;
  border: solid 1px #003283;
  color: #003283;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .c-headlines__body-item-label {
    font-size: calc(22 / 750 * 100vw);
  }
}

.c-form__container {
  padding-bottom: 130px;
  margin: 0 auto;
  width: 1008px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form__container {
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-form__container {
    width: calc(620 / 750 * 100vw);
  }
}

.c-form__step {
  margin: 0 auto;
  width: 1008px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form__step {
    width: calc(620 / 750 * 100vw);
  }
}

.c-form__step-inner {
  position: relative;
  max-width: 580px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner {
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.c-form__step-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #cccccc;
  z-index: -1;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-form__step-inner::before {
    top: calc(40 / 750 * 100vw);
  }
}

.c-form__step-inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #003283;
  z-index: -1;
  left: 0;
  top: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-form__step-inner::after {
    top: calc(40 / 750 * 100vw);
  }
}

.c-form__step-inner ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  overflow: hidden;
}

.c-form__step-inner ol li {
  width: 60px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner ol li {
    width: calc(80 / 750 * 100vw);
    margin: 0;
  }
}

.c-form__step-inner ol li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0.2em;
  margin: 0 auto 8px;
  background: #ffffff;
  border: solid 3px #cccccc;
  border-radius: 60px;
  font-size: 2.8rem;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner ol li span {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.c-form__step-inner[data-step="1"]::after {
  content: "";
  width: 26%;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner[data-step="1"]::after {
    width: 28%;
  }
}

.c-form__step-inner[data-step="1"] li:nth-child(1) span {
  background: #003283;
  color: #ffffff;
  border-color: #003283;
}

.c-form__step-inner[data-step="2"]::after {
  content: "";
  width: 70%;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner[data-step="2"]::after {
    width: 70%;
  }
}

.c-form__step-inner[data-step="2"] li:nth-child(1) span,
.c-form__step-inner[data-step="2"] li:nth-child(2) span {
  background: #003283;
  color: #ffffff;
  border-color: #003283;
}

.c-form__step-inner[data-step="3"]::after {
  content: "";
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-form__step-inner[data-step="3"]::after {
    width: 100%;
  }
}

.c-form__step-inner[data-step="3"] li span {
  background: #003283;
  color: #ffffff;
  border-color: #003283;
}

.c-form__message {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .c-form__message {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.c-form__message h2 {
  margin-bottom: 10px;
  color: #005E90;
  font-size: 1.2em;
}

.c-form__message-error {
  color: #FF7F00;
}

.c-form__body input,
.c-form__body select,
.c-form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .c-form__body input,
  .c-form__body select,
  .c-form__body textarea {
    font-size: 1.6rem;
  }
}

.c-form__body input[type="password"],
.c-form__body input[type="text"],
.c-form__body input[type="number"],
.c-form__body input[type="tel"],
.c-form__body input[type="email"],
.c-form__body select,
.c-form__body textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  border: 2px solid #cccccc;
}

.c-form__body input[type="password"]::-webkit-input-placeholder,
.c-form__body input[type="text"]::-webkit-input-placeholder,
.c-form__body input[type="number"]::-webkit-input-placeholder,
.c-form__body input[type="tel"]::-webkit-input-placeholder,
.c-form__body input[type="email"]::-webkit-input-placeholder,
.c-form__body select::-webkit-input-placeholder,
.c-form__body textarea::-webkit-input-placeholder {
  color: #9293a2;
}

.c-form__body input[type="password"]:-ms-input-placeholder,
.c-form__body input[type="text"]:-ms-input-placeholder,
.c-form__body input[type="number"]:-ms-input-placeholder,
.c-form__body input[type="tel"]:-ms-input-placeholder,
.c-form__body input[type="email"]:-ms-input-placeholder,
.c-form__body select:-ms-input-placeholder,
.c-form__body textarea:-ms-input-placeholder {
  color: #9293a2;
}

.c-form__body input[type="password"]::-ms-input-placeholder,
.c-form__body input[type="text"]::-ms-input-placeholder,
.c-form__body input[type="number"]::-ms-input-placeholder,
.c-form__body input[type="tel"]::-ms-input-placeholder,
.c-form__body input[type="email"]::-ms-input-placeholder,
.c-form__body select::-ms-input-placeholder,
.c-form__body textarea::-ms-input-placeholder {
  color: #9293a2;
}

.c-form__body input[type="password"]::placeholder,
.c-form__body input[type="text"]::placeholder,
.c-form__body input[type="number"]::placeholder,
.c-form__body input[type="tel"]::placeholder,
.c-form__body input[type="email"]::placeholder,
.c-form__body select::placeholder,
.c-form__body textarea::placeholder {
  color: #9293a2;
}

.c-form__body input[type="password"]:focus,
.c-form__body input[type="text"]:focus,
.c-form__body input[type="number"]:focus,
.c-form__body input[type="tel"]:focus,
.c-form__body input[type="email"]:focus,
.c-form__body select:focus,
.c-form__body textarea:focus {
  border-radius: 0;
  border: 2px solid #cccccc;
  outline: none;
}

.c-form__body input[type="checkbox"],
.c-form__body input[type="radio"] {
  display: none;
}

.c-form__body input[type="checkbox"] + span {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-form__body input[type="checkbox"] + span {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.c-form__body input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: solid 2px #cccccc;
  z-index: 1;
}

.c-form__body input[type="checkbox"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 10px;
  height: 20px;
  -webkit-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
  border-right: solid 2px #005E90;
  border-bottom: solid 2px #005E90;
  z-index: 2;
}

.c-form__body input[type="radio"] + span {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-form__body input[type="radio"] + span {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.c-form__body input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: solid 2px #cccccc;
  border-radius: 50%;
  z-index: 1;
}

.c-form__body input[type="radio"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #005E90;
  border-radius: 50%;
  z-index: 2;
}

.c-form__body-select-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
  border-right: solid 2px #005E90;
  border-bottom: solid 2px #005E90;
  z-index: 2;
}

.c-form__body select::-ms-expand {
  display: none;
}

.c-form__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.c-form__body dl:last-child {
  margin-bottom: 100px;
}

.c-form__body dl dt {
  padding: 15px 0;
  width: 250px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-form__body dl dt {
    width: 100%;
    padding: calc(20 / 750 * 100vw) 0 0;
  }
}

.c-form__body dl dd {
  padding: 15px 0;
  width: calc(100% - 270px);
}

@media screen and (max-width: 767px) {
  .c-form__body dl dd {
    width: 100%;
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}

.c-form__body dl dd .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
}

.c-form__body dl dd .mwform-tel-field input {
  margin: 0 5px;
}

.c-form__body-required {
  background: #FF7F00;
  color: #fff;
  padding: 1px 10px;
  margin: 0 0 0 10px;
  font-size: 0.8em;
}

.c-form__body-btn-group {
  text-align: center;
}

.c-form__body-btn {
  display: inline-block;
  background: #003283;
  border: solid 1px #003283;
  color: #fff;
  margin: 15px 15px 0;
  padding: 20px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (min-width: 768px) {
  .c-form__body-btn {
    min-width: 300px;
  }
  .c-form__body-btn:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .c-form__body-btn {
    width: calc(540 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
    padding: calc(32 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}

.c-form__body-btn span {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-form__body-btn[data-action="back"] {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .c-form__body-btn[data-action="check"] {
    min-width: 300px;
  }
}

.c-form__body-btn[data-action="check"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-white.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-form__body-btn[data-action="check"]::after {
    width: 4.25vw;
    height: 3.25vw;
  }
}

@media screen and (max-width: 767px) {
  .c-form__body-btn[data-action="check"]::after {
    position: absolute;
    top: 50%;
    right: 3.5vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-form__body-link {
  margin: 40px 0 20px;
}

.c-form__body-link a {
  color: #005E90;
  text-decoration: underline;
}

.c-form__body-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__body-zip span {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-form__body-zip-link {
    display: block;
    margin: 15px 0 0;
    width: 100%;
  }
}

.c-form__body-zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__body-zip .mwform-zip-field input {
  margin: 0 5px;
}

.c-form__body-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-form__body-property span {
    margin: 0 0 calc(15 / 750 * 100vw);
  }
}

.c-form__body-property-text {
  width: 30%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-form__body-property-text {
    width: 100%;
    margin: 0 0 calc(30 / 750 * 100vw) !important;
  }
}

.c-form__body-asterisk {
  margin-top: 15px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-form__body-asterisk {
    margin-top: calc(15 / 750 * 100vw);
  }
}

.c-form__body-title {
  padding: 15px 0;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-form__body-title {
    padding: calc(20 / 750 * 100vw) 0;
  }
}

.c-form__body-title-h2 {
  padding: 10px 0;
  margin: 50px 0 20px;
  background-color: #005E90;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-form__privacy {
  height: 200px;
  margin: 0 auto 50px;
  padding: 10px;
  overflow: auto;
  border: solid 2px #cccccc;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-form__privacy {
    height: calc(200 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-form__privacy {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.c-form__privacy h2 {
  margin-bottom: 10px;
  color: #005E90;
}

.c-form__privacy h3 {
  margin-bottom: 10px;
}

.c-form__privacy p {
  margin-bottom: 20px;
}

.c-form__privacy ol {
  margin-bottom: 20px;
}

.c-form__privacy ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-contents {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-contents {
    font-size: calc(26 / 750 * 100vw);
  }
}

.c-contents h2 {
  padding: 0.4em 0.8em;
  margin-bottom: 1.5em;
  background: #005E90;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 20px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .c-contents h2 {
    font-size: calc(36 / 750 * 100vw);
  }
}

.c-contents * + h2 {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .c-contents * + h2 {
    margin-top: calc(65 / 750 * 100vw);
  }
}

.c-contents h3 {
  padding: 0.5em 1.2em;
  margin-bottom: 1em;
  background: #FAFAFA;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .c-contents h3 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.c-contents h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #005E90;
}

.c-contents h4 {
  padding-left: 0.5em;
  margin-bottom: 1em;
  border-left: solid 2px #005E90;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-contents h4 {
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-contents h5 {
  margin-bottom: 1em;
  color: #005E90;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-contents h5 {
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-contents h6 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-contents h6 {
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-contents p {
  margin-bottom: 1em;
}

.c-contents ul,
.c-contents ol {
  margin-bottom: 1em;
}

.c-contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-contents ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0.2em 0.5em 0.2em 0.2em;
  background: #005E90;
}

.c-contents ul li ul {
  margin-bottom: 0;
}

.c-contents ul li ul li::before {
  background: #005E90;
}

.c-contents ol {
  counter-reset: i;
}

.c-contents ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-contents ol li::before {
  counter-increment: i;
  content: counter(i) ".";
  margin: 0 0.5em 0 0;
  color: #005E90;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.c-contents a {
  color: #005E90;
  text-decoration: underline;
}

.c-contents strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff255));
  background: linear-gradient(transparent 75%, #fff255 75%);
}

.c-contents span.line-green {
  background: #EFF2F5;
}

.c-contents .wp-block-table {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-table {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents .wp-block-table table {
  border-collapse: collapse;
}

.c-contents .wp-block-table table th,
.c-contents .wp-block-table table td {
  border: solid 1px #C6C6C6;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-table table th,
  .c-contents .wp-block-table table td {
    padding: calc(15 / 750 * 100vw);
  }
}

.c-contents .wp-block-table table th {
  background: #EFF2F5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-table.sp-block-table table {
    border: solid 1px #C6C6C6;
    border-bottom: none;
  }
  .c-contents .wp-block-table.sp-block-table table tbody,
  .c-contents .wp-block-table.sp-block-table table tr,
  .c-contents .wp-block-table.sp-block-table table th,
  .c-contents .wp-block-table.sp-block-table table td {
    display: block;
  }
  .c-contents .wp-block-table.sp-block-table table th,
  .c-contents .wp-block-table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #C6C6C6;
  }
}

.c-contents .wp-block-table.sp-scroll-table::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .c-contents .wp-block-table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 1em;
    left: 50%;
    z-index: 301;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #005E90;
    font-size: 1rem;
  }
  .c-contents .wp-block-table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}

.c-contents .wp-block-buttons,
.c-contents .wp-block-embed-youtube,
.c-contents .wp-block-media-text,
.c-contents .wp-block-columns {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-buttons,
  .c-contents .wp-block-embed-youtube,
  .c-contents .wp-block-media-text,
  .c-contents .wp-block-columns {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents .wp-block-buttons {
  text-align: center;
}

.c-contents .wp-block-button {
  text-align: center;
}

.c-contents .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 300px;
  height: 70px;
  padding: 0 50px;
  color: #fff;
  background: #003283;
  border: solid 1px #003283;
  border-radius: 40px;
  font-size: 2rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-button__link {
    min-width: 0;
    padding: 0 calc(70 / 750 * 100vw);
    width: auto;
    height: calc(90 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}

.c-contents .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-white.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-button__link::after {
    width: 4.25vw;
    height: 3.25vw;
  }
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-button__link::after {
    position: absolute;
    top: 50%;
    right: 3.5vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-contents .blocks-gallery-grid {
  margin-bottom: 0;
}

.c-contents .blocks-gallery-grid .blocks-gallery-item {
  text-indent: 0em;
}

.c-contents .blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}

.c-contents__fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents__fukidashi p {
  padding: 25px;
  max-width: calc(100% - 150px);
  background: #fff;
  border: solid 1px #005E90;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi p {
    max-width: calc(100% - 110px);
    padding: 20px;
  }
}

.c-contents__fukidashi p::before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 40%;
  width: 32px;
  height: 23px;
  background: #fff;
  border-left: solid 1px #005E90;
  border-bottom: solid 1px #005E90;
  -webkit-transform: skew(-45deg) rotate(10deg);
          transform: skew(-45deg) rotate(10deg);
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi p::before {
    left: -12px;
    width: 20px;
    height: 14px;
  }
}

.c-contents__fukidashi p::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #005E90;
  border-radius: 10px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi p::after {
    left: calc(8 / 750 * 100vw);
    bottom: calc(8 / 750 * -100vw);
  }
}

.c-contents__fukidashi[data-type="mask"] figure {
  width: 110px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi[data-type="mask"] figure {
    width: 70px;
    margin-right: 25px;
  }
}

.c-contents__fukidashi[data-type="josyu"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-contents__fukidashi[data-type="josyu"] figure {
  width: 110px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi[data-type="josyu"] figure {
    width: 70px;
    margin-left: 25px;
  }
}

.c-contents__fukidashi[data-type="josyu"] p::before {
  left: auto;
  right: -17px;
  top: 50%;
  border: none;
  border-top: solid 1px #005E90;
  border-right: solid 1px #005E90;
  -webkit-transform: skew(-45deg) rotate(10deg);
          transform: skew(-45deg) rotate(10deg);
}

@media screen and (max-width: 767px) {
  .c-contents__fukidashi[data-type="josyu"] p::before {
    right: -12px;
  }
}

.c-contents__point {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-contents__point {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents__point-title {
  width: 187px;
  padding: 0.2em 0.5em;
  background: #005E90;
  color: #fff;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  border-radius: 5px 40px 0 0;
}

@media screen and (max-width: 767px) {
  .c-contents__point-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-contents__point p {
  padding: 25px;
  background: #fff;
  border: solid 2px #005E90;
  border-radius: 0 20px 20px 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-contents__point p {
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-contents__introduction {
  width: 100%;
  max-width: 860px;
  padding: 30px;
  margin: 65px auto;
  border: solid 20px #EFF2F5;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .c-contents__introduction {
    padding: calc(30 / 750 * 100vw);
    margin: calc(65 / 750 * 100vw) auto;
    border: solid 10px #EFF2F5;
  }
}

.c-contents__introduction-title {
  padding: 0 0 10px;
  margin: 0 0 30px;
  color: #005E90;
  border-bottom: solid 1px #005E90;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-contents__introduction-title {
    margin: 0 0 calc(30 / 750 * 100vw);
    padding: 0 0 calc(15 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-contents__introduction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-contents__introduction-item dl {
  max-width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
  .c-contents__introduction-item dl {
    max-width: calc(100% - 90px);
  }
}

.c-contents__introduction-item dl dt {
  font-weight: bold;
  font-size: 1.2em;
}

.c-contents__introduction-item figure {
  margin-right: 30px;
  width: 110px;
}

@media screen and (max-width: 767px) {
  .c-contents__introduction-item figure {
    margin-right: 20px;
    width: 70px;
  }
}

.c-contents__introduction-item + * {
  margin-top: 30px;
}

.c-contents #toc_container {
  width: 100%;
  max-width: 860px;
  padding: 0;
  margin: 65px auto;
  border: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-contents #toc_container {
    margin: calc(65 / 750 * 100vw) auto;
    font-size: calc(26 / 750 * 100vw);
  }
}

.c-contents #toc_container .toc_title {
  width: 187px;
  margin: 0;
  padding: 0.2em 0.5em;
  background: #005E90;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px 40px 0 0;
}

@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-contents #toc_container .toc_list {
  padding: 25px;
  margin: 0;
  background: #fff;
  border: solid 2px #005E90;
  border-radius: 0 20px 20px 20px;
}

.c-contents #toc_container .toc_list a {
  color: #000000;
  text-decoration: underline;
}

.c-contents #toc_container .toc_list > li > a {
  color: #005E90;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list > li > a {
    font-size: calc(28 / 750 * 100vw);
  }
}

.c-contents #toc_container li {
  text-indent: 0em;
}

.c-contents #toc_container li::before {
  display: none;
}

.c-contents #toc_container .toc_title + .toc_list {
  margin: 0;
}

.c-contents .wp-block-group.bg-glay {
  padding: 70px 100%;
  margin: 0 -100%;
  margin-bottom: 100px;
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-group.bg-glay {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-group.bg-glay {
    padding: calc(70 / 750 * 100vw) 100%;
  }
}

.c-contents .wp-block-group.bg-glay .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}

.c-contents .waku-glay {
  margin-bottom: 40px;
  padding: 25px;
  border: solid 10px #eae8e8;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .c-contents .waku-glay {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents .waku-glay > *:last-child {
  margin-bottom: 0 !important;
}

.c-contents .waku-green {
  margin-bottom: 40px;
  padding: 25px;
  border: solid 10px #005E90;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .c-contents .waku-green {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.c-contents .waku-green > *:last-child {
  margin-bottom: 0 !important;
}

.c-pager {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .c-pager {
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.c-pager__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .c-pager__navi {
    width: calc(620 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.c-pager__navi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-pager__navi-prev {
  width: 50%;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-pager__navi-prev {
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-pager__navi-prev a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-white.svg") no-repeat center center/contain;
  margin-right: 10px;
  background-color: #005E90;
  border: solid 5px #005E90;
  border-radius: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .c-pager__navi-prev a::before {
    width: 4.25vw;
    height: 3.25vw;
  }
}

.c-pager__navi-next {
  width: 50%;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-pager__navi-next {
    font-size: calc(24 / 750 * 100vw);
  }
}

.c-pager__navi-next a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-white.svg") no-repeat center center/contain;
  margin-left: 10px;
  background-color: #005E90;
  border: solid 5px #005E90;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-pager__navi-next a::after {
    width: 4.25vw;
    height: 3.25vw;
  }
}

.c-pager__navi-to-list {
  width: 100%;
  padding-top: 50px;
  margin-top: 20px;
  border-top: solid 1px #C6C6C6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-pager__navi-to-list {
    padding-top: calc(50 / 750 * 100vw);
  }
}

.c-pager__navi-to-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 300px;
  height: 70px;
  padding: 0 50px;
  background: #fff;
  color: #003283;
  border: solid 1px #003283;
  border-radius: 40px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-pager__navi-to-list a {
    min-width: 0;
    padding: 0 calc(60 / 750 * 100vw);
    width: 70%;
    height: calc(90 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}

.c-pager__navi-to-list a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-blue.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-pager__navi-to-list a::after {
    width: 4.25vw;
    height: 3.25vw;
  }
}

@media screen and (max-width: 767px) {
  .c-pager__navi-to-list a::after {
    left: 5vw;
  }
}

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-pager__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.c-pager__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FAFAFA;
  width: 2em;
  height: 2em;
}

.c-pager__list [data-active="true"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #005E90;
  color: #fff;
  width: 2em;
  height: 2em;
}

.c-pager__list-prev {
  text-indent: -200px;
}

.c-pager__list-prev a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  z-index: 2;
}

.c-pager__list-next {
  text-indent: -200px;
}

.c-pager__list-next a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  z-index: 2;
}

.c-pager__back {
  text-align: center;
}

.c-pager__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 300px;
  height: 70px;
  padding: 0 50px;
  background: #fff;
  color: #003283;
  border: solid 1px #003283;
  border-radius: 40px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-pager__back a {
    min-width: 0;
    padding: 0 calc(60 / 750 * 100vw);
    width: 70%;
    height: calc(90 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}

.c-pager__back a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/common/icon-arrow-blue.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-pager__back a::after {
    width: 4.25vw;
    height: 3.25vw;
  }
}

@media screen and (max-width: 767px) {
  .c-pager__back a::after {
    left: 5vw;
  }
}

.c-pager * + .c-pager__back {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .c-pager * + .c-pager__back {
    padding-top: calc(65 / 750 * 100vw);
  }
}

.c-breadcrumbs {
  margin: 15px auto;
  width: 1008px;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    width: calc(620 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto;
  }
}

.c-breadcrumbs a {
  color: #005E90;
}

.c-breadcrumbs span {
  margin: 0 8px;
}

.c-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 40px;
}

.c-tag__list li {
  color: #005E90;
  margin: 0 5px 10px;
}

.c-tag__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #EFF2F5;
  padding: 0 25px 0.2em;
  border-radius: 30px;
}

.c-tag__list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}

.p-home__container {
  margin: 0 auto;
  padding: 130px 0 0;
  overflow: hidden;
  width: 100%;
  min-width: 1008px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-home__container {
    min-width: 0;
    padding: calc(100 / 750 * 100vw) 0 0;
  }
}

@media screen and (min-width: 768px) {
  /*.p-home .c-nav-global__body {
    color: #fff;
  }*/
}

.p-home .l-main {
  padding-top: 0;
}

.p-home__kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

.p-home__kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 520px;
  width: 38%;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .p-home__kv {
    position: relative;
	padding-top: 51%;
	height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__kv {
	padding-top: 0;
	height: 100vh;
  }
  .p-home__kv h1 {
    width: calc(648 / 750 * 100vw);
  }
}

.p-home__kv h1 img {
  width: 100%;
}

.p-home__kv-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .p-home__kv-video {
    background: url("../img/home/kv_sp.jpg") no-repeat center center/cover;
	height: 100vh !important;
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
	background-position: bottom;
  }
}

.p-home__kv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url("../img/home/kv-overlay.png") repeat center top; */
  z-index: 1;
}

.p-home__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: -60px;
  background-color: #fff;
  z-index: 2;
}

.p-home__news-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
  height: 60px;
  background: #005E90;
  color: #fff;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__news-title {
    width: calc(188 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-home__news-title span::before, .p-home__news-title span::after {
    content: "";
    display: inline-block;
    width: 48px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
  }
  .p-home__news-title span::before {
    margin-right: 15px;
  }
  .p-home__news-title span::after {
    margin-left: 15px;
  }
}

.p-home__news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 400px);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-home__news-body {
    width: calc(420 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-home__news-body-item {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-home__news-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-home__news-body-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  padding: 0 0 0 25px;
  color: #005E90;
}

@media screen and (max-width: 767px) {
  .p-home__news-body-item-title {
    width: 10em;
  }
}

.p-home__news-body-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 170px);
  padding: 0 25px;
  color:red;
}

@media screen and (max-width: 767px) {
  .p-home__news-body-item-text {
    width: calc(100% - 10em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color:red;
  }
}

.p-home__news-body-item-text a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .p-home__news-body .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: calc(100 / 750 * 100vw);
  }
}

.p-home__news-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 150px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__news-btn {
    width: calc(140 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-home__news-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1px #005E90;
  border-right: solid 1px #005E90;
}

@media screen and (max-width: 767px) {
  .p-home__news-btn::after {
    margin-left: calc(8 / 750 * 100vw);
  }
}

.p-home__about {
  background: url("../img/home/bg-about.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-home__about {
    padding-top: 35.1%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__about {
    padding-top: 133.3%;
    background: url("../img/home/bg-about_sp.jpg") no-repeat center center/cover;
  }
}

.p-home__about-body {
  position: absolute;
  left: 7.3%;
  top: 41.6%;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-home__about-body {
    width: 90vw;
    left: 5vw;
    top: calc(140 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    text-align: center;
  }
}

.p-home__about-body span {
  color: #3462AA;
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__about-body span {
    font-size: calc(56 / 750 * 100vw);
  }
}

.p-home__service {
  background: url("../img/home/bg-service.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-home__service {
    padding-top: 31.5%;
  }
}

@media screen and (max-width: 1199px) {
  .p-home__service {
    padding-top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__service {
    padding-top: 133.3%;
    background: url("../img/home/bg-service_sp.jpg") no-repeat center center/cover;
  }
}

.p-home__service-body {
  max-width: 49%;
  position: absolute;
  left: 38.7%;
  top: 17.5%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__service-body {
    max-width: calc(620 / 750 * 100vw);
    left: calc(65 / 750 * 100vw);
    top: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-home__service-body-title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #A1D0ED;
}

@media screen and (max-width: 767px) {
  .p-home__service-body-title {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__service-body-title {
    font-size: calc(44 / 750 * 100vw);
  }
}

.p-home__service-body-btn {
  margin-top: 60px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__service-body-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__service-body-btn {
    text-align: center;
  }
}

.p-home__service-body-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 189px;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  border: solid 2px #003283;
  color: #003283;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__service-body-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

.p-home__survey {
  background: url("../img/home/bg-survey.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-home__survey {
    padding-top: 35.1%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__survey {
    padding-top: 133.3%;
    background: url("../img/home/bg-survey_sp.jpg") no-repeat center center/cover;
  }
}

.p-home__survey-body {
  position: absolute;
  left: 55.9%;
  top: 41.6%;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-home__survey-body {
    width: 90vw;
    left: 5vw;
    top: calc(140 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    text-align: center;
  }
}

.p-home__survey-body span {
  color: #3462AA;
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__survey-body span {
    font-size: calc(56 / 750 * 100vw);
  }
}

.p-home__rf {
  background: url("../img/home/bg-rf.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-home__rf {
    padding-top: 31.5%;
  }
}

@media screen and (max-width: 1199px) {
  .p-home__rf {
    padding-top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__rf {
    padding-top: 133.3%;
    background: url("../img/home/bg-rf_sp.jpg") no-repeat center center/cover;
  }
}

.p-home__rf-body {
  max-width: 49%;
  position: absolute;
  left: 13.2%;
  top: 17.5%;
}

@media screen and (max-width: 767px) {
  .p-home__rf-body {
    max-width: calc(620 / 750 * 100vw);
    left: calc(65 / 750 * 100vw);
    top: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-home__rf-body-title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #005E90;
}

@media screen and (max-width: 767px) {
  .p-home__rf-body-title {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__rf-body-title {
    font-size: calc(44 / 750 * 100vw);
  }
}

.p-home__rf-body-btn {
  margin-top: 60px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__rf-body-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__rf-body-btn {
    text-align: center;
  }
}

.p-home__rf-body-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 189px;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  border: solid 2px #003283;
  color: #003283;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-home__rf-body-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

/*20211207 Add START Nagata*/
.p-home__reception {
  padding-top: 65px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__reception {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-home__reception-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.p-home__reception-catch {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.p-home__reception-catch span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}


@media screen and (max-width: 767px) {
  .p-home__reception-title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
    .p-home__reception-catch {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-home__reception-title span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__reception-title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__reception-title {
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__reception .c-card__item {
    width: 100%;
    margin: 0;
  }
  .p-home__reception .c-card__item:nth-child(n + 2) {
    margin-top: calc(90 / 750 * 100vw);
  }
  .p-home__reception .c-card__item-title {
    font-size: calc(44 / 750 * 100vw);
  }
  .p-home__reception .c-card__item-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
p-home__reception-btn {
    margin-top: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

/*20211207 Add END Nagata*/

.p-home__business {
  padding-top: 65px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-home__business {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-home__business-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__business-title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-home__business-title span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__business-title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__business-title {
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__business .c-card__item {
    width: 100%;
    margin: 0;
  }
  .p-home__business .c-card__item:nth-child(n + 2) {
    margin-top: calc(90 / 750 * 100vw);
  }
  .p-home__business .c-card__item-title {
    font-size: calc(44 / 750 * 100vw);
  }
  .p-home__business .c-card__item-text {
    font-size: calc(28 / 750 * 100vw);
  }


.p-home__product {
  padding-top: 65px;
  padding-bottom: 130px;
}
	.p-home__product .c-card__item {
	/*width: 22.1%;*/
	/*margin: 0 1.5%;*/
	width: 47%;
	}
	

	.p-home__product .c-card__item:nth-child(n+4) {
		
	}
	.p-home__product .c-card__item:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-home__product .c-card__item:nth-child(n+5) {
		
	}
	.p-home__product .c-card__item:nth-child(4n+1) {
		margin-left: 0 2%;
	}
	.p-home__product .c-card__item:nth-child(5n) {
		
	}
}

@media screen and (min-width: 768px) {
	.p-home__product .c-card__item {
		width: 29%;
	}
	

	.p-home__product .c-card__item:nth-child(n+4) {
		margin-top: 0;
	}
	.p-home__product .c-card__item:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-home__product .c-card__item:nth-child(n+5) {
		
	}
	.p-home__product .c-card__item:nth-child(4n+1) {
	
	}
	.p-home__product .c-card__item:nth-child(4n+4) {
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 767px) {
  .p-home__product {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-home__product-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__product-title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-home__product-title span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__product-title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__product-title {
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

.p-home__product-body {
  width: 1008px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__product-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-home__topics {
  padding-top: 65px;
  padding-bottom: 130px;
  background: #EFF2F5;
}

@media screen and (max-width: 767px) {
  .p-home__topics {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-home__topics-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__topics-title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-home__topics-title span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__topics-title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__topics-title {
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

.p-home__topics-btn {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__topics-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-home__topics-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 308px;
  height: 58px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__topics-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

.p-home__recruit {
  padding-top: 65px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-home__recruit {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-home__recruit-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-home__recruit-title span {
  display: block;
  color: #3462AA;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-title span {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__recruit-title {
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

.p-home__recruit-body {
  width: 1008px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-body {
    width: calc(620 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-home__recruit-body-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-body-img {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-home__recruit-body-title {
  margin-bottom: 30px;
  color: #005E90;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-body-title {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-home__recruit-body-title {
    font-size: calc(38 / 750 * 100vw);
  }
}

.p-home__recruit-btn {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-home__recruit-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 308px;
  height: 58px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-home__recruit-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-sub {
	padding: 80px 0 0;
}
.p-sub .container {
	padding: 80px 0 100px;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-sub {
		padding: calc(96 / 750 * 100vw) 0 0;
	}
	.p-sub .container {
		padding: calc(90 / 750 * 100vw) 4.68% calc(100 / 750 * 100vw);
	}
}

.p-product__kv-slider {
  padding-bottom: 50px;
}

.p-product__kv-slider::before {
  content: "";
  display: block;
  width: 1008px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #C6C6C6;
}

.p-product__kv-slider picture img {
  width: 100%;
}

.p-product__kv-slider-text {
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-product__kv-slider-text {
    width: calc(620 / 750 * 100vw);
    left: 50%;
    bottom: calc(65 / 750 * 100vw);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.p-product__kv-slider-text h2 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-product__kv-slider-text h2 {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-product__kv-slider-text p {
  margin-top: 1em;
}

.p-product__kv-slider-text-btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-product__kv-slider-text-btn {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__kv-slider-text-btn {
    text-align: center;
  }
}

.p-product__kv-slider-text-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 240px;
  height: 46px;
  padding: 0 20px;
  border: solid 2px #fff;
}

@media screen and (max-width: 767px) {
  .p-product__kv-slider-text-btn a {
    min-width: 0;
    width: 70%;
  }
}

.p-product__kv-slider .swiper-pagination-bullets {
  bottom: 15px;
}

.p-product__kv-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  border: solid 1px #707070;
  opacity: 1;
}

.p-product__kv-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #003283;
  border: solid 1px #003283;
}

.p-product__intro {
  padding-top: 65px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-product__intro {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-product__intro-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-product__intro-body-img {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-img {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-product__intro-body-img img[src*="product/01/text-intro-system"] {
  /* margin-left: 150px; */
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-img img[src*="product/01/text-intro-system"] {
    /* margin-left: 15%; */
    width: 60%;
  }
}

.p-product__intro-body-title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-title {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-product__intro-body-title-h2 {
  margin-bottom: 40px;
  color: #003283;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-title-h2 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-title-h2 {
    font-size: calc(34 / 750 * 100vw);
  }
}

.p-product__intro-body-title-h3 {
  margin-bottom: 18px;
  color: #003283;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-title-h3 {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-title-h3 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-product__intro-body-catch {
  margin-bottom: 30px;
  color: #003283;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-catch {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-catch {
    font-size: calc(28 / 750 * 100vw);
  }
}

.p-product__intro-body-read {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-read {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-read {
    text-align: left;
            margin: 0 10px;

  }
}

.p-product__intro-body-read-Annotation{
	font-size:70%;
}
@media screen and (min-width: 768px) {
  .p-product__intro-body-read-Annotation {
    padding-left: 370px;
  }
}



.p-product__intro-body-read + .p-product__intro-body-read {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .p-product__intro-body-read + .p-product__intro-body-read {
    margin-top: calc(30 / 750 * -100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-product__intro .c-card__item {
    width: 48%;
    margin: 0 0 0 4%;
    text-align: center;
  }
  .p-product__intro .c-card__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.p-product__intro .c-card__item-title {
  color: #003283;
}

.p-product__movie{
  padding-top: 65px;
  padding-bottom: 130px;
  text-align: center;
}

.p-product__flow {
  padding-top: 65px;
  padding-bottom: 130px;
  background: #EFF2F5;
}

@media screen and (max-width: 767px) {
  .p-product__flow {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-product__flow-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p-product__flow-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-product__flow-body-read {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__flow-body-read {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__flow-body-read {
    text-align: left;
  }
}

.p-product__flow-body-img {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product__flow-body-img {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-product__flow-body-btn {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-product__flow-body-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-product__flow-body-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 308px;
  height: 58px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-product__flow-body-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-product__flow-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-product__flow-service {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-product__flow-service-item {
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .p-product__flow-service-item {
    width: 31%;
    margin: 0 0 0 3.5%;
  }
  .p-product__flow-service-item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .p-product__flow-service-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product__flow-service-item:nth-child(n + 2) {
    margin-top: 5%;
  }
}

.p-product__flow-service-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #3462AA;
}

@media screen and (max-width: 767px) {
  .p-product__flow-service-item-title {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.p-product__flow-service-item p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-product__flow-service-item p {
    font-size: calc(24 / 750 * 100vw);
  }
}

.p-product__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 842px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-product__flow-list-item {
    width: 167px;
    margin: 0 0 0 55px;
  }
  .p-product__flow-list-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .p-product__flow-list-item:nth-child(4n + 1) .p-product__flow-list-item-title::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product__flow-list-item {
    width: 46%;
    margin: 0 0 0 8%;
  }
  .p-product__flow-list-item:nth-child(n + 3) {
    margin-top: 6%;
  }
  .p-product__flow-list-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-product__flow-list-item:nth-child(2n + 1) .p-product__flow-list-item-title::before {
    display: none;
  }
}

.p-product__flow-list-item-title {
  height: 167px;
  padding-top: 30px;
  margin-bottom: 18px;
  background: url("../img/product/bg-flow-list.png") no-repeat center center/100% 100%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-product__flow-list-item-title {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

.p-product__flow-list-item-title span {
  display: block;
  margin-bottom: 1em;
  color: #A1D0ED;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-product__flow-list-item-title {
    padding-top: calc(45 / 750 * 100vw);
    height: calc(285 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
  .p-product__flow-list-item-title span {
    font-size: calc(28 / 750 * 100vw);
  }
}

.p-product__flow-list-item-title::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 27px;
  background: url("../img/product/arrow-flow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -37px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .p-product__flow-list-item-title::before {
    width: calc(25 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: -4.5vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-product__flow-list-item li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 5px;
  background: #fff;
  border: solid 1px #707070;
}

.p-product__flow-list-item li + li {
  margin-top: 10px;
}

.p-product__exhibit {
  padding-top: 65px;
  padding-bottom: 130px;
}

.p-product__exhibit .c-card {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
	
	.p-product__exhibit .c-card {
	  justify-content: flex-start;
	}
}

.p-product__exhibit-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-product__exhibit-body-btn {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit-body-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-product__exhibit-body-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 308px;
  height: 58px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit-body-btn a {
    min-width: calc(384 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__exhibit .c-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-product__exhibit .c-card__item {
  background: #fff;
	width: 31%;
	margin: 0 0 0 3.5%;
}
.p-product__exhibit .c-card__item:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit .c-card__item {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
}

.p-product__exhibit .c-card__item-title {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-product__exhibit .c-card__item-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-product__exhibit-slider {
    padding: 0 10px;
  }
}

.p-product__exhibit-slider .swiper-button-prev {
  left: 0;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-product__exhibit-slider .swiper-button-prev {
    display: none;
  }
}

.p-product__exhibit-slider .swiper-button-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-left: solid 2px #3462AA;
  border-bottom: solid 2px #3462AA;
  z-index: 2;
}

.p-product__exhibit-slider .swiper-button-next {
  right: 0;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-product__exhibit-slider .swiper-button-next {
    display: none;
  }
}

.p-product__exhibit-slider .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-right: solid 2px #3462AA;
  border-top: solid 2px #3462AA;
  z-index: 2;
}

.p-product__property {
  padding-top: 65px;
  padding-bottom: 130px;
  background: #EFF2F5;
}

@media screen and (max-width: 767px) {
  .p-product__property {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-product__property-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p-product__property-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-product__property-body-notes {
  display: block;
  padding-left: 1em;
  margin-top: 0.5em;
  text-indent: -1em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-product__property-body-notes {
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-product__property-body-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}

.p-product__property-body-case dt {
  width: 8em;
  padding: 0.2em 0;
  background: #003283;
  color: #fff;
  text-align: center;
}

.p-product__property-body-case dd {
  width: calc(100% - 9em);
  padding: 0.2em 0;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .p-product__property .c-card__item {
    width: 235px;
    margin: 0 0 0 20px;
  }
  .p-product__property .c-card__item:nth-child(n + 5) {
    margin-top: 30px;
  }
  .p-product__property .c-card__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product__property .c-card__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.p-product__property .c-card__item-title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-product__property .c-card__item-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-product__detail {
  padding-top: 65px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-product__detail {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p-product__detail-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p-product__detail-body-title {
  padding: 40px 0;
  color: #9b9b9b;
  font-size: 2.2rem;
  /*
        span {
          content: "";
          display: block;
          width: 300%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: -100%;
          background: $lightest-color;
          z-index: -1;
        }
*/
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-title {
    padding: calc(40 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
}

.p-product__detail-body-title::before {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #C6C6C6;
}

.p-product__detail-body-title::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/common/icon-accordion.svg") no-repeat center center/contain;
  -webkit-transition: 300ms;
  transition: 300ms;
  pointer-events: none;
}

.p-product__detail-body-title.is-open::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.p-product__detail-body-box {
  display: none;
  padding: 40px 0;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.p-product__detail-body-box.is-open {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-box {
    padding: calc(45 / 750 * 100vw) 0;
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-product__detail-body-box::before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #F2F2F2;
  z-index: -1;
}

.p-product__detail-body-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: solid 1px #C6C6C6;
  border-left: solid 1px #C6C6C6;
}

.p-product__detail-body-table table th,
.p-product__detail-body-table table td {
  border-bottom: solid 1px #C6C6C6;
  border-right: solid 1px #C6C6C6;
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-table table th,
  .p-product__detail-body-table table td {
    padding: calc(10 / 750 * 100vw);
  }
}

.p-product__detail-body-table table th {
  background: #F4F7FA;
  color: #003283;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-table.sp-block-table table {
    border: solid 1px #C6C6C6;
    border-bottom: none;
  }
  .p-product__detail-body-table.sp-block-table table tbody,
  .p-product__detail-body-table.sp-block-table table tr,
  .p-product__detail-body-table.sp-block-table table th,
  .p-product__detail-body-table.sp-block-table table td {
    display: block;
  }
  .p-product__detail-body-table.sp-block-table table th,
  .p-product__detail-body-table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #C6C6C6;
  }
}

.p-product__detail-body-table.sp-scroll-table::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .p-product__detail-body-table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 1em;
    left: 50%;
    z-index: 301;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #005E90;
    font-size: 1rem;
  }
  .p-product__detail-body-table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}

.p-product__detail-body-btn {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-product__detail-body-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 308px;
  height: 58px;
  padding: 0 20px;
  background: #003283;
  border: solid 1px #003283;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-btn a {
    min-width: calc(384 / 750 * 100vw);
    width: 80%;
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-product__detail-body-btn a + a {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__detail-body-btn a + a {
    margin-top: calc(24 / 750 * 100vw);
  }
}



/* フォーム
--------------------------------------*/
.contact-box .mail-step {
	background: #EFF2F5;
}
.contact-box .mail-step-item {
	width: 31.1%;
    text-align: center;
}
.contact-box .mail-step-item-current {
    color: #06326E;
    border-bottom: 4px solid #06326E;
}

.contact-form-label {
	background: #EFF2F5;
	color: #333;
}
.contact-form,.contact-form-group {
	background: none;
}

.contact-form-control {
	border-bottom: 1px solid #e5e5e5;
}

.btn-attention-block-large {
	background: #06326E !important;
	transition: 0.3s;
	border-radius: 0;
}
.btn-attention-block-large:hover {
    background:  #06326E !important;
	opacity: 0.5;
}

.contact-box .contact-no {
    margin: 0 10px 20px;
}

.contact-column {
	margin: 0 10px;
}

.contact-box .contact-form-control ul {
	list-style: none;
	padding: 0;
}
.contact-box .contact-form-control ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.contact-box .contact-form-control h5 {
	margin-bottom: 10px;
    font-size: 13px;
}
.acms-btn-radio+label {
    padding: 6px;
    border-radius: 5px;
    font-size: 13px;
}

.contact-form {
    display: table;
    width: 100%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 60px;
	border-spacing: 0;
}
.contact-form-group {
    display: table;
}
.contact-form-label {
    width: 23.33333%;
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	display: table-cell;
}
.contact-form-label .label-required {
    border-radius: 0;
}
.contact-form-control {
    padding: 20px;
}

.form-btn {
	width: 100%;
	max-width: 360px;
}

.btn-large {
	border-radius: 0;
	width: 100%;
}

@media only screen and (max-width: 767px) { 
	.contact-box .mail-step {
		padding: 0;
	}
	
	.contact-box .mail-step-item {
		width: 27.3%;
		font-size: 14px;
	}
	
	.contact-form {
		display: block;
		border-left: 1px solid #e5e5e5;
		margin-bottom: 40px;
	}
	.contact-form-group {
		display: block;
	}
	.contact-form-label {
		width: 100%;
		display: block;
		padding: 15px;
	}
	.contact-form-control {
		width: 100%;
		display: block;
	}
	
	.form-btn {
		margin-bottom: 15px;
	}
}

/*背景色*/

@media screen and (max-width: 767px) {
  .p08-product__intro {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p08-product__intro-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p08-product__intro-body-img {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-img {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p08-product__intro-body-img img[src*="product/01/text-intro-system"] {
  /* margin-left: 150px; */
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-img img[src*="product/01/text-intro-system"] {
    /* margin-left: 15%; */
    width: 60%;
  }
}

.p08-product__intro-body-title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-title {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p08-product__intro-body-title-h2 {
  margin-bottom: 40px;
  color: #003283;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-title-h2 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-title-h2 {
    font-size: calc(34 / 750 * 100vw);
}

.p08-product__intro-body-title-h3 {
  margin-bottom: 18px;
  color: #003283;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-title-h3 {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-title-h3 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p08-product__intro-body-catch {
  margin-bottom: 30px;
  color: #003283;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-catch {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-catch {
    font-size: calc(28 / 750 * 100vw);
  }
}

.p08-product__intro-body-read {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-read {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-read {
    text-align: left;
  }
}

.p08-product__intro-body-read + .p08-product__intro-body-read {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .p08-product__intro-body-read + .p08-product__intro-body-read {
    margin-top: calc(30 / 750 * -100vw);
  }
}

@media screen and (min-width: 768px) {
  .p08-product__intro .c-card__item {
    width: 48%;
    margin: 0 0 0 4%;
    text-align: center;
  }
  .p08-product__intro .c-card__item:nth-child(n + 3) {
    margin-top: 3.5%;
  }
  .p08-product__intro .c-card__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  
.p08-product__property {
  padding-top: 65px;
  padding-bottom: 130px;
  background:#E9E2C9;
}

@media screen and (max-width: 767px) {
  .p08-product__property {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
    background:#E9E2C9;
  }
}

.p08-product__intro .c-card__item-title {
  color: #003283;

/*バナーの色*/ 
  
.p-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  padding-top: 46px;
  margin: 0 auto;
  background: #E9E2C9;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-main__title {
    height: auto;
    padding: calc(34px + 14vw) 4vw 10vw;
  }
}

.p-main__title h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-main__title h1 {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(32 / 750 * 100vw);
  }
}
.p-main__title-h2 {
  margin-bottom: 2em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}




.l7-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  padding-top: 46px;
  margin: 0 auto;
  background: #003283;
  color: #fff;
}


  
@media screen and (max-width: 767px) {
  .p08-1-product__intro {
    padding-top: calc(65 / 750 * 100vw);
    padding-bottom: calc(130 / 750 * 100vw);
  }
}

.p08-1-product__intro-body {
  margin: 0 auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body {
    width: calc(620 / 750 * 100vw);
  }
}

.p08-1-product__intro-body-img {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-img {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p08-1-product__intro-body-img img[src*="product/01/text-intro-system"] {
  /* margin-left: 150px; */
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-img img[src*="product/01/text-intro-system"] {
    /* margin-left: 15%; */
    width: 60%;
  }
}

.p08-1-product__intro-body-title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-title {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p08-1-product__intro-body-title-h2 {
  margin-bottom: 40px;
  color: #003283;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-title-h2 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-title-h2 {
    font-size: calc(34 / 750 * 100vw);
  } 
}

.p08-1-product__intro-body-title-h3 {
  margin-bottom: 18px;
  color: #003283;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-title-h3 {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-title-h3 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p08-1-product__intro-body-catch {
  margin-bottom: 30px;
  color: #003283;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-catch {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-catch {
    font-size: calc(28 / 750 * 100vw);
  }
}

.p08-1-product__intro-body-read {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-read {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-read {
    text-align: left;
  }
}

.p08-1-product__intro-body-read + .p08-1-product__intro-body-read {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .p08-1-product__intro-body-read + .p08-1-product__intro-body-read {
    margin-top: calc(30 / 750 * -100vw);
  }
}



/*# sourceMappingURL=style.css.map */