@charset "UTF-8";
/*  */
@font-face {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  src: local("Zen Kaku Gothic New Light");
  font-weight: 300; }
@font-face {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  src: local("Zen Kaku Gothic New Regular");
  font-weight: 400; }
@font-face {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  src: local("Zen Kaku Gothic New Medium");
  font-weight: 500; }
@font-face {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  src: local("Zen Kaku Gothic New Bold");
  font-weight: 700; }
@font-face {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  src: local("Zen Kaku Gothic New Black");
  font-weight: 900; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  font-family: 'Zen Maru Gothic', serif;
  text-align: justify;
  max-width: 940px;
  margin: 0 auto;
  background: #E85400; }

main {
  display: block;
  /*overflow: hidden;*/
  background: #ffffff; }

ul,
ol {
  margin: 0;
  padding: 0; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s;
  max-width: 940px !important; }
  @media screen and (min-width: 1211px) {
    .container {
      max-width: 940px !important;
      overflow: hidden; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 940px !important;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px !important;
      overflow: hidden; } }
@media screen and (min-width: 768px) {
.container {
	 padding-left: 35px;
     padding-right: 35px;
}
}

/* ----------------------------------- */
/* フォントサイズ */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* アンカー */
/* ----------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all ease .3s; }
  a:hover, a:focus {
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ------------------------------------------ /
/ ｐｃ・ｓｐ /
/ ------------------------------------------ */
.pc {
  display: block; }

@media (max-width: 768px) {
  .pc {
    display: none; } }
.sp {
  display: none; }

@media (max-width: 768px) {
  .sp {
    display: block; } }
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ---------------------------------------------*/
/* 見出し */
/* ---------------------------------------------*/
.box:nth-of-type(n + 2) {
  margin-top: 80px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin: 0 0 20px; }


img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------ */
/* */
/* ------------------------------------------ */
.main_visual {
  height: 100%;
  position: relative; }
  .main_visual .main_visualimg {
    position: absolute;
    top: 30px;
    left: 0; 
}
.main_visual img {
	margin-bottom: -10px;
}
.content05 {
  background: #fff;
  margin-top: -7px; }
  .content05 .content05_btnWrap {
    position: relative; }
    .content05 .content05_btnWrap .content05_btnbox {
      position: absolute;
      bottom: 60px;
      padding: 0 30px; }

@media screen and (min-width: 1211px) {
  .content05 {
    background: #fff; }
    .content05 .content05_btnWrap .content05_btnbox {
      position: absolute;
      bottom: 140px;
      padding: 0 70px; } }
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .content05 {
    background: #fff; }
    .content05 .content05_btnWrap .content05_btnbox {
      position: absolute;
      bottom: 140px;
      padding: 0 70px; } }
.accordion-container {
  width: 100%; }

.accordion-list:not(:first-child) {
  margin-top: 10px; }

.accordion-title {
  background: none;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 75px 20px 20px;
  position: relative;
  color: #000000;
  font-weight: 500; 
  border-radius: 4px;
}

.accordion-title.open {
  background: none;
  cursor: pointer;
  
  padding: 20px 75px 20px 20px;
  position: relative;
  color: #000000;
  font-weight: 700; 
  border-radius: 4px 4px 0 0;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 4px;
  width: 20px;
  background: #E85400;
  transform: rotate(90deg);
  transition: all .3s ease-in-out; }

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 4px;
  width: 20px;
  background: #E85400;
  transition: all .3s ease-in-out; }

.accordion-title.open:before {
  transform: rotate(180deg); }

.accordion-title.open:after {
  opacity: 0; }

.accordion-text {
  border-radius: 0 0 4px 4px;
  display: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px 20px;
  margin-left: 0;
  color: #000000;
  background: #fff; }
  .accordion-text p {
    margin: 0; }

.content07 {
  padding-bottom: 80px; 
	background: #E85400;
}
  .content07 h2 {
    font-size: 16px;
    text-align: center;
	color: #fff;
}
  .content07 .content07accordion-list .content07accordion {
    
}
    .content07 .content07accordion-list .content07accordion::after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../images/kiyaku.svg") no-repeat;
      background-position: center;
      background-size: 40px;
      display: block;
      top: 0;
      left: 50%;
      margin-left: -20px;
      transform: rotate(0deg); }
    .content07 .content07accordion-list .content07accordion::before {
      display: none; }
    .content07 .content07accordion-list .content07accordion.open::after {
      background: url("../images/kiyaku.svg") no-repeat;
      background-position: center;
      background-size: 40px;
      opacity: 1;
      transform: rotate(180deg); }
  .content07 .content07accordion-list .accordion-text {
    background: #E85400;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none; }
    .content07 .content07accordion-list .accordion-text a {
      text-decoration: underline;
      color: #fff; }
    .content07 .content07accordion-list .accordion-text h3 {
      margin-bottom: 0; }

/* ------------------------------------------ */
/* footer */
/* ------------------------------------------ */
#footer {
  background: #fff;
  padding: 80px 0 67px;
  position: relative;
  text-align: center; }
  #footer h2 {
    font-size: 26px;
    font-weight: bold;
    border-top: #333333 solid 1px;
    border-bottom: #333333 solid 1px;
    padding: 5px 0;
	color: #333333;
	margin-top: 30px;
}
  #footer p {
    margin-bottom: 7px;
	  color: #333333;
}
  #footer .f_tel {
    font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 77px; }
    #footer .f_tel a {
     color: #333333;
}
  #footer .pagetop {
    position: absolute;
    top: -20px;
    right: 15px; }
    #footer .pagetop a {
      width: 100%;
      height: 100%;
      display: block; 
}
  #footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center; }

@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0 100px; } }
/* ---------------------------------------------------------------- */
/* CTA */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: 0px;
  transition: .6s;
  background-color: #25BA57;
  left: 0; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp ul {
    margin: 0 0 0 0;
    padding: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    #fixedBtnSpArea #fixedBtnSp ul li {
      list-style: none;
      flex-basis: 100%;
      text-align: center;
     
	  
}
      #fixedBtnSpArea #fixedBtnSp ul li a {
		padding-top: 7px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        position: relative; 
		width: 100%;
  		display: block;
  		height: 100%;
}
        #fixedBtnSpArea #fixedBtnSp ul li a::after {
          position: absolute;
          content: "";
          background: url("../images/cta_yazirushi.svg") no-repeat;
          background-position: center;
          background-size: 11px;
          width: 15px;
          height: 15px;
          display: block;
          right: -18px;
          top: 11px; }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

.list_box img{
	margin-bottom: 15px;
	
}
@media screen and (min-width: 768px) {
.list_box img{
	margin-bottom: 35px;
	
}
}
.mb_50{
	margin-top: 14%;
}
.line_link{
	width: 100%;
	height: 0;
	padding-top: 134%;
	 background: url("../images/oubo_step01.png") no-repeat;
          background-position: center;
          background-size: 100%;
	margin-bottom: 15px;
	position: relative;
}
.line_link a{
	position: absolute;
	bottom: 6%;
  left: 4%;
  width: 92%;
	height: 0;
	padding-top: 19%;
	 background: url("../images/line_link.png") no-repeat;
          background-position: center;
          background-size: 100%;
	margin-bottom: 15px;
	
	
}
.line_link a::after{
	content: "";
	position: absolute;
	bottom: 0;
  left: 0;
  width: 100%;
	height: 100%;
	
	 background: url("../images/line_link_hobaer.png") no-repeat;
          background-position: center;
          background-size: 100%;
	z-index: 2;
	opacity: 0;
	transition: all ease .3s;
	
}
.line_link a:hover::after{
	opacity: 1;
	
}

.line_link2{
	width: 100%;
  height: 0;
  padding-top: 28%;
  margin-bottom: 16%;
  position: relative;
}
.line_link2 a{
	position: absolute;
	bottom: 6%;
  left: 4%;
  width: 92%;
	height: 0;
	padding-top: 19%;
	 background: url("../images/line_link.png") no-repeat;
          background-position: center;
          background-size: 100%;
	margin-bottom: 15px;
	
	
}
.line_link2 a::after{
	content: "";
	position: absolute;
	bottom: 0;
  left: 0;
  width: 100%;
	height: 100%;
	
	 background: url("../images/line_link_hobaer.png") no-repeat;
          background-position: center;
          background-size: 100%;
	z-index: 2;
	opacity: 0;
	transition: all ease .3s;
	
}
.line_link2 a:hover::after{
	opacity: 1;
	
}
.content06{
	background: #E85400;
}

.content06 img{
	width: 80%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  display: block;
  margin-top: 21%;
  margin-bottom: 5%;
}

.riyoukiyaku_title_07{
  width: 59%;
  margin: 66px auto 20px;
  display: block;
}

@media screen and (min-width: 768px) {
	.accordion-title{
		font-size: 20px;
	}
	.accordion-text{
		font-size: 18px;
	}
}

.puraibasi_title_08{
  width: 94%;
  margin: 66px auto 20px;
  display: block;
}

.content06 .accordion-title{
	background: #FFFFFF;
}

.content07 .accordion-text h3{
	padding-top: 20px;
	padding-bottom: 10px;
}
.content07 .accordion-text p{
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.content07 h2{
		font-size: 23px;
	}
}
.content07 .accordion-text h3{
	padding-top: 20px;
	padding-bottom: 10px;
}
.content07 .accordion-text p{
	padding-bottom: 10px;
}

}






