﻿@charset "UTF-8";
/*
layout
*/
/*
z-index
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include mixin.ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
WEB FONT
*/
/*
ICON FONT
*/
/************************************************************
SCREEN RESPONSIVE
*************************************************************/
@media only screen and (min-width:768px) {
  .mv {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width:767px) {
  .mv {
    padding-bottom: 35px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/



.header a:visited, .footer a:visited , .header a:link, .footer a:link{
	color: inherit;
  }
  .header-menu-btn-entry, .footer-link, .header-menu-entry-link {
	color: #fff !important;
  }
  .header-menu-btn-entry:visited, .footer-link:visited, .header-menu-entry-link:visited {
	color: #fff !important;
  }


/* ーーーーーーーーーーーPCーーーーーーーーーーー */
@media screen and (min-width:768px)   {
  .common-post-top-title {
    padding-bottom: 35px;
  }
  .common-post-top-title-ja {
    font-size: 30px;
    font-weight: 600;
  }
  #contents {
    width: 980px;
    margin: 40px auto;
  }
  #main_contents {
    font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
    font-size: 16px;
  }
  .w_90 .isp_lead p {
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
  .dl_box_01 .dt h2 {
    font-size: 26px;
  }
  .accordion_area-box--ttl h2 {
    font-size: 26px;
  }
  .accordion_area-box--contents h2 {
    font-size: 18px;
  }
  .dl_box_01>dt h2 {
    font-size: 26px;
  }
  .w_90 .mb5 {
    line-height: 1.7;
  }
  .w_90 p.mb5 {
	font-size: 18px;
  }
  .blc_flow-list li .left_area p {
	font-size: 18px;
  }
  .blc_presentation-ttl .meta {
	font-size: 16.2px;
  }
  .accordion_area-box--contents section p.mb2 {
	font-size: 18px;
  }
  .blc_presentation .popup .link a {
	font-size: 18px;
  }
  .blc_presentation-comment dl dd p {
	font-size: 18px;
  }
  .accordion_area-box--contents figcaption {
	font-size: 18px;
  }
  .accordion_area-box--contents p {
	font-size: 18px;
  }
}


/* ーーーーーーーーーーースマホーーーーーーーーーーー */
@media screen and (max-width:767px) {

  /*--------初期設定---------*/
html {
	padding-left: calc(env(safe-area-inset-left));
	padding-right: calc(env(safe-area-inset-right));
}

body {
	/* width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #333;
	-webkit-text-size-adjust: 100%;
  min-width: auto; */
}

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

/*   link  */
a,
a * {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	will-change: transform;
	/* safariでアニメーション時ちらつくのを制御 */
}

a,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	color: #0e66b8;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*=============================
	custom setting
===============================*/
/*   display  */
.pcNone {
	display: none;
}

.pcDisp {
	display: none;
}

.tabDisp {
	display: none;
}

/*   font-style  */
.small {
	font-size: 0.8em;
	line-height: 1.4;
	display: inline-block;
}

.stit {
	font-size: 1.2em;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

/*   font-color  */
.cl-wht {
	color: #fff !important;
}

.cl-red {
	color: #ae0019 !important;
}

.cl-blu {
	color: #171b3e !important;
}

.cl-gry {
	color: #c6c6c6 !important;
}

/*   background-color  */
.bg-wht {
	background: #fff !important;
}

.bg-gry {
	background: #f4f4f4 !important;
}

/*   text-align  */
.txtCen {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

/*   sup（上付き）  */
.base-sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -.6em;
}

/*   sub（下付き）  */
.base-sub {
	font-size: 50%;
	vertical-align: bottom;
	position: relative;
	bottom: -.6em;
}

/*   margin  */
.mt0 {
	margin-top: 0 !important;
}

.mt1 {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 30px;
}

.mt4 {
	margin-top: 40px;
}

.mt5 {
	margin-top: 50px;
}

.mt6 {
	margin-top: 60px;
}

.mt7 {
	margin-top: 70px;
}

.mt8 {
	margin-top: 80px;
}

.mt9 {
	margin-top: 90px;
}

.mt10 {
	margin-top: 100px;
}

.mb0 {
	margin-top: 0 !important;
}

.mb1 {
  font-size: 20px;
	margin-bottom: 10px;
}

.mb2 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
	margin-bottom: 20px;
}

.mb3 {
	margin-bottom: 30px;
  font-size: 20px;
}

.mb4 {
	margin-bottom: 40px;
}

.mb5 {
	margin-bottom: 50px;
  line-height: 1.7;
  font-size: 16px;
}

.mb6 {
	margin-bottom: 60px;
}

.mb7 {
	margin-bottom: 70px;
}

.mb8 {
	margin-bottom: 80px;
}

.mb9 {
	margin-bottom: 90px;
}

.mb10 {
	margin-bottom: 100px;
}

.mt0 {
	margin-top: 0
}

.mr0 {
	margin-right: 0px;
}

.mb0 {
	margin-bottom: 0
}

.ml0 {
	margin-left: 0
}

.sp-mt0 {
	margin-top: 0 !important
}

.sp-mb0 {
	margin-bottom: 0 !important
}

.mt05 {
	margin-top: 2.5px
}

.mr05 {
	margin-right: 2.5pxt
}

.mb05 {
	margin-bottom: 2.5px
}

.ml05 {
	margin-left: 2.5px
}

.sp-mt05 {
	margin-top: 5px !important
}

.sp-mb05 {
	margin-bottom: 5px !important
}

.mt10 {
	margin-top: 5px
}

.mr10 {
	margin-right: 5pxt
}

.mb10 {
	margin-bottom: 5px
}

.ml10 {
	margin-left: 5px
}

.sp-mt10 {
	margin-top: 10px !important
}

.sp-mb10 {
	margin-bottom: 10px !important
}

.mt15 {
	margin-top: 7.5px
}

.mr15 {
	margin-right: 7.5pxt
}

.mb15 {
	margin-bottom: 7.5px
}

.ml15 {
	margin-left: 7.5px
}

.sp-mt15 {
	margin-top: 15px !important
}

.sp-mb15 {
	margin-bottom: 15px !important
}

.mt20 {
	margin-top: 10px
}

.mr20 {
	margin-right: 10pxt
}

.mb20 {
	margin-bottom: 10px
}

.ml20 {
	margin-left: 10px
}

.sp-mt20 {
	margin-top: 20px !important
}

.sp-mb20 {
	margin-bottom: 20px !important
}

.mt25 {
	margin-top: 12.5px
}

.mr25 {
	margin-right: 12.5pxt
}

.mb25 {
	margin-bottom: 12.5px
}

.ml25 {
	margin-left: 12.5px
}

.sp-mt25 {
	margin-top: 25px !important
}

.sp-mb25 {
	margin-bottom: 25px !important
}

.mt30 {
	margin-top: 15px
}

.mr30 {
	margin-right: 15pxt
}

.mb30 {
	margin-bottom: 15px
}

.ml30 {
	margin-left: 15px
}

.sp-mt30 {
	margin-top: 30px !important
}

.sp-mb30 {
	margin-bottom: 30px !important
}

.mt35 {
	margin-top: 17.5px
}

.mr35 {
	margin-right: 17.5pxt
}

.mb35 {
	margin-bottom: 17.5px
}

.ml35 {
	margin-left: 17.5px
}

.sp-mt35 {
	margin-top: 35px !important
}

.sp-mb35 {
	margin-bottom: 35px !important
}

.mt40 {
	margin-top: 20px
}

.mr40 {
	margin-right: 20pxt
}

.mb40 {
	margin-bottom: 20px
}

.ml40 {
	margin-left: 20px
}

.sp-mt40 {
	margin-top: 40px !important
}

.sp-mb40 {
	margin-bottom: 40px !important
}

.mt45 {
	margin-top: 22.5px
}

.mr45 {
	margin-right: 22.5pxt
}

.mb45 {
	margin-bottom: 22.5px
}

.ml45 {
	margin-left: 22.5px
}

.sp-mt45 {
	margin-top: 45px !important
}

.sp-mb45 {
	margin-bottom: 45px !important
}

.mt50 {
	margin-top: 25px
}

.mr50 {
	margin-right: 25pxt
}

.mb50 {
	margin-bottom: 25px
}

.ml50 {
	margin-left: 25px
}

.sp-mt50 {
	margin-top: 50px !important
}

.sp-mb50 {
	margin-bottom: 50px !important
}

.mt55 {
	margin-top: 27.5px
}

.mr55 {
	margin-right: 27.5pxt
}

.mb55 {
	margin-bottom: 27.5px
}

.ml55 {
	margin-left: 27.5px
}

.sp-mt55 {
	margin-top: 55px !important
}

.sp-mb55 {
	margin-bottom: 55px !important
}

.mt60 {
	margin-top: 30px
}

.mr60 {
	margin-right: 30pxt
}

.mb60 {
	margin-bottom: 30px
}

.ml60 {
	margin-left: 30px
}

.sp-mt60 {
	margin-top: 60px !important
}

.sp-mb60 {
	margin-bottom: 60px !important
}

.mt65 {
	margin-top: 32.5px
}

.mr65 {
	margin-right: 32.5pxt
}

.mb65 {
	margin-bottom: 32.5px
}

.ml65 {
	margin-left: 32.5px
}

.sp-mt65 {
	margin-top: 65px !important
}

.sp-mb65 {
	margin-bottom: 65px !important
}

.mt70 {
	margin-top: 35px
}

.mr70 {
	margin-right: 35pxt
}

.mb70 {
	margin-bottom: 35px
}

.ml70 {
	margin-left: 35px
}

.sp-mt70 {
	margin-top: 70px !important
}

.sp-mb70 {
	margin-bottom: 70px !important
}

.mt75 {
	margin-top: 37.5px
}

.mr75 {
	margin-right: 37.5pxt
}

.mb75 {
	margin-bottom: 37.5px
}

.ml75 {
	margin-left: 37.5px
}

.sp-mt75 {
	margin-top: 75px !important
}

.sp-mb75 {
	margin-bottom: 75px !important
}

.mt80 {
	margin-top: 40px
}

.mr80 {
	margin-right: 40pxt
}

.mb80 {
	margin-bottom: 40px
}

.ml80 {
	margin-left: 40px
}

.sp-mt80 {
	margin-top: 80px !important
}

.sp-mb80 {
	margin-bottom: 80px !important
}

.mt85 {
	margin-top: 42.5px
}

.mr85 {
	margin-right: 42.5pxt
}

.mb85 {
	margin-bottom: 42.5px
}

.ml85 {
	margin-left: 42.5px
}

.sp-mt85 {
	margin-top: 85px !important
}

.sp-mb85 {
	margin-bottom: 85px !important
}

.mt90 {
	margin-top: 45px
}

.mr90 {
	margin-right: 45pxt
}

.mb90 {
	margin-bottom: 45px
}

.ml90 {
	margin-left: 45px
}

.sp-mt90 {
	margin-top: 90px !important
}

.sp-mb90 {
	margin-bottom: 90px !important
}

.mt95 {
	margin-top: 47.5px
}

.mr95 {
	margin-right: 47.5pxt
}

.mb95 {
	margin-bottom: 47.5px
}

.ml95 {
	margin-left: 47.5px
}

.sp-mt95 {
	margin-top: 95px !important
}

.sp-mb95 {
	margin-bottom: 95px !important
}

.mt100 {
	margin-top: 50px
}

.mr100 {
	margin-right: 50pxt
}

.mb100 {
	margin-bottom: 50px
}

.ml100 {
	margin-left: 50px
}

.sp-mt100 {
	margin-top: 100px !important
}

.sp-mb100 {
	margin-bottom: 100px !important
}

.mt105 {
	margin-top: 52.5px
}

.mr105 {
	margin-right: 52.5pxt
}

.mb105 {
	margin-bottom: 52.5px
}

.ml105 {
	margin-left: 52.5px
}

.sp-mt105 {
	margin-top: 105px !important
}

.sp-mb105 {
	margin-bottom: 105px !important
}

.mt110 {
	margin-top: 55px
}

.mr110 {
	margin-right: 55pxt
}

.mb110 {
	margin-bottom: 55px
}

.ml110 {
	margin-left: 55px
}

.sp-mt110 {
	margin-top: 110px !important
}

.sp-mb110 {
	margin-bottom: 110px !important
}

.mt115 {
	margin-top: 57.5px
}

.mr115 {
	margin-right: 57.5pxt
}

.mb115 {
	margin-bottom: 57.5px
}

.ml115 {
	margin-left: 57.5px
}

.sp-mt115 {
	margin-top: 115px !important
}

.sp-mb115 {
	margin-bottom: 115px !important
}

.mt120 {
	margin-top: 60px
}

.mr120 {
	margin-right: 60pxt
}

.mb120 {
	margin-bottom: 60px
}

.ml120 {
	margin-left: 60px
}

.sp-mt120 {
	margin-top: 120px !important
}

.sp-mb120 {
	margin-bottom: 120px !important
}

.mt125 {
	margin-top: 62.5px
}

.mr125 {
	margin-right: 62.5pxt
}

.mb125 {
	margin-bottom: 62.5px
}

.ml125 {
	margin-left: 62.5px
}

.sp-mt125 {
	margin-top: 125px !important
}

.sp-mb125 {
	margin-bottom: 125px !important
}

.mt130 {
	margin-top: 65px
}

.mr130 {
	margin-right: 65pxt
}

.mb130 {
	margin-bottom: 65px
}

.ml130 {
	margin-left: 65px
}

.sp-mt130 {
	margin-top: 130px !important
}

.sp-mb130 {
	margin-bottom: 130px !important
}

.mt135 {
	margin-top: 67.5px
}

.mr135 {
	margin-right: 67.5pxt
}

.mb135 {
	margin-bottom: 67.5px
}

.ml135 {
	margin-left: 67.5px
}

.sp-mt135 {
	margin-top: 135px !important
}

.sp-mb135 {
	margin-bottom: 135px !important
}

.mt140 {
	margin-top: 70px
}

.mr140 {
	margin-right: 70pxt
}

.mb140 {
	margin-bottom: 70px
}

.ml140 {
	margin-left: 70px
}

.sp-mt140 {
	margin-top: 140px !important
}

.sp-mb140 {
	margin-bottom: 140px !important
}

.mt145 {
	margin-top: 72.5px
}

.mr145 {
	margin-right: 72.5pxt
}

.mb145 {
	margin-bottom: 72.5px
}

.ml145 {
	margin-left: 72.5px
}

.sp-mt145 {
	margin-top: 145px !important
}

.sp-mb145 {
	margin-bottom: 145px !important
}

.mt150 {
	margin-top: 75px
}

.mr150 {
	margin-right: 75pxt
}

.mb150 {
	margin-bottom: 75px
}

.ml150 {
	margin-left: 75px
}

.sp-mt150 {
	margin-top: 150px !important
}

.sp-mb150 {
	margin-bottom: 150px !important
}

/*   font-family  */
.font-muli {
	font-family: 'Muli', sans-serif;
	letter-spacing: .3rem;
}

.font-bitter {
	font-family: 'Bitter', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .15rem;
}

.font-oswald {
	font-family: 'Oswald', sans-serif;
}

.font-fjallaone {
	font-family: 'Fjalla One', sans-serif;
}

.font-yugo {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-hira-gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-muli {
	font-family: 'Muli', sans-serif;
	letter-spacing: .3rem;
}

/*   flex  */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

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

.flex-cen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  row-gap: 10px;
}

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

/*   bt-def-sty  */
.bt-def-sty,
.bt-def-sty::before,
.bt-def-sty::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.bt-def-sty {
	display: block;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bt-def-sty::before,
.bt-def-sty::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

/* bt-sty01 */
.bt-def-sty.bt-sty01 {
	max-width: 300px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	color: inherit;
	font-size: 17px;
	font-weight: 600;
	padding: 8.5px 0;
}

.bt-def-sty.bt-sty01:hover {
	background-color: #333;
	color: #fff !important;
}

/* cv */
.bt-sty01.sty-cv {
	border-bottom-color: #e6e6e6 !important;
}

.bt-sty01.sty-cv:hover {
	border-bottom-color: #606060 !important;
}

/* bt-sty02 */
.bt-def-sty.bt-sty02 {
	max-width: 300px;
	background-color: #deba29;
	color: inherit;
	font-size: 17px;
	font-weight: 600;
	padding: 9px 0;
}

.bt-def-sty.bt-sty02:hover {
	background-color: #89741d;
	border-color: #89741d;
	color: #fff;
}

/* cv */
.bt-sty02.sty-cv {
	border-bottom-color: #9a8530;
}

.bt-sty02.sty-cv:hover {
	border-bottom-color: #6d5a0d;
}

/* bt-sty03 */
.bt-def-sty.bt-sty03 {
	max-width: 300px;
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 9px 0;
}

.bt-def-sty.bt-sty03:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

/* bt-sty04 */
.bt-def-sty.bt-sty04 {
	max-width: 300px;
	background-color: #000;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 9px 10px;
}

.bt-def-sty.bt-sty04:hover {
	background-color: #333;
}

/*  style round  */
.sty-round {}

.sty-round.sty-gold {
	background-color: #deba29;
}

/* cv */
.sty-cv {
	border-bottom-width: 4px !important;
	border-bottom-style: solid !important;
}

.sty-cv:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	border-bottom-width: 2px !important;
}

/* ttl_01 */
.ttl_01 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  line-height: 1.4;
  padding: 0;
	margin-bottom: 20px;
	position: relative;
}

/* .ttl_01::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 15%;
	height: 1px;
	background-color: #084e88;
} */

/*   arw  */
.arw-02 {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
	transition: 0s;
}

.arw-02::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 7px;
	border: 5px solid transparent;
	border-left: 7px solid #fff;
	transition: all .3s;
}

.arw-03 {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
	transition: 0s;
}

.arw-03::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 7px;
	border: 5px solid transparent;
	border-left: 7px solid #000;
	transition: all .3s;
}

/* hover */
a:hover .arw-03::before {
	border-left-color: #fff;
}

/*=============================
	common setting
===============================*/
/*-------max-width--------*/
#contentwrap .inner,
header .inner,
footer .inner {
	padding-left: 10px;
	padding-right: 10px;
}

/*-------container--------*/
#container {
	background-color: #fff;
}

/*-------header--------*/
header {
	padding: 10px 0 18px;
	background-color: #fff;
}

header h1,
header .head-seo-txt {
	font-size: 12px;
	display: none;
}

header .head-nav {
	position: relative;
}

header .head-logo {
	display: inline-block;
	margin: 4px 0 0;
}

header .head-logo>a>img {
	width: 85px;
}

header .head-other-btn {
	position: absolute;
	top: 0;
	right: 0;
}

header .head-other-btn ul li+li {
	margin-left: 10px;
}

header .head-other-btn ul li a {
	height: 100%;
	color: inherit;
	text-align: center;
	display: flex;
	flex-direction: column;
}

header .head-other-btn ul li i {
	margin-bottom: 4px;
	font-size: 26px;
}

header .head-other-btn ul li p {
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 120%;
	margin: auto 0;
}

header .head-other-btn .head-nav-tel__panel,
header .head-other-btn .head-nav-tel__panel .btn {
	height: 100%;
}

header .head-other-btn .head-nav-tel__panel .btn {
	display: flex;
	flex-direction: column;
}

header .head-other-btn .head-nav-tel__panel .close_btn {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 2px;
	top: 10px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

header .head-other-btn .head-nav-tel__panel .close_btn::after,
header .head-other-btn .head-nav-tel__panel .close_btn::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 25px;
	left: 50%;
	top: 50%;
	background-color: #fff;
	backface-visibility: hidden;
}

header .head-other-btn .head-nav-tel__panel .close_btn::after {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

header .head-other-btn .head-nav-tel__panel .close_btn::before {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* hover */
header .head-other-btn .head-nav-tel__panel .close_btn:hover {
	opacity: .8;
}

header .head-other-btn .head-nav-tel__panel .contents {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	z-index: 12;
	text-align: center;
	padding: 80px 10px;
	line-height: 1.5;
}

header .head-other-btn .head-nav-tel__panel .contents>dl:not(:last-child) {
	margin-bottom: 30px;
}

header .head-other-btn .head-nav-tel__panel .contents>dl>dt {
	margin-bottom: 10px;
}

header .head-other-btn .head-nav-tel__panel .contents>dl>dt span {
	display: block;
	background-color: #808080;
	color: #fff;
	font-size: 13px;
	padding: 2px;
}

header .head-other-btn .head-nav-tel__panel .contents>dl>dd .tel {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

header .head-other-btn .head-nav-tel__panel .contents>dl>dd .tel span {
	display: inline-block;
	background: url(../images/common/ico-tollfree_wht.png) no-repeat left 4px;
	background-size: 50px;
	padding-left: 55px;
}

header .head-other-btn .head-nav-tel__panel .contents>dl>dd p {
	font-size: 12px;
}

/* floating-menu */
header.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}

/* scroll */
header.scrolled {
	transform: translateY(0);
	box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.1);
}

/* recruit */
header.head-recruit .head-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

header.head-recruit .head-logo .head-logo-recruit {
	margin: 8px 0 0 10px;
	font-size: 13px;
	font-weight: 600;
}

/*-------contentwrap--------*/
#contentwrap {
	width: 100%;
}

/* h2～h6 */
#top-container #contentwrap h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.01em;
	text-align: center;
	margin-bottom: 22px;
}

#top-container #contentwrap h3,
#top-container #contentwrap h4,
#top-container #contentwrap h5,
#top-container #contentwrap h6 {
	font-size: 16px;
	font-weight: 500;
}

#contentwrap .title1 {
	position: relative;
	padding-top: 35px;
}

#contentwrap .title1::before {
	content: '';
	width: 60px;
	height: 4px;
	background-color: #444;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
}

/* menu_list__swiper */
.menu_list__swiper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	max-width: 450px;
}

.menu_list__swiper .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.menu_list__swiper .swiper-slide {
	opacity: .5;
}

.menu_list__swiper .swiper-slide a {
	display: block;
	color: inherit;
}

.menu_list__swiper figure {
	margin-bottom: 10px;
}

.menu_list__swiper figure img {
	width: 100%;
}

.menu_list__swiper .num {
	font-size: 16px;
	font-weight: 600;
}

#top-container #contentwrap .menu_list__swiper h3 {
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* active */
.menu_list__swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

/* navigation */
.menu_list__swiper .swiper-button-prev,
.menu_list__swiper .swiper-button-next {
	width: 23px;
	height: 40px;
	background-size: contain;
}

.menu_list__swiper .swiper-button-prev {
	background-image: url(../images/top/main-visual/swiper-button-prev.png);
	left: -22%;
}

.menu_list__swiper .swiper-button-next {
	background-image: url(../images/top/main-visual/swiper-button-next.png);
	right: -22%;
}

/* menu_list_box_1 */
#contentwrap .menu_list_box_1>li {
	margin-top: 25px;
}

#contentwrap .menu_list_box_1>li:last-child {
	margin-right: 0;
}

#contentwrap .menu_list_box_1>li a {
	display: block;
	color: inherit;
}

#contentwrap .menu_list_box_1>li a img {
	opacity: 1 !important;
	width: 100%;
}

#contentwrap .menu_list_box_1>li figure {
	margin-bottom: 15px;
}

#contentwrap .menu_list_box_1>li .num {
	font-size: 14px;
	font-weight: 600;
}

#top-container #contentwrap .menu_list_box_1 li h3,
#contentwrap .menu_list_box_1 li .__ttl {
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* .col-1 */
#contentwrap .menu_list_box_1.col-1>li+li {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
}

#contentwrap .menu_list_box_1.col-1>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#contentwrap .menu_list_box_1.col-1>li figure {
	width: 150px;
	margin-bottom: 0;
	margin-right: 15px;
}

#contentwrap .menu_list_box_1.col-1>li .inBox {
	width: calc((100% - 165px));
}

/* .col-2 */
#contentwrap .menu_list_box_1.col-2>li {
	width: 49%;
	margin-right: calc((100% - 49% * 2) / 1);
}

#contentwrap .menu_list_box_1.col-2>li:nth-child(2n) {
	margin-right: 0;
}

#contentwrap .menu_list_box_1.col-2>li:nth-child(-n+2) {
	margin-top: 0;
}

#top-container #contentwrap .menu_list_box_1.col-2 li h3 {
	font-size: 16px;
}

/* accordion_menu_list */
.accordion_menu_list>ul>li {
	border: 1px solid #606060;
}

.accordion_menu_list>ul>li+li {
	margin-top: 10px;
}

.accordion_menu_list ul li a,
.accordion_menu_list ul li p {
	display: block;
	line-height: 150%;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	background: #404040;
	padding: 12px 0 12px 15px;
	text-transform: uppercase;
	position: relative;
	opacity: 1;
}

.accordion_menu_list ul li a:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #606060;
	border-right: 2px solid #606060;
	transform: rotate(45deg);
}

/* dropmenu */
.accordion_menu_list ul>li.dropmenu {
	position: relative;
}

.accordion_menu_list ul>li.dropmenu>a {
	margin-right: 130px;
}

.accordion_menu_list ul>li.dropmenu>a::after {
	content: none;
}

.accordion_menu_list ul>li.dropmenu .thumb {
	width: 100px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.accordion_menu_list ul>li.dropmenu .btn {
	width: 30px;
	height: 49px;
	background: #404040;
	position: absolute;
	top: 0;
	right: 100px;
	cursor: pointer;
}

.accordion_menu_list ul>li.dropmenu .btn::before,
.accordion_menu_list ul>li.dropmenu .btn::after {
	content: '';
	width: 13px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s;
}

.accordion_menu_list ul>li.dropmenu .btn::after {
	transform: rotate(90deg);
}

/* active */
.accordion_menu_list ul>li.dropmenu .btn.active::before {
	opacity: 0;
}

.accordion_menu_list ul>li.dropmenu .btn.active::after {
	transform: rotate(180deg);
}

.accordion_menu_list ul>li.dropmenu>ul {
	background: #fff;
	border-top: 1px solid #fff;
}

.accordion_menu_list ul>li.dropmenu>ul>li>a {
	border-bottom: 1px solid #f4f4f4;
	background-color: #fff;
	color: inherit !important;
	padding: 12px 49px 12px 15px;
	position: relative;
}

.accordion_menu_list ul>li.dropmenu>ul>li:last-child>a {
	border-bottom: none;
}

/* subpage-nav-wrap */
.subpage-nav-wrap {
	margin-bottom: 25px;
}

.subpage-nav-wrap nav ul li {
	flex-grow: 1;
}

.subpage-nav-wrap nav ul li a {
	display: block;
	background-color: #404040;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 12px 5px;
}

.subpage-nav-wrap nav ul li+li a {
	border-left: 1px solid #cbcbcb;
}

/* active */
.subpage-nav-wrap nav ul li.active a {
	background-color: #222;
}

/* contents-nav-wrap */
.contents-nav-wrap {
	padding: 20px 10px;
}

#sub-container .contents-nav-wrap {
	margin-top: 20px;
}

/* request */
.request {
	padding: 35px 0 40px 0;
	background-color: #deba29;
	text-align: center;
}

.request p {
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}

.request p.min {
	font-size: 14px;
}

.request .bt-def-sty {
	margin-top: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

.request .bt-def-sty+.bt-def-sty {
	margin-top: 10px;
}

/*-------toTop--------*/
#toTop a {
	display: block;
	background: #161d3a;
	padding: 22px 0;
	position: relative;
}

#toTop a::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

/*-------footer--------*/
footer {
	padding-bottom: 20px;
}

footer .foot-bnr ul li {
	text-align: center;
}

footer .foot-bnr ul li+li {
	margin-top: 10px;
}

footer .foot-link {
	background-color: #333;
	padding: 25px 0;
}

footer .foot-link ul li a {
	display: block;
	line-height: 0;
}

footer .foot-link ul li+li {
	margin-left: 20px;
}

footer .foot-link ul li i {
	color: #fff;
}

footer .foot-link ul li img {
	vertical-align: top;
	margin-top: 3px;
	opacity: 1 !important;
}

footer .foot-logo {
	text-align: center;
	margin-top: 25px;
}

footer .foot-logo .logo>a>img {
	width: 85px;
}

footer .foot-logo .copyright {
	font-size: 10px;
	letter-spacing: 0.075em;
	margin-top: 10px;
}

/*=============================
	Sub(Lower)Page setting
===============================*/

/* contentwrap__subpage */
#contentwrap__subpage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* content_wrapper */
.content_wrapper,
.content_wrapper_1280,
.content_wrapper_max,
.content_wrapper_min {
	padding-left: 10px;
	padding-right: 10px;
}

/* scroll_area */
.scroll_area {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: auto;
}

.scroll_area::-webkit-scrollbar {
	height: 8px;
}

.scroll_area::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 10px;
}

.scroll_area::-webkit-scrollbar-thumb {
	background: #1f65a3;
	border-radius: 10px;
}

/* content_border_top */
.content_border_top {
	position: relative;
}

.content_border_top::before {
	content: '';
	width: 60px;
	height: 4px;
	background-color: #444;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.content_border_bottom {
	position: relative;
}

.content_border_bottom::after {
	content: '';
	width: 60px;
	height: 4px;
	background-color: #444;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	right: 0;
	margin: auto;
}

/* thumb */
.thumb {
	width: 100%;
	padding-top: 100%;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ttl */
.title2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-align: center;
}

.title3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

.title4 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}

.title5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.title6 {
	text-align: center;
}

.title6 .title6-jp {
	font-size: 70%;
	font-weight: 400;
	line-height: 1.8;
}

.title6 .title6-en {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}

.title7 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}


/*-------sub__Kv--------*/
.sub__Kv {
	text-align: center;
}

.sub__Kv .sub__Kv-contents--inner {}

.sub__Kv .sub__Kv-contents--ttl {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}

.sub__Kv .sub__Kv-contents--sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.sub__Kv .sub__Kv-img {
	padding-top: 220px;
}

/*-------lead__area--------*/
.lead__area {
	font-weight: 500;
	letter-spacing: 0.05em;
}

.lead__area02 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

.lead__area03 {}

.lead__area04 {
	font-size: 20px;
}

/*-------figure__area--------*/
.figure__area01 {
	text-align: center;
}

.figure__area01 .figure__area01-ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

.figure__area01 img {
	width: 100%;
	height: auto;
}

.figure__area01 figcaption {
	font-size: 70%;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 5px;
	text-align: left;
}

/*-------menu__list--------*/
.menu__list {
	display: block;
}

.menu__list .menu__list-box {
	width: auto;
}

.menu__list .menu__list-box a {
	display: block;
	position: relative;
	color: #fff !important;
	text-decoration: none;
}

.menu__list .menu__list-box--img {
	overflow: hidden;
}

.menu__list .menu__list-box--img img {
	transition: .3s;
	width: 100%;
	height: auto;
}

.menu__list .menu__list-box--ttl {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 15px 15px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.menu__list .menu__list-box--ttl::before {
	content: '';
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, transparent, rgba(51, 51, 51, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent, rgba(51, 51, 51, 0.8) 100%);
	background: linear-gradient(to bottom, transparent, rgba(51, 51, 51, 0.8) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

/* hover */
.menu__list .menu__list-box a:hover .menu__list-box--img img {
	transform: scale(1.1);
}

/*-------footer__moreLink--------*/
/* footer__moreLink-list */
.footer__moreLink-list {
	margin: -3px;
}

.footer__moreLink-list>li {
	margin: 3px;
}

.footer__moreLink-list>li a,
.footer__moreLink-list>li .no-link {
	display: block;
	background-color: #f4f4f4;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	line-height: 130%;
	text-align: center;
}

.footer__moreLink-list>li .no-link {
	cursor: default;
}

/* hover/current */
.footer__moreLink-list>li a:hover,
.footer__moreLink-list>li.current a,
.footer__moreLink-list>li.current .no-link {
	opacity: 1;
	background-color: transparent;
	background-color: #333;
	color: #fff !important;
}

/* footer__moreLink-list02 */
.footer__moreLink-list02 dt {
	box-sizing: border-box;
	padding: 14px 0 0 10px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	height: 44px;
	background-color: #004f99;
	background-position: 96.5% center;
	background-repeat: no-repeat;
	background-size: 11px;
	overflow: hidden;
	background-image: url("../../img/common/img_plus.png");
}

.footer__moreLink-list02 dd {
	display: none;
	padding-bottom: 10px;
}

.footer__moreLink-list02 li {
	margin-bottom: 1px;
}

.footer__moreLink-list02 li a,
.footer__moreLink-list02 li .no-link {
	font-size: 16px;
	line-height: 20px;
	color: #004f99;
	display: block;
	padding: 10px 0 10px 10px;
}

.footer__moreLink-list02 li a {
	background-image: url("../../img/common/img_arrow.png");
	background-position: 96.5% center;
	background-repeat: no-repeat;
	background-color: #ececec;
	background-size: 7px;
}

.footer__moreLink-list02 li .no-link {
	background-color: #404040;
	color: #fff;
}

/* hover/current */
.footer__moreLink-list02 dt:hover {
	cursor: pointer;
}

.footer__moreLink-list02 dt.open {
	background-image: url("../../img/common/img_minus.png");
}

/*-------case_list_box--------*/
.case_list_box section:not(:last-child) {
	margin-bottom: 10px;
}

.case_list_box section a {
	display: block;
	background-color: #ECECEC;
	color: #333;
	position: relative;
	overflow: hidden;
	padding: 15px 30px 15px 15px;
}

.case_list_box section a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #004f99;
	border-right: 2px solid #004f99;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.case_list_box section figure {
	width: 105px;
	float: left;
	margin-right: 20px;
}

.case_list_box section figure img {
	max-width: 100%;
	margin-bottom: 0;
}

.case_list_box section .inBox {
	overflow: hidden;
}

.case_list_box section .inBox .flex:first-child {
	line-height: 130%;
	margin-bottom: 5px;
}

.case_list_box section .num {
	font-size: 16px;
	font-weight: 600;
}

.case_list_box section .area {
	font-size: 14px;
	text-align: right;
	margin: 1px 0 0 15px;
}

.case_list_box section h3 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.case_list_box section .cat_area {
	background-color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 10px;
}

.case_list_box section .cat_area span+span::before {
	content: '/';
	margin-left: 5px;
	margin-right: 5px;
}

.case_list_box section .excerpt {
	font-size: 70%;
	line-height: 1.6;
}

.case_list_box section .meta dl {
	font-size: 70%;
	line-height: 1.6;
}

.case_list_box section .meta dl:not(:last-child) {
	margin-bottom: 5px;
}

.case_list_box section .meta dl dt {
	width: 60px;
	text-align: center;
	font-size: 75%;
}

.case_list_box section .meta dl dt span {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 0;
}

.case_list_box section .meta dl dd {
	width: calc(100% - 60px);
	padding: 3px 0 0 10px;
}

.case_list_box_link {
	text-align: center;
}

.case_list_box_link a {
	color: inherit;
}


/*-------bnr__contact01--------*/
.bnr__contact01 {
	display: none;
}





/*-------------------------*/
/* デバイスサイズ 889px*/
/*-------------------------*/
@media screen and (max-device-width: 889px) {

	/*=============================
	common setting
===============================*/
	/*-------contentwrap--------*/
	/* menu_list_box_1 */
	/* .col-4 */
	#contentwrap .menu_list_box_1.col-4>li {
		width: 49%;
		margin-right: calc((100% - 49% * 2) / 1);
	}

	#contentwrap .menu_list_box_1.col-4>li:nth-child(2n) {
		margin-right: 0;
	}

	#contentwrap .menu_list_box_1.col-4>li:nth-child(-n+2) {
		margin-top: 0;
	}


}



/*-------------------------*/
/* SPレイアウト 374px*/
/*-------------------------*/
@media screen and (max-width: 374px) {

	/*=============================
	common setting
===============================*/
	/*-------header--------*/
	header .head-other-btn .head-nav-tel__panel .contents>dl>dd .tel {
		font-size: 36px;
	}

	header .head-other-btn .head-nav-tel__panel .contents>dl>dd p {
		font-size: 10px;
	}

	/*-------contentwrap--------*/
	/* accordion_menu_list */
	.accordion_menu_list ul li a,
	.accordion_menu_list ul li p {
		font-size: 12px;
	}

	/* dropmenu */
	.accordion_menu_list ul>li.dropmenu .thumb,
	.accordion_menu_list ul>li.dropmenu .btn {
		height: 42px;
	}



}



.header.hide {
	top: -70px;
}

/* 07-10-2023 */
body .bt-sty05 {
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #023b73 !important;
	border: 1px solid #023b73 !important;
	position: relative;
	background: #fff;
	box-sizing: border-box !important;
	width: 100%;
	text-align: center;
}

body .bt-sty05:hover {
	mix-blend-mode: luminosity;
}

body .bt-sty05:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 8px;
	background-image: url('../images/common/ico-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

body .bt-sty05.bt-sty05--icon {
	padding: 0 60px;
}

body .bt-sty05 .icon {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
}

body .bt-sty05 .icon.icon--note {
	width: 28px;
	height: 28px;
}

body .bt-sty05 .icon.icon--mail {
	width: 37px;
	height: 24px;
}

body .bt-sty05.bt-sty05--color1 {
	background: #226265;
	color: #fff !important;
	border-color: #226265 !important;
}

body .bt-sty05.bt-sty05--color1:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(272deg) brightness(109%) contrast(96%);
}

body .bt-sty05.bt-sty05--color2 {
	background: #153c3e;
	color: #fff !important;
	border-color: #153c3e !important;
}

body .bt-sty05.bt-sty05--color2:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(272deg) brightness(109%) contrast(96%);
}

body .bt-sty05.bt-sty05--color-default {
	background: #023b73 !important;
	color: #fff !important;
	border-color: #023b73 !important;
}

body .bt-sty05.bt-sty05--color-default:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(272deg) brightness(109%) contrast(96%);
}

body .bt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

body .bt-wrap .bt-sty05 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:fit-content;
	height:auto;
	padding: 20px 55px 20px 40px;
}

body .bt-wrap .bt-sty05:after{
	right:22px;
}

/* 08-30-2023 */
.content_wrapper_345{
	max-width: 345px;
	margin-left:auto!important;
	margin-right: auto!important;
}

article.content_wrapper_345, .content_wrapper_345 article{
	padding-left:0;
	padding-right: 0;
}

/* 08-31-2023 */
.sty-round.sty-blue{
	background:#023b73;
	color:#fff;
}

/* 09-05-2023 */
body .bt-wrap .bt-sty05{
	padding-left:20px;
}

/* 09-06-2023 */
.bt-sty05.bt-sty05--back:after {
    right: auto;
    left: 20px;
    transform: translateY(-50%) scaleX(-1);
}

/* 10-10-2023 */
.bg-gry2{
	background:#f7f7f7!important;
}

.body_345 #contentwrap {
    width: 345px;
    margin-left:auto;
    margin-right:auto;
}

.body_345 #contentwrap #contents {
    padding: 0;
	margin-left:0;
	margin-right: 0;
}

.body_345 #contentwrap #contents .c-title-01{
	width:100%;
}

/* 10-23-2023 */
.body_345 #contentwrap article{
	padding-left:0;
	padding-right:0;
}

  #main_contents {
    padding: 0 10px;
    margin-bottom: 22px;
  }
  #tit_area
  {
    border: none;
    padding-bottom: 0;
    border-top: 1px solid #231815;
    padding-top: 30px;
    margin: 10px auto 20px;
    text-align: center;
  }
  #tit_area .tit_area-ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }
  #tit_area .tit_area-sub {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .dl_box_01>dt {
    color: #fff;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  .dl_box_01>dt h2 {
    font-size: 22px;
  }
  .dl_box_01>dd {
    padding: 15px;
  }
  .blc_voice .voice_list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .blc_voice .voice_list li .ttl {
    font-size: 18px;
    min-height: 0;
    letter-spacing: inherit;
  }
  .blc_voice .voice_list li .__meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .blc_voice .voice_list li .__meta .__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
  }
  .blc_voice .voice_list li:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .ttl_03 {
    font-size: 18px;
    font-weight: 600;
  }
  .blc_recruit_entry .flex-cen {
    display: block;
  }
  .blc_recruit_entry .mb2 {
    font-size: inherit;
    text-align: center;
  }
  .box_shadow, ul.box_shadow_area li {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  .blc_voice .voice_list li {
    width: auto;
    background-color: #fff;
    padding: 15px 15px 55px;
    position: relative;
    font-size: 80%;
    box-sizing: border-box;
    min-height: auto;
    border: 2px solid #00AAD7;
  }
  .blc_voice .voice_list li p {
    line-height: 180%;
    font-size: 12.8px;
  }
  .w_90 {
    max-width: 100%;
  }
  .cl_blue {
    color: inherit;
  }
  .accordion_area-box--ttl {
    font-size: inherit;
    padding: 15px;
  }
  .accordion_area-box--ttl h2 {
    font-size: 18px;
  }
  .blc_flow-list li .left_area {
    width: 100%;
    padding-right: 0;
  }
  .blc_flow-list li .right_area {
    width: 100%;
  }
  .blc_presentation-comment dl dt {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ttl_02 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .blc_presentation-ttl .meta {
    font-size: 14.4px;
  }
  .blc_archive .ttl_01 {
    font-size: 18px;
  }
  .blc_archive ul li:not(:last-child) {
    padding-right: 10px;
  }
  .blc_recruit_entry .flex-cen figure:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .w_90 .isp_lead p {
    font-size: 16px;
  }
  .accordion_area-box--contents h2 {
    font-size: 16px;
  }
  .voice-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .common-post-top-title-ja {
    font-size: 24px;
    line-height: 1.5;
  }
  .mb3-16 {
	font-size: 16px;
  }
}