@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* _reset.scss＠共通リセットファイル */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* original */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

/* themeColor
-----------------------------*/
.grad_01, .btn-item_blue, .readmore label {
  background: linear-gradient(180deg, rgba(13, 61, 125, 0.08) 0%, rgba(13, 61, 125, 0.08) 100%);
}

.grad_02, .contact::before {
  background: linear-gradient(180deg, rgba(21, 138, 205, 0.15) 0%, rgba(51, 51, 51, 0.15) 100%);
}

.grad_03, .footer_copy {
  background: linear-gradient(90deg, rgba(21, 138, 205, 0.1) 0%, rgba(21, 138, 205, 0.15) 100%);
}

.grad_04 {
  background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.22) 100%);
}

.max-width, .kv_inner, .page_contents, .footer_gnavi, .footer .pankuzu_list, .page_about .swiper, .page_about .swiper-container, .pankuzu_list {
  max-width: 1400px;
}

.container_padding, .header_gnavi {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width : 990px) {
  .inner_padding, .service_inner, .voice_inner, .contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 22px;
}

.pl0 {
  padding-left: 0 !important;
}

.tac {
  text-align: center;
}

.cont_padding {
  padding: 0 20px;
}

.sp-only {
  display: none;
}
@media all and (max-width : 750px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none;
}
@media all and (min-width: 751px) {
  .pc-only {
    display: block !important;
  }
}

* {
  font-size: 62.5%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(34.4/16);
  line-height: 2.125;
  text-align: left;
  color: #333333;
  font-feature-settings: "palt" 1;
}

/* //文字のギザギザが気になるときに使用
span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,{
	transform: rotate(0.05deg);
	&::before,&::after{
		transform: rotate(0.05deg);
	}
}*/
.font-en, .voice_item::before, .c-pageTitle__subTitle, .ttl-h2 {
  font-family: "Montserrat", "Helvetica", "Helvetica Neue", "Avenir", "Arial", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

/*-- icon --*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
p,span,ul,li{
	font-weight: fw(fw_regular);
	font-size: fz(base);
	@media all and (max-width : 750px) {
		font-size: fz(kv_read);
	}
}*/
.bold, .header_gnavi-link {
  font-weight: 700;
}

.ttl-h2 {
  font-size: 72px !important;
  line-height: 150% !important;
  color: #0d3d7d !important;
  text-align: center !important;
  line-height: 1.5 !important;
}
@media all and (max-width : 750px) {
  .ttl-h2 {
    font-size: 62px !important;
  }
}
.ttl-h2_sub {
  display: block !important;
  font-size: 12px !important;
  color: #333333 !important;
}
.ttl-h3 {
  font-size: 18px;
  line-height: 140%;
}
.ttl-sub {
  font-size: 12px;
  line-height: 120%;
  position: relative;
}
.ttl-sub_bg {
  font-size: 60px;
  font-weight: 300%;
  line-height: 140%;
  letter-spacing: 20%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  color: #F3F5FC;
  position: relative;
  z-index: 1;
}
.ttl_gradation {
  color: #0d3d7d;
  background: linear-gradient(90deg, #003C5B 0%, #007FC1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txt_navi, .header_txt {
  font-size: 13px !important;
}
.txt-sub {
  font-size: 12px !important;
  line-height: 120% !important;
  font-weight: 700 !important;
}
.txt_small, .pankuzu_link, .voice_prof, .card_time, .p-postSlider .c-postTimes__posted.icon-posted {
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  line-height: 3.2 !important;
}
.txt_att {
  font-size: 10px !important;
  font-weight: bold !important;
  vertical-align: 2px !important;
  padding-right: 3px !important;
  padding-left: 3px !important;
}
.txt_btn {
  font-size: 13px !important;
  line-height: 1;
  letter-spacing: 0.05em !important;
}
.txt_btn2, .btn, .readmore label {
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}
.txt_navyblue {
  color: #0d3d7d !important;
}

/*
.ff-en {
	font-family: vars.$font-en;
	vertical-align: -1;
	letter-spacing: ls(0);
}
*/
/*
.fz12{	font-size: fz(fz12);}
.fz20{	font-size: fz(fz20);}
.fz22{	font-size: fz(fz22);}
.fz26{	font-size: fz(fz26);}
.fz32{	font-size: fz(fz32);}
.fz40{	font-size: fz(fz40);}
.fz42{	font-size: fz(fz42);}
.fz62{	font-size: fz(fz62);}
*/
.lh0 {
  line-height: 0;
}

.fc-white {
  color: #f8f8f8;
}

/*--------------
	Component
---------------*/
a {
  color: #333333;
}
a:hover {
  cursor: pointer;
}
a.link_win {
  font-size: 16px;
  font-weight: bold;
}

.card_time, .p-postSlider .c-postTimes__posted.icon-posted {
  font-weight: 400 !important;
}
.card_ttl {
  color: #0d3d7d !important;
  font-weight: 700 !important;
}
.card_txt {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
}

.btn::before, .readmore label::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
}
.btn_line {
  color: #f8f8f8;
}
.btn-item_tel::before, .btn-item_contact2::before {
  font-family: "Material Icons";
  font-size: 38px;
}
.btn-item_tel::before {
  font-family: "Material Icons";
  content: "\e32c";
  color: #184683;
}
.btn-item_contact2::before {
  font-family: "Material Icons";
  content: "\e0be";
  color: #184683;
}
.btn-item_send::before {
  color: #f8f8f8;
}
.btn-item_send input {
  color: #f8f8f8;
}

.header_gnavi-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
@media all and (max-width : 1200px) {
  .header_gnavi-link {
    font-size: 13px;
  }
}
.header_txt {
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
@media all and (max-width : 990px) {
  .header_txt {
    font-size: 10px;
  }
}
@media all and (max-width : 750px) {
  .header_txt {
    font-size: 9px;
    text-align: left;
    padding-right: 65px;
  }
}

.kv .ttl-h2 {
  font-size: 72px !important;
  letter-spacing: 0.075em !important;
  line-height: 1.5277777778;
  text-shadow: 0px 2px 63.51px rgba(37, 37, 37, 0.22) !important;
  color: #f8f8f8 !important;
  position: relative !important;
  z-index: 1 !important;
  text-align: left !important;
  font-weight: 700 !important;
}
@media all and (max-width : 750px) {
  .kv .ttl-h2 {
    font-size: 58px;
  }
}
.kv .ttl-h2::before {
  white-space: pre;
  content: "精鋭が集う、\a最高のパートナー";
  position: absolute;
  text-shadow: 0px 0px 11.52px rgb(37, 37, 37);
  text-align: left;
  color: transparent;
  z-index: -1;
  font-weight: 700;
}
@media all and (max-width : 990px) {
  .kv .ttl-h2::before {
    display: none;
  }
}
.kv_txt {
  position: relative;
  text-shadow: 0px 2px 63.51px rgba(37, 37, 37, 0.22);
  color: #ffffff;
}
@media all and (max-width : 750px) {
  .kv_txt {
    font-size: 14px;
  }
}
.kv_txt::before {
  white-space: pre;
  content: "CYYは、水素ガスエンジンクリーニング、DPF洗浄、CCYは６inの提供を行なってます。\a安全をもっと先へ。\a専門スタッフによる確かな技術と、丁寧なカウンセリングで、\aより多くの方々に愛されるサービスを、目指しています。";
  position: absolute;
  text-shadow: 0px 0px 11.52px rgb(37, 37, 37);
  color: transparent;
  z-index: -1;
}
@media all and (max-width : 990px) {
  .kv_txt::before {
    display: none;
  }
}

.voice_ttl {
  color: #0d3d7d !important;
  font-weight: 700 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.voice_prof {
  line-height: 1;
}
.voice_read .txt_memo {
  font-weight: 400;
}

.contact_ttl {
  color: #f8f8f8 !important;
}
.contact_ttl .sub {
  color: #f8f8f8 !important;
}
.contact_txt {
  color: #f8f8f8 !important;
  text-align: center !important;
}
@media all and (max-width : 750px) {
  .contact .btn-item_tel, .contact .btn-item_contact2 {
    font-size: 12px;
  }
}
.contact .material-symbols-outlined {
  color: rgba(0, 51, 118, 0.9);
  font-size: 34px;
}

.footer_copy {
  color: #f8f8f8;
}
.footer_name {
  font-size: 20px;
  color: #0d3d7d;
}
.footer_list li {
  list-style: none;
}
.footer_item .label::after {
  font-family: "Material Icons";
  content: "\e7cd";
  color: #0d3d7d;
  font-size: 20px;
}
.footer_item .label_child {
  font-size: 12px;
  font-weight: 500;
}
.footer_item .label_child::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #0d3d7d;
  font-size: 20px;
}

.pankuzu_icon {
  font-size: 14px;
}
.pankuzu_item.home::before {
  font-family: "Material Icons";
  content: "\e88a";
}
.pankuzu_item::before {
  font-family: "Material Icons";
  content: "\e5cc";
}

.designBox_01 .designbox_ttl {
  text-align: center;
  font-weight: 700;
}

.pagenavi-item {
  line-height: 1;
}
.pagenavi-item::before {
  font-family: "Material Icons";
  content: "\e5cf";
}

.page_contents > .ttl-h2, .page .c-pageTitle > .ttl-h2 {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  display: block;
  border-top: 1px solid rgba(13, 61, 125, 0.3);
  border-bottom: 1px solid rgba(13, 61, 125, 0.3);
  padding-top: 31px;
  padding-bottom: 45px;
}
.page_contents > .ttl-h2 .font-en, .page_contents > .ttl-h2 .voice_item::before, .page_contents > .ttl-h2 .c-pageTitle__subTitle, .page_contents > .ttl-h2 .ttl-h2, .page .c-pageTitle > .ttl-h2 .font-en, .page .c-pageTitle > .ttl-h2 .voice_item::before, .page .c-pageTitle > .ttl-h2 .c-pageTitle__subTitle, .page .c-pageTitle > .ttl-h2 .ttl-h2 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
  color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .page_contents > .ttl-h2 .font-en, .page_contents > .ttl-h2 .voice_item::before, .page_contents > .ttl-h2 .c-pageTitle__subTitle, .page_contents > .ttl-h2 .ttl-h2, .page .c-pageTitle > .ttl-h2 .font-en, .page .c-pageTitle > .ttl-h2 .voice_item::before, .page .c-pageTitle > .ttl-h2 .c-pageTitle__subTitle, .page .c-pageTitle > .ttl-h2 .ttl-h2 {
    font-size: 62px;
  }
}
@media all and (max-width : 750px) {
  .page_contents > .ttl-h2, .page .c-pageTitle > .ttl-h2 {
    padding-top: 80px;
  }
}
.page_about .introduction_list .txt-ttl {
  font-weight: 700;
  color: #0d3d7d;
}
.page .ttl-h3 {
  font-size: 36px;
  line-height: calc(64/36);
  color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .page .ttl-h3 {
    font-size: 30px;
  }
}
.page .ttl-h3 .font-en, .page .ttl-h3 .voice_item::before, .page .ttl-h3 .c-pageTitle__subTitle, .page .ttl-h3 .ttl-h2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #333333;
  padding-top: 30px;
  line-height: 1;
}
.page .ttl-h4 {
  font-weight: 700;
}
.page .ttl-h4.trouble_ttl-h4 {
  font-size: 30px;
  line-height: calc(39/22);
  position: relative;
}
.page .ttl-h4.trouble_ttl-h4 .ttl_sub {
  font-size: 22px;
}
.page .ttl-h4.trouble_ttl-h4::before, .page .ttl-h4.trouble_ttl-h4::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 28px;
}
.page .ttl-h4.trouble_ttl-h4::before {
  left: -60px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
}
@media all and (max-width : 750px) {
  .page .ttl-h4.trouble_ttl-h4::before {
    left: -22px;
  }
}
.page .ttl-h4.trouble_ttl-h4::after {
  right: -50px;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
}
@media all and (max-width : 750px) {
  .page .ttl-h4.trouble_ttl-h4::after {
    right: -22px;
  }
}
.page .ttl-h4.cleaning_ttl-h4, .page .ttl-h4.introduction_ttl-h4 {
  font-size: 36px;
  color: #0d3d7d;
  line-height: 1;
}
@media all and (max-width : 750px) {
  .page .ttl-h4.cleaning_ttl-h4, .page .ttl-h4.introduction_ttl-h4 {
    line-height: calc(64/36);
  }
}
.page .ttl-h4.cleaning_ttl-h4 .font-en, .page .ttl-h4.cleaning_ttl-h4 .voice_item::before, .page .ttl-h4.cleaning_ttl-h4 .c-pageTitle__subTitle, .page .ttl-h4.cleaning_ttl-h4 .ttl-h2, .page .ttl-h4.introduction_ttl-h4 .font-en, .page .ttl-h4.introduction_ttl-h4 .voice_item::before, .page .ttl-h4.introduction_ttl-h4 .c-pageTitle__subTitle, .page .ttl-h4.introduction_ttl-h4 .ttl-h2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #333333;
  padding-top: 30px;
  line-height: 1;
}
.page .cost_txt {
  font-size: 12px;
  text-align: center;
  line-height: calc(27/12);
}
.page .links_link {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.page .links_link::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
  opacity: 0.8;
}
.page .links_link .font-en, .page .links_link .voice_item::before, .page .links_link .c-pageTitle__subTitle, .page .links_link .ttl-h2 {
  font-size: 12px;
}
.page .flow_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f8f8f8;
}
.page .flow_item .txt_small, .page .flow_item .card_time, .page .flow_item .p-postSlider .c-postTimes__posted.icon-posted, .p-postSlider .page .flow_item .c-postTimes__posted.icon-posted, .page .flow_item .voice_prof, .page .flow_item .pankuzu_link {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(26.4/12);
}
.page .flow_item .font-en, .page .flow_item .voice_item::before, .page .flow_item .c-pageTitle__subTitle, .page .flow_item .ttl-h2 {
  font-size: 12px;
  font-weight: 700;
  color: #0d3d7d;
}
.page .huki_ttl-h4 {
  font-size: 30px;
  line-height: calc(64/30);
  text-align: center;
}
.page .huki_read {
  font-weight: 500;
  text-align: center;
}
.page_works .works_inner .txt-read {
  text-align: center;
}
.page_works .works_category-txt a {
  color: #0d3d7d;
  font-weight: 600;
}
.page_works .works_category-txt a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
  font-weight: 700;
}
.page_works .works .label {
  font-size: 12px;
  font-weight: 500;
  padding-top: 30px;
  color: rgba(51, 51, 51, 0.8);
}

.privacy-policy h2 {
  font-size: 22px !important;
}
.privacy-policy ol li::marker {
  font-weight: 700 !important;
  color: #158acd !important;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}

.c-pageTitle {
  position: relative;
  min-height: 202px;
}

.c-pageTitle__subTitle {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -20px;
  color: #0d3d7d;
  padding: 0.8em 0.5rem 0.25em !important;
  opacity: 1;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10px;
}
@media all and (max-width : 750px) {
  .c-pageTitle__subTitle {
    font-size: 62px;
  }
}

.c-pageTitle__inner {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  border-top: 1px solid rgba(13, 61, 125, 0.3);
  border-bottom: 1px solid rgba(13, 61, 125, 0.3);
  padding-top: 140px !important;
  padding-bottom: 45px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  border: none;
}
@media all and (max-width : 750px) {
  .c-pageTitle__inner {
    padding-top: 80px;
  }
}

.page .ttl-h3 {
  border: none !important;
}
.page .ttl-h3::before {
  display: none;
}

.page .ttl-h4 {
  border-left: none;
}

.post_content h3 {
  margin-bottom: 0;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_default {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_lefttop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_between, .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_center-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_justify {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex_centerStart, .col_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_leftBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_spaceCenter, .header_gnavi-list, .pagenavi-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex_spaceLeft, .footer .col_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_gnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_leftCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.flex_leftTopWrp, .pankuzu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
}
.flex_centerTopWrapTOP, .col-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex_leftBaseWrapStre, .outline_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
}
.flex_spaStreWrapStre {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

.img_shadow {
  position: relative;
  line-height: 0;
  display: inline-block;
}
.img_shadow::before {
  content: "";
  width: 100%;
  height: 97.5%;
  position: absolute;
  top: 56.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #0d3d7d;
  z-index: -1;
}

.hover, a {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover:hover, a:hover {
  opacity: 0.7;
}

a.link_win {
  background-image: image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-image: -webkit-image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  min-height: 16px;
  margin: 0 auto;
  padding-right: 20px;
}

.btn, .readmore label {
  border-radius: 6px;
  position: relative;
  display: block;
}
.btn::before, .readmore label::before {
  position: absolute;
  top: 53%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-item_navyblue {
  background-color: #0d3d7d;
  color: #f8f8f8 !important;
}
.btn-item_blue, .readmore label {
  background-color: #158acd;
  color: #f8f8f8;
  padding: 18px 57px 18px 47px;
}
.btn-item_blue::before, .readmore label::before {
  right: 14%;
}
@media all and (max-width : 750px) {
  .btn-item_blue::before, .readmore label::before {
    right: 3%;
  }
}
.btn-item_contact {
  padding: 14px 34px 14px 18px;
  position: relative;
}
.btn-item_contact span {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-item_line {
  background-color: #f8f8f8;
  color: #333333;
  padding: 17px 41px 17px 32px;
  border: 1px solid #0d3d7d;
  box-sizing: border-box;
}
.btn-item_line::before {
  right: 8%;
}
@media all and (max-width : 750px) {
  .btn-item_line::before {
    right: 3%;
  }
}

.card_time, .p-postSlider .c-postTimes__posted.icon-posted {
  position: relative;
  padding-top: 29px;
  padding-bottom: 9px;
  line-height: 1 !important;
}

.col_box:not(:first-child) {
  margin-right: 30px;
}
.col_item:not(:first-child) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .col-list {
    display: block;
  }
}
@media all and (max-width : 990px) {
  .col-item:not(:first-child) {
    margin-left: 0;
  }
}

.pankuzu_list {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.pankuzu_item {
  position: relative;
}
.pankuzu_item.home {
  position: relative;
  padding-left: 33px;
}
.pankuzu_item.home::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -5px;
  left: 3px;
  padding-top: 2px;
  font-size: 20px;
}
.pankuzu_item:not(.pankuzu_item:first-child) {
  padding-left: 26px;
}
.pankuzu_item::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 5px;
  padding-top: 3px;
}

.contact {
  position: relative;
  width: 100%;
  padding: 112px 10px 120px;
}
.contact::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 118, 0.9);
  background-image: url(../img/img-pattern@2x.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 10px;
  z-index: -1;
}
.contact_txt {
  padding-top: 64px;
}
.contact_box {
  background-color: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  max-width: 706px;
  margin: 41px auto 0;
}
.contact_btn {
  padding: 0px;
}
@media all and (max-width : 750px) {
  .contact_btn {
    width: 100%;
  }
}
.contact .btn-item_tel, .contact .btn-item_contact2 {
  position: relative;
  width: 353px;
  height: 150px;
  display: block;
  padding: 36px 0;
}
@media all and (max-width : 750px) {
  .contact .btn-item_tel, .contact .btn-item_contact2 {
    width: 100%;
  }
}
.contact .btn-item_tel::before, .contact .btn-item_contact2::before {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .col_box {
  padding: 0px 15px;
  height: 150px;
}
@media all and (max-width : 750px) {
  .contact .col_box {
    padding: 0px 8px;
  }
}
.contact .col_item:not(:first-child) {
  border-left: 1px solid rgba(51, 51, 51, 0.4);
  margin-left: 0;
}
.contact .material-symbols-outlined {
  display: block;
}

.box_blue {
  background-color: rgba(13, 61, 125, 0.05);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.designBox_01 {
  border: 1px solid rgba(33, 70, 119, 0.3);
  padding: 0;
}
.designBox_01 .designbox_ttl {
  background-color: rgba(21, 138, 205, 0.1);
  padding: 13px 20px 14px;
}
.designBox_01 .designbox_txt {
  padding: 33px 30px 37px;
  text-align: center;
}
.designBox_02 .designbox_ttl {
  padding: 9px 40px 10px;
  line-height: 1;
  font-weight: 700;
  color: #f8f8f8;
  text-align: center;
  background-color: #0d3d7d;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.designBox_02 .designbox_ttl:not(:first-child) {
  margin-top: 53px;
}
@media all and (max-width : 750px) {
  .designBox_02 .designbox_ttl {
    width: 100%;
  }
}
.designBox_02 .designbox_txt {
  padding-top: 18px;
}

.faq_container {
  margin: 4rem auto;
}
.faq_box {
  position: relative;
  margin-bottom: 1rem;
}
.faq .question, .faq .anser {
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq .question {
  background-color: rgba(21, 138, 205, 0.1);
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  text-align: center;
  cursor: pointer;
}
.faq .question .txt_ttl {
  position: relative;
}
.faq .question .txt_ttl::before, .faq .question .txt_ttl::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #333333;
  transition: all 0.3s;
}
.faq .question .txt_ttl:after {
  transform: rotate(90deg);
}
.faq .anser {
  max-height: 0;
  overflow: hidden;
}
.faq .anser_box {
  margin: 0;
  padding: 2rem 1rem 2rem;
  line-height: 1.8;
}
.faq .anser .txt_anser {
  text-align: center;
}
.faq .btn, .faq .readmore label, .readmore .faq label {
  width: max-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.faq .btn-item_contact {
  padding: 17px 41px 17px 32px;
}
.faq_linkItem {
  list-style: none;
}
.faq_linkItem:not(:first-child) {
  padding-left: 30px;
}
@media all and (max-width : 990px) {
  .faq_linkItem:not(:first-child) {
    padding-left: 0;
  }
}

.toggle {
  display: none;
}

.toggle:checked + .question .txt_ttl::before {
  transform: rotate(90deg) !important;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  transition: all 1.5s;
}

.balloon {
  font-weight: bold;
  background: #fff;
  border-bottom: solid 1px rgba(51, 51, 51, 0.6);
  padding: 20px 22px;
  position: relative;
}

.balloon::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: #f8f8f8;
  bottom: -13px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  margin: auto;
}

.balloon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: rgba(51, 51, 51, 0.6);
  bottom: -15px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  */
  cursor: pointer;
  z-index: 1;
}

.readmore label::after {
  content: "続きを見る";
}

.readmore input[type=checkbox]:checked ~ label::after {
  content: "元に戻す";
}

.readmore input[type=checkbox]:checked ~ label::before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  top: 30%;
}

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

.readmore-content {
  position: relative;
  height: 1400px;
  overflow-y: clip;
}

.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.8) 50%, #f8f8f8 100%);
  z-index: 1;
}

.readmore input[type=checkbox]:checked ~ .readmore-content::after {
  display: none;
}

.readmore input[type=checkbox]:checked ~ .readmore-content::before {
  display: none;
}

.pagenavi-list {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.pagenavi-item {
  padding: 18px 20px 19px 24px;
  list-style: none;
  position: relative;
}
@media all and (max-width : 750px) {
  .pagenavi-item {
    font-size: 10px;
  }
}
.pagenavi-item:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 51%;
  left: 9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.6);
}
@media all and (max-width : 750px) {
  .pagenavi-item:not(:first-child)::after {
    height: 13px;
  }
}
.pagenavi-item::before {
  position: absolute;
  top: 51%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media all and (max-width : 750px) {
  .outline_list {
    display: block;
    width: 100%;
  }
}
.outline_item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}
.outline_item-ttl, .outline_item-txt {
  padding-top: 33px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
  display: inline-block;
}
.outline_item-ttl ul, .outline_item-ttl ol, .outline_item-ttl li, .outline_item-txt ul, .outline_item-txt ol, .outline_item-txt li {
  list-style: none;
}
@media all and (max-width : 750px) {
  .outline_item-ttl, .outline_item-txt {
    border: none;
  }
}
.outline_item-ttl {
  width: 18.83%;
  font-weight: 700;
}
@media all and (max-width : 750px) {
  .outline_item-ttl {
    width: 100%;
    padding-bottom: 16px;
  }
  .outline_item-ttl:not(:first-child) {
    border-top: 1px solid rgba(51, 51, 51, 0.6);
  }
}
.outline_item-txt {
  width: 81.1%;
  margin-left: -1px;
}
@media all and (max-width : 750px) {
  .outline_item-txt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border: none;
  }
}
.outline .introduction_ttl-h4 {
  width: max-content;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 990px) {
  .outline .introduction_ttl-h4 {
    width: 100%;
  }
}
@media all and (max-width : 750px) {
  .outline .introduction_ttl-h4 {
    top: -100px;
  }
}

.top_news {
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.top_news .l-container {
  max-width: 1400px;
  margin: 0 auto !important;
  position: relative;
}
.top_news .swiper-button-prev,
.top_news .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6%;
}
.top_news .swiper-button-prev::after,
.top_news .swiper-button-next::after {
  display: none;
}
.top_news .swiper-button-prev,
.top_news .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6% !important;
}
.top_news .swiper-button-prev::after,
.top_news .swiper-button-next::after {
  display: none;
}
.top_news .swiper-button-prev::before,
.top_news .swiper-button-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0d3d7d;
  border-radius: 50%;
  font-family: "Material Icons";
  color: #f8f8f8;
  font-size: 30px;
  line-height: 1.25;
}
.top_news .swiper-button-prev::before {
  content: "\e5cb";
  padding-left: 2px;
}
.top_news .swiper-button-next::before {
  content: "\e5cc";
  padding-left: 4px;
}
.page_about {
  /* 矢印をエリアの外に */
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.page_about .swiper {
  margin: 0 auto;
  position: relative;
}
.page_about .swiper-container {
  margin: 0 50px;
}
.page_about .swiper-button-prev {
  left: -2% !important;
}
@media all and (max-width : 990px) {
  .page_about .swiper-button-prev {
    left: 0% !important;
  }
}
.page_about .swiper-button-next {
  right: 0% !important;
}
@media all and (max-width : 990px) {
  .page_about .swiper-button-next {
    right: 5% !important;
  }
}
.page_about .swiper-button-prev,
.page_about .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6%;
}
.page_about .swiper-button-prev::after,
.page_about .swiper-button-next::after {
  display: none;
}
.page_about .swiper-button-prev::before,
.page_about .swiper-button-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0d3d7d;
  border-radius: 50%;
  font-family: "Material Icons";
  color: #f8f8f8;
  font-size: 30px;
  line-height: 1.25;
}
.page_about .swiper-button-prev::before {
  content: "\e5cb";
  padding-left: 2px;
}
.page_about .swiper-button-next::before {
  content: "\e5cc";
  padding-left: 4px;
}
.page_about .swiper-pagination {
  bottom: -45px !important;
}
.page_about .swiper-pagination-bullet {
  background-color: rgba(13, 61, 125, 0.6);
  width: 10px;
  height: 10px;
}
.page_about .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.page_about .swiper-pagination-bullet-active {
  background-color: #0d3d7d;
}

.p-pickupBanners__item .c-bannerLink, .p-postList__thumb {
  box-shadow: none;
  margin: 0 auto;
}

@media all and (max-width : 990px) {
  .header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #158acd;
    border-radius: 6px;
  }
  .header .menu-btn:hover {
    cursor: pointer;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .header .menu-btn span:before {
    bottom: 8px;
  }
  .header .menu-btn span:after {
    top: 8px;
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f8f8f8;
    transition: all 0.4s; /*アニメーション設定*/
    opacity: 1;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content {
    display: block;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul {
    padding: 30px 10px 0;
  }
  .header .menu-content ul li {
    border-bottom: solid 1px #0d3d7d;
    list-style: none;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li:last-child {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .header .menu-content ul li:last-child a {
    color: #ffffff !important;
  }
  .header .menu-content ul li:not(:last-child) a::before {
    border-top: solid 2px #0d3d7d;
    border-right: solid 2px #0d3d7d;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a {
    color: #333333;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a::before {
    top: 23px;
  }
}
@media all and (max-width : 990px) {
  .header #menu-btn-check:checked ~ .menu-content {
    left: 0;
    transition: all 0.4s; /*アニメーション設定*/
  }
}
.header #menu-btn-check {
  display: none;
}

.logo_txt {
  display: block;
  background-image: image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 276px;
  height: 123px;
  margin: -7px auto 0;
}
@supports (background-image: url("../img/logo@2x.webp")) {
  .logo_txt .background {
    background-image: url("../img/logo@2x.webp");
  }
}
@media all and (max-width : 750px) {
  .logo_txt {
    width: 200px;
    height: 89px;
    margin: 0 10px;
  }
}

.header {
  position: relative;
}
.header_logo a:hover {
  opacity: 1;
}
@media all and (max-width : 990px) {
  .header {
    /*
    position: relative;
    &::before{
    	content: "";
    	display: block;
    	background-image: image-set(
    		url(../img/logo.png) 1x,
    		url(../img/logo@2x.png) 2x);
    	background-image: -webkit-image-set(
    		url(../img/logo.png) 1x,
    		url(../img/logo@2x.png) 2x);
    	@supports (background-image: url('../img/logo@2x.webp')) {
    		.background {
    			background-image: url('../img/logo@2x.webp');
    		}
    	}
    	mix-blend-mode: multiply;
    	background-size: contain;
    	background-repeat: no-repeat;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
    	width: 276px;
    	height: 123px;
    	position: absolute;
    	top: 30px;
    	left: 10px;
    	z-index: 1;
    	@media all and (max-width : 750px) {
    		top: 45px;
    	}	
    }
    	*/
  }
}
.header_goTOP {
  display: none;
}
@media all and (max-width : 990px) {
  .header_goTOP {
    display: block;
    background-image: image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    height: auto;
    min-height: 71px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 1;
  }
}
@media all and (max-width : 750px) {
  .header_goTOP {
    top: 60px;
  }
}
.header_read {
  width: 100%;
  background-color: #0d3d7d;
  color: #f8f8f8;
  text-align: center;
  padding: 6px 10px;
}
.header_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.header_gnavi {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*
  &-link{
  	&:hover{

  		position: relative;
  		transition-property: opacity;
  		transition-duration: 0.5s;
  		&::before{
  			position: absolute;
  			content: "";
  			width: 100%;
  			height: 1px;
  			background-color: colors.$color-blue;
  			position: absolute;
  			bottom: -8px;
  			right: 0;
  			opacity: 0.7;
  			@media all and (max-width : 990px) {
  				//display: none;
  				background-color: colors.$color-white;
  			}
  		}

  	}
  }*/
}
@media all and (max-width : 990px) {
  .header_gnavi-list {
    display: block;
    margin: 0 auto;
  }
}
.header_gnavi-item {
  padding-left: 50.7px;
}
.header_gnavi-item:first-child {
  display: none;
}
@media all and (max-width : 990px) {
  .header_gnavi-item:first-child {
    display: block;
  }
}
@media all and (max-width : 1200px) {
  .header_gnavi-item {
    padding-left: 24px;
  }
}
@media all and (max-width : 990px) {
  .header_gnavi-item {
    padding-left: 0;
    text-align: center;
  }
}
.header_gnavi-item:first-child {
  padding-left: 0;
}
.header_gnavi-item:first-child:hover::before {
  width: 100px;
}

/*
  ----------------
	module:main
  ----------------
*/
body {
  background-color: #f8f8f8;
}
.footer_inner {
  border-bottom: 1px solid #0d3d7d;
  padding-bottom: 100px;
}
@media all and (max-width : 800px) {
  .footer_inner {
    padding-bottom: 50px;
  }
}
.footer_pankuzu {
  border-bottom: 3px solid #0d3d7d;
}
.footer_logo .txt {
  display: block;
  background-image: url(../img/logo@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 207px;
  height: auto;
  min-height: 92px;
  mix-blend-mode: multiply;
  margin-top: -12px;
}
@media all and (max-width : 800px) {
  .footer_logo .txt {
    margin: 0 auto;
  }
}
.footer_gnavi {
  width: 100%;
  margin: 0 auto;
  padding: 92px 15px 0;
}
@media all and (max-width : 800px) {
  .footer_gnavi {
    padding: 30px 20px 0;
  }
}
.footer_item .label {
  position: relative;
}
.footer_item .label::after {
  font-size: fz(name);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  right: -16px;
  transform: rotate(-0.25turn);
}
.footer_item .label_child {
  position: relative;
}
.footer_item .label_child::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11px;
  right: -22px;
}
.footer_item:not(:first-child) {
  padding-top: 46px;
}
.footer_itemSub {
  padding: 0px 0 6px;
}
.footer_name, .footer_icon {
  padding-top: 16px;
}
@media all and (max-width : 800px) {
  .footer_name, .footer_adr {
    text-align: center;
  }
}
@media all and (max-width : 800px) {
  .footer_icon img {
    margin: 0 auto;
  }
}
.footer_copy {
  border-top: 1px solid #f8f8f8;
  width: 100%;
  text-align: center;
  background-color: #0d3d7d;
  padding: 2px 10px;
}
.footer_listsub, .footer .sub-menu {
  padding-top: 2px;
}
.footer .pankuzu_list {
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px;
}
@media all and (max-width : 800px) {
  .footer .col_box {
    display: block;
  }
  .footer .col_box.col_item {
    display: none;
  }
}
.footer .col_item {
  width: 50%;
}
@media all and (max-width : 800px) {
  .footer .col_item {
    width: 100%;
  }
}
.footer .col_item::before {
  margin-left: 60px;
}
.footer .col_item::after {
  margin-right: 0px;
}
.footer .col_item:not(:first-child) {
  margin-left: 30px;
  margin-right: 0;
}
@media all and (max-width : 800px) {
  .footer .col_item:not(:first-child) {
    margin-left: 0;
  }
}

/* _common.scss＠共通ベース定義ファイル */
@media (min-width: 960px) {
  .-series .l-header__logo {
    padding: 0;
    margin-right: 10px;
  }
}
@media all and (max-width : 1052px) {
  .btn-item_contact {
    line-height: 1.5rem !important;
    padding: 12px 34px 12px 18px !important;
  }
}
@media all and (max-width : 750px) {
  .header_txt {
    padding-right: 0;
  }
}
.btn-item_contact {
  padding: 27px 34px 28px 18px;
}

.l-header__barInner {
  display: none;
}

.l-content.l-container {
  position: relative;
  padding-top: 234px;
}

.single .l-content.l-container {
  padding-top: 30px;
}

.c-pageTitle {
  display: block;
  width: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  width: 100%;
  border: none;
  padding: 0.5em 0.5rem 0.25em;
}

.footer.l-footer {
  position: relative;
}
.footer.l-footer::before {
  width: 100%;
  height: 3px;
  background-color: #0d3d7d;
  content: "";
  position: absolute;
  top: 45px;
  margin: 0 auto;
}
.footer.l-footer::after {
  width: 100%;
  height: 1px;
  background-color: #0d3d7d;
  content: "";
  position: absolute;
  bottom: 44px;
  margin: 0 auto;
}
.footer.l-footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: none;
}
.footer.l-footer .footer_pankuzu {
  border-bottom: none;
}

.page_top_btn {
  background-color: rgba(13, 61, 125, 0.8);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(13, 61, 125, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.5);
}

/*
  ----------------
	page:index
  ----------------
*/
section.kv {
  padding-top: 160px;
}
@media all and (max-width : 990px) {
  section.kv {
    padding-top: 140px;
  }
}
section.news {
  padding-top: 131px;
}
section.service {
  padding-top: 254px;
}
section.voice {
  padding-top: 184px;
}
section.contact {
  margin-top: 181px;
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv_inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -165px;
}
@media all and (max-width : 990px) {
  .kv_inner {
    width: 55%;
    right: 0;
    top: 80px;
  }
}
.kv_container {
  display: block;
  background-color: #0d3d7d;
  background-image: url(../img/img-pattern@2x.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 10px;
  width: 838px;
  height: 715px;
  padding: 140px 0 30px 5%;
  margin-top: 72px;
}
@media all and (max-width : 990px) {
  .kv_container {
    margin-top: 0;
    padding: 70px 5% 70px 5%;
    height: auto;
    width: 90%;
  }
}
.kv_txt {
  z-index: 1;
  padding-top: 61px;
}
.kv_img {
  display: block;
  max-width: 1441px;
  height: 901px;
  overflow: hidden;
  background-image: url(../img/img-kv.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width : 990px) {
  .kv_img {
    max-width: none;
    height: 500px;
    background-position: center center;
    background-size: cover;
  }
}
.kv_img span {
  display: none;
}

.news {
  position: relative;
}
.news::before {
  content: "";
  width: 100%;
  height: 420px;
  background-color: rgba(13, 61, 125, 0.05);
  position: absolute;
  bottom: -83px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
.news_box {
  padding-top: 79px;
}
.news .picture_inner {
  width: 100%;
  max-width: 337px;
  height: auto;
  max-height: 225px;
}

.service_box {
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
.service_col {
  padding-top: 40px;
  margin-right: 0 !important;
}
@media all and (max-width : 750px) {
  .service_col {
    display: block;
  }
}
.service_col:first-child {
  padding-top: 40px;
}
.service_col:last-child {
  width: 100%;
  max-width: 1078px;
  margin: 20px auto 0 !important;
}
.service_item {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  height: auto;
  min-height: 160px;
  margin: 0 auto;
}
@media all and (max-width : 750px) {
  .service_item:not(:first-child) {
    margin-left: auto;
    margin-top: 16px;
  }
}
.service .item_01 {
  background-image: url(../img/img-service_01.webp);
}
.service .item_02 {
  background-image: url(../img/img-service_02.webp);
}
.service .item_03 {
  background-image: url(../img/img-service_03.webp);
}
@media all and (max-width : 750px) {
  .service_txt:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}

.voice_box {
  padding-top: 78px;
}
.voice_item {
  position: relative;
  background-color: rgba(0, 51, 118, 0.05);
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 111px 156px 113px;
  counter-increment: number 1;
}
@media all and (max-width : 990px) {
  .voice_item {
    padding: 330px 30px 40px 30px;
  }
}
.voice_item:not(:first-child) {
  margin-top: 83px;
}
.voice_item::before {
  content: counter(number, decimal-leading-zero);
  line-height: 0.7;
  color: #f8f8f8;
  font-size: 120px;
  position: absolute;
  bottom: 0;
}
@media all and (max-width : 750px) {
  .voice_item::before {
    font-size: 60px;
  }
}
.voice_item:nth-child(odd)::before {
  right: 21px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(odd)::before {
    right: 0;
    left: 20px;
    top: 26px;
  }
}
.voice_item:nth-child(odd) .voice_img {
  position: absolute;
  top: 33px;
  left: -165px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(odd) .voice_img {
    left: 30%;
    top: -38px;
  }
}
.voice_item:nth-child(even)::before {
  left: 24px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(even)::before {
    right: 0;
    left: 20px;
    top: 26px;
  }
}
.voice_item:nth-child(even) .voice_img {
  position: absolute;
  bottom: 48px;
  right: -144px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(even) .voice_img {
    left: 30%;
    top: -38px;
    right: auto;
    bottom: auto;
  }
}
.voice_ttl {
  font-weight: 500;
}
.voice_prof {
  padding-top: 10px;
}
.voice_read {
  padding-top: 19px;
  padding-left: 1px;
}

.page_contents {
  margin: 0 auto 0;
}
.page_contents p {
  text-align: center;
  padding: 100px 0;
}

.l-header__bar.pc_ {
  display: none;
}

.post_content section.service {
  padding-top: 200px !important;
}

.p-postSlider.p-postList__link {
  height: auto;
}
.p-postSlider .p-postList__times {
  padding: 0 !important;
}
.p-postSlider.-ps-style-normal .p-postList__title {
  line-height: inherit;
  font-size: inherit;
}