@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Noto+Sans+JP:wght@400;700&family=Oswald&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
		  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	/*font-weight: initial;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  /*color: #000;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
}
/* Image
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
/*	height: auto;*/
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
	  flex-shrink: 0;
}

/* Setting-basic
---------------------------------------*/
html{
  font-size: 16px;
  letter-spacing: 0.05em;
}
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #313c55;
  background-color: #fef8ef;
}

@media all and (min-width: 768px){
  body {
      overflow-x: hidden;
      /*min-width: 1240px;*/
  }
}
@media all and (max-width: 767px) {

}


/* Font
---------------------------------------*/

.os {
  font-family: 'Oswald', sans-serif;
}
.mon {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}


/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #313c55;
}
a:active,
a:focus {
	outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 768px) {
  a:hover {
	opacity: 0.7;
	transition: 0.3s ease;
  }
}


.hide_txt{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}


/*pc sp only*/
.none {
  display: none;
}
.nolink {
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .nonePC {
	 display: none !important;
  }
  .nolinkPC {
	 pointer-events: none;
  }
}

@media all and (max-width: 767px) {
  .noneSP {
	 display: none !important;
  }
  .nolinkSP {
	 pointer-events: none;
  }
}


/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -20px !important;
}
/*.anchor2{
  margin-top: -50px !important;
}
.anchor3{
    position: absolute;
  margin-top: -90px !important;
}
@media all and (min-width: 681px) {
}*/
@media all and (max-width: 680px) {
  .anchor{
    margin-top: -10px !important;
  }
  /*.anchor2{
    margin-top: 0px !important;
  }
  .anchor3{
    position: absolute;
    margin-top: -60px !important;
  }*/
}


/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* main
***************************************************************/
main {
  position: relative;
  display: block;
}


@media all and (min-width: 768px) {
  main {
    padding-bottom: 100px;
  }
}


@media all and (max-width: 767px) {
	main {
    padding-bottom: 50px;
  }
}

/* content
***************************************************************/
.inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec{
	padding-top: 100px;
	padding-bottom: 100px;
  position: relative;
  display: block;
}


/*--------------------PC--------------------*/
@media all and (min-width: 768px){
  .inner {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
  }

}

/*--------------------SP--------------------*/
@media all and (max-width: 767px){
  .inner {
      width: auto;
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 0;
      padding-right: 0;
  }
	.sec{
		padding-top: 50px;
		padding-bottom: 50px;
	}
/*  .btn01 {
      width: 100%;
      max-width: 360px;
      height: 60px;
      margin: 40px auto 0;
      line-height: 60px;
      font-size: 15px;
  }
  .btn01::before {
      top: calc(50% + 1px);
      left: 20px;
  }


  .float_conv {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1010;
      transition: .3s ease;
      width: 100%;
      display: flex;
      justify-content: space-between;
      background: #0181ff;
      padding: 15px 3%;
      box-shadow: 0 -1px 6px #0000005e;
  }
  .float_conv a {
      font-size: 18px;
      padding: 15px 3%;
      background: #fff;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      box-shadow: 0.3em 0.3em 0 #0000005e;
  }

  .float_conv a.float_con_btn{
    width: 25%;

  }*/
}

/*
@media all and (max-width: 680px){
    .float_conv {
      padding: 12px 3%;
    }
    .float_conv a{
      font-size: 12px;
      box-shadow: 0.2em 0.2em 0 #0000005e;
    }
  }
*/




/* フェード
***************************************************************/
/*  action .9発火  */
/*  action2 .7発火  */
/*  action3 .58発火  */


@media all and (min-width: 768px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  
  .action.fade {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }


  /*  ブラー  */
  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur {
    opacity: 0;
  }
  .scrollin.blur {
    animation: blur 1s ease-in-out 0.2s forwards;
  }
  .scrollin.blur.delay1 {
    animation-delay: 700ms;
  }
  .scrollin.blur.delay2 {
    animation-delay: 1200ms;
  }
  .scrollin.blur.delay3 {
    animation-delay: 1700ms;
  }
  .scrollin.blur.delay4 {
    animation-delay: 2200ms;
  }
  .scrollin.blur.delay5 {
    animation-delay: 2700ms;
  }
  /*  ./ブラー  */

  .action.fade.scrollin{
      opacity: 1;
  }
  .scrollin.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .scrollin.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .scrollin.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
  .scrollin.delay4 {
  transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .scrollin.delay5 {
  transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.fade_sp {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade_sp.scrollin{
      opacity: 1;
  }


  /*  ブラー  */
  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur_sp {
    opacity: 0;
  }
  .scrollin.blur_sp {
    animation: blur 1s ease-in-out 0.2s forwards;
  }
  /*  ./ブラー  */


  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
  transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
  .action.delay4_sp {
  transition: opacity 750ms ease 1.25s, transform 750ms ease 1.25s;
  }
  .action.delay5_sp {
  transition: opacity 750ms ease 1.5s, transform 750ms ease 1.5s;
  }
}






/* header ヘッダーエリア
***************************************************************/
header{
  z-index: 1000 !important;
}
header.head .heading_logo {
  width: 107px;
  display: block;
}
.head_con_btn{
  background-color: #f18700;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 160px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}

/*--------------------PC--------------------*/

@media all and (min-width: 768px){
  header {
    height: 100px;
    width: 100%;
    position: fixed;
    background-color: #fef8ef;
  }
  header::before{
    content: '';
    width: 100%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  header.head .head_inner{
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1140px;
  }
  header.head .heading_logo_wrap{
    display: flex;
  }
 
  header.head .heading_txt{
    position: absolute;
    top: 4px;
    left: 120px;
  }
  header.head .heading_logo:hover{
    opacity: 1;
  }
  .head_con_btn{
    right: 0;
    top: 0;
  }

  /* ナビ部分 */
  header.head .gNav {
    margin-left: auto;
  }
  header.head .gNav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  header.head .gNav ul li{
    white-space: nowrap;
  }
  header.head .gNav ul li + li{
    margin-left: 40px;
  }

  .toggleBtn{
    display: none;
  }

}

@media all and (min-width: 1140px){
  header.head .head_inner{
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 1139px) and (min-width: 768px){
  header.head .head_inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  header.head .heading_txt{
    left: 140px;
  }

}

/*--------------------SP--------------------*/
@media all and (max-width: 767px){
  header.head {
    height: 60px;
    width: 100%;
    position: fixed;
    transition: .3s ease;
  }
  header.head .head_inner {
    height: 100%;
    margin: 0;
  }
  header.head .head_block{
    height: 100%;
    background-color: #fef8ef;
    z-index: 3;
    position: relative;
  }
  .open header.head .head_block{
    background-color: #fff;
  }
  header.head .heading_logo_wrap{
    display: flex;
    padding-top: 6px;
    margin-left: 5%;
  }
  header.head .heading_logo {
    width: 55px;
  }
  header.head .heading_txt{
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: calc(5% + 60px);
  }

  /* ナビ部分 */
  header .gNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 130px 4% 100px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
    z-index: 2;
    padding-top: 50px;
  }
  .open header .gNav {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.7s ease;
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.head .gNav ul{
    width: 100%;
    padding-top: 50px;
  }
  header.head .gNav ul li{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f18700;
  }
  header.head .gNav ul li a{
    color: #313c55;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .head_con_btn{
    font-size: 14px;
    font-weight: bold;
    width: 240px;
    height: 50px;
    margin-top: 50px;
    position: initial;
  }

  .toggleBtn {
    width: 48px;
    height: 55px;
    padding: 15px 10px;
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 101;
    background: transparent;
    transition: .3s ease;
  }
  .toggleBtn p {
    position: relative;
    height: 100%;
  }
  .toggleBtn p span::before,
  .toggleBtn p span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f18700;
    transition: 0.3s ease;
  }
  .toggleBtn p span {
    transform: translateY(-50%);
    background-color: #f18700;
    height: 2px;
    display: block;
    top: 50%;
    position: relative;
    transition: .3s ease;
  }
  .toggleBtn p span::before {
    transform: translateY(-8px) rotate(0deg);
  }
  .toggleBtn p span::after {
    transform: translateY(8px) rotate(0deg);
    top: 0px;
    left: auto;
  }
  .open .toggleBtn p span {
    background: transparent;
  }
  .open .toggleBtn p span::before {
    top: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .open .toggleBtn p span::after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
    top: 0;
  }

}


/* コンバージョンエリア
***************************************************************/


/*--------------------PC--------------------*/
@media all and (min-width: 681px){

  /*コンバージョンボタン*/
  .conv_wrap {
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    visibility: visible;
    transition: .3s ease;
  }
  .form_fit .conv_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }


  .conv_wrap a {
    width: 291px;
    height: auto;
  }
  .conv_wrap a:hover {
      opacity: .7;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width: 680px){
  /*コンバージョンボタン*/
  .conv_wrap {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1;
      visibility: visible;
      transition: .3s ease;
  }

  .conv_wrap a{
      width: 250px;
      height: auto;
  }
  .form_fit .conv_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

}





/* foot
***************************************************************/
#footer{
  background-color: #fff;
  border-top: 2px solid #f18700;
  padding-top: 55px;
}

#footer .menu_list{
  display: flex;
  flex-direction: column;
}
#footer .menu_list a{
  color: #3e3a39;
  line-height: 1.3;
}
#footer .menu_list .f_bold{
  font-size: 20px;
  font-weight: bold;
}
#footer .link_a + .f_bold{
  margin-top: 1.7em;
}
#footer .link_b{
  margin-top: 1.25em;
  position: relative;
  padding-left: 1.5em;
}
#footer .link_b::before{
  content: '>';
  font-size: 24px;
  color: #f18700;
  position: absolute;
  top: -6px;
  left: 0;
}
#footer .menu_list a.foot_con_btn{
  width: 200px;
  height: 40px;
  background-color: #f18700;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-top: 80px;
}

.copy{
  display: block;
  width: 100%;
  background-color: #f18700;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}


@media all and (min-width: 768px) {
  #footer .menu_list + .menu_list{
    margin-left: 6.4vw;
  }
  #footer .foot_menu{
    display: flex;
    justify-content: center;
  }

}


@media all and (max-width: 767px) {
  #footer{
    padding-top: 40px;
  }
  #footer .menu_list + .menu_list{
    margin-top: 1.7em;
  }
  #footer .menu_list a.foot_con_btn{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .copy{
    font-size: 12px;
    line-height: 26px;
    margin-top: 40px;
  }

}










/*////////////////////// aaa //////////////////////*/

/*-----------PC-----------*/
@media all and (min-width:768px){
}
/*-----------SP-----------*/
@media all and (max-width:767px){
}

/*////////////////////// aaa //////////////////////*/

/*-----------PC-----------*/
@media all and (min-width:768px){
}
/*-----------SP-----------*/
@media all and (max-width:767px){
}







