@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset | Eric Meyer’s “Reset CSS” 2.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;overflow-x:hidden;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


* {
  box-sizing: border-box;
}
html { scroll-behavior: smooth;}
body{
	font: 16px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	line-height: 1.8;
}
ol{padding-left: 20px;}


body#kessai,
body#touroku{

  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

.w100{
    width: 100%;
    height: auto;
}
.px50{
    padding-left: 50px;
    padding-right: 50px;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

.d-sp{display: inline-block;}
.d-pc{display: none;}
img{
	width:100%;
	height: auto;
}

.container{
    width: 900px;
    margin: 0 auto;
}

.pp_box {
	padding:20px 0;
	margin: 20px auto;
	width: 90%;
	min-width:100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
.pp_box ol {
      padding-left: 20px;
    }
.h2, h2 {
    font-size: 140%;
	line-height: 1.6;
}

/* page */
.page.container{
  font-family: 'M PLUS 1p', sans-serif;
  width: 800px;
  margin: 40px auto;
  text-align: center;
}
.page.container h2{
  font-size: 30px;
  font-weight: 400;
}
.page.container p{
  margin: 40px 0;
}
.page.container .box{
  text-align: left;
}
.tv_box {
    display: flex;
    text-align: left;
    padding: 10px 0;
    margin: 10px auto;
    border-bottom: 1px dotted #333333;
}
.tv_box_title {
    flex: 1;
    font-weight: bold;
}
.tv_box_txt {
    flex: 2;
}

.back-link{
  text-align: center;
}
.back-link{
  margin: 80px 0;
}
.back-link a{
  text-decoration: none;
  color: #000;
}
.back-link a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 979px) {
  .page.container {
    width: 100%;
}
.page.container h2{
      font-size: 140%;
      line-height: 1.6;
}

.page.container p {
    margin: 20px 0;
}
.box{
margin: 20px auto;
width: 90%;
}
.tv_box{
display: block;
text-align: left;
padding: 10px 0;
margin: 10px auto;
border-bottom: 1px dotted #333333;
}

.tv_box_title{
flex: 1;
font-weight: bold;
}
.tv_box_txt{
flex: 2;
}

.pp_box {
  width: 90%;
  min-width: 90%;
}

}



/*--------------------------------------

	ANIME

--------------------------------------*/
.fade-up {
  animation: fadeup 0.8s both;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate(-50%,20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%,0);
  }
}


/**/
.zoom-in01 {
  animation: zoomin01 0.5s 0.3s both;
}
@keyframes zoomin01 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**/
.zoom-in02 {
  animation: zoomin02 0.5s 0.6s both;
}
@keyframes zoomin02 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**/
.zoom-in03 {
  animation: zoomin03 0.5s 0.9s both;
}
@keyframes zoomin03 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**/
.zoom-in04 {
  animation: zoomin04 0.5s 1.2s both;
}
@keyframes zoomin04 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**/
.zoom-in {
  animation: catch 0.3s ease-out
}
@keyframes catch {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/*--------------------------------------

	COMMON

--------------------------------------*/
section{
	position: relative;
  text-align: center;
}
.section-inner{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}



/*--------------------------------------

	HEADER

--------------------------------------*/
#header .header-inner{
  position: relative;
  max-width: 1800px;
  margin: auto;
}

#header img.hero-bg{
  width: 100%;
}
#header img.header-catch01{
  position: absolute;
  top: 2.8%;
  left: 50%;
  transform: translate(-50%,0);
  width: 90%;
}
#header img.header-catch02{
  position: absolute;
  top: 1.9%;
  left: 4.6%;
  width: 22.8%;
}

#header img.header-catch03{
  position: absolute;
  top: 6%;
  left: 1%;
  width: 98%;
}

#header img.header-catch04{
  position: absolute;
  top: 32.4%;
  left: 14%;
  width: 58%;
}

#header .header-abc{
  display: flex;
  position: absolute;
  bottom: 2%;
  left: 3%;
  width: 94%;
  justify-content: space-between;
  align-items: center;
}
#header .header-abc .header-abc-item img{
  width: 100%;
  height: auto;
}



/*--------------------------------------

	SECTION 03

--------------------------------------*/
section#section03{
  margin: -8px auto;
  background-color: #fff9eb;
  padding: 10px 15px;
}



/*--------------------------------------

	SECTION 04

--------------------------------------*/
section#section04{
  margin: -8px auto 0 auto;
  padding: 40px 15px 14px 15px;
  background-size: 100%;
  max-width: 1800px;
  background-color: #f2f2f2;
}
a.anker-link{
  margin: 20px 0 10px;
  display: block;
  animation: bigSmall 0.3s infinite alternate;
}
@keyframes bigSmall {
  0% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}



/*--------------------------------------

	SECTION | STEP

--------------------------------------*/
section#step{
  background-color: #fff;
  padding: 25px 0 40px;
}
.step-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 15px 30px;
}
.step-inner img{
  margin-bottom: 15px;
}
.step-inner img.arrow{
  width: 10%;
}
img.step-title{
  margin: 0 50px;
  width: calc(100% - 100px);
}



/*--------------------------------------

	SECTION | VOICE

--------------------------------------*/
section#voice{
  background-color: #e4ebee;
  padding-top: 20px ;
  padding-bottom: 20px ;
}
img.voice-title{
  width: 50%;
}
img.voice-subtitle{
  display: block;
  margin: 15px auto 40px;
  width: 90%;
}
.voice-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: auto;
}
.voice-inner img{
  margin-bottom: 40px;
}



/*--------------------------------------

	SECTION | QA

--------------------------------------*/
section#qa{
  background-color: #fff;
  padding-top: 30px ;
}
section#qa .section-inner{
  width: 100%;
  background-color: #b7afad;
}

img.qa-title{
  width: 50%;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 0;
    cursor: pointer;
    border-bottom: 1px solid #6a6a6a;
    text-align: left;
}
.qa-list dl:first-child {
    border-top: 1px solid #6a6a6a;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    line-height: 1.5;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
	color: #fff;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
      position: relative;
      padding: 15px 40px 15px 0;
  }
  .qa-list dl::before {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 0 0 0 20px;
      font-size: 16px;
      line-height: 1.2;
  }
  .qa-list dl dd {
      margin: 10px 0 0;
      padding: 0 0 0 20px;
      font-size: 14px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
}



/*--------------------------------------

	CV BTN 2 | FORM

--------------------------------------*/
section#cv02{
  background-color: #f7f7f7;
  padding-top: 40px ;
  padding-bottom: 20px ;
}
form{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

img.form-title{
  width: 50%;
}

.form-input{
  margin: 0 10px  20px;
  text-align: left;
}
.form-input label{
  font-weight: bold;
  margin: 0 0 10px;
  color: #6f6f6f;
  display: block;
}
.form-input label span{
  font-weight: lighter;
  color: #ad0116;
  margin-left: 10px;
}
.form-input input{
  width: 100%;
  padding: 10px 18px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.8;
  border: 1px solid #ddd;
}
.form-input select{
  width: 100%;
  padding: 15px 18px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.8;
  border: 1px solid #ddd;
}
input[type="image"] {
  width: 100%;
}



/*--------------------------------------

	FOOTER

--------------------------------------*/
#footer{
	background-color: #730e08;
	padding: 24px 0;
	text-align: center;
}
#footer p#copyright{
	color: #fff;
	font-weight: bold;
}

.footer-link{
  width: 300px;
  margin: 0px auto 20px;
  display: flex;
  justify-content: space-between;
}
.footer-link a{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.footer-link a:hover{
  text-decoration: underline;
}




/* confirm */

section.txt{
  padding: 50px 50px 30px;
  width: 900px;
  margin: auto;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e8e5e3;
  margin-bottom: 50px;
}
section.txt h2{
  margin: 50px 0 10px;
  border-left: 8px solid #ef2e02;
  line-height: 1;
  padding: 6px 0 2px 8px;
}
section.txt p{
  margin-bottom: 30px;
}
section.txt p strong{
  font-weight: bold;
}
section.txt a{
  color: #36f;
}

#touroku h2 {
  position: relative;
  margin: 0 0 27px;
  border: none;
  padding: 0;
}

#touroku h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 1px;
  left: 0;
  background-color: #ef2e02;
  border-radius: 2px;
}
#touroku h3{
  margin: 50px 0 10px;
  border-left: 8px solid #077ba8;
  line-height: 1;
  padding: 6px 0 2px 8px;
}

table.kakunin{
  background-color: #fff;
  border: 3px solid #077ba8;
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
  margin: 10px 0 0;
}
table.kakunin tr th {
  font-size: 20px;
  padding: 5px 15px;
  font-weight: bold;
  background-color: #5bb3d6;
  color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
table.kakunin tr td {
  font-size: 15px;
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}
table.kakunin tr td:nth-child(odd) {
  background-color: #edfaff;
  width: 30%;
}

button.back-btn {
  position: relative;
  background-color: #128dbc;
  border: 1px solid #077ba8;
  color: #fff;
  width: 100%;
  margin: 10px auto 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
  display: inherit;
  border-radius: 40px;
}
button.back-btn:after {
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
}

.scroll {
  width: 100%;
  height: 300px;
  overflow: scroll;
  border: 1px solid #cecece;
  padding: 20px;
  font-size: 14px;
}

#confirm .scroll {
  margin: 25px auto;
  padding: 55px 70px 5px;
  height: 220px;
  letter-spacing: 0;
  line-height: 2.2;
}


#cv-form.agree-area{
  margin-top: 50px;
  text-align: center;
}

form .form-item {
  text-align: center;
  margin-bottom: 15px;
}
#cv-form.agree-area form label::after {
    content: "";
}

input[type=radio] {
  display: none;
}

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover {
  background-color: #edfaff;
}
.radio:hover:after {
  border-color: #128dbc;
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 46%;
  left: 23px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 40%;
  background-color: #128dbc;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}


#cv-form.agree-area p.attention{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}

#cv-form.agree-area form button {
  background-color: #128dbc;
  position: relative;
}
#cv-form.agree-area form button:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv-form.agree-area p.attention span {
    color: #ef2e02;
}



/*------------------------------------------------------

    POP UP

------------------------------------------------------*/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 800px;
  z-index: 1000;
　overflow-x: hidden;
}
#popup .pointer {
  position: absolute;
  right: 30%;
  top: 75%;
  width: 44%;
}

@media (max-width: 768px) {
#popup {
  max-width: 600px;
  width: 90%;
　overflow-x: hidden;
}
}

/*--------------------------------------

	RESPO

--------------------------------------*/
@media (min-width: 992px){
  .d-sp{display: none;}
  .d-pc{display: inline-block;}
  img{
    width: auto;
  }
  #header{
  	overflow:hidden;
    text-align: center;
  }

  #header img.header-catch01{
    top: 3%;
    width: 75%;
    max-width: 1098px;
    margin: 0 auto;
  }
  #header img.header-catch02{
    top: 1.8%;
    left: 19.4%;
    width: 15.4%;
  }
	
  #header img.header-catch03{
    top: 4.6%;
    left: 14%;
    width: 72%;
  }
		
  #header img.header-catch04{
    top: 32.4%;
    left: 22.6%;
    width: 36%;
  }
  #header .header-abc{
    display: flex;
    bottom: 4%;
    left: 4%;
    width: 60%;
  }
  #header .header-abc .header-abc-item img{
    width: 100%;
    height: auto;
  }

  .section-inner{
  	width: 1000px;
  }

  section#section02{
    width:100%;
    height:246px;
  }
  section#section02 img.section2img{
    position:absolute;
    left:50%;
    width:1800px;
    height:246px;
    transform: translate(-50%,0);
  }

  section#section03{
    padding: 76px 0;
	margin-top: -8px;
  }
  section#section03 img{
    width:auto;
    max-width: 900;
    height:auto;
  }

  section#section04 {
      background-size: 40%;
	  background-color: #eeeeee;
	  margin-top: -8px;
  }

  section#cv01{
    padding: 60px 0 140px;
    width:100%;
    height:415px;
  }
  section#cv01 img{
    position:absolute;
    left:50%;
    width:656px;
    height:215px;
    transform: translate(-50%,0);
  }

  section#step{
    padding: 25px 0 110px;
  }
  img.step-title {
    width: auto;
  }
  .step-inner{
    padding: 0;
    width: 900px;
    margin: auto;
  }
  .step-inner img {
    width: 100%;
  }

  section#voice{
    padding: 100px 0;
  }
  img.voice-title{
    width: auto;
  }
  img.voice-subtitle{
    margin: 36px auto 100px;
    width: auto;
  }
  .voice-inner{
    width: auto;
  }
  .voice-inner img{
    margin-bottom: 80px;
	width: 76%;
  }

  section#qa{
    padding: 32px 0 135px;
  }
  section#qa .section-inner{
    width: 1000px;
	background-color: #b7afad;
  }
	
  img.qa-title{
    width: auto;
  }

  img.form-title{
    width: auto;
	margin-top: 100px;
  }

  section#cv02{
    background-color: #f7f7f7;
    padding: 0 0 100px;
  }

  input[type="image"] {
    width: 100%;
  }
  input[type="image"] {
    width: auto;
  }	
	
	
  section.txt{
    padding: 50px 15px 30px;
    font-size: 14px;
  }
	
  #popup .pointer {
    right: 34%;
	top: 75%;
    width: 34%;
  }
　
	
	
@media screen and (max-width: 480px){
section.txt, #kessai {
    padding: 50px 15px 30px;
    width: 94%;
    font-size: 14px;
}
	

}
@media (min-width: 1200px){
  #header img.header-catch01 {
    top: 2.3%;
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
  }
  #header .header-abc {
    bottom: 4%;
  }
}
@media (min-width: 1400px){
  #header img.header-catch01 {
    top: 2.9%;
  }
}
@media (min-width: 1800px){
  #header img.header-catch01 {
    top: 36px;
  }
  section#section03,
  section#voice {
    max-width: 1800px;
    margin: -8px auto 0 auto;
  }
}