@charset "UTF-8";

/*
Theme Name: salon
*/

:root { 
  --key-Color: #1a2254;
  --corner: 2.46em;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1100px;
  --h1 :5.510vw;
  --h2 :2.7083vw;
  --h3 : 2.2rem;
  --h4 : 1.25rem;
  --Text-normal: 16px;
  --navi-ft-size: 1.0rem;
  --flex_hurf : calc(100% / 2);
  --flex_third : calc(96% / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --ph_left_img: 50vw;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1350px) {
  
    :root { 
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 1vw;
      --negative_margin_bottom: -10vh;
      --col-space : 5vh;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 2.6vw;
      --col-space : 5vh;
      --h2 :8.7083vw;
      --s1-space: 5vh;
      --s2-space: 2.5vh;
      --s3-space: 1.5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      --sp-none: none;
      --fix_head_margin: 50px;
      --flex_concept01 : calc(100% / 2);
      --flex_concept02 : calc(100% / 2);
      --w50-space: 100%;
      }
  
      .sp-none{
        display:none;
      }

      .br-pc{
        display: none;
      }
  
  }

/* Categories 01 to 03 are the basics. */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
  background: rgb(255, 245, 229);
}

html.active {
  overflow: hidden;
}

main {
  position: relative;
}

img {
  width: 100%;
}

section {
  width: 100%;
  position: relative;
}

.main__wrap img{
  max-width: 100%;
  width:auto;
}

.main__wrap + .main__wrap{
  margin-top: var(--s2-space);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}


ul.disc li{
	text-indent: -1.4em;
	padding-left: 1em;
}

ul.disc li::before{
	content:'●';
	color:#f5a92b;
	margin-right: .5em;
	font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p{
  line-height: 1.85;
  text-align: justify;
text-justify: inter-ideograph;
}

p:not(:last-child){
  margin-bottom: 1em;
}

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

.banner img{
	max-width:100%;
	width: max-content;
}

a {
  text-decoration: none;
}

.Annotation{
  font-size: 0.7rem;
  vertical-align: top;
}

button {
  border: none;
  background: transparent;
}

a:hover {
  opacity: 0.6;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

.new-plan__wrap{
  width: 100%;
  background: rgb(255, 245, 229);
}

.new-plan{
  max-width: 1100px;
  margin: 0 auto;
}

/* header */
header {
  position: fixed;
  width: 100%;
  background: rgb(255, 245, 229);
  top: 0;
  left: 0;
  z-index: 3;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.2916666667vw;
  margin: auto;
  padding: 0 3.3333333333vw;
}
header .header .header_logo img {
  position: fixed;
  left: 0;
  top: 0;
  width: 20.625vw;
}
header .header .header_main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.7291666667vw;
}
header .header .header_main ul {
  display: flex;
  align-items: center;
}
header .header .header_main ul.main_menu {
  gap: 1.0416666667vw;
}
header .header .header_main ul.main_menu > li{
	margin-bottom:0;
}

header .header .header_main ul.main_menu li a {
  font-size: 1vw;
  letter-spacing: 0.075em;
  color: #ff8a00;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
}
header .header .header_main ul.main_menu li.dropdown_menu {
  position: relative;
  padding-right: 0.5208333333vw;
}
header .header .header_main ul.main_menu li.dropdown_menu::after {
  content: "";
  position: absolute;
  bottom: 0.4166666667vw;
  width: 0.3125vw;
  height: 0.4166666667vw;
  margin-left: 0.15625vw;
  background: url(../images/triangle_green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}
header .header .header_main ul.main_menu li.dropdown_menu ul.sub_menu {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  background: #fff5e5;
  padding: .75vw 0.78125vw 0.5208333333vw;  
}
header .header .header_main ul.main_menu li.dropdown_menu ul.sub_menu li a {
  font-size: 0.8333333333vw;
}
header .header .header_main ul.main_menu li.dropdown_menu:hover ul.sub_menu {
  display: block;
}
header .header .header_main ul.main_menu li.dropdown_menu:hover ul.sub_menu li{
  margin-bottom: 0;
  padding-bottom: .5em;
  padding-top: .5em;
  border-bottom: 1px solid #f6e7ce;
}
header .header .header_main ul.main_menu li.other {
  width: 9.75vw;
  height: 2.8125vw;
  border-radius: 1.40625vw;
}
header .header .header_main ul.main_menu li.other a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15625vw;
}
header .header .header_main ul.main_menu li.other.green {
  background: #ff8a00;
}
header .header .header_main ul.main_menu li.other.red {
  background: #ff4e00;
  width: 10vw;
}
header .header .header_main ul.main_menu li.other.red a {
  font-size: 0.9114583333vw;
  letter-spacing: 0;
}
header .header .header_main ul.main_menu li.other.mypage a::before {
  content: "";
  width: 1.1458333333vw;
  height: 1.09375vw;
  font-size: 0;
  background: url(../images/mypage_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
header .header .header_main ul.main_menu li.other.emergency a::before {
  content: "";
  width: 1.09375vw;
  height: 0.9375vw;
  font-size: 0;
  background: url(../images/emergency_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
header .header .header_main ul.menu_other {
  gap: 0.625vw;
}
header .header .header_main ul.menu_other li {
  display: flex;
  align-items: center;
  gap: 0.2604166667vw;
}
header .header .header_main ul.menu_other li a {
  font-size: 0.9375vw;
  letter-spacing: 0px;
  color: #ff8a00;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
}
header .header .header_main ul.menu_other li::after {
  content: "";
  width: 0.2880208333vw;
  height: 0.3432291667vw;
  background: url(../images/triangle_green.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {

  header .header .header_main ul.main_menu li a{
    font-size: 0.75rem;
  }

  .page__fv{
    margin-top: 100px !important;
  }

  header .header{
    padding-right:1.33vw;
    height: auto;
    padding-bottom: 0.25em;
    padding-top: 0.5em;
  }

  header .header .header_main ul.main_menu li.dropdown_menu ul.sub_menu li a {
    font-size: 0.8333333333rem;
  }

  .news_part .main .one a p{
    font-size: 0.9rem !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .page__fv{
    min-height: 30vh !important;
    margin-top: 100px !important;
  }

  header .header .header_main{
    flex-wrap: wrap;
    max-width: calc(100% - 180px);
    margin-top:0;
	padding-top:.5em;
  }

  header .header .header_main ul.main_menu{
    justify-content: flex-end;
    flex-direction: row;
  }

  header .header .header_main ul.main_menu li.other{
    width: auto;
    height: auto;
  }
	
  .top_slider{
	margin-top: 11.2916666667vw !important;
	}

  header .header .header_main ul.main_menu li a, header .header .header_main ul.main_menu li.other.red a{
    font-size: 0.85rem;
  }

  header .header .header_main ul.main_menu{
    flex-wrap: wrap;
  }

  header .header .header_main ul.main_menu li.other a{
    display: block;
    font-size: 0.8rem;
    padding: .5em;
    height: auto;
    line-height: 1.0;
  }
	
	header .header .header_main ul.main_menu li.other.red{
		width:180px;
		text-align:center;
	}

}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.top_slider {
  margin-top: 7.2916666667vw;
  padding-left: 7.2916666667vw;
}
.top_slider .top_slide_main .slide img {
  border-top-left-radius: 1.875vw;
  border-bottom-left-radius: 1.875vw;
}
.top_slider .top_slide_main .slide img.sp {
  display: none;
}
.top_slider .main_content {
  position: absolute;
  bottom: 4.03125vw;
  left: 3.3333333333vw;
  z-index: 1;
}
.top_slider .main_content img {
  width: 36.9270833333vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
  z-index: 2;
}
.top_slider .main_content h3 {
  position: relative;
  font-size:3.2125vw;
  letter-spacing: 0px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  width: -moz-max-content;
  width: max-content;
  padding: 0.2604166667vw 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
.top_slider .main_content h3 p {
  position: relative;
  z-index: 1;
}
.top_slider .main_content h3.column_txt::after {
  content: "KURUENE";
  position: absolute;
  left: -2.6041666667vw;
  bottom: -13.0208333333vw;
  font-size: 5.8333333333vw;
  letter-spacing: 0.075em;
  color: #fce0b4;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top_slider .main_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.9019607843);
}
.top_slider .main_content h3 span {
  font-size: 3.2291666667vw;
}
.top_slider P.column_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  font-size: 5.8333333333vw;
  letter-spacing: 0.075em;
  color: #fce0b4;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top_slider .news_one {
  position: absolute;
  right: 3.3333333333vw;
  top: 70%;
  transform: translateY(-70%);
  width: 30.7291666667vw;
  display: flex;
}

.top_slider .news_one a:hover{
  opacity: 1;
}

.top_slider .news_one .main {
  width: 26.5625vw;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.78125vw;
  column-gap: 0.78125vw;
  background: #fff;
  padding: 0 1.3020833333vw;
  border-top-left-radius: 1.71875vw;
  border-bottom-left-radius: 1.71875vw;
}
.top_slider .news_one .main p.date {
  color: #0a0a0a;
  margin-bottom: 0;
}
.top_slider .news_one .main p.title {
  color: #ff8a00;
}
.top_slider .news_one .link {
  width: 4.1666666667vw;
  background: #ff8a00;
  border-top-right-radius: 1.71875vw;
  border-bottom-right-radius: 1.71875vw;
}
.top_slider .news_one .link a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5208333333vw;
}
.top_slider .news_one .link a p {
  color: #fafafa;
}
.top_slider .news_one p {
  font-size: 0.8854166667vw;
  font-weight: 500;
  font-family: "Noto Sans JP";
}

.news_part {
  padding: 2.8645833333vw 0 3.3854166667vw 7.2916666667vw;
  display: flex;
  align-items: center;
  gap: 3.6458333333vw;
  z-index: 1;
}
.news_part div.title {
  width: 10.9375vw;
}
.news_part div.title h3 , .sec__page h2{
  font-size: 3.75vw;
  color: #ff8a00;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0.5208333333vw;
}

.sec__page h2{
  font-size: 2.75vw;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  margin-bottom: var(--s2-space);
}

@media screen and (min-width: 768px) and (max-width: 1350px) {

  .sec__page h2{
    font-size: 2.55vw;
    margin-bottom: 1em;
  }

}


.news_part div.title a {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.news_part div.title a p {
  font-size: 1.25vw;
  padding-bottom: 0.2604166667vw;
  border-bottom: 1px solid #020202;
  color: #020202;
  font-weight: 400;
  font-family: "Noto Sans JP";
  width: -moz-max-content;
  width: max-content;
}
.news_part div.title a::after {
  content: "";
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url(../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.news_part .main {
  width: 78.125vw;
}
.news_part .main .one {
  background: #fff;
  height: 4.6875vw;
  border-top-left-radius: 1.875vw;
  border-bottom-left-radius: 1.875vw;
  padding: 0 2.6041666667vw;
  margin-bottom: 0.4166666667vw;
}
.news_part .main .one a {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  height: 100%;
}
.news_part .main .one a p {
  font-size: 1.0625vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
.news_part .main .one a p.date {
  color: #000000;
  margin-bottom: 0;
}
.news_part .main .one a p.category {
  color: #f71d1d;
  margin-bottom: 0;
}
.news_part .main .one a p.title {
  color: #ff8a00;
}

.about_part {
  padding-top: 8.8541666667vw;
}
.about_part .one {
  display: flex;
  align-items: center;
  margin-bottom: 4.6875vw;
}
.about_part .one img.main {
  width: 47.65625vw;
}
.about_part .one .content {
  position: relative;
  width: 29.6875vw;
  background: #fff;
  letter-spacing: 0;
  border-radius: 1.875vw;
  padding: 5.2083333333vw 1.8229166667vw 4.1666666667vw 2.6041666667vw;
  margin-left: -3.3854166667vw;
}
.about_part .one .content::after {
  content: "01";
  position: absolute;
  top: -13.5416666667vw;
  right: -8.8541666667vw;
  font-size: 14.9479166667vw;
  color: #fce0b4;
  font-weight: bold;
  font-family: "SST", sans-serif;
}
.about_part .one .content p.title {
  font-size: 1.875vw;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  margin-bottom: 1.5625vw;
  padding-top: 1.0416666667vw;
  position: relative;
}
.about_part .one .content p.title::before,
.about_part .one .content p.title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.2083333333vw;
  height: 0.2083333333vw;
  background-color: #fae8d3;
}
.about_part .one .content p.title::after {
  width: 2.6041666667vw;
  background: #ff8a00;
}
.about_part .one .content p.txt {
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
  color: #211e1b;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
  font-feature-settings: "palt";
}
.about_part .one img.other {
  width: 19.2708333333vw;
  margin-left: 2.34375vw;
  margin-top: 10.4166666667vw;
}
.about_part .one.other {
  flex-direction: row-reverse;
}
.about_part .one.other .content {
  margin-left: 0;
  margin-right: -3.3854166667vw;
  padding-top: 3.125vw;
}
.about_part .one.other .content::after {
  content: "02";
  top: auto;
  right: auto;
  bottom: -11.9791666667vw;
  left: -16.6666666667vw;
}
.about_part .one.other img.other {
  margin-left: 0;
  margin-right: 2.34375vw;
  margin-top: -10.4166666667vw;
}
.about_part::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 65.1041666667vw;
  height: 53.125vw;
  border-top-left-radius: 1.875vw;
  background-color: rgba(252, 224, 180, 0.3215686275);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.news_part{
	  padding-left:1.8vw;
	}
	.news_part div.title{
		width:15vw;
	}
	
	.about_part .one .content p.title{
		font-size:2.2vw;
	}
	.about_part .one .content p.txt{
		font-size:0.8rem;
		line-height:1.55;
	}
	.about_part .one .content{
		width:34vw;
	}
}

.contribution_part {
  padding-bottom: 4.1666666667vw;
}
.contribution_part::before {
  content: "";
  position: absolute;
  top: -12.5vw;
  left: 0;
  z-index: -1;
  width: 65.1041666667vw;
  height: 15.625vw;
  background-color: rgba(252, 224, 180, 0.3215686275);
}
.contribution_part::after {
  content: "";
  position: absolute;
  top: 2.6041666667vw;
  left: 0;
  width: 100%;
  height: 31.7708333333vw;
  z-index: -1;
  background: url(../images/contribution_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.contribution_part h3 {
  font-size: 5.2083333333vw;
  color: #ff8a00;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
}
.contribution_part .main {
  padding-top: 24.21875vw;
  display: flex;
  justify-content: center;
  gap: 1.3020833333vw;
}
.contribution_part .main .one {
  min-height: 21.3541666667vw;
  border-radius: 1.875vw;
  background: #fff;
}
.contribution_part .main .one .image {
  position: relative;
  padding: 1.3020833333vw 3.125vw 0.5208333333vw;
}
.contribution_part .main .one .image img {
  width: 13.125vw;
}
.contribution_part .main .one .image::after {
  content: "";
  position: absolute;
  left: 0.5208333333vw;
  top: 1.0416666667vw;
  z-index: 1;
  width: 4.0104166667vw;
  height: 5.6770833333vw;
  background: url(../images/line.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.contribution_part .main .one .image img {
  border-radius: 7.2916666667vw;
}
.contribution_part .main .one p.txt1 {
  font-size: 1.5625vw;
  letter-spacing: 0.075em;
  line-height: 2.34375vw;
  color: #ff8c04;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  text-align: center;
  min-height: 4.6875vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contribution_part p.txt2 {
  font-size: 2.5vw;
  letter-spacing: 0.075em;
  color: #ff8a00;
  font-weight: 900;
  font-family: "Zen Maru Gothic";
  text-align: center;
  margin-top: 3.125vw;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: 50%;
  transform: translateX(-50%);
}
.contribution_part p.txt2::before,
.contribution_part p.txt2::after {
  content: "“";
  position: absolute;
  top: -3.125vw;
  left: -2.0833333333vw;
  font-size: 4.6354166667vw;
  letter-spacing: 0.075em;
  color: #ff8a00;
  font-weight: 900;
  font-family: "Zen Maru Gothic";
}
.contribution_part p.txt2::after {
  content: "“";
  left: auto;
  right: -2.0833333333vw;
  top: -4.1666666667vw;
  transform: rotate(180deg);
}
.gradient_more {
  position: relative;
  width: 45.3645833333vw;
  border-radius: 2.8125vw;
  background-image: linear-gradient(90deg, #ff6600 0%, #f5a92b 100%);
  margin-left: 50%;
  margin-top: 1.5625vw;
  transform: translateX(-50%);
}
.contribution_part .gradient_more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.6458333333vw;
  width: 1.875vw;
  height: 1.875vw;
  background: url(../images/gradient_btn_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.contribution_part .gradient_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5vw;
  letter-spacing: 0.075em;
  color: #ffffff;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  text-align: center;
  line-height: 1.0;
}

.map_part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26.5625vw;
  background: #fff;
}
.map_part .images {
  display: flex;
  align-items: center;
  padding-top: 3.90625vw;
}
.map_part .images img.main {
  width: 63.28125vw;
}
.map_part .images img.map {
  width: 37.8125vw;
  margin-left: -4.6875vw;
}
.map_part div.main {
  margin: 6.25vw 0 3.90625vw;
  padding: 0 3.3333333333vw;
  display: flex;
  gap: 1.3020833333vw;
}
.map_part div.main .one {
  position: relative;
  width: 32.4652777778vw;
  height: 12.7604166667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3020833333vw;
  border-radius: 1.875vw;
}
.map_part div.main .one::after {
  content: "";
  position: absolute;
  width: 4.375vw;
  height: 4.375vw;
  top: -2.7041666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.map_part div.main .one p.txt1 {
  width: 18.75vw;
  font-size: 1.5625vw;
  letter-spacing: 0.075em;
  font-weight: 500;
  background-color: #fafafa;
  text-align: center;
  font-family: "Zen Maru Gothic";
  margin-bottom: 0;
  position: relative;
}
.map_part div.main .one button {
  width: 23.1354166667vw;
  height: 5.2083333333vw;
  border-radius: 2.6041666667vw;
  filter: drop-shadow(0px 7px 10.5px rgba(4, 0, 0, 0.04));
  background-color: #ffffff;
  margin-top: 0;
}
.map_part div.main .one button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9270833333vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
}
.map_part div.main .one button a::after {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
}
.map_part div.main .one.blue {
  background-color: #4cc1c5;
}
.map_part div.main .one.blue::after {
  background: url(../images/blue_map.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.map_part div.main .one.blue p.txt1 {
  color: #4cc1c5;
}
.map_part div.main .one.blue button {
  border: 0.1041666667vw solid rgb(157, 231, 234);
}
.map_part div.main .one.blue button a {
  color: #4cc1c5;
}
.map_part div.main .one.blue button a::after {
  margin-left: 0.5208333333vw;
  background: url(../images/green_triangle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.map_part div.main .one.green {
  background-color: #ff8a00;
}
.map_part div.main .one.green::after {
  background: url(../images/green_map.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.map_part div.main .one.green p.txt1 {
  color: #ff8a00;
}
.map_part div.main .one.green button {
  border-color: rgb(244, 176, 96);
}
.map_part div.main .one.green button a {
  color: #ff8a00;
}
.map_part div.main .one.green button a::after {
  margin-left: 1.5625vw;
  background: url(../images/green_triangle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.map_part div.main .one.red {
  background-color: #ff4e00;
}
.map_part div.main .one.red::after {
  background: url(../images/red_map.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.map_part div.main .one.red p.txt1 {
  color: #ff4e00;
}
.map_part div.main .one.red button {
  border-color: rgb(243, 145, 102);
}
.map_part div.main .one.red button a {
  color: #ff4e00;
}
.map_part div.main .one.red button a::after {
  margin-left: 1.5625vw;
  background: url(../images/red_triangle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

footer {
  background: #ff8900;
  margin-top:calc( var(--col-space) / 2);
}
footer .footer {
  max-width: 64.5833333333vw;
  margin: auto;
}

footer .footer .main {
  display: flex;
  gap: 3%;
}
footer .footer .main .logo_info p.txt1 {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
  margin-top: 1.0416666667vw;
}
footer .footer .main .logo_info p.txt2 {
  font-size: 1.25vw;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Maru Gothic";
  margin-top: 1.5625vw;
  margin-bottom: 0.78125vw;
}
footer .footer .main .logo_info button {
  display: block;
  width: 100%;
  height: 4.6354166667vw;
  border-radius: 2.2916666667vw;
  filter: drop-shadow(0px 7px 10.5px rgba(4, 0, 0, 0.04));
  background-color: #ffffff;
  border: 0.1041666667vw solid rgb(244, 176, 96);
  margin-top: 0;
  margin-bottom: 1.3020833333vw;
}
footer .footer .main .logo_info button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
}
footer .footer .main .logo_info button a::after {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 1.0416666667vw;
}
footer .footer .main .logo_info button.green a {
  font-size: 1.2145833333vw;
  color: #ff8a00;
}
footer .footer .main .logo_info button.green a::after {
  background: url(../images/green_triangle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .footer .main .logo_info button.red a {
  font-size: 1.25vw;
  color: #ff4e00;
}
footer .footer .main .logo_info button.red a::after {
  background: url(../images/red_triangle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .footer .main .menu1 {
  width: 33%;
  padding-top: 1.5625vw;
}
footer .footer .main .menu1 ul.one li {
  position: relative;
  padding: 0.5208333333vw 0.2604166667vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
footer .footer .main .menu1 ul.one li::after {
  content: "";
  position: absolute;
  top: 1.3020833333vw;
  right: 0.2604166667vw;
  width: 0.4166666667vw;
  height: 0.46875vw;
  background: url(../images/triangle_white.svg);
}
footer .footer .main .menu1 ul.one li a {
  font-size: 1.05vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
}
footer .footer .main .menu1 ul.two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5208333333vw;
  -moz-column-gap: 1.0416666667vw;
  column-gap: 1.0416666667vw;
  margin-top: 1.0416666667vw;
}
footer .footer .main .menu1 ul.two li {
  display: flex;
  align-items: center;
  gap: 0.15625vw;
}
footer .footer .main .menu1 ul.two li::before {
  content: "";
  width: 1.0416666667vw;
  height: 1px;
  background: #fff;
}
footer .footer .main .menu1 ul.two li a {
  font-size: 0.9375vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
}
footer .footer .main .menu1 ul.three {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 1.0416666667vw;
}
footer .footer .main .menu1 ul.three li {
  position: relative;
  padding: 0 0.5729166667vw;
}
footer .footer .main .menu1 ul.three li:first-child::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.2604166667vw;
  left: 0;
  width: 1px;
  height: 1.0416666667vw;
  background: #fff;
}
footer .footer .main .menu1 ul.three li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.2604166667vw;
  right: 0;
  width: 1px;
  height: 1.0416666667vw;
  background: #fff;
}
footer .footer .main .menu1 ul.three li a {
  font-size: 0.9375vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Maru Gothic";
}
footer .footer p.copyright {
  font-family: "Zen Maru Gothic";
  font-size: 0.7291666667vw;
  text-align: right;
  color: #fff;
  padding: 1.5625vw 0 1.0416666667vw;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  footer .footer{
  max-width: 90%;
  }

  footer .footer .main .logo_info p.txt1, footer .footer .main .logo_info button.green a, footer .footer .main .logo_info button.red a, footer .footer .main .menu1 ul.one li a, footer .footer .main .menu1 ul.two li a, footer .footer .main .menu1 ul.three li a{
    font-size: 0.9rem;
    line-height: 1.5;
  }

  footer .footer .main .menu1 ul.two li{
    margin-bottom: .5em;
  }

  footer .footer .main .menu1 ul.three li:first-child::before{
    top: 50%;
  transform: translateY(-50%);
  height:100%;
  }

  footer .footer .main .menu1 ul.three li::after{
    height:100%;
  }

}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .openbtn4 {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    background: #ff8a00;
    cursor: pointer;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border-radius: 1.6666666667vw;
	  z-index:9;
  }
  /*ボタン内側*/
  .openbtn4 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 1.4583333333vw;
    height: 0.625vw;
    border-radius: 1.0416666667vw;
    background: #fff;
    width: 7.5vw;
  }
  .openbtn4 span:nth-of-type(1) {
    top: 2.0833333333vw;
  }
  .openbtn4 span:nth-of-type(2) {
    top: 3.5416666667vw;
  }
  .openbtn4 span:nth-of-type(3) {
    top: 5vw;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 0.725vw;
    left: 50%;
    transform:translateX(-50%);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn4.active span:nth-of-type(1) {
    top: 3.9166666667vw;
    transform: translateY(1.25vw) rotate(-45deg);
    width: 6.25vw;
    left: 2.0833333333vw;
  }
  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn4.active span:nth-of-type(3) {
    top: 6.4166666667vw;
    transform: translateY(-1.25vw) rotate(45deg);
    width: 6.25vw;
    left: 2.0833333333vw;
  }
  .openbtn4.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 1.0416666667vw;
    left: 1.6666666667vw;
	display:none;
  }
  header .header {
    height: 16.6666666667vw;
    padding: 0 2.380952381vw;
  }
  header .header .header_logo img {
    width: 47.619047619vw;
  }
  header .header .header_main .menu_other.pc {
    display: none;
  }
  header .header .header_main .main_menu {
    display: none;
  }
  header .header .header_main .main_menu.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*row-gap: 3.5714285714vw;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255, 245, 229);
    z-index: 1;
gap: 3.0416666667vw;
  }
  header .header .header_main .main_menu.open li a {
    font-size: 16px;
  }
  header .header .header_main .main_menu.open li.dropdown_menu > a {
    border-bottom: 1px solid #ff8a00;
  }
  header .header .header_main .main_menu.open li.dropdown_menu::after {
    width: 1.4285714286vw;
    height: 1.9047619048vw;
    top: 3.5714285714vw;
    bottom: auto;
    right: -3.5714285714vw;
    margin-left: 1.1904761905vw;
  }
  header .header .header_main .main_menu.open li.dropdown_menu ul.sub_menu {
    position: relative;
  }
  header
    .header
    .header_main
    .main_menu.open
    li.dropdown_menu
    ul.sub_menu
    li
    a {
    font-size: 17px;
    display: block;
    padding: 0.05em;
  }
  header
  .header
  .header_main
  .main_menu.open
  li.dropdown_menu
  ul.sub_menu
  li{
    margin-bottom: 0;
    margin-top: 10px;
  }
  header .header .header_main .main_menu.open li.other {
    width: 47.619047619vw;
    height: 9.5238095238vw;
    border-radius: 4.7619047619vw;
  }
  header .header .header_main .main_menu.open li.other.mypage a {
    gap: 1.1904761905vw;
  }
  header .header .header_main .main_menu.open li.other.mypage a::before {
    width: 4.5833333333vw;
    height: 4.375vw;
  }
  header .header .sp_menu_emergency {
    display: flex;
    align-items: center;
    gap: 2.380952381vw;
  }
  header .header .sp_menu_emergency .emergency_contact {
    width: 33.5714285714vw;
    height: 9.5238095238vw;
    border-radius: 4.7619047619vw;
    background: #ff4e00;
  }
  header .header .sp_menu_emergency .emergency_contact a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7142857143vw;
    font-size: 2.4571428571vw;
    letter-spacing: 0;
  }
  header .header .sp_menu_emergency .emergency_contact a::before {
    content: "";
    width: 3.8888888889vw;
    height: 3.3333333333vw;
    font-size: 0;
    background: url(../images/emergency_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .top_slider {
    margin-top: 16.6666666667vw;
    padding-left: 9.5238095238vw;
    z-index: 2;
  }
  .top_slider .top_slide_main .slide img {
    border-top-left-radius: 4.7619047619vw;
    border-bottom-left-radius: 4.7619047619vw;
  }
  .top_slider .top_slide_main .slide img.pc {
    display: none;
  }
  .top_slider .top_slide_main .slide img.sp {
    display: block;
  }
  .top_slider .main_content {
    bottom: 3.5714285714vw;
    left: 4.7619047619vw;
  }
  .top_slider .main_content img {
    width: 71.4285714286vw;
    margin-bottom: 1.1904761905vw;
  }
  .top_slider .main_content h3 {
    font-size: 6.2857142857vw;
    padding: 0.7142857143vw 1.1904761905vw;
    margin-bottom: 1.1904761905vw;
  }
  .top_slider .main_content h3.column_txt::after {
    left: -4.2857142857vw;
    bottom: -14.2857142857vw;
    font-size: 7.619047619vw;
  }
  .top_slider .main_content h3 span {
    font-size: 5.2380952381vw;
  }
  .top_slider .news_one {
    position: absolute;
    top:inherit;
    transform: inherit;
    width: 55.4761904762vw;
  left: 50%;
  transform:translateX(-50%);
  }

  .top_slider .news_one .main {
    width: 76.1904761905vw;
    -moz-column-gap: 3.5714285714vw;
    column-gap: 3.5714285714vw;
    padding: 0 3.5714285714vw;
    border-top-left-radius: 4.7619047619vw;
    border-bottom-left-radius: 4.7619047619vw;
  }
  .top_slider .news_one .link {
    width: 14.2857142857vw;
    border-top-right-radius: 4.7619047619vw;
    border-bottom-right-radius: 4.7619047619vw;
  }
  .top_slider .news_one .link a {
    padding-right: 2.380952381vw;
  }
  .top_slider .news_one p {
    font-size: 2.8571428571vw;
  }
  .slick-slider{
    margin-bottom: 0;
  }
  .news_part {
    padding:230px 4.7619047619vw 4.7619047619vw 4.7619047619vw;
    flex-direction: column;
    gap: 1.1904761905vw;
    margin-top: 0vh;
  }

  .new-plan__wrap{
    margin-top: 45vh;
  }

  .news_part.sec{
    margin-top: 3vh;
  }

  .news_part div.title {
    width: 100%;
  }
  .news_part div.title h3 {
    font-size: 11.4285714286vw;
    text-align: center;
  }
  .news_part div.title a.pc {
    display: none;
  }
  .news_part .main {
    width: 100%;
  }
  .news_part .main .one {
    background: #fff;
    height: auto;
    border-radius: 5.9523809524vw;
    padding: 2.380952381vw 4.7619047619vw;
    margin-bottom: 1.9047619048vw;
  }
  .news_part .main .one a {
    gap: 2.380952381vw;
    height: 100%;
  }
  .news_part .main .one a p {
    font-size: 3.8571428571vw;
  }
  .news_part a.sp {
    display: flex;
    align-items: center;
    gap: 2.380952381vw;
  }
  .news_part a.sp p {
    font-size: 3.8095238095vw;
    padding-bottom: 1.1904761905vw;
    border-bottom: 1px solid #020202;
    color: #020202;
    font-weight: 400;
    font-family: "Noto Sans JP";
    width: -moz-max-content;
    width: max-content;
  }
  .news_part a.sp::after {
    content: "";
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    background: url(../images/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .about_part {
    padding-top: 7.1428571429vw;
  }
  .about_part .one {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 19.0476190476vw;
    padding-right: 4.7619047619vw;
  }
  .about_part .one img.main {
    width: 100%;
  }
  .about_part .one .content {
    width: 90.4761904762vw;
    max-height: 107.1428571429vw;
    border-radius: 4.7619047619vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7.1428571429vw 3.5714285714vw 4.7619047619vw 7.1428571429vw;
    margin-left: 0vw;
    margin-top: -14.2857142857vw;
  }
  .about_part .one .content::after {
    font-size: calc(65 / 390 * 100vw);
    top: calc(-250 / 390 * 100vw);
    right: calc(-10 / 390 * 100vw);
  }
  .about_part .one .content p.title {
    font-size: 5.7142857143vw;
    margin-bottom: 2.380952381vw;
    padding-top: 4.7619047619vw;
  }
  .about_part .one .content p.title::before,
  .about_part .one .content p.title::after {
    width: 14.2857142857vw;
    height: 0.4761904762vw;
  }
  .about_part .one .content p.title::after {
    width: 7.1428571429vw;
  }
  .about_part .one .content p.txt {
    font-size: 3.3333333333vw;
    line-height: 6.1904761905vw;
  }
  .about_part .one img.other {
    width: 42.8571428571vw;
    margin-left: 52.380952381vw;
    margin-top: 4.7619047619vw;
  }
  .about_part .one.other {
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 4.7619047619vw;
    padding-right: 0;
    margin-bottom: 4.7619047619vw;
  }
  .about_part .one.other .content {
    margin-left: 0;
    margin-right: 0vw;
    padding-top: 7.1428571429vw;
    border-radius: 4.7619047619vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .about_part .one.other .content::after {
    content: "02";
    top: calc(-250 / 390 * 100vw);
    right: auto;
    bottom: auto;
    left: calc(-5 / 390 * 100vw);
  }
  .about_part .one.other img.other {
    position: absolute;
    left: 4.7619047619vw;
    top: -52.380952381vw;
    margin-left: 0;
    margin-right: 0vw;
    margin-top: 0vw;
  }
  .about_part::before {
    display: none;
  }
  .contribution_part {
    padding-bottom: 9.5238095238vw;
  }
  .contribution_part::before {
    display: none;
  }
  .contribution_part::after {
    content: "";
    position: absolute;
    top: 4.0476190476vw;
    left: 0;
    width: 100%;
    height: 47.619047619vw;
    z-index: -1;
    background: url(../images/contribution_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contribution_part h3 {
    font-size: 5.7142857143vw;
  }
  .contribution_part .main {
    padding-top: 35.7142857143vw;
    flex-wrap: wrap;
    gap: 2.380952381vw;
  }
  .contribution_part .main .one {
    width: 45%;
    min-height: 52.380952381vw;
    border-radius: 4.7619047619vw;
  }
  .contribution_part .main .one .image {
    display: flex;
    justify-content: center;
    padding: 3.5714285714vw 2.380952381vw 2.380952381vw;
  }
  .contribution_part .main .one .image img {
    width: 28.5714285714vw;
  }
  .contribution_part .main .one .image::after {
    left: 2.380952381vw;
    top: 2.380952381vw;
    z-index: 1;
    width: 8.5555555556vw;
    height: 12.1111111111vw;
  }
  .contribution_part .main .one .image img {
    border-radius: 14.2857142857vw;
  }
  .contribution_part .main .one p.txt1 {
    font-size: 3.8095238095vw;
    line-height: 6.1904761905vw;
    min-height: 11.9047619048vw;
  }
  .contribution_part p.txt2 {
    font-size: 4.2857142857vw;
    margin-top: 7.1428571429vw;
  }
  .contribution_part p.txt2::before,
  .contribution_part p.txt2::after {
    top: -4.7619047619vw;
    left: -2.380952381vw;
    font-size: 7.1428571429vw;
  }
  .contribution_part p.txt2::after {
    left: auto;
    right: -2.380952381vw;
    top: -7.1428571429vw;
  }
  .contribution_part .gradient_more {
    width: 90.4761904762vw;
    height: 11.9047619048vw;
    border-radius: 5.9523809524vw;
    margin-top: 4.7619047619vw;
    line-height: 0;
  }
  .contribution_part .gradient_more::after {
    top: 3.5714285714vw;
    right: 7.1428571429vw;
    width: 4.7619047619vw;
    height: 4.7619047619vw;
  }
  .contribution_part .gradient_more a {
    font-size: 4.7619047619vw;
  }
  .map_part::before {
    top: 13.0952380952vw;
    width: 100%;
    height: 35.7142857143vw;
  }
  .map_part .images {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0vw;
  }
  .map_part .images img.main {
    width: 95.2380952381vw;
  }
  .map_part .images img.map {
    width: 90.4761904762vw;
    margin-left: 4.7619047619vw;
    margin-top: -11.9047619048vw;
  }
  .map_part div.main {
    margin: 14.2857142857vw 0 17.8571428571vw;
    padding: 0 4.7619047619vw;
    flex-direction: column;
    gap: 13.0952380952vw;
  }
  .map_part div.main .one {
    width: 100%;
    height: 47.619047619vw;
    row-gap: 5.9523809524vw;
    border-radius: 4.7619047619vw;
  }
  .map_part div.main .one::after {
    width: 14.2857142857vw;
    height: 14.2857142857vw;
    top: -9.5238095238vw;
  }
  .map_part div.main .one p.txt1 {
    width: 59.5238095238vw;
    font-size: 4.7619047619vw;
  }
  .map_part div.main .one button {
    width: 66.6666666667vw;
    height: 15.4761904762vw;
    border-radius: 8.3333333333vw;
  }
  .map_part div.main .one button a {
    font-size: 5.2380952381vw;
  }
  .map_part div.main .one button a::after {
    content: "";
    width: 4.7619047619vw;
    height: 4.7619047619vw;
  }
  footer .footer {
    max-width: 100%;
    width: 90.4761904762vw;
  }
  footer .footer .main {
    display: block;
  }
  footer .footer .main .logo_info img {
    width: 80%;
    display: block;
    margin: auto;
  }
  footer .footer .main .logo_info p.txt1 {
    font-size: 4.2857142857vw;
    line-height: 5.7142857143vw;
    margin-top: 4.7619047619vw;
    padding: 0 2.380952381vw;
  }
  footer .footer .main .logo_info p.txt2 {
    font-size: 5.7142857143vw;
    margin-top: 3.5714285714vw;
    margin-bottom: 3.5714285714vw;
  }
  footer .footer .main .logo_info button {
    display: block;
    width: 100%;
    height: 16.6666666667vw;
    border-radius: 8.3333333333vw;
    border: 0.4761904762vw solid rgb(244, 176, 96);
    margin-bottom: 3.5714285714vw;
  }
  footer .footer .main .logo_info button a::after {
    content: "";
    width: 5.9523809524vw;
    height: 5.9523809524vw;
    margin-left: 4.7619047619vw;
  }
  footer .footer .main .logo_info button.green a {
    font-size: 5.2380952381vw;
  }
  footer .footer .main .logo_info button.green a::after {
    background: url(../images/green_triangle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  footer .footer .main .logo_info button.red a {
    font-size: 5.2380952381vw;
  }
  footer .footer .main .logo_info button.red a::after {
    background: url(../images/red_triangle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  footer .footer .main .logo_info .menu_sp {
    margin-top: 7.1428571429vw;
  }
  footer .footer .main .logo_info .menu_sp ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer .main .logo_info .menu_sp ul li {
    border: 1px solid #fff;
    margin-bottom: 4.7619047619vw;
  }
  footer .footer .main .logo_info .menu_sp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-size: 4.2857142857vw;
    color: #fff;
    text-align: center;
    padding: 2.380952381vw 0;
  }
  footer .footer .main .logo_info p.copyright {
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-size: 3.3333333333vw;
    color: #fff;
    text-align: center;
    padding: 2.380952381vw 0 4.7619047619vw;
  }
} /*# sourceMappingURL=style.css.map */

/* 下層ページ */

.page__fv{
  margin-left: auto;
  border-top-left-radius: 0.9vw;
  border-bottom-left-radius: 0.9vw;
  background:url(../images/page_fv.jpg)no-repeat right center;
  background-size: cover;
  width:calc(100% - 7.2916666667vw);
  min-height:44.45vh;
  margin-top: 140px;
  position: relative;
  margin-bottom: calc(var(--col-space) / 2);
  }

  .page__fv:before{
    content: '';
    background-color: #fce0b4;
    width:100vw;
    height:20vh;
    position: absolute;
    left: -7.2916666667vw;
    bottom: 0;
    z-index: -1;
  }

.page__fv .title{
 background:#fff;
 padding:1em;
 position: absolute;
 top:50%;
 left:0;
 transform: translateY(-50%);
 font-size: 2.8125vw;
 letter-spacing: 0px;
 color: #ff8a00;
 font-weight: 700;
 font-family: "Zen Maru Gothic";
    max-width: 55%;
}

.txt24.title{
  padding-bottom: .5em;
  border-bottom:3px solid #ff8a00;
  font-size: 1.4rem;
  font-weight: 700;
}

.date_cat{
  font-style: italic;
  color:#999;
}

section.sec__page{
  padding:0 var(--col-space) var(--row-space);
}

section.sec__page:first-of-type{
  padding-top: 0;
}

section.sec__page:last-of-type{
  padding-bottom: 0;
}

.main__wrap{
  max-width: 1100px;
  margin: auto;
}

dl.about{
  display: flex;
  border-top: 1px solid #f5a92b;
  border-bottom: 1px solid #f5a92b;
  font-size: 1.0rem;
  background: #fff;
}

dl.about dt{
  padding:1em;
  position: relative;
  width:30%;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

dl.about dd{
  padding:1em;
  width:70%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

dl.about dt::before{
  content: '';
  border-radius: 3.46em;
  background:#ff8a00;
  height:6px;
  width:30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

dl.about dt::after{
  content: '';
  background:#f5a92b;
  position: absolute;
  top: 50%;
  width:1px;
  height:70%;
  transform: translateY(-50%);
  right:0;
}

@media only screen and (max-width: 767px) {

  
  section.sec__page {
    padding: 0 4vw;
}

  .page__fv{
    margin-top: 70px;
    width: calc(100% - 3.2916666667vw);
    border-top-left-radius: 4.9vw;
    border-bottom-left-radius: 4.9vw;
    min-height: 24.45vh;
  }

  .page__fv:before{
    height:10vh;
  }

  dl.about{
    flex-wrap: wrap;
  }

  .sec__page h2{
     font-size: 6.55vw;
  }


  dl.about dt, dl.about dd{
    width:100%;
  }

  dl.about dt{
    border-bottom: 1px solid #ffe8c2;
  }

  dl.about dt::after, dl.about dt::before{
    display: none;
  }

}

/* 個人のお客様 */

.flex__box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex__box.space{
  justify-content: space-between;
}

.flex__box .Hurf{
  width:calc(96% / 2);
  margin-top: var(--s3-space);
}

.flex__box .full{
    width: 100%;
  margin: auto;
  max-width: 100%;
  margin-top: var(--s3-space);
}

.flex__box .full a.grade{
  width: 100%;
  margin: auto;
  max-width: 100%;
}

.flex__box .five__item{
  width:var(--flex_third_space);
  margin-right: 2%;
  margin-bottom: var(--s3-space);
}

.flex__box .five__item figure img, .flex__box .Hurf figure img{
  border-radius: 0.65vw;
  padding:7px;
  border:1px solid #ddd;
  background: #fff;
}

a.grade{
  border-radius: 2.8125vw;
  background-image: linear-gradient(90deg, #ff6600 0%, #f5a92b 100%);
  padding:.75em .55em;
  text-align: center;
  font-size: 1.45rem;
  margin: .5em auto;
  color:#fff;
  display: block;
  position: relative;
  max-width: 600px;
}

a.grade::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6458333333vw;
  width: 1.875vw;
  height: 1.875vw;
  background: url(../images/gradient_btn_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

a.Left{
	margin-left:0 !important;
	margin-right:0 !important;
}

p.Center{
  text-align: center;
}

p.Center img{
  margin-left: auto;
  margin-right: auto;
}

.Center > p{
	  text-align: center;
}

.plan_table_head {
  background: #f0f0f0;
}

.plan_table_head th{
	text-align:center;
	 background: #f0f0f0;
}
.plan_table_head td.price, .plan_table_head td{
	background:#fff;
	text-align:right;
}

.plan_table td.price{
	text-align:right;
}

.plan_table {
  width: 100%;
  border-top: solid 1px #eaeaea;
  border-left: solid 1px #eaeaea;
  margin:0 auto 2em;
  background: #fff;
}

.plan_table th, .plan_table td {
  border-right: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  vertical-align: middle;
  text-align: left;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.plan_table th, .plan_table td ul{
list-style: disc;
list-style-position: inside;
margin-left: 1em;
}

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

.plan_table th, .plan_table td ul li{
  list-style: disc;
}

.plan_table th, .plan_table td ul li:last-child{
  margin-bottom: 0;
}

.plan_table td.center{
  text-align: center;
}

table.table th{
  padding:1em;
  text-align: center;
  width:30%;
  vertical-align: middle;
}

table.table{
  background:#fafafa;
  padding:.75em;
  border-top: 1px solid #ddd;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  margin-top: 2em;
  margin-bottom: 2em;
}

.text_min {
  font-size: 80% !important;
}

.plan_table_head th{
  text-align: center;
}

.howto th{
	width:25%;
}

li {
  margin-bottom: 1em;
}

.left_title01 {
  width: 23.4%;
  background: #fce5e7;
}

.left_title02 {
  width: 23.4%;
  background: #e5f5fd;
}

.area_flow dl {
  width: 100%;
  background: #fff;
  margin: 0 auto 2em auto;
  border: 1px solid #d9dbe3;
  position: relative;
}
.area_flow dl dt{
display: flex;
margin-bottom: .5em;
}

.area_flow .flow_no {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background: #4087c7;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: -20px;
}

.area_flow .flow_no:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -11px;
  border: 15px solid transparent;
  border-left: 15px solid #4087c7;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.area_flow .image {
  display: block;
  width: 220px;
  margin: 0 .5em 0 0;
}

.txt_area{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.area_flow .title_flow_box {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.txt_area{
  width:calc(100% - 130px);
  padding:1em;
}

.area_flow dl dd{
  padding:0 1em 1em;
}

.area_flow .title_flow_box{
  margin-top: .5em;
}

.area_flow p{
  line-height: 1.55;
}

.flow_web_icon {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  background: #ff8d17;
}

.flow_web_contents {
  width: 8%;
  display: table-cell;
  vertical-align: top;
}

.flow_web_wrap {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.flow_icon_sub {
  font-size: 13px;
}

.flow_tel_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.flow_web_icon {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  background: #ff8d17;
  line-height: 1.0;
}

.flow_web_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  transform: translate(-50%,-50%);
}

.flow_web_wrap {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.flow_tel_icon {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  background: #ffc81a;
  display: inline-block;
  line-height: 1.0;
}

.flow_web_contents:nth-child(2) {
  width: 92%;
  vertical-align: middle;
}

.flow_catch{
  color:#fff;
  background:#ffc81a;
  display: inline-block;
  padding:10px;
  margin-bottom: 0 !important;
}

.tx_min{
 font-weight: 300 !important;
 font-size: 0.9rem !important;
}

.red{
  color:#fe0000;
}

h3.border-left{
  font-size: 1.4rem;
  font-weight: 700;
  border-left:7px solid #f5a92b;
  padding-left: 1em;
  margin: 2em 0 1em;
  text-align: left;
}

#privacy_wrap{
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1em;
  height: 500px;
  max-width: 800px;
  margin:0 auto var(--s3-space);
  border: 1px solid #ddd;
  background:#fff;
}

#privacy_wrap h2{
  font-size: 1.4rem
}

.comm_mb50{
  margin-bottom: 1em;
}

.comm_mb50 ol{
  padding-left:0;
}

.comm_mb50 p{
  line-height: 1.855;
}

#application_wrap dl{
  display: flex;
  flex-wrap: wrap;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 0.5em;
}

#application_wrap dl dt{
background: #fafafa;
padding: 1em;
width: 30%;
vertical-align: middle;
border: none;
text-align: center;
font-weight: bold;
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 0;
}

#application_wrap dl dd {
  border: none;
  padding: 1em;
  width: 70%;
  text-align: left;
  font-size: 17px;
  background: #fff;
  margin-bottom: 0;
}

#application_wrap dl dd i{
  display: inline !important;
}

.text_red {
  color: #da1111 !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"] {
  padding:.75em;
  border: 1px solid #eaeaea;
  line-height: 20px;
  margin: 0 0 0 0;
  background-color: #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  box-sizing: border-box;
}

textarea{
	width:100%;
}

input[type="submit"]{
	margin:1em auto !important;
}

#application_wrap dl{
  margin-bottom: 5px;
}

input[type="text"]#short{
	width:90px;
}

#application_wrap dl > dd:first-child{
  width: 100%;
}

.wpcf7-form dd p{
  text-align: left;
}

.products_main_title{
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: .75em;
  margin-bottom: .75em;
  border-left:7px solid #f5a92b;
  padding-left: 1em;
}

.products_main_title.big{
  font-size: 1.45rem;
  background: #fff;
}

.products_main_title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin: 1em auto 1em auto;
  padding: 12px;
  border: 1px solid #ffba17;
}

a.btn_other {
  display: block;
  width: 100%;
  max-width: 320px;
  font-size: 1.0rem;
  padding: 0.6em;
  border-radius: 4px;
  text-align: center;
  background: #1f5dbb;
  color: #fff;
  margin: .5em auto .5em auto;
}

p a.btn_other{
  margin:.5em 0;
}

.spacious-button, input[type="reset"], input[type="button"], input[type="submit"], button {
  color: #FFFFFF;
  display: block;
  margin: 40px auto 0 auto;
  padding: 1em 10px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background: #ff6f2b;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 3px #c75d15;
  border-radius: 6.4em;
  font-size: 24px;
  width: 50%;
}

.wpcf7c-elm-step2{
	margin-top:0 !important;
	margin-bottom:40px !important;
}

#application_wrap dl dd select {
  width: calc(95% / 3);
  font-size: 17px;
  margin-right: 5px;
}

select{
  padding:.5em;
}

input[type="tel"], input[type="number"] {
  padding: 10px;
  border: 1px solid #eaeaea;
  line-height: 20px;
  margin: 0 0 0 0;
  background-color: #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  font-size: 17px;
}

.form_case {
  display: block;
  font-size: 80%;
  color: #aaa;
}

.color__box{
  background: #fff;
  padding:1em;
  line-height: 1.8;
}

.detail.color__box{
  border-radius: 1.46em;
  padding: var(--s3-space);
}

ol.list{
  padding: 0;
}

ol.list li dl dt{
  margin-bottom: .5em;
}

ol.list li dl dd{
  background: #fff;
  padding:1em;
  margin-bottom: 0;
}

ol.list li dl dd ol{
  padding-left: .5em;
}

.color__box ol{
  padding-left: 1em;
}

ol.list li table.table{
  margin-bottom: 0;
  margin-top: .5em;
}

.yakkan_pdf_wrap a {
  display: block;
  padding: 1em;
  border: 1px solid #f39800;
  background: #f39800;
  color: #fff;
  border-radius: 2.46rem;
  text-align: center;
  font-size: 1.2rem;
  width:calc(98% / 2);
}

.yakkan_pdf_wrap a img {
  max-width: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.yakkan_pdf_wrap {
  border: 1px solid #ccc;
  padding: 1em;
  margin-top:var(--s3-space);
  background: #fff;
}

.yakkan_pdf_wrap p{
  margin: 0.5em auto 0;
  text-align: center;
  font-size: 0.9rem;
}

.yakkan_pdf_wrap a:hover {
  background: #fff;
  color: #f39800;
  opacity:1;
}

#hikari p{
  font-size: 0.9rem;
  margin-bottom: 1em;
}

.scroll{
  margin: 2em auto;
}

#hikari b, #hikari p.mid{
  font-size: 1.0rem;
}

/*タブ切り替え全体のスタイル*/

p.small{
  font-size: 0.8rem !important;
}

.tabs {
  background-color: #fff;
  padding:2em 1em;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  border-bottom: 3px solid #ff8a00;
  background-color: #d9d9d9;
  border-right: 1px solid rgb(255, 245, 229);
  padding:.5em;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

#shinki:checked ~ #shinki_content,
#tenyo:checked ~ #tenyo_content,
#henkou:checked ~ #henkou_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #ff8a00;
  color: #fff;
}

.c-tab__item-main {
  text-align: center;
  font-size: 14px;
}

.c-tab__item-main strong {
  font-size: 18px;
  display: block;
}

.tel{
  color:#ff4e00;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.recruit_tel{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.recruit_tel a{
  margin-right: .5em;
}

.c-tab__step {
  display: flex;
}

.c-tab__step-item {
  width: calc(33.333333% - 3.5rem);
  margin-right: 3.5rem;
  position: relative;
}

.c-tab__step > *:not(:last-child)::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: -48px;
  bottom: 0;
  width: 37px;
  height: 100%;
  background: url(../images/flow-arrow.png) center 26px/28px auto no-repeat;
}

.c-tab__step-item h3 img {
  display: block;
  margin: 0 auto 10px auto;
}

.c-tab__step-item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ff8a00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.c-section p {
  margin-bottom: 0;
  line-height: 1.5;
}

.c-list-notes-right__body {
  font-size: 0.75rem;
  line-height: 1.6;
}

.products_left {
  border: 6px solid #ddd;
  padding: .5em;
  background: #fff;
  margin-bottom: 1em;
}

.products_title {
  color: #505050;
  font-size: 120%;
  margin: 20px auto 0 auto;
  padding: 0 5px 5px 5px;
  font-weight: bold;
  border-bottom: 4px solid #f39801;
  text-align: center;
  width: 90%;
  box-sizing: border-box;
}

.products_text_wrap {
  display: inline-block;
  padding: 8px 8px 5px 8px;
  background: #ffba17;
  text-align: center;
  color: #fff;
  line-height: 1.0;
}

.products_text {
  border: 1px solid #ffba17;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

.products_back_white{
	background:#fff;
	padding:10px;
	box-sizing:border-box;
	}

	.products_table{
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-around;
	}

  .products__item{
    width: calc(96% / 3);
  }
  
  .products_table_arrow{
	width:2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align:center;
	font-size:25px;
	}


	.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #f39601 transparent transparent transparent;
	margin:auto;
	}

  .products_redline {
    padding: 10px 10px 8px 10px;
    border: 4px double #f10006;
    box-sizing: border-box;
    color: #f10006;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto var(--s3-space) auto;
}

.blue-border-box {
  background: #f3fbff;
  padding:1em;
  border: 1px solid #e7f7ff;
  border-radius: 8px;
  margin: 0 auto var(--s3-space) auto;
}

.back_pink {
  background: #ffa69a;
  display: inline-block;
  padding: 5px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}

.back_green {
  background: #b7dc69;
  display: inline-block;
  padding: 5px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}

.back_blue {
  background: #89d9f1;
  display: inline-block;
  padding: 5px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}

.pink_title {
  border-bottom: 3px solid #ffa69a;
  margin: 0 auto 20px auto;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
}

.products_back_white02 {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  border: 1px solid #ddd;
}

.green_title {
  border-bottom: 3px solid #b7dc69;
  margin: 0 auto 20px auto;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
}

.blue_title {
  border-bottom: 3px solid #89d9f1;
  margin: 0 auto 20px auto;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
	
	header .header .header_main .main_menu.open li.dropdown_menu > a.none{
		pointer-events: none;
	}

  .products_table{
    flex-wrap: wrap;
   }
 
   .products__item{
     width: 100%;
   }

  .tel{
    font-size: 2.0rem;
  }
	
		
	.products_main_title.big{
		font-size:1.3rem;
	}

  select, input[type="text"], input[type="email"], input[type="password"], textarea, input[type="tel"]{
    width:100%;
  }

  .c-tab__step{
    display: block;
  }

  .c-gutter > *:not(:last-child) {
    margin-bottom: 0.75rem;
}

.c-tab__step-item{
  width:100%;
}

.c-tab__step > *:not(:last-child) {
  padding-bottom: 40px;
  background: url(../images/flow-arrow-bottom.png) center bottom 10px/20px auto no-repeat;
}

.c-tab__step > *:not(:last-child)::after{
  display: none;
}

.c-tab__step-item h3 {
  margin-bottom: 15px;
}

.tab_item{
  width:100%;
}

.products_main_title{
  font-size: 1.05rem;
}

.tab_content{
  padding:1em;
}

  .flex__box .Hurf{
    width:100%;
  }

    .yakkan_pdf_wrap a{
    width:100%;
    margin-bottom: 1em;
  }

  .yakkan_pdf_wrap a:last-child{
    margin-bottom: 0;
  }

  #application_wrap dl dt, #application_wrap dl dd, #application_wrap dl dd select{
    width: 100%;
    padding:.5em;
  }

  .scroll table{
    width:100%;
    }
    .scroll table th, .scroll table td{
      font-size: 0.85rem;
      padding: 0.5em;
      text-align: center;
    }
    .scroll{
    overflow: auto;
    white-space: nowrap;
    }
    .scroll::-webkit-scrollbar{
     height: 5px;
    }
    .scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
    }
    #hikari .color__box{
      font-size: 0.8rem;
    }

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
      width: 100%;
      padding: .5em;
      margin-top: 0;
    }

    .area_flow .title_flow_box{
      word-break: break-all;
      font-size: 19px;
    }

    .area_flow dl dt, .txt_area{
      flex-wrap: wrap;
      width:100%;
      padding-bottom: 0;
    }

    .area_flow .image{
      margin:auto;
    }

    .flow_web_icon, .flow_tel_icon{
      width:45px;
      height: 45px;
    }

    .flow_web_icon span, .flow_tel_icon span{
      font-size: 28px;
    }

    .flow_icon_sub{
      font-size: 11px;
    }

    .area_flow .flow_no{
      left:-10px;
    }

    a.grade{
      font-size: 1.2rem;
    }

    a.grade::after{
      width:20px;
      height:20px;
      right:20px;
    }

    .page__fv .title{
      transform: inherit;
      top:inherit;
      bottom: 0;
    }

    .post_title{
      font-size: 1.1rem;
    }
  
}

/************アコーディオン************/
@media only screen and (max-width: 767px) {
.accordion {
  max-width: 95%;
  margin: 0 auto;
  width: 100%;
}

.accordion__item {
  cursor: pointer;
  padding:2px 0;
}


.accordion__title {
  position: relative;
  padding:0px;
  font-weight: bold;
  cursor: pointer;
  color:#ff8a00;
  margin-bottom:5px;
  font-size:1.05rem;
  padding-bottom:5px;
  border-bottom:1px solid #ff8a00
}


.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #ff8a00;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}


header .header .header_main ul.accordion__content {
  cursor: pointer;
  display: none;
}

.accordion__content.is-open {
  display: block;
}

	header .header .header_main ul.accordion__content li{
		margin-top:.3em;
		margin-bottom:.3em;
	}

.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

header .header .header_main .is-active ul.accordion__content{
	display:block;
}
	.accordion__content li:last-child{
		margin-bottom:0;
	}
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display:flex;
align-items:center;
	justify-content:center;
}

.balloon5 .faceicon {
  margin-right: -90px;
  width: 200px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 p{
	margin-bottom:0 !important;
	font-size:17px !important;
}


.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
}

.says p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
	.balloon5{
		flex-direction:column;
	}
.balloon5 .faceicon {
    margin-right: 0;
    width: 100px;
}
	.says{
		margin-left:0;
	}
.balloon5 p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
}
}

dd.block span.wpcf7-list-item{
	display:block;
}
.wh__box{
	padding:1em;
	background:#fff;
}

.campaign__wrap{
 max-width: 1100px;
 margin: 1em auto 0; 
}

h4.l-border{
  display: flex;
  column-gap: .5em;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: .75em;
}

h4.l-border:before{
  content: '';
  background: #ffee00;
  width: 15px;
  height: 3px;
}

p + h4.l-border{
  margin-top: 2em;
}

p.big{
  font-weight: bold;
  font-size: 1.05rem !important;
  padding-bottom: .75em;
  border-bottom: 1px dashed #ffc81a;
}

p.big:before{
  content:'●';
  display: inline-block;
  margin-right: .25em;
}

p.middle{
	font-weight:bold;
	font-size:1.15rem !important;
}

.wh__box{
  background: #fff;
  border:2px solid #dedede;
  padding: 1em;
  font-size: 1.0rem;
  text-align: center;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
}
.wh__box.wide{
	max-width:100%;
}
.wh__box.wide ul.disc{
	text-align:left;
font-weight:bold;}

.wh__box.wide ul.disc li:last-of-type{
	margin-bottom:0;
}

.wh__box .title{
  background: #ffee00;
  padding: .5em;
  font-weight: bold;
  text-align: center;
  color:#222;
  max-width: max-content;
  margin: 0 auto 0;
}

.top__wh__box{
	background:#fff;
	padding:.75em;
	margin:2em auto;
	width:100%;
	text-align:left;
	max-width:100%;
	line-height:1.9;
}

.top__wh__box p:last-of-type{
	margin-bottom:0 !important;
}

.top__wh__box small{
display:block;
font-size:0.9rem;
}

#giga, #terms, #construction, #service, #change, #application, #other, #hikaridenwa, #rental, #terms-l, #attention{
	margin-top:-125px;
	padding-top:125px;
}
@media screen and (max-width: 767px) {

#giga, #terms, #construction, #service, #change, #application, #other, #hikaridenwa, #rental, #terms-l,#attention{
	margin-top:-80px;
	padding-top:80px;
}
}
#terms h2, #other h2{
	margin-top:.9em;
}

/* 全体のコンテナ（横並び設定） */
.flex-container {
  display: flex;
  gap: 24px;
  max-width: 900px;
  margin: 20px auto;
  padding: 0 15px;
}

/* 各カードの幅を均等に */
.info-card {
  flex: 1;
}

/* 見出しのデザイン */
.info-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

/* 本文が入るボックスの共通設定 */
.info-box {
  border: 2px solid #001a3d; /* 濃紺の境界線 */
  padding: .75em;
  box-sizing: border-box;
}

.info-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify; /* 両端揃え */
}

/* 背景色のバリエーション */
.bg-blue {
  background-color: #e6f2f7; /* 薄い青 */
}

.bg-red {
  background-color: #ffe1e1; /* 薄い赤 */
}

/* 改行コントロール */
.pc-only { display: inline; }

/* --- レスポンシブ対応 (スマホ) --- */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column; /* 縦並びに変更 */
    gap: 30px;
  }

  .info-title {
    font-size: 15px;
  }

  .pc-only {
    display: none; /* スマホでは見出しの改行を解除 */
  }

  .info-box {
    height: auto;
  }
}

/* 全体コンテナ */
.info-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
  color: #333;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* セルフチェック部分：背景を白に */
.check-box {
  background-color: #ffffff; /* 白背景を追加 */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* 少し浮き上がらせて視認性アップ */
}

.check-lead {
  color: #f39800;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.check-lead::before {
  content: "▶";
  margin-right: 8px;
  font-size: 0.8em;
}

.check-question {
  font-size: 1.1rem;
  border-bottom: 2px solid #f39800;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}

.check-answers {
  list-style: none;
  padding-left: 10px;
}
.check-answers li {
  margin-bottom: 10px;
}
.check-answers li span {
  color: #f39800;
  font-weight: bold;
  margin: 0 5px;
}

.check-result-group {
  padding-left: 10px;
}
.check-result {
  margin-top: 20px;
}
.result-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.result-text {
  font-size: 0.95rem;
  margin: 0;
}

/* テーブル部分 */
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background-color: #ffffff; /* テーブル全体の背景を白に */
}

.status-table th, 
.status-table td {
  border: 1px solid #333;
  padding: 15px 10px;
  text-align: center;
  font-size: 0.9rem;
  width:25%;
}

/* ヘッダーと行見出し（画像に合わせた薄黄色） */
.status-table thead th,
.status-table tbody .row-head {
  background-color: #ffea4f;
  font-weight: bold;
}

.status-table tbody .row-head {
  text-align: left;
  padding-left: 15px;
}

/* データセルの背景を白に明示 */
.status-table tbody td {
  background-color: #ffffff;
}

/* 斜線の再現 */
.cell-slash {
  background: linear-gradient(to top right, transparent 48%, #333 49%, #333 51%, transparent 52%) !important;
}

/* 不可（グレー背景） */
.cell-disabled {
  background-color: #eeeeee !important;
  color: #888;
}

/* スマホ調整 */
@media screen and (max-width: 600px) {
  .check-box {
    padding: 20px;
  }
}

/****************よくある質問******************/

.faq-list {
    margin-bottom: 5vh;
}

.faq-item {
    margin-bottom: 10px;
}

/* 質問：オレンジ背景・白文字 */
.faq-question {
    position: relative;
    background-color: #f39200;
    color: #ffffff;
    padding: 20px 60px 20px 20px;
    font-weight: bold;
    cursor: pointer;
	font-size:clamp(17px,19px,20px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s;
}

.faq-question:hover {
    opacity: 0.9;
}

/* ＋－マーク */
.faq-toggle-icon {
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: "";
    position: absolute;
    background-color: #ffffff; /* マークも白 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.faq-list {
    counter-reset: faq-counter;
}

.faq-item {
    counter-increment: faq-counter;
}

.faq-question::before {
    content: "Q" counter(faq-counter);
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    margin-right: 10px;
    background-color: #ffffff;
    color: #f39200;
	padding:5px;
	line-height:1.0;
	font-size:24px;
}
@media screen and (max-width: 767px) {
	.faq-question::before{
	font-size:18px;
	}
}
/* 横棒 */
.faq-toggle-icon::before {
    width: 100%;
    height: 2px;
}

/* 縦棒（＋の時だけ表示） */
.faq-toggle-icon::after {
    width: 2px;
    height: 100%;
}

/* 開いている時（－）の状態 */
.faq-question.is-active .faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* 回答エリア */
.faq-answer {
    display: none;
    background: #f9f9f9;
    border-left: 2px solid #f39200;
    margin: .5em 5px 0;
}
/* 回答エリア全体のコンテナ */
.faq-answer-inner {
    padding: 25px 20px;
    background: #f9f9f9;
    border-left: 3px solid #f39200; /* オレンジのアクセント線 */
}

/* Aのアイコン部分と1行目 */
.faq-a-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* 本文との間隔 */
}

/* 赤文字の「A」アイコン風 */
.faq-a-icon {
    color: #e60012; /* サイトに合う赤 */
    font-size: 24px; /* 大きめ */
    font-weight: 900;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    line-height: 1;
}

/* 回答の1行目（太文字） */
.faq-a-firstline {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

/* 本文のpタグ */
.faq-answer-inner p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    color: #444;
    font-size: 16px;
}
.faq-answer p {
    padding: 0;
    margin: 1em 0 0;
    line-height: 1.7;
    color: #333;
}

.faq-answer-inner ul {
    margin: 15px 0;
    padding-left: 20px;
    list-style-type: disc;
}

.faq-answer-inner li {
    margin-bottom: 5px;
    line-height: 1.6;
    color: #444;
}

.faq-answer-inner h4{
	font-size:1.05rem;
}

.faq-answer-inner ul + p {
    margin-top: 15px;
}

.faq-question {
    position: relative;
    background-color: #f39200; /* くるめオレンジ */
    color: #ffffff; /* 白文字 */
    padding: 15px 60px 15px 15px; /* アイコンに合わせて微調整 */
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center; /* 縦方向中央 */
    transition: opacity 0.3s;
}

/* 白い円の中にオレンジのQ */
.faq-q-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px; /* 潰れ防止 */
    background-color: #ffffff; /* 白い円 */
    color: #f39200; /* オレンジの文字 */
    border-radius: 50%; /* 正円 */
    font-size: 24px;
    font-weight: 900;
    margin-right: 15px;
    font-family: Arial, sans-serif;
}

/* 質問テキストの調整 */
.faq-q-text {
    line-height: 1.5;
    flex: 1;
}