
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.in {
  margin: 0 auto;
  max-width: 1000px;
}
.flex {
  display: flex;
}
.sp {
  display: none;
}
.word_break {
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}
input[type=submit]:hover {
  opacity: 0.8;
}

@media screen and (max-width:640px) {
  .in {
    width: 100%;
    padding: 0 4%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    overflow: hidden;
  }
}

.ttl_1 {
  width: max-content;
  margin: 3rem auto;
}

@media screen and (max-width:640px) {
  .ttl_1 {
    width: 100%;
    margin: 2rem auto;
  }
}
/* 色 */
:root{
  --orange:#ea7227;
  --blue:#3a71cf;
}

/* ヘッダー */
header {
  height: 85px;
  padding-bottom: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 0px 16px -8px #777777;
}
header .header_container {
  justify-content: space-between;
}
header .header_container .logo {
  align-self: flex-end;
}
header .header_container .btns .tel {
  align-self: flex-end;
  margin-right: 10px;
}
header .header_container .btns .contact_btn,
header .header_container .btns .line_btn {
  width: 220px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
header .header_container .btns .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
header .header_container .btns .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_ico.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
header .header_container .btns .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_contact.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
header .header_container .btns .line_btn {
  background: rgb(44,192,15);
  background: linear-gradient(180deg, rgba(44,192,15,1) 0%, rgba(16,165,0,1) 100%);
  border-bottom: solid 5px #118a03;
}
header .header_container .btns .line_btn::before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  background: url(../images/line_ico.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
header .header_container .btns .line_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_line.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  header {
    height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 16px -8px #777777;
  }
  header .header_container {
    justify-content: space-between;
    align-items: center;
  }
  header .header_container .logo {
    align-self: flex-end;
    width: 48%;
  }
  header .header_container .tel {
    align-self: flex-end;
    margin-right: 0px;
    width: 48%;
  }
  header img {
    max-width: 100%;
  }
}

section.firstview {
  background: url(../images/fv01_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 85px;
  position: relative;
}
section.firstview::before{
  position: absolute;
  content: "";
  width: 80%;
  height: 37%;
  position: absolute;
  top: 38%;
  background: linear-gradient(to right,#ffffffff 60%, #ffffff00);
}
section.firstview .in {
  position: relative;
  padding: 30px;
}
section.firstview .in .catch {
  position: relative;
  width: 80%;
  z-index: 1;
}
section.firstview .in .main_image {
  position: absolute;
  right: 0px;
  bottom: -5rem;
  z-index: 0;
}
section.firstview .in .badge {
  position: absolute;
  right: -20px;
  bottom: -40px;
}

@media screen and (max-width:640px) {
  section.firstview{
    margin-top:0;
  }
  section.firstview .in {
    padding:  0;
  }
  section.firstview .in .catch {
    position: relative;
    width: 100%;
  }
  
  section.firstview .in .main_image {
    display: none;
  }
}
section.sec00{
  display: none;
}
section.sec00 .in{
  background-color:#f0f0f0;
  padding: 2rem;
  text-align: center;
  margin-top: 5rem;
}
section.sec00 .in h2{
  color:var(--blue);
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: 2rem;
}
section.sec00 .in span{
  color:var(--orange);
}

section.sec01 {
  padding: 70px 0 50px;
}
section.sec01 .upper {
  background: #2871ce;
  border-top: solid 15px #fff;
  padding: 15px 15px 15px 180px;
  align-items: center;
  justify-content: space-between;
}
section.sec01 .upper .open,
section.sec01 .upper .trip {
  width: 240px;
  height: max-content;
}
section.sec01 .upper .japanese {
  width: 300px;
  height: max-content;
}
section.sec01 .under {
  background: #fff;
  padding: 15px;
  position: relative;
}
section.sec01 .under .imagearea {
  position: absolute;
  left: 10px;
  bottom: -1px;
}
section.sec01 .under .ctaarea {
  justify-content: flex-end;
  align-items: center;
}
section.sec01 .under .ctaarea a {
  margin-left: 15px;
}
section.sec01 .under .contact_btn,
section.sec01 .under .line_btn,
section.sec01 .under .tel_btn {
  width: 220px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
section.sec01 .under .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
section.sec01 .under .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_ico.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
section.sec01 .under .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_contact.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
section.sec01 .under .line_btn {
  background: rgb(44,192,15);
  background: linear-gradient(180deg, rgba(44,192,15,1) 0%, rgba(16,165,0,1) 100%);
  border-bottom: solid 5px #118a03;
}
section.sec01 .under .line_btn::before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  background: url(../images/line_ico.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
section.sec01 .under .line_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_line.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
section.sec01 .under .tel_btn {
  background: rgb(28,90,168);
  background: linear-gradient(180deg, rgba(28,90,168,1) 0%, rgba(25,70,127,1) 100%);
  border-bottom: solid 5px #0f2e54;
}
section.sec01 .under .tel_btn::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/tel_icon.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
section.sec01 .under .tel_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_tel.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  section.sec01{
    padding:2rem 1rem;
  }
  section.sec01 .in {
    padding:0;
    box-shadow: 0px 3px 6px -1px #aaa;
  }
  section.sec01 .upper {
    background-color:var(--blue);
    border-top: solid 15px #fff;
    padding: 15px 15px 55px 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  section.sec01 .upper .open,
  section.sec01 .upper .trip {
    width: 48%;
    height: auto;
  }
  section.sec01 .upper .japanese {
    position: absolute;
    width: 80%;
    height: auto;
    position: absolute;
    top: 53px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  section.sec01 .under {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.sec01 .under .imagearea {
    display: none;
    position: relative;
    left: 2%;
    bottom: -2.5px;
    width: 38%;
  }
  section.sec01 .under .ctaarea {
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    position: relative;
    right: unset;
    padding: 0px 10px;
  }
  section.sec01 .under .ctaarea a {
    margin-left: 0;
  }
  section.sec01 .under .contact_btn,
  section.sec01 .under .line_btn,
  section.sec01 .under .tel_btn {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
  }
  section.sec01 .under .contact_btn {
    margin: 10px 0;
  }
  section.sec01 .under .line_btn {
    margin-bottom: 10px;
  }
  section.sec01 .under .tel {
    width: 100%;
    margin-top: 10px;
  }
  section.sec01 .under .tel_btn {
    margin-top: 10px;
  }
}


section.sec02 {
  position: relative;
}
section.sec02 .in {
  position: relative;
  z-index: 1;
}
section.sec02 .in>.reason{
  width:100%;
}
section.sec02 .reasons {
  justify-content: space-between;
  margin-top: 20px;
}
section.sec02 .reason {
  padding:3rem 2rem;
  width: 49%;
  text-align: center;
  background: #f0f0f0;
}
section.sec02 .reason img {
  padding-bottom: 2rem;
}
section.sec02 .reason h3 {
  font-size: 2.5rem;
  color: #2871ce;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.3;
}
section.sec02 .reason h3 span {
  color: #ec6207;
}
section.sec02 .reason h3 span span {
  font-size: 1.6rem;
}
section.sec02 .reason p {
  font-size: 1.4rem;
  line-height: 1.5;
}
section.sec02 .reason p.hosoku {
  font-size: 1.2rem;
  color: #555;
  margin-top: 20px;
}


@media screen and (max-width:640px) {
  section.sec02 .ttl_1 {
    width: 80%;
  }
  section.sec02 .reasons {
    justify-content: center;
    flex-wrap: wrap;
  }
  section.sec02 .reason {
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    padding-bottom: 40px;
    box-shadow: 0px 0px 16px -8px #777777;
    margin-bottom: 3rem;
  }
}


section.sec025 .bg-gray{
  background-color:#f0f0f0;
  padding:2.5rem;
  margin-bottom:3rem;
}
@media(min-width:768px){
  section.sec025 .bg-gray{
    padding:3rem 8rem;
  }
}
section.sec025 .bg-gray h3{
  color:var(--blue);
  font-weight:bold;
  text-align: center;
  font-size:2.5rem;
  margin-bottom:3rem;
}
@media(max-width:767px){
  section.sec025 .bg-gray h3{
    font-size: 2rem;
  }
}
section.sec025 .bg-gray h3 p{
  border-top: 2px solid var(--blue);
  padding: 0.5rem 0;
  width: 50rem;
  margin: 0.5rem auto;
}
@media(max-width:767px){
  section.sec025 .bg-gray h3 p{
    font-size: 1.5rem;
    width:30rem;
  }
}
section.sec025 h4{
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media(max-width:767px){
  section.sec025 h4{
    display: block;
  }
}
section.sec025 h4 div{
  padding:0.5rem 1rem;
  background-color: var(--blue);
  color:#fff;
  border-radius:5px;
  margin-right: 1rem;
  width:14rem;
}
@media(max-width:767px){
  section.sec025 h4 div{
    margin:1rem auto;
  }
}
section.sec025 h4 p{
  line-height:1.4;
}
section.sec025 h4 .big{
  font-size:2.2rem;
}
section.sec025 .flex{
  justify-content: space-between;
  margin-bottom:3rem;
}
section.sec025 .flex div{
  width:49%;
}
@media(max-width:767px){
  section.sec025 .flex{
    display: block;
  }
  section.sec025 .flex div{
    width:100%;
    margin-bottom:1rem;
  }
}
section.sec025 .flex div img{
  width:100%;
}
section.sec025 .text{
  line-height:1.7;
  margin-bottom: 1rem;
}
section.sec025 .text .marker{
  background:linear-gradient(transparent 80%, #ff6 60%);
}
section.sec025 .text .hosoku{
  font-size:0.8rem;
}



section.sec03 {
  background: #f3f3f3;
  padding: 2rem 0 5rem;
  text-align: center;
}
section.sec03 .text p {
  font-size: 2rem;
  font-weight: bold;
  color: #2871ce;
  line-height: 1.5;
}
section.sec03 .text p > span {
  color: #ec6207;
  margin-right: 20px;
}
section.sec03 .text p > span > span {
  font-size: 3.5rem;
}

section.sec03 h3 {
  font-size: 2.5rem;
  color: #2871ce;
  font-weight: bold;
  border-bottom: solid 2px #2871ce;
  padding-bottom: 0.5rem;
  width: 50rem;
  margin: 2rem auto;
}

section.sec03 ul{
  justify-content:space-between;
}
section.sec03 ul li{
  width:25%;
  padding:0 1rem;
}
section.sec03 ul li img{
  width:100%;
  height:15rem;
  object-fit: cover;
}
@media(max-width:767px){
  section.sec03 ul{
    flex-wrap: wrap;
  }
  section.sec03 ul li{
    width:50%;
    padding:0.5rem;
  }
  section.sec03 ul li img{
    height:9rem;
  }
}
section.sec03 .tags {
  margin: 4rem 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
section.sec03 .tags p {
  flex-grow:1;
  border: solid 1px #2871ce;
  background-color: #fff;
  color: #2871ce;
  font-size: 2rem;
  padding: 5px 10px;
  margin:0.5rem 1rem;
  flex-grow: 1;
}
.price-table .flex div{
  padding:0.5rem 1rem;
}
.price-table .flex img{
  width:100%;
}

@media screen and (max-width:640px) {
  section.sec03 h3 {
    width:30rem;
    font-size:2rem;
  }
  section.sec03 .text p > span {
    margin-right: 0px;
  }
  .price-table .flex{
    display: block;
  }
}
/* 画像切り替え */
@media(max-width:767px){
  .img-sp{display: block;}
  .img-pc{display: none;}
}
@media(min-width:768px){
  .img-sp{display: none;}
  .img-pc{display: block;}
}

section.sec04 {
  position: relative;
  padding-top: 60px;
}
section.sec04 .in {
  position: relative;
  z-index: 1;
}
section.sec04 .ttl_2 {
  width: 300px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}
section.sec04 .ttl_2::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: 10px auto;
  background: url(../images/payment_ttl.png) no-repeat;
  background-size: contain;
}
section.sec04 .payments {
  justify-content: center;
  margin-top: 35px;
}
section.sec04 .payments .payments1,
section.sec04 .payments .payments2 {
  margin: 0 20px;
}
section.sec04 .contents_box {
  padding: 50px 100px;
  background: #fff;
}
section.sec04 .contents_box .disc {
  text-align: right;
  margin-top: 20px;
  margin-right: -20px;
}

@media screen and (max-width:640px) {
  section.sec04 .ttl_2 {
    width: 100%;
  }
  section.sec04 .contents_box {
    padding: 20px;
    background: #fff;
  }
  section.sec04 .payments {
    flex-direction: column;
    margin-top: 20px;
  }
  section.sec04 .payments .payments1,
  section.sec04 .payments .payments2 {
    width: 100%;
    margin: 20px 0;
  }
  section.sec04 .contents_box .disc {
    text-align: right;
    margin-top: 10px;
    margin-right: 0px;
  }
}

section.sec05 {
  background: #2871ce;
  padding: 60px 0;
  position: relative;
}
section.sec05 .in {
  position: relative;
  z-index: 1;
}
section.sec05::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
}
section.sec05 .slide {
  margin-top: 60px;
}
section.sec05 .case {
  width: 850px;
  padding: 20px;
  align-items: flex-start;
  background: #fff;
  margin: 0 auto;
}
section.sec05 .case .textarea {
  width: 60%;
  padding-left: 20px;
}
section.sec05 .case .textarea h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  border-bottom: solid 2px #2871ce;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.sec05 .case .textarea h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #ec6207;
  margin: 15px 0 10px;
}
section.sec05 .case .textarea p {
  font-size: 1.4rem;
  line-height: 1.5;
}
section.sec05 .slick-prev,
section.sec05 .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
section.sec05 .slick-prev {
  left: -90px;
}
section.sec05 .slick-next {
  right: -90px;
}
section.sec05 .slick-prev::before {
  background: url(../images/slide_prev.png) no-repeat;
  background-size: contain;
}
section.sec05 .slick-next::before {
  background: url(../images/slide_next.png) no-repeat;
  background-size: contain;
}
section.sec05 .slick-prev:hover,
section.sec05 .slick-next:hover {
  opacity: 0.8;
}

@media screen and (max-width:640px) {
  section.sec05 .ttl_1 {
    width: 70%;
  }
  section.sec05 .slide {
    margin: 40px auto;
    width: 90%;
  }
  section.sec05 .slick-prev {
    left: -35px;
  }
  section.sec05 .slick-next {
    right: -35px;
  }
  section.sec05 .case .container {
    flex-direction: column;
  }
  section.sec05 .case .textarea {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}


section.sec06 {
  padding: 2rem 0 5rem;
  background: #e8f3fb;
}
section.sec06 .textarea {
  margin-left: 20px;
}
section.sec06 .textarea{
  border: solid 2px #ff9600;
  background: #fff;
  padding: 3rem 5rem;
}
section.sec06 .textarea .price_table p {
  font-size: 2rem;
  font-weight: bold;
}
section.sec06 .textarea .price_table span {
  color: #ec6207;
  font-size: 2.2rem;
  margin-top: 10px;
}
section.sec06 .textarea .price_table span.price{
  font-size: 3.5rem;
}
section.sec06 .textarea p {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.5;
  margin-top: 5rem;
}

@media screen and (max-width:640px) {
  section.sec06 .contents {
    flex-direction: column;
  }
  section.sec06 .textarea {
    margin-top: 20px;
    margin-left: 0px;
    padding:2rem;
  }
  section.sec06 .textarea p {
    margin-top: 0;
  }
  
}


section.sec07 {
  background: #f3f3f3;
  padding: 70px 0;
}
section.sec07 .ttl_2 {
  width: 300px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}
section.sec07 .q_content {
  margin-top: 65px;
}
section.sec07 .q_content .question {
  padding: 15px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #2871ce;
  border-left: solid 50px #2871ce;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}
section.sec07 .q_content .question::before {
  content: "Q";
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -34px;
  top: 45%;
  transform: translateY(-50%);
}
section.sec07 .q_content .question::after {
  content: "";
  background: url(../images/qa_arrow.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
section.sec07 .q_content .answer {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  border-left: solid 50px #ec6207;
  position: relative;
  margin-top: 5px;
}
section.sec07 .q_content .answer span {
  font-size: 1.4rem;
  color: #333;
}
section.sec07 .q_content .answer::before {
  content: "A";
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -32px;
  top: 45%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  section.sec07 .q_content {
    margin-top: 40px;
  }
  section.sec07 .q_content .question {
    font-size: 1.6rem;
  }
  section.sec07 .q_content .question::after {
    right: 20px;
  }
  section.sec07 .q_content .answer {
    font-size: 1.4rem;
  }
}
section.sec08 {
  padding: 60px 0;
  background: #fff;
}
section.sec08 .answer{
  display: none;
}
section.sec08 .active{
  display: block;
}

section.sec08 .areabox {
  background: #2871ce;
  padding: 45px;
  justify-content: space-between;
  display: flex;
}
section.sec08 .areabox .textarea {
  width: 61%;
}
section.sec08 .ttl_2 {
  width: 300px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}
section.sec08 .q_content {
  margin-top: 65px;
}
@media screen and (max-width:640px) {
  section.sec08 .q_content {
    margin-top: 40px;
  }
}
section.sec08 .question{
  position: relative;
  cursor: pointer;  background-color: #e8f3fb;
  border:1px solid #2871ce;
  border-bottom: none;
}
section.sec08 .q_content{
  border-bottom:1px solid #2871ce;
}

section.sec08 .question::after {
  content: "";
  background: url(../images/qa_arrow.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
section.sec08 .question h3{
  font-size:2rem;
  padding:15px;
  font-weight: bold;
  color: #2871ce;
}

section.sec08 .areabox .textarea p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width:640px) {
  section.sec08 .areabox {
    flex-direction: column;
  }
  section.sec08 .areabox .textarea {
    width: 100%;
  }
  section.sec08 .areabox .imagearea {
    margin-top: 20px;
  }
}
section.sec09 {
  padding: 60px 0;
  background: #e8f3fb;
}
section.sec09 .ttl_2 {
  width: 300px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2871ce;
  padding-bottom: 20px;
  border-bottom: solid 2px #2871ce;
  text-align: center;
  margin: 0 auto;
}

.form {
  margin-top: 40px;
}
.form table th {
  width: 25%;
  position: relative;
  padding: 25px 80px 25px 0;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  position: relative;
  color: #000;
}
.form table th.require:after {
    content: "必須";
    color: #db3333;
    position: absolute;
    right: 25px;
    font-size: 1.6rem;
}
.form table th.any:after {
    content: "任意";
    color: #2871ce;
    position: absolute;
    right: 25px;
    font-size: 1.6rem;
}
.form table tr td {
  width: 60%;
  vertical-align: middle;
}
.form table tr td input,
.form table tr td textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  border-radius: 0px;
  background-color: #fff;
  font-size: 1.8rem;
  outline: none;
}
.form table tr td textarea {
  position: relative;
  top: 14px;
  height: 10em;
}
.form table tr td select {
  width: 200px;
  font-size: 1.8rem;
  padding: 13px;
}
.form input[type=submit] {
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border: none;
  border-bottom: solid 5px #ce4f01;
  cursor: pointer;
}
.form .submit_wrapper {
  position: relative;
  display: block;
  margin: 70px auto 0;
  z-index: 1;
  width: max-content;
}

@media screen and (max-width:640px) {
  section.sec09 {
    margin-bottom: 0px;
  }
  .form table th {
    width: 100%;
    display: block;
    padding: 25px 0px 10px 0;
    text-align: left;
  }
  .form table th.require:after {
    content: "必須";
    color: #db3333;
    position: absolute;
    right: 10px;
    font-size: 1.6rem;
  }
  .form table th.any:after {
    content: "任意";
    color: #2871ce;
    position: absolute;
    right: 10px;
    font-size: 1.6rem;
  }
  .form table tr td {
    width: 100%;
    display: block;
  }

}



.sp_foot {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  box-sizing: border-box;
  justify-content: center;
  box-shadow: 0px 0px 16px -8px #777777;
}
.sp_foot .tel {
  background: #fff;
  padding: 7px 20px;
  width: 100%;
  display: block;
  text-align: center;
  height: 60px;
}
.sp_foot .tel img {
  width: 80%;
}
.sp_foot .contact_btn,
.sp_foot .tel_btn {
  width: 50%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
.sp_foot .contact_btn {
  background: rgb(239,116,21);
  background: linear-gradient(180deg, rgba(239,116,21,1) 0%, rgba(235,89,0,1) 100%);
  border-bottom: solid 5px #ce4f01;
}
.sp_foot .contact_btn::before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background: url(../images/mail_ico.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
.sp_foot .contact_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_contact.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.sp_foot .tel_btn {
  background: rgb(28,90,168);
  background: linear-gradient(180deg, rgba(28,90,168,1) 0%, rgba(25,70,127,1) 100%);
  border-bottom: solid 5px #0f2e54;
}
.sp_foot .tel_btn::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/tel_icon.png) no-repeat;
  background-size: contain;
  padding-right: 12px;
}
.sp_foot .tel_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/arrow_tel.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: #2871ce;
}
footer .in {
  text-align: center;
  padding: 20px 0;
}
footer a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (max-width:640px) {
  footer {
    margin-bottom: 65px;
  }
}