@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.f-noto { font-family: "Noto Sans JP", sans-serif; letter-spacing: .08em; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }
.w-mid { font-weight: 500!important; }

/*====================================================
settings
====================================================*/
:root {
  --fontFamiry: "Zen Maru Gothic", sans-serif;
  --fontSize: 16px;
  --lineHeight: 1.8em;
  --txtColor: #4a3838;
  --linkColor: #15a04d;
  --mainColor: #15a04d;
  --ctsWidth: 880px;
}

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: var(--linkColor);
	outline: none;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.8; }
a:link,a:visited {
	color: var(--linkColor);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
  opacity: .8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img {
  border-style: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr:hover, a.no_hvr:hover img {
  opacity: 1!important;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
  word-break: break-all;
  box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--fontFamiry);
  background: #f6f6f6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  opacity: 0;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  font-weight: 400;
  letter-spacing: .05em;
  color: var(--txtColor);
  font-style: normal;
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: var(--ctsWidth);
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 80px;
}
.ctsBox {
	width: 100%;
	margin: 0;
	padding: 0;
}
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*リンクボタン*/
.btnBox {
  width: 100%;
	margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
a.linkBtn {
	color: #fff;
	background: var(--mainColor);
  border-radius: 10px;
  /* filter: drop-shadow(5px 5px 0 rgba(0,0,0,.2)); */
	text-align: center;
	text-decoration: none;
	font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
	margin: 0 auto;
	padding: 15px 35px;
	min-width: 300px;
	width: fit-content;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.linkBtn span {
	margin: 0;
	padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
a.linkBtn span i {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #fff;
  position: relative;
  transition: .3s;
}
a.linkBtn span i:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-top: 3px solid var(--mainColor);
  border-right: 3px solid var(--mainColor);
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%) rotate(45deg);
}
a.linkBtn:hover {
  opacity: .8;
}
a.linkBtn:hover span i {
  transform: translate(5px,0);
}
a.linkBtn.orange {
  background: #ef8a00;
}
a.linkBtn.orange i:after {
  border-color: #ef8a00;
}
a.linkBtn.blue {
  background: #557ec0;
}
a.linkBtn.blue i:after {
  border-color: #557ec0;
}
a.linkBtn.green {
  background: #7ebf41;
}
a.linkBtn.green i:after {
  border-color: #7ebf41;
}
a.linkBtn.pink {
  background: #ec6d74;
}
a.linkBtn.pink i:after {
  border-color: #ec6d74;
}
a.linkBtn.wht {
  background: #fff;
  color: var(--mainColor);
}
a.linkBtn.wht i {
  background: var(--mainColor);
}
a.linkBtn.wht i:after {
  border-color: #fff;
}
a.linkTxt {
  color: var(--txtColor);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
a.linkTxt span {
  position: relative;
}
a.linkTxt span:after {
  content: '';
  width: 100%;
  height: 0px;
  border-top: 2px dotted var(--txtColor);
  position: absolute;
  bottom: -3px;
  left: 0;
}
a.linkTxt.no_bdr span:after {
  content: none;
}
a.linkTxt i {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: var(--txtColor);
  position: relative;
  transition: .3s;
}
a.linkTxt i:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%) rotate(45deg);
}
a.linkBtn span.icon {
  padding: 0 25px 0 0;
}
a.linkBtn span.icon.link {
  background: url(../images/icon-link.svg)no-repeat right center / 20px auto;
}


/* a.linkBtn:hover {
  opacity: 1;
  transform: translate(5px,5px);
  filter: drop-shadow(0 0 0 rgba(0,0,0,.2));
} */

/*パンくず*/
#b_listBox {
  display: block;
  width: 90%;
  max-width: var(--ctsWidth);
  margin: 20px auto;
  vertical-align: top;
  padding: 5px 0;
}
ul#b_list {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}
ul#b_list li {
  display: inline;
  margin: 0 6px 0 0;
  padding: 0;
}
ul#b_list li:last-child {
  margin: 0;
}
ul#b_list a {
  text-decoration: none;
  color: var(--txtColor);
  padding: 0 12px 0 0;
  position: relative;
}
ul#b_list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--txtColor);
  border-right: 1px solid var(--txtColor);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
#lower #b_listBox {
  margin: 0 auto;
}

/*ページトップ*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 0;
	height: 46px;
	width: 46px;
	z-index:999;
}
.pagetop.fixed {
	position: absolute;
	bottom: unset;
  top: 10px;
}
.pagetop a img {
	background-color: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*共通スタイル*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.center {
  flex-direction: center;
}

#ovr.fixed {
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transition: .3s linear;
  background-color:rgba(0,0,0,0.75);
  z-index: 99998;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 120%;
}

.box_shadow {
  /* filter: drop-shadow(5px 5px 0 rgba(0,0,0,.2)); */
  box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}

/*accordion*/
.acc_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.acc_wrap + .acc_wrap {
  margin-top: 30px;
}
.acc_wrap .acc_tab {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--txtColor);
  border-radius: 10px;
  background: #fff;
  padding: 16px 50px 16px 20px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 600;
}
.acc_wrap .acc_tab a {
  pointer-events: all!important;
}
.acc_wrap .acc_tab span.red {
  color: #ea5514;
}
.acc_wrap .acc_tab:before,
.acc_wrap .acc_tab:after {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--txtColor);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transform-origin: center;
  transition: .3s;
}
.acc_wrap .acc_tab:after {
  transform: translate(0,-50%) rotate(90deg);
}
.acc_wrap .acc_tab.open:after {
  transform: translate(0,-50%) rotate(180deg);
}
.acc_wrap .acc_tab .num {
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.acc_wrap .acc_tab .num:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #ffe200;
  position: absolute;
  left: 49.5%;
  top: calc(50% + 1px);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.acc_wrap .acc_tab .num p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.acc_wrap .acc_tab h2,
.acc_wrap .acc_tab h3 {
  font-weight: 600;
}
.acc_wrap .acc_cts {
  width: 100%;
  padding: 20px 20px 20px 65px;
}
.acc_wrap .acc_cts p {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: .02em;
}
.acc_wrap.open .acc_tab,
.acc_wrap.sp_acc .acc_tab {
  pointer-events: none;
  padding: 16px 20px 16px 20px;
}
.acc_wrap.open .acc_tab:before,
.acc_wrap.open .acc_tab:after,
.acc_wrap.sp_acc .acc_tab:before,
.acc_wrap.sp_acc .acc_tab:after {
  content: none;
}
.acc_wrap.open .acc_cts {
  display: block!important;
}

/*modal*/
.modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100svh;
	background: rgba(0,0,0,.9);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  z-index: 99999;
}
.modal_wrap.active {
	opacity: 1;
	visibility: visible;
}
.modal_wrap .modal-close {
  width: 40px;
  height: 40px;
	top: 20px;
  right: 20px;
  transform: translate(0, 0);
  position: absolute;
}
.modal_wrap .modal-close:before,
.modal_wrap .modal-close:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  cursor: pointer;
}
.modal_wrap .modal-close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal_wrap .modal-close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal_wrap .modal_cts {
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	width: auto;
  max-width: 1200px;
	height: auto;
	transition: .3s;
  background: #fff;
  width: 100%;
  max-width: 880px;
  max-height: 90svh;
  border-radius: 20px;
  padding: 60px;
  overflow: auto;
}

/*cv area*/
.cv_area {
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.cv_area .img {
  width: calc(50% - 20px);
  margin-left: calc(50% - 50vw);
  flex: 1;
  border-radius: 20px;
  /* filter: drop-shadow(10px 10px 0 rgba(255,255,0,.5)); */
  text-align: right;
}
.cv_area .img img {
  width: 100%;
  max-width: 550px;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center right;
}
.cv_area .cv_cts {
  width: calc(50% - 20px);
}
.cv_area .cv_cts h2 {
  width: 100%;
  display: block;
}
.cv_area .cv_cts h2 img {
  width: 90%;
}
.cv_area .cv_cts .linkBtn {
  width: 100%;
  margin-top: 10px;
  padding: 15px 20px;
}

/*====================================================
Header
====================================================*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #303030;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
header .wrap {
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  max-width: 1200px;
  min-height: 67px;
}
header #h_logo {
  margin: 0;
  padding: 0;
}
header #h_logo .logo {
  width: 250px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ====================================================
navi
==================================================== */
nav {
  width: 96%;
  max-width: var(--ctsWidth);
  margin: 0 auto;
  padding: 0;
}
nav ul {
  justify-content: center;
  gap: 12px;
}
nav ul li {
  width: calc((100% - 12px*2)/3);
}
nav ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  /* filter: drop-shadow(5px 5px 0 rgba(0,0,0,.2)); */
  box-shadow: 5px 5px 0 rgba(0,0,0,.2);
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px 46px 20px 20px;
}
nav ul li a p {
  color: #fff!important;
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: .08em;
}
nav ul li a p span {
  font-size: 30px;
}
nav ul li a i {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
nav ul li a i:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-top: 3px solid var(--mainColor);
  border-right: 3px solid var(--mainColor);
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%) rotate(45deg);
}
nav ul li:nth-child(-n+3) a {
  border-radius: 0 0 10px 10px;
  padding: 25px 46px 25px 20px;
}
nav ul li:nth-child(1) a {
  background: #ec6d74;
}
nav ul li:nth-child(1) a i:after {
  border-color: #ec6d74;
}
nav ul li:nth-child(2) a {
  background: #557ec0;
}
nav ul li:nth-child(2) a i:after {
  border-color: #557ec0;
}
nav ul li:nth-child(3) a {
  background: #7ebf41;
}
nav ul li:nth-child(3) a i:after {
  border-color: #7ebf41;
}
nav ul li:nth-child(4) a {
  background: #088c7d;
}
nav ul li:nth-child(4) a i:after {
  border-color: #088c7d;
}
nav ul li:nth-child(5) a {
  background: #ef8a00;
}
nav ul li:nth-child(5) a i:after {
  border-color: #ef8a00;
}
.nav_box ul {
  justify-content: center;
  gap: 12px;
}
.nav_box ul li {
  width: calc((100% - 12px*2)/3);
}
.nav_box ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  /* filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, .2)); */
  box-shadow: 5px 5px 0 rgba(0,0,0,.2);
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  padding: 15px 46px 15px 20px;
}
.nav_box ul li a p {
  color: #fff !important;
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: .08em;
}
.nav_box ul li.large a {
  min-height: 110px;
}
.nav_box ul li.large a p {
  font-size: 33px;
}
.nav_box ul li a i {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: .3s;
}
.nav_box ul li a i:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-top: 3px solid var(--mainColor);
  border-right: 3px solid var(--mainColor);
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav_box ul li a.pink {
  background: #ec6d74;
}
.nav_box ul li a.pink i:after {
  border-color: #ec6d74;
}
.nav_box ul li a.blue {
  background: #557ec0;
}
.nav_box ul li a.blue i:after {
  border-color: #557ec0;
}
.nav_box ul li a.green {
  background: #7ebf41;
}
.nav_box ul li a.green i:after {
  border-color: #7ebf41;
}
.nav_box ul li a.dark_green {
  background: #088c7d;
}
.nav_box ul li a.dark_green i:after {
  border-color: #088c7d;
}
.nav_box ul li a.orange {
  background: #ef8a00;
}
.nav_box ul li a.orange i:after {
  border-color: #ef8a00;
}
#lower .nav_box {
  max-width: 580px;
  margin: 0 auto;
}
#lower .nav_box ul li {
  width: calc(((100% - 12px)/2));
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
  background: #303030;
	margin: 0;
	padding: 0;
  z-index: 2;
  position: relative;
  color: #fff;
}
footer .wrap {
  width: 90%;
  max-width: 1200px;
	padding: 20px 0 30px;
  justify-content: space-between;
}
footer .com_info {
	width: auto;
  justify-content: flex-start;
  gap: 20px;
}
footer .info {
	width: auto;
  justify-content: space-between;
  flex-direction: column;
}
footer ul.f_menu {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
footer ul.f_menu li {
  padding: 0;
  margin: 0;
}
footer ul.f_menu li a {
	text-decoration: none;
	color: #fff;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 20px;
}
footer ul.f_menu li a i {
  width: 12px;
}
footer ul.f_menu li a:hover {
	text-decoration: none;
	color: #fff;
}
footer .f_logo {
	width: 115px;
}
footer .add {
	width: calc(100% - 115px - 20px);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
#copyright {
  width: 100%;
  display: block;
	text-align: left;
	margin: 10px 0 0;
  padding: 0;
	font-size: 10px;
	line-height: 1.2em;
  font-weight: 300;
}
a[href^="tel:"],
a[href^="mailto:"],
footer .add a {
  color: #fff!important;
  text-decoration: none!important;
}

.pc {display: inline-block!important;}
.sp {display: none!important;}


/* ========================================================================================================
   1130px以下
   ========================================================================================================*/
@media screen and (max-width: 1130px) {
  .cv_area .img,
  .cv_area .img img  {
    border-radius: 0 20px 20px 0;
  }
}


/* ========================================================================================================
   880px以下
   ========================================================================================================*/
@media screen and (max-width: 880px) {
  header .wrap {
    width: 90%;
  }
  nav ul li:nth-child(n+4) {
    width: calc(85%/2);
  }
  nav ul li a {
    padding: 10px 36px 10px 15px!important;
  }
  nav ul li a p {
    font-size: 14px;
  }
  nav ul li a p span {
    font-size: 20px;
  }
  nav ul li a i {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    right: 10px;
  }
  nav ul li a i:after {
    width: 6px;
    height: 6px;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  ul#b_list {
    font-size: calc(100vw / 100 * 2.6);
  }
  .scrl_wrap {
    overflow: auto;
    margin-right: calc(50% - 50vw);
  }
  .scrl_wrap .scrl_inner {
    width: 767px;
    padding-right: 5%;
    padding-bottom: 10px;
  }
  .box_shadow {
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
  }
  .wrap {
    padding: calc(100vw / 100 * 11) 0 calc(100vw / 100 * 17.5);
  }
  a.linkBtn {
    font-size: calc(100vw / 100 * 4);
    line-height: 1.4em;
    padding: calc(100vw / 100 * 3) calc(100vw / 100 * 3.5);
    width: 100%;
  }
  a.linkBtn span {
    gap: 0 calc(100vw / 100 * 1.5);
  }
  a.linkBtn span i,
  a.linkTxt i {
    width: 22px;
    height: 22px;
    border-radius: 22px;
  }
  a.linkBtn span i:after,
  a.linkTxt i:after,
  .nav_box ul li a i:after {
    width: 6px;
    height: 6px;
  }
  header .wrap {
    padding: calc(100vw / 100 * 12) 0 calc(100vw / 100 * 5);
  }
  header #h_logo .logo {
    width: calc(100vw / 100 * 50);
  }
  nav ul,
  .nav_box ul {
    gap: calc(100vw / 100 * 1.3);
  }
  nav ul li,
  .nav_box ul li {
    width: calc((100% - calc(100vw / 100 * 1.3)*2)/3);
  }
  nav ul li a {
    justify-content: flex-start;
    padding: calc(100vw / 100 * 1.5) calc(100vw / 100 * 4) calc(100vw / 100 * 1.5) calc(100vw / 100 * 1.5)!important;
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
    border-width: 2px;
  }
  nav ul li a p {
    font-size: calc(100vw / 100 * 3);
  }
  nav ul li a p span {
    font-size: calc(100vw / 100 * 4.2);
  }
  nav ul li a i,
  .nav_box ul li a i {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    right: 8px;
  }
  nav ul li:nth-child(n+4) {
    width: calc(90% / 2);
  }
  footer .wrap {
    padding: calc(100vw / 100 * 7) 0 calc(100vw / 100 * 8);
    justify-content: center;
  }
  footer .com_info {
    flex-direction: column;
    align-items: center;
    gap: calc(100vw / 100 * 4);
  }
  footer .f_logo {
    width: calc(100vw / 100 * 30);
  }
  footer .add {
    width: 100%;
    font-size: calc(100vw / 100 * 2.6);
    text-align: center;
  }
  footer .info {
    width: 100%;
    margin-top: calc(100vw / 100 * 5);
    justify-content: space-between;
    flex-direction: column;
  }
  footer ul.f_menu {
    justify-content: center;
  }
  footer ul.f_menu li a {
    font-size: calc(100vw / 100 * 2.6);
    gap: calc(100vw / 100 * 3);
  }
  #copyright {
    margin: calc(100vw / 100 * 6) 0 0;
    padding: 0;
    font-size: calc(100vw / 100 * 2.2);
    text-align: center;
  }
  .acc_wrap + .acc_wrap {
    margin-top: calc(100vw / 100 * 6);
  }
  .acc_wrap .acc_tab,
  .acc_wrap.open .acc_tab,
  .acc_wrap.sp_acc .acc_tab  {
    align-items: center;
    gap: 0;
    padding: calc(100vw / 100 *3) calc(100vw / 100 *7) calc(100vw / 100 *3) calc(100vw / 100 *3);
  }
  .acc_wrap .acc_tab .num {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-right: calc(100vw / 100 * 2.5);
  }
  .acc_wrap .acc_tab .num:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .acc_wrap .acc_tab:before,
  .acc_wrap .acc_tab:after {
    width: 15px;
    right: 15px;
  }
  .acc_wrap .acc_cts {
    width: 100%;
    padding: calc(100vw / 100 * 4) 0 0;
  }
  .acc_wrap .acc_cts p {
    font-weight: 500;
  }
  .cv_area {
    gap: calc(100vw / 100 * 6);
    margin-top: calc(100vw / 100 * 11);
  }
  .cv_area .img, .cv_area .img,
  .cv_area .cv_cts {
    width: 100%;
    height: auto;
  }
  .cv_area .img img {
    max-width: inherit;
  }
  .cv_area .cv_cts .linkBtn {
    margin-top: 0;
    padding: calc(100vw / 100 * 3) calc(100vw / 100 * 3.5);
    letter-spacing: 0;
  }
  .nav_box ul li.large a p {
    font-size: calc(100vw / 100 * 4);
    line-height: 1.2em;
  }
  .nav_box ul li a p {
    font-size: calc(100vw / 100 * 3.2);
  }
  .nav_box ul li a {
    border-radius: 5px;
    justify-content: space-between;
    padding: calc(100vw / 100 * 1.5) calc(100vw / 100 * 4) calc(100vw / 100 * 1.5) calc(100vw / 100 * 1.5);
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
  }
  .nav_box ul li:not(.large) {
    width: calc((100% - calc(100vw / 100 * 1.3))/2);
  }
  .nav_box ul li:not(.large) a {
    padding-top: calc(100vw / 100 * 2);
    padding-bottom: calc(100vw / 100 * 2);
  }
  .nav_box ul li.large a {
    min-height: calc(100vw / 100 * 16);
  }
  .nav_box ul li a p {
    letter-spacing: 0;
  }
  .modal_wrap .modal_cts {
    height: 100svh;
    max-height: 100svh;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: calc(100vw / 100 * 15) calc(100vw / 100 * 5);
  }
  .modal_wrap .modal-close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    z-index: 99999;
  }
  .modal_wrap .modal-close:before,
  .modal_wrap .modal-close:after {
    width: 30px;
    height: 2px;
    background: var(--txtColor);
  }
  a.linkBtn.link {
    font-size: calc(100vw/100*3.2);
    width: fit-content;
    border-radius: 50px;
    padding: calc(100vw/100*2) calc(100vw/100*3.5);
    min-height: inherit;
    min-width: inherit;
  }
  a.linkBtn span.icon.link {
    padding-right: calc(100vw/100*4.2);
    background: url(../images/icon-link.svg) no-repeat right center / calc(100vw/100*3.5) auto;
  }
  .acc_wrap.sp_acc .acc_tab:before,
  .acc_wrap.sp_acc .acc_tab:after {
    content: '';
  }
  .acc_wrap.sp_acc .acc_tab {
    pointer-events: all;
  }
  .modal_wrap .close_txt {
    text-align: center!important;
    width: 100%!important;
    font-size: calc(100vw / 100 * 3.5)!important;
    line-height: 1.6em;
    font-weight: 600;
    margin: calc(100vw / 100 * 4) 0 0 0!important;
    padding: 0!important;
  }
  .modal_wrap .close_txt span {
    border-bottom: 2px dotted var(--txtColor);
  }
  .acc_wrap .acc_tab h3 .txt_sml {
    font-size: inherit;
  }
  a[href^="tel:"],
  a[href^="mailto:"],
  footer .add a {
    pointer-events: all;
    color: #fff;
    text-decoration: none;
  }

  
  .pc {display: none!important;}
  .sp {display: inline-block!important;}
}