@charset "utf-8";

/*
* main.css
*
* Copyright 2022 ngk
*
*/
/*******************************************************************/
body{
  font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  color:#4b4b4b;
  background-color:#ffc900;
}
section{
  width:100%;
  padding:60px 0 100px;
}
div.area_title{
  width:100%;
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area_title.png");
  background-repeat:no-repeat;
  background-position:center;
  min-height:85px;
  line-height;85px;
  text-align:center;
  font-weight:bold;
  font-size:45px;
  padding:20px 0 0;
  margin-bottom:40px;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF,  0-1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
}
h2{
  width:100%;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align:center;
  margin-bottom: 40px;
  padding:15px;
}
h3{
  font-weight: bold;
  font-size: 30px;
  text-align:center;
}
.sp{display:none;}
.pc{display:block;}

/*******************************************************************/
header {
  width: calc(100% - 100px);
  margin:0 auto;
  position: relative;
  z-index: 100;
  padding:20px 0;
}
header h1 {
  text-align: center;
  width: 250px;
}
header h1 img{
  width:100%;
}
header .mailform{
  position: absolute;
  top: 0;
  right: 80px;
  background-color: #d63457;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-align: center;
  width: 400px;
  height: 85px;
  font-size: 30px;
  transition: height 0.5s;
}

header .mailform:hover {
  height:120px;
}
header .mailform a{
  color: #fff;
  width: 100%;
  display: block;
}
/* Drawer */
header .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}
header nav.nav {
  width: 80%;
  height: 100vh;
  background-color: #fff;
  right: -80%;
  top: 0;
  position: fixed;
  padding:0;
  transition: all 200ms ease-in-out;
  z-index: 199;
}
header nav.nav ul {
  border: none;
  padding: 0;
}
header .toggle {
  position: absolute;
  top: 0;
  right: 100%;
  width: 90px;
  height: 85px;
  background-color: #413417;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
header span.toggler,
header span.toggler:before,
header span.toggler:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
}
header span.toggler:before{
  bottom: 9px;
}
header span.toggler:after {
  top: 9px;
}
header span.deleteclass {
  background-color: transparent;
}
header span.deleteclass::before {
  bottom: 0;
  transform: rotate(45deg);
}
header span.deleteclass::after {
  top: 0;
  transform: rotate(-45deg);
}
header .nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .nav ul li a {
  padding: 10px 20px;
  display: block;
  color: #313131;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}
header .nav ul li a:hover {
  background-color: #f1f1f1;
}
/* Show Nav */
.show-nav .nav {
  right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

/*******************************************************************/
section.slider{
  width:100%;
  margin-top: 20px;
  padding: 10px 0 40px;
}
.slider1 .swiper-button-next,
.slider1 .swiper-button-prev{
  color:#333333 !important;
}
.slider1 .swiper-horizontal > .swiper-pagination-bullets,
.slider1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider1 .swiper-pagination-custom,
.slider1 .swiper-pagination-fraction {
  bottom: 30px !important;
}
section.slider .no_slider {
  width:70%;
  max-width:750px;
  margin:0 auto;
}
section.slider .no_slider img{
  width:100%;
}


/*******************************************************************/
section.area1{
  background: #c4b899;
  color:#fff;
  padding-top: 20px;
}
section.area1 div.area1_title{
  text-align: center;
  background-image: url("/sunrise/wp-content/themes/sunrise_lp/common/img/area1_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 27%;
  padding: 20px 0 75px 0;
  font-size: 28px;
}
section.area1 div.area1_imgtext{
  position:relative;
  max-width:1170px;
  margin:30px auto 0;
}
section.area1 div.area1_img{
  width: 100%;
  margin: 0 auto;
}
section.area1 div.area1_img img{
  width:100%;
}
section.area1 ul.area1_text{
  position:absolute;
  text-align:center;
  color:#333333;
  top:0;
  left:0;
  width:100%;
}
section.area1 ul.area1_text li{
  position: absolute;
  width: 30%;
  font-size: 1.6vw;
  font-size:min(2vw,24px);
  line-height:130%;
}
section.area1 ul.area1_text li.area1_text_1{
  padding-top:18%;
  left: 5%;
}
section.area1 ul.area1_text li.area1_text_2{
  padding-top:10%;
  left: 37%;
}
section.area1 ul.area1_text li.area1_text_3{
  padding-top: 17%;
  right: 0px;
  padding-right: 2%;
  width: 35%;
}
section.area1 ul.area1_text li.area1_text_4{
  padding-top: 43%;
  left: 6%;
}
section.area1 ul.area1_text li.area1_text_5{
  padding-top: 48%;
  left: 37%;
}
section.area1 ul.area1_text li.area1_text_6{
  padding-top: 40%;
  right: 0px;
  padding-right: 2%;
  width: 32%;
}

/*******************************************************************/
section.area2{
  width:100%;
  padding-top:0;
}
section.area2 div.area2_1{
  position:relative;
  width: 100%;
  min-height: 660px;
  margin: 0 auto;
  text-align: center;
}
section.area2 div.area2_1 img.back{
  width: 100%;
  margin: 0 auto;
  height: 600px;
}
section.area2 div.area2_1 img.human{
  width: 70%;
  max-width: 800px;
  position:absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
section.area2 div.area2_2{
  position:relative;
  width: 850px;
  margin: 0 auto;
  height: 82vh;
  padding-bottom: 60px;
  max-height: 560px;
}
section.area2 div.area2_2 p{
  position :absolute;
  right:0;
  top:0;
  color: #fff;
  font-size: 30px;
  line-height:2;
  text-align:right;
  font-family:"GenJyuuGothicX", "GenJyuuGothicXP";
/*  text-shadow: 1px 1px 0 #666, -1px -1px 0 #666, -1px 1px 0 #666, 1px -1px 0 #666, 0px 1px 0 #666, 0-1px 0 #666, -1px 0 0 #666, 1px 0 0 #666;
  text-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 1px 0 #999, 1px -1px 0 #999, 0px 1px 0 #999, 0-1px 0 #999, -1px 0 0 #999, 1px 0 0 #999;*/
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
section.area2 div.area2_2 img{
  position :absolute;
  left:0;
  bottom: 20px;
}
section.area2 div.area2_3{
}
section.area2 div.area2_3 dl{
  position:relative;
  width:800px;
  margin:0 auto;
}
section.area2 div.area2_3 dl dt{
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area2_3_bg.png");
  background-repeat:no-repeat;
  background-position: center;
  background-size:100%;
  padding:30px 20px 30px 140px;
  position: relative;
}
section.area2 div.area2_3 dl dt p{
  font-size:30px;
  font-weight: bold;
}
section.area2 div.area2_3 dl dt p:before{
  content:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area2_3_pt.png");
  position: absolute;
  top: -10px;
  left: 0;
}
section.area2 div.area2_3 dl dt p span.red{
  color:#ff0000;
}
section.area2 div.area2_3 dl dd{
  padding:15px 20px 30px 140px;
  font-size: 18px;
  line-height: 1.4;
}

/*******************************************************************/
section.area3{
  width:100%;
  background-color:#2d9f15;
}
section.area3 .area3_inner{
  width:1000px;
  display:flex;
  margin:0 auto;
  justify-content:space-between;
  padding:30px 0;
}
section.area3 .area3_inner a{
  display:block;
  flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
  color:#fff;
  font-weight:bold;
  border:2px solid #fff;
  border-radius:7px;
  box-shadow: 5px 5px 5px #333;
  box-sizing: border-box;
}
section.area3 .area3_inner a:hover{
  opacity:0.8;
}
section.area3 .area3_inner a.formbtn{
  background-color:#d53457;
  position: relative;
  padding: 22px 16px 20px 30px;
}
section.area3 .area3_inner a.formbtn p{
  font-size:52px;
  padding-top:10px;
}
section.area3 .area3_inner a.formbtn span{
  font-size:20px;
  color:#fff22f;
}
section.area3 .area3_inner a.formbtn::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.area3 .area3_inner a.telbtn{
  background-color:#3457d5;
  padding: 40px 16px 40px 0;
}
section.area3 .area3_inner a.telbtn p{
  font-size:58px;
  padding-top:20px;
  padding-left:15px;
  transform : scale(1, 1.3);
}
section.area3 .area3_inner a.telbtn span{
  position: relative;
  font-size:22px;
  padding-left:70px;
}
section.area3 .area3_inner a.telbtn span:before{
  content:"";
  position: absolute;
  top: 0px;
  left: 20px;
  display:block;
  width: 50px;
  height: 50px;
  background-image: url("/sunrise/wp-content/themes/sunrise_lp/common/img/area3_tel.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/*******************************************************************/
section.area4{
  width:100%;
}
section.area4 .slider2{
  width: 900px;
  margin: 0 auto;
  position:relative;
  overflow: hidden;
  padding-bottom:30px;
}
section.area4 .slider2 ul{
  width:100%;
}
section.area4 .slider2 li .area4_coma{
  text-align:left;
  background-color:#ffdf6a;
  padding: 15px;
  box-sizing:border-box;
}
section.area4 .slider2 .swiper-slide {
  padding: 0px 5px;
}
section.area4 .slider2 li p.area4_coma_img img{
  width:45%;
}
section.area4 .slider2 li p.area4_coma_img .area4_coma_img_left:after{
  content:"";
  position: absolute;
  top: 38%;
  left: 47%;
  display: block;
  width: 40px;
  height: 70px;
  background-image: url("/sunrise/wp-content/themes/sunrise_lp/common/img/area4_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.area4 .slider2 li p.area4_coma_img .area4_coma_img_right{
  margin-left:7%;
}
section.area4 .slider2 li p.area4_coma_name {
  font-size:120%;
  line-height:150%;
  padding:5px 0;
}
.slider2 .swiper-button-next,
.slider2 .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  color:#ffffff !important;
}
.slider2 .swiper-button-prev,
.slider2 .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  color:#ffffff !important;
}
.slider2 .swiper-pagination {
  position:absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

/*******************************************************************/
section.area5{
  width:100%;
  background-color:#2d9f15;
}
section.area5 .area5_comawrap{
  width:1100px;
  display:flex;
  margin:0 auto;
  justify-content:space-between;
}
section.area5 .area5_comawrap .area5_coma{
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position-y: 15px;
  background-position-x: 15px;
}
section.area5 .area5_comawrap .area5_coma.area5_rank1 {background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area5_rankicon1.png");}
section.area5 .area5_comawrap .area5_coma.area5_rank2 {background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area5_rankicon2.png");}
section.area5 .area5_comawrap .area5_coma.area5_rank3 {background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area5_rankicon3.png");}
section.area5 .area5_comawrap .area5_coma .area5_coma_title{
  padding: 5px 5px 30px 90px;
  font-size: 20px;
  line-height: 1.5;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_title span{
  font-size: 16px;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner{
  display:flex;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner .area5_coma_img{
  width:50%;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner .area5_coma_img img{
  width:100%;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner .area5_coma_txt{
  width:50%;
  margin:0 5px;
  box-sizing:border-box;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner .area5_coma_txt dt{
  margin-bottom:5px;
  font-weight:bold;
}
section.area5 .area5_comawrap .area5_coma .area5_coma_inner .area5_coma_txt dd{
  margin-bottom:5px;
}

/*******************************************************************/
section.area6{
  width:850px;
  margin:0 auto;
  text-align:center;
}
section.area6 .area6_mapimg{
  margin:0 auto;
  padding-bottom:30px;
}
section.area6 .area6_maptxt{
  font-size:120%;
  line-height:130%;
  padding-bottom:20px;
}
section.area6 .area6_maptxt_btm{
}

/*******************************************************************/
section.area7{
  width:900px;
  margin:0 auto;
  text-align:center;
}
section.area7 ul.area7_comawrap{
  display:flex;
  flex-wrap: wrap;
}
section.area7 ul.area7_comawrap li.area7_coma{
  width:calc(100% / 3);
}
section.area7 ul.area7_comawrap li.area7_coma .area7_coma_img {
  margin: 10px 20px;
}
section.area7 ul.area7_comawrap li.area7_coma .area7_coma_img img{
  border-radius: 10px;
  width: 100%;
}
section.area7 ul.area7_comawrap li.area7_coma .area7_coma_txt{
  font-size:110%;
  margin-bottom:30px;
}

/*******************************************************************/
section.area8{
  width:900px;
  margin:0 auto;
}
section.area8 dl.area8_comawrap{
  width:100%;
}
section.area8 dl.area8_comawrap dt.area8_coma_q{
  width:100%;
  padding: 20px 20px 20px 50px;
  position: relative;
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area8_coma_q.png");
  background-repeat:no-repeat;
  background-position:5px;
  background-size: 40px;
  line-height: 30px;
  font-size: 22px;
  border-bottom:1px dashed #9d7c00;
}
section.area8 dl.area8_comawrap dt.area8_coma_q:after{
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
section.area8 dl.area8_comawrap dt.area8_coma_q.open:after{
  top: 45%;
  transform: rotate(-45deg);
}
section.area8 dl.area8_comawrap dd{
  display: none;
  width:100%;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  position: relative;
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area8_coma_a.png");
  background-repeat:no-repeat;
  background-position:5px;
  background-size: 40px;
  line-height: 30px;
  font-size: 22px;
}

/*******************************************************************/
section.area9{
  width:100%;
}
section.area9 .slider3{
  width: 900px;
  margin: 0 auto;
  position:relative;
  overflow: hidden;
}

section.area9 .slider3 ul{
  width:100%;
  align-items: stretch!important;
}
section.area9 .slider3 ul li{
  background-color:#ffdf6a;
  padding:20px;
  box-sizing:border-box;
  height: auto;
}
section.area9 .slider3 ul li .area9_coma_txt {
  text-align:left;
  overflow:hidden;
  padding:20px;
}
section.area9 .slider3 ul li .area9_coma_txt:before{
  content:"";
  display:block;
  float:left;
  width:80px;
  height:80px;
  background-repeat:no-repeat;
  background-size: cover;
  margin-right: 20px;
  border-radius: 50%;
}
section.area9 .slider3 ul li .area9_coma_txt.man:before {
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area9_manicon.png");
}
section.area9 .slider3 ul li .area9_coma_txt.woman:before {
  background-image:url("/sunrise/wp-content/themes/sunrise_lp/common/img/area9_womanicon.png");
}
section.area9 .slider3 ul li .area9_coma_txt .area9_coma_name{
  font-weight:bold;
  padding-bottom:7px;
  font-size:120%;
  padding-left: 100px;
}
section.area9 .slider3 ul li .area9_coma_txt .area9_coma_comment{
  padding-left: 100px;
}

/*******************************************************************/
section#form {
  padding-bottom:0;
  
}
section#form .form_title{
  width:100%;
  background-color:#d53457;
  font-weight:bold;
  color:#ffffff;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.45);
}
section#form .form_title .form_title_inner{
  width:980px;
  text-align:center;
  margin:0 auto;
  padding:20px 0;
}
section#form .form_title .form_title_inner p{
  font-size:45px;
  padding:20px 0 0;
}
section#form .form_title .form_title_inner span{
  font-size:20px;
  padding:20px 0 0;
  color:#fff22f;
}
section#form dl {
  width:980px;
  margin:0 auto;
}
section#form dl div{
  padding-top:40px;
}
section#form dl div dt{
  padding-left:10px;
  border-left:2px solid #d53457;
  font-size:22px;
}
section#form dl div dd{
  padding:5px;
}
section#form dl div dd input,
section#form dl div dd textarea{
  border:1px solid #ccc;
  padding:5px 10px ;
  background-color:#fff;
  width:100%;
  border-radius:10px;
  font-size:26px;
}
section#form dl div dd textarea{
  height: 220px;
}
section#form div.form_button{
  text-align:center;
  padding-bottom:100px;
}
section#form div.form_button input{
  width: 40%;
  margin: 30px auto;
  background-color: #d53457;
  border-radius: 10px;
  min-height: 72px;
  color: #fff;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.45);
  font-size: 30px;
}
section#form div.form_button input.back_button{
  background-color: #3455d5;
}

#formkey_field .mw_wp_form_complete{
  padding-top: 40px;
  width: 980px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 200%;
  text-align:center;

}

/*******************************************************************/
footer{
  width:750px;
  margin:0 auto;
  position: relative;
  padding: 20px 0;
  display:flex;
}
footer h1{
  text-align: center;
  width: 250px;
  margin-right:80px;
}
footer h1 img{
  width:100%;
}
footer h1 span{
  font-weight: bold;
  font-size: 25px;
  color: #080059;
}
footer nav ul{
  display: flex;
  padding-left: 280px;
  position: absolute;
  bottom: 20px;
  font-size:22px;
}
footer nav ul li{
  margin-right:35px;
}
div.footer_btm{
  text-align:center;
  padding:20px;
  background-color: rgba(32,25,105,1);
  color:#fff;
  padding-bottom:150px;
}

/*******************************************************************/
/*ページトップボタン作成*/
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 10%;
  background-color: rgba(32,25,105,1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/*ページトップボタンの中身作成*/
.page-top::before { 
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
.page-top:hover {
  opacity: 0.8 ;
}

/*******************************************************************/
/*メニューをページ下部に固定*/
#fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0.9;
  z-index: 99;
  background-color: #333;
}
.fixed-menu-inner{
  max-width: 980px;
  margin: 10px auto;
  display: table;
  border-collapse: separate;
  border-spacing: 15px 0;
  width: 100%;
}
#fixed-menu .fixed-menu-inner a{
  display: table-cell;
  font-size: 14px;
  border-right: 1px solid #fff;
  position: relative;
  padding: 20px 16px 14px 0;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 7px;
  box-shadow: 5px 5px 5px #333;
  box-sizing: border-box;
  text-align: center;
}
#fixed-menu .fixed-menu-inner a.telbtn{
  width:70%;
  background-color: #3457d5;
  font-size: min(10vw,60px);
}
#fixed-menu .fixed-menu-inner a.telbtn span{
  font-size: min(8vw,20px);
  display: block;
  padding-top: 10px;
}
#fixed-menu .fixed-menu-inner a.formbtn{
  background-color:#d53457;
  font-size: min(10vw,30px);
  vertical-align:middle;
}
#fixed-menu .fixed-menu-inner a.formbtn span{
  font-size: min(8vw,20px);
  padding-left: 0;
  text-align: center;
  display: block;
  padding-top: 10px;
}




