:root{
  --color_primary: #3A884D;
  --font_mplus: 'M PLUS 1p', sans-serif;
  --font_poppins: 'Poppins', sans-serif;
  --font_noto: 'Noto Sans JP', sans-serif;
  --font_lato: 'Lato', sans-serif;
}
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.6em;
  overflow: hidden;
  line-height: 1.5;
  font-family: var(--font_mplus);
  color: #1A1311;
  font-weight: 500;
  /* border-left: 3.125vw solid var(--color_primary);
  border-right: 3.125vw solid var(--color_primary); */
  position: relative;
}
body::before{
  position: absolute;
  content: "";
  width: 3.125vw;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color_primary);
}
body::after{
  position: absolute;
  content: "";
  width: 3.125vw;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color_primary);
}
li {
  list-style: none;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  opacity: .7;
}
/* 共通 */
.sp {
  display: none;
}
.link{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.inner{
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.header_contact{
  position: fixed;
  background-color: #fff899;
  right: 0;
  top: 80px;
  width: 266px;
  height: 80px;
  z-index: 12;
}
.header_contact > .link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_contact_inner{
  font-family: var(--font_poppins);
  letter-spacing: 0.3em;
  border-bottom: 1px solid #000;
  font-weight: 600;
  color: #000;
  font-size: 24px;
}

/* 共通アニメーション */
.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
/* ヘッダー */
.header{
  position: fixed;
  z-index: 10;
  height: 100px;
  background-color: var(--color_primary);
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
  top: 0;
}
.site_title{
  position: relative;
  width: 154px;
  min-width: 154px;
  margin-left: 3%;
}
.header_inner{
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.header_navi{
  display: flex;
  justify-content: flex-end;
}
.header_navi_item{
  font-size: 20px;
  font-family: var(--font_poppins);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.header_navi_item + .header_navi_item{
  margin-left: 80px;
}
/* フッター */
.footer{
  background-color: var(--color_primary);
  color: #fff;
  padding: 80px 0 90px;
  margin-top: 210px;
}
.footer_inner{
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.footer_main{
  display: flex;
  align-items: flex-end;
}
.footer_meta{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.site_logo{
  width: 212px;
}
.footer_site_name{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.34em;
  margin-top: 28px;
}
.footer_navi_wrap{
  width: 50%;
}
.footer_navi{
  display: flex;
}
.footer_navi_item{
  font-size: 13px;
  font-family: var(--font_poppins);
  letter-spacing: 0.3em;
  font-weight: 300;
}
.footer_navi_item:not(:last-child){
  margin-right: 40px;
}
.footer_address{
  font-style: normal;
  margin-top: 44px;
}
.footer_address_zip{
  font-size: 15px;
}
.footer_address_tel{
  font-size: 20px;
  font-family: var(--font_poppins);
  font-weight: 600;
  letter-spacing: 0.34em;
  margin-top: 6px;
}
.copyright{
  display:block;
  margin-top: 60px;
  text-align: center;
  font-size: 10px;
}


/* メイン部分 */
.mainvisual{
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual_inner{
  max-width: 566px;
  width: 30%;
  margin-top: -60px;
  position: relative;
  padding-bottom: 40%;
}
.mainvisual_inner svg{
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.scrolldown{
	position:absolute;
	left:50%;
	bottom:6%;
	height:100px;
}
.scrolldown span{
	position: absolute;
	left:-28px;
	top: 0;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.3em;
}
.scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:30px;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}
.main{
  padding: 0 3.125vw;
}
.section_service{
  margin-top: 100px;
}
.section_heading{
  position: relative;
  line-height: 1;
  padding: 0 0 0 80px;
  display: inline-block;
  text-align: center;
  margin-left: 5%;
}
.hp_bars::before{
  position: absolute;
  content: "";
  background-image: url(../img/section_title_bar_var.svg);
  width: 311px;
  height: 1.5px;
  left: 0;
  top: 50px;
}
.hp_bars::after{
  position: absolute;
  content: "";
  background-image: url(../img/section_title_bar_side.svg);
  top: 10px;
  left: 42px;
  height: 64px;
  width: 1.5px;
}
.section_title{
  font-size: 30px;
  font-family: var(--font_noto);
  letter-spacing: 0.91em;
  font-weight: 700;
  padding-bottom: 21px;
}
.section_title_en{
  font-size: 29px;
  letter-spacing: 0.5em;
  font-weight: 600;
  font-family: var(--font_poppins);
  padding-top: 28px;
}
.service_list{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  word-break: break-all;
  margin-top: 184px;
}
.service_list_item{
  position: relative;
  padding-top: 90px;
}
.service_list_item:not(:first-child){
  margin-top: 266px;
}
.service_num{
  position: absolute;
  font-size: 120px;
  font-family: var(--font_lato);
  font-weight: 900;
  line-height: .69;
  top: 0;
}
.service_list_item_inner{
  display: flex;
}
.flex_reverse{
  flex-direction: row-reverse;
}
.service_list_item_title_en{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.7;
  font-family: var(--font_poppins);
}
.service_list_item_title{
  font-size: 40px;
  font-weight: 800;
  margin-top: 22px;
}
.service_list_item_text{
  font-size: 20px;
  font-family: var(--font_noto);
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 30px;
}
.service_item_bg_semicircle{
  position: absolute;
  content: "";
  z-index: -1;
  width: 292px;
  max-width: 30.1%;
}
.service_item_bg_circle{
  position: absolute;
  content: "";
  z-index: -2;
  width: 340px;
  max-width: 35%;
}
.service_item_bg_semicircle > img,
.service_item_bg_circle > img{
  width: 100%;
  height: 100%;
}
/* =============サービスリスト1つ目設定============= */
.service_list_item_first .service_list_item_body{
  width: 58%;
  padding: 3% 0 0 12%;
  margin-right: 5.5%;
}
.service_list_item_first .service_list_item_text{
  line-height: 2;
}
.service_list_item_first .service_list_item_figure{
  width: 25%;
  padding-top: calc(3% + 8.4px);
}
.service_list_item_first .service_item_bg_semicircle{
  top: 9.47%;
  left: 4.1%;
}
.service_list_item_first .service_item_bg_circle{
  top: 0;
  left: 12.57%;
}
/* =============サービスリスト2つ目設定============= */
.service_list_item_second .service_num{
  right: 4.12%;
}
.service_list_item_second .service_list_item_body{
  width: 53.5%;
  padding: 6% 13% 0 0;
  margin-left: 8%;
}
.service_list_item_second .service_list_item_text{
  line-height: 2;
}
.service_list_item_second .service_list_item_figure{
  width: 25.5%;
  padding-top: 10.6%;
}
.service_list_item_second .service_item_bg_semicircle{
  right: 6.5%;
  top: 13.9%;
}
.service_list_item_second .service_item_bg_circle{
  right: 20.6%;
  top: 17.6%;
}
/* =============サービスリスト3つ目設定============= */
.service_list_item_third .service_num{
  left: 8.7%;
}
.service_list_item_third .service_list_item_body{
  width: 55%;
  padding: 1% 0 0 21.4%;
  margin-right: 8%;
}
.service_list_item_third .service_list_item_figure{
  width: 22.6%;
}
.service_list_item_third .service_item_bg_semicircle{
  left: 12.4%;
  top: 8.61%;
}
.service_list_item_third .service_item_bg_circle{
  left: 22.16%;
  top: 8.61%;
}
/* =============サービスリスト4つ目設定============= */
.service_list_item_fourth .service_num{
  right: 6.5%;
}
.service_list_item_fourth .service_list_item_body{
  margin-left: 9%;
  width: 57%;
  padding: 3% 11% 0 0;
}
.service_list_item_fourth .service_list_item_figure{
  width: 20%;
}
.service_list_item_fourth .service_item_bg_semicircle{
  right: 8.67%;
  top: 13.345%;
}
.service_list_item_fourth .service_item_bg_circle{
  right: 3.8%;
  top: 29.117%;
}
/* =============サービスリスト5つ目設定============= */
.service_list_item_fifth .service_num{
  left: 10.2%;
}
.service_list_item_fifth .service_list_item_body{
  margin-right: 4%;
  width: 60%;
  padding: 2% 0 0 17%;
}
.service_list_item_fifth .service_list_item_figure{
  width: 19%;
}
.service_list_item_fifth .service_item_bg_semicircle{
  left: 9.7%;
  top: 8.889%;
}
.service_list_item_fifth .service_item_bg_circle{
  left: 8.2%;
  top: 29.55%;
}

.cta{
  width: 1000px;
  max-width: 100%;
  margin: 260px auto 0;
  padding: 0 15px;
}
.cta .inner{
  display: flex;
  justify-content: space-between;
}
.cta_inner{
  width: 79%;
}
.cta_text{
  font-size: 24px;
  font-family: var(--font_noto);
  letter-spacing: 0.06em;
}
.btn_wrap{
  margin-top: 48px;
  text-align: center;
}
.btn_cta{
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: var(--font_noto);
  letter-spacing: 0.06em;
  width: 430px;
  height: 118px;
  line-height: 114px;
  border: 2px solid transparent;
  text-align: center;
  background-image: url(../img/btn_contact_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .4s;
}
.btn_cta::before{
  position: absolute;
  content: "";
  background-color: #FFED00;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 10px;
  border-radius: 60px;
  z-index: -1;
  transition: all .2s;
}
.btn_cta:hover{
  opacity: 1;
}
.btn_cta:hover::before{
  top: 0;
  left: 0;
  transition: all .2s;
}
.cta_figure{
  width: 21%;
}

.section_company{
  margin-top: 130px;
}
.section_company .section_body{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.section_company dl{
  width: 63%;
  font-size: 24px;
  line-height: 1.8;
}
.dl_item{
  display: flex;
  padding: 12px 6px 26px;
}
.hp_item_border .dl_item:not(:last-child){
  border-bottom: 1px solid #1A1311;
}
.section_company dt{
  width: 21%;
  min-width: 106px;
}
.section_company dd{
  width: 79%;
}
.company_catch{
  width: 35%;
}
.company_catch_text{
  width: 65%;
  margin: 0 auto;
}
.company_catch_figure{
  margin-top: 40px;
  width: 96%;
  margin-left: auto;
}
.section_access{
  margin-top: 230px;
}
.section_access dl{
  padding: 12px 0 44px 5%;
  font-size: 20px;
  background-image: url(../img/section_access_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  line-height: 2;
}
.section_access .section_body{
  margin-top: 110px;
  display: flex;
  justify-content: space-around;
}
.section_access dt{
  width: 22%;
  margin-right: 2%;
}
.section_access dd{
  width: 76%;
}
.gmap_wrap{
  width: 44%;
}
.gmap{
  position: relative;
  padding-bottom: 76.6%;
  margin-top: 52px;
}
.gmap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.access_figure{
  width: 43%;
}
.access_figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

/* ============================================
お問い合わせページ
============================================ */
.formHead{
  padding-top: 240px;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 144px;
}
.formHead_titleWrap{
  margin-bottom: 40px;
}
.formTitle{
  font-size: 40px;
  font-family: var(--font_poppins);
  letter-spacing: 0.4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.contactTitle_sub{
  font-size: 18px;
  font-family: var(--font_noto);
  color: var(--color_primary);
  letter-spacing: 0.2em;
}
.formLead{
  position: relative;
  display: inline-block;
  line-height: 1.875;
  letter-spacing: 0.07em;
  font-family: var(--font_noto);
}
.formLead_big{
  position: absolute;
  left: 20px;
  top: 8px;
  font-size: 46px;
  font-weight: 700;
  color: #f00;
}
.l-wrapper{
  width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}
.form-step {
	font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  width: 440px;
  margin: 0 auto 140px;
}
.form-step__inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.form-step__inner:before {
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #C5C5C5;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.form-step__item {
	position: relative;
	padding-top: 40px;
}
.form-step__item:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #C5C5C5;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.form-step__item--current:before {
	background: #FFFFFF;
	border: 12px solid #FFF899;
	width: 54px;
	height: 54px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__item {
	margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.form__head {
  width: 40%;
  margin-top: 20px;
}
.form__head_inner{
  position: relative;
  display: inline-block;
}
.form__label {
	font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.form__must {
  position: absolute;
  display: inline-block;
	font-size: 40px;
  color: #f00;
  right: -24px;
  top: -12px;
}
.form__content{
  width: 60%;
}
.form__content input,
.form__content textarea,
.form__content select {
	background: #f5f5f5;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.07em;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border-radius: 10px;
	padding: 0 16px;
}
.form__content input:-webkit-autofill,
.form__content textarea:-webkit-autofill,
.form__content select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
	-webkit-text-fill-color: #0c2e36 !important;
}
.form__content input:focus,
.form__content textarea:focus,
.form__content select:focus {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.form__content input {
	height: 60px;
}
.form__content textarea {
	height: 258px;
	padding-top: 24px;
	padding-bottom: 24px;
	resize: none;
}
.form__content select {
	height: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form__content select::-ms-expand {
	display: none;
}
.form__content select.is-done {
	color: #bcbcbc;
}


.form__privacy {
	text-align: center;
	margin-bottom: 80px;
}
.form__privacy .form__label{
  font-weight: normal;
}
.form__privacy input{
  transform: scale(1.7);
  margin-right: 20px;
  border-color: #000;
}
.form__send-button-wrap {
	width: 440px;
  max-width: 80%;
	height: 95px;
	margin: 0 auto;
	position: relative;
}
.form__send-button {
	font-size: 24px;
	letter-spacing: 0.06em;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 3px solid #000;
  border-radius: 50px;
	background: none;
	cursor: pointer;
	outline: none;
}
.form__send-button-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #2FBE69;
	position: absolute;
	bottom: 0;
	left: 0;
  border-radius: 50px;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.form__send-button-wrap:hover:before {
  border-radius: 50px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.form__send-button:hover {
  color: #FFFFFF;
}
.form__return-button-wrap{
  text-align: center;
}
.form__return-button {
	color: #67797d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 32px auto 20px;
	border: none;
	padding: 0 0 5px;
	background: none;
	outline: none;
	position: relative;
	cursor: pointer;
	outline: none;
}
.form-confirm {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 68px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.button {
	width: 288px;
	height: 57px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 2px solid var(--color_primary);
	background: none;
	cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button span {
	position: relative;
}
.button:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color_primary);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.button:hover {
	color: #FFFFFF;
}
.button:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.form__content p{
    margin-top: 20px;
  }

@media screen and (max-width:769px) {
  /* 共通 */
  body{
    border: none;
  }
  body::before,
  body::after{
    content: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner{
    width: 92%;
    padding: 0;
  }
  /* ヘッダー */
  .header{
    height: 60px;
    background-color: transparent;
  }
  .site_title{
    height: 100%;
    background-color: var(--color_primary);
    width: 132px;
    min-width: auto;
    margin-left: 0;
    z-index: 20;
  }
  .site_title .link{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site_title img{
    width: 102px;
    margin: 0 auto;
  }
  .header_inner{
    width: auto;
    padding: 0;
  }
  .navi_button {
    display: block;
    background-color: var(--color_primary);
    height: 50px;
    width: 50px;
  }
  .navi_button, .navi_bar {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .navi_button {
    z-index: 20;
    position: relative;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 8px 7px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  .navi_button:hover,
  .navi_button:focus{
    opacity: 1;
    outline: none;
  }
  .navi_bars{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .navi_text{
    font-size: 12px;
    font-family: var(--font_poppins);
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 4px;
  }
  .navi_bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .navi_bar:nth-of-type(1) {
    top: 0;
  }
  .navi_bar:nth-of-type(2) {
    top: 11px;
    width: 28px;
  }
  .navi_bar:nth-of-type(3) {
    top: 22px;
    width: 20px;
    background-color: #fff899;
  }
  .navi_button.active .navi_bar:nth-of-type(1) {
    -webkit-transform: translateY(5.5px) rotate(-25deg);
    transform: translateY(5.5px) rotate(-25deg);
  }
  .navi_button.active .navi_bar:nth-of-type(2) {
    -webkit-transform: translateY(-5.5px) rotate(25deg);
    transform: translateY(-5.5px) rotate(25deg);
    width: 100%;
    background-color: #fff;
  }
  .navi_button.active .navi_bar:nth-of-type(3) {
    opacity: 0;
  }
  .header_navi {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: var(--color_primary);
    width: 100%;
    height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform:translateY(-120%);
    transition: 0.4s ease-in-out;
    opacity: 0;
  }
  .header_navi.open {
    transform:translateY(0);
    opacity: 1;
  }
  .header_navi_item{
    display: inline-block;
    border-bottom: 2px solid #fff;
    width: 136px;
    text-align: center;
  }
  .header_navi_item:last-child{
    border-bottom: 2px solid #FFF899;
  }
  .header_navi_item + .header_navi_item{
    margin-left: 0;
    margin-top: 26px;
  }

  /* フッター */
  .footer{
    padding: 26px 0 120px;
    margin-top: 80px;
  }
  .footer_inner{
    padding: 0 5px;
  }
  .footer_main{
    flex-direction: column;
    align-items: center;
  }
  .footer_meta{
    width: 100%;
  }
  .site_logo{
    width: 180px;
  }
  .footer_site_name{
    margin-top: 64px;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .footer_navi_wrap{
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .footer_navi{
    width: 300px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_navi_item{
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    text-align: center;
  }
  .footer_navi_item:not(:last-child){
    margin-right: 0;
  }
  .footer_navi_item:last-child{
    margin-top: 19px;
    background-color: #fff899;
    color: #000;
    height: 47px;
    border: 2px solid transparent;
    line-height: 43px;
  }
  .footer_address{
    margin-top: 10px;
  }
  .footer_address_zip{
    font-size: 14px;
  }
  .footer_address_tel{
    font-size: 24px;
    letter-spacing: 0.24em;
    margin-top: 4px;
  }
  .copyright{
    margin-top: 55px;
  }


  /* メイン部分 */
  .mainvisual{
    height: calc(100vh - 60px);
    padding-bottom: 80px;
    margin-top: 0;
  }
  .mainvisual_inner{
    width: 340px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .mainvisual_inner svg{
    position: static;
  }
  .scrolldown{
    height: 80px;
    bottom: -30px;
  }
  .scrolldown::after{
    height: 16px;
  }
  @keyframes pathmove{
    0%{
      height: 0;
      top:20px;
      opacity: 0;
    }
    30%{
      height:16px;
      opacity: 1;
    }
    100%{
      height: 0;
      top:50px;
      opacity: 0;
    }
  }
  .main{
    padding: 0;
  }
  .section_service{
    margin-top: 80px;
  }
  .section_heading{
    padding-left: 38px;
    margin-left: 0;
    margin-left: 4%;
    text-align: left;
  }
  .hp_bars::before{
    width: 148px;
    top: 30px;
  }
  .hp_bars::after{
    height: 30px;
    left: 20px;
  }
  .section_title{
    font-size: 18px;
    padding-bottom: 10px;
  }
  .section_title_en{
    padding-top: 10px;
    font-size: 16px;
  }
  .section_title_bar_var{
    left: 22px;
    bottom: 16px;
    height: 30px;
  }
  .section_title_bar_var img{
    height: 100%;
  }
  .section_title_bar_side{
    bottom: 20px;
    width: 148px;
  }
  .service_list{
    padding: 0;
    margin-top: 126px;
    width: 360px;
    max-width: 92%;
  }
  .service_list_item{
    padding-top: 62px;
    position: relative;
  }
  .service_list_item:not(:first-child){
    margin-top: 120px;
  }
  .service_num{
    font-size: 80px;
    line-height: 0.78;
  }
  .service_list_item_inner{
    flex-direction: column;
  }
  .service_list_item_title_en{
    font-size: 18px;
  }
  .service_list_item_title{
    font-size: 30px;
  }
  .service_list_item_text{
    font-size: 16px;
    line-height: 1.875;
  }
  .service_item_bg_semicircle{
    width: 81.2%;
    max-width: inherit;
  }
  .service_item_bg_circle{
    width: 94.4%;
    max-width: inherit;
  }
  /* =============サービスリスト1つ目設定============= */
  .service_list_item_first .service_list_item_body{
    width: 100%;
    margin-right: 0;
    padding: 12% 0 0 15.5%;
  }
  .service_list_item_first .service_list_item_title{
    margin-top: 8px;
  }
  .service_list_item_first .service_list_item_text{
    line-height: 1.875;
    margin-top: 10px;
  }
  .service_list_item_first .service_list_item_figure{
    width: 70%;
    padding-top: 38px;
    margin-left: auto;
  }
  .service_list_item_first .service_item_bg_semicircle{
    top: 3.66%;
    left: 0%;
  }
  .service_list_item_first .service_item_bg_circle{
    top: 14%;
    left: -26%;
  }
  /* =============サービスリスト2つ目設定============= */
  .service_list_item_second .service_num{
    right: 7%;
  }
  .service_list_item_second .service_list_item_body{
    width: 100%;
    margin-left: 0;
    padding: 14% 0 0 2%;
  }
  .service_list_item_second .service_list_item_text{
    line-height: 1.875;
  }
  .service_list_item_second .service_list_item_figure{
    width: 69.5%;
    margin: 0 auto;
    padding-top: 22px;
  }
  .service_list_item_second .service_item_bg_semicircle{
    top: 5.5%;
    right: -1%;
  }
  .service_list_item_second .service_item_bg_circle{
    top: 21%;
    right: -19.5%;
  }
  /* =============サービスリスト3つ目設定============= */
  .service_list_item_third .service_num{
    left: 5%;
  }
  .service_list_item_third .service_list_item_body{
    width: 100%;
    margin-right: 0;
    padding: 4.5% 0 0 25%;
  }
  .service_list_item_third .service_list_item_text{
    margin-top: 8px;
  }
  .service_list_item_third .service_list_item_figure{
    width: 62.5%;
    margin: 0 auto;
    padding-top: 36px;
  }
  .service_list_item_third .service_item_bg_semicircle{
    top: 1%;
    left: 9.6%;
  }
  .service_list_item_third .service_item_bg_circle{
    top: 17%;
    left: -11%;
  }
  /* =============サービスリスト4つ目設定============= */
  .service_list_item_fourth .service_num{
    right: 6%;
  }
  .service_list_item_fourth .service_list_item_body{
    width: 100%;
    margin-left: 0;
    padding: 20% 0 0 0;
  }
  .service_list_item_fourth .service_list_item_figure{
    width: 53%;
    padding-top: 36px;
    margin: 0 auto;
  }
  .service_list_item_fourth .service_item_bg_semicircle{
    top: 10%;
    left: 24.4%;
  }
  .service_list_item_fourth .service_item_bg_circle{
    top: 12%;
    left: -20%;
  }
  /* =============サービスリスト5つ目設定============= */
  .service_list_item_fifth .service_num{
    left: 0;
  }
  .service_list_item_fifth .service_list_item_body{
    width: 100%;
    margin-right: 0;
    padding: 10% 0 0 12%;
  }
  .service_list_item_fifth .service_list_item_title{
    margin-top: 10px;
  }
  .service_list_item_fifth .service_list_item_text{
    margin-top: 10px;
    font-size: 15px;
  }
  .service_list_item_fifth .service_list_item_figure{
    width: 53%;
    padding-top: 4px;
    margin-left: auto;
  }
  .service_list_item_fifth .service_item_bg_semicircle{
    top: 3.66%;
    left: -2%;
  }
  .service_list_item_fifth .service_item_bg_circle{
    top: 24%;
    left: -6%;
  }

  .cta{
    max-width: 92%;
    width: 390px;
    padding: 0;
    margin-top: 70px;
    position: relative;
  }
  .cta .inner{
    flex-direction: column;
  }
  .cta_inner{
    width: 100%;
  }
  .cta_text{
    font-size: 20px;
  }
  .btn_wrap{
    margin-top: 110px;
  }
  .btn_cta{
    max-width: 100%;
    width: 325px;
    height: 90px;
    font-size: 22px;
    line-height: 86px;
    background-position: center center;
  }
  .btn_cta::before{
    left: -8px;
    top: 8px;
  }
  .cta_figure{
    width: 22%;
    position: absolute;
    top: inherit;
    bottom: 110px;
    right: 6%;
  }
    .form__content p{
      margin-top: 0;
    }

	
  @media screen and (max-width: 372px){
    .cta_text{
      font-size: 18px;
    }
    .cta_figure{
      right: 0;
      bottom: 85px;
    }
    .btn_wrap{
      margin-top: 70px;
    }
  }

  .section_company{
    margin-top: 162px;
  }
  .section_company .section_title{
    font-size: 20px;
  }
  .section_company .section_title_en{
    font-size: 18px;
  }
  .section_company .section_body{
    flex-direction: column;
    margin-top: 46px;
    align-items: center;
  }
  .section_company dl{
    font-size: 16px;
    line-height: 1.875;
    width: 282px;
    max-width: 100%;
    text-align: center;
  }
  .dl_item{
    flex-direction: column;
    padding: 20px 6px 10px;
    align-items: center;
  }
  .section_company dt{
    width: 100%;
    min-width: inherit;
  }
  .section_company dd{
    width: 100%;
  }
  .section_access{
    margin-top: 78px;
  }
  .section_access .section_title_en{
    font-size: 18px;
  }
  .access_catch{
    max-width: 92%;
    width: 500px;
    margin: -50px auto 0;
    display: flex;
  }
  .company_catch_text{
    width: 50%;
    margin-left: -2%;
  }
  .company_catch_figure{
    width: 50%;
    margin-top: 18%;
    margin-left: inherit;
  }
  .section_access dl{
    font-size: 14px;
    line-height: 1.85;
    padding: 4px 0 30px 12%;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section_access .section_body{
    flex-direction: column;
    margin-top: 20px;
  }
  .section_access dt{
    width: 100%;
    margin-right: 0;
  }
  .section_access dd{
    width: 100%;
  }
  .gmap_wrap{
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .section_access .dl_item{
    padding: 0 0 14px;
  }
  .gmap{
    width: 100%;
    margin-top: 20px;
  }
  .access_figure{
    width: 100%;
    order: 1;
  }
  /* ============================================
  お問い合わせページ
  ============================================ */
  .formHead{
    padding-top: 120px;
    margin-top: 0;
    margin-bottom: 100px;
  }
  .formHead_titleWrap{
    margin-bottom: 24px;
  }
  .formTitle{
    margin-bottom: 12px;
  }
  .formLead{
    font-size: 14px;
  }
  .formLead_big{
    font-size: 36px;
    left: -20px;
    top: 36px;
  }
  .form-step{
    font-size: 18px;
    width: 300px;
    margin-bottom: 80px;
  }
  .form-step__item:before{
    width: 22px;
    height: 22px;
  }
  .form-step__item--current:before{
    width: 40px;
    height: 40px;
    border-width: 8px;
  }
  .form__item{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 40px;
  }
  .form__head{
    width: 100%;
    margin-top: 0;
  }
  .form__label{
    font-size: 18px;
  }
  .form__must{
    font-size: 34px;
  }
  .form__content{
    width: 100%;
    margin-top: 18px;
  }
  .form__content input,
  .form__content textarea,
  .form__content select{
    font-size: 18px;
  }
  .form__content input,
  .form__content select{
    height: 50px;
  }
  .form__privacy{
    margin-bottom: 60px;
  }
  .form__privacy input{
    transform: scale(1.5);
    margin-right: 12px;
  }
  .form__send-button-wrap {
    height: 70px;
  }
  .form__send-button {
    font-size: 20px;
  }

@media screen and (max-width:339px) {
  .btn_cta{
    width: 310px;
    height: 74px;
    line-height: 70px;
    font-size: 20px;
  }
}
