@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

:root {
    --color: #1a1a1a;
    --White: #fff;
    --green: #36b8cf;
    --Blue: #0b1f9e;
	--Red: #ec2127;
    --Yellow: #ffe400;
    --Orange: #ff9c00;
    --lightblue :#deeefb;
    --row-space: 3.58vw;
    --column-space: 2.5vh;
    --space: 1em;
    --s1: 5vh;
    --s2: 2em;
    --s3: 4em;
    --text2: 24px;
    --Black : #000;
    --Gray :  #232323;
    --Cream: #fefae5;
    --LBlue: #f1f9fc;
}

@media screen and (max-width: 767px) {
  :root {
    --space: 1em;
    --s2: 1em;
    --text2: 18px;
  }
}

input, select, textarea{
  font-weight:400;
  font-family:'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*******************************

ヘッダー

*********************************************/

.header__wrap{
  max-width: 70%;
  margin: 0 0 0 var(--row-space);
}

h1.header-main__text{
  color:#f59200;
    font-family:'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 900;
  font-size: clamp(26px,6.966vw,7.88vw);
  letter-spacing: 0.046em;
  text-align: left;
  line-height: 1.45;
  margin-bottom: .5em;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}

.header__sub__text{
  color:#063fb1;
  font-weight: bold;
  font-size: clamp(20px,2.4vw,2.7vw);
  text-align: left;
  font-weight: 900;
  line-height: 1.4;
      text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}

.header__achivement{
  font-size: clamp(22px,4.166vw,4.88vw);
  letter-spacing: 0.046em;
  color:#000;
  font-weight: 900;
  text-align: center;
      text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
.header__achivement__number{
font-family: "Anton", sans-serif;
}

.header__achivement span.orange{
  color:#f59200;
}

.header__bk__text{
  font-weight: 800;
  font-size: 2.0rem;
  padding-bottom: .25em;
  line-height: 1.3;
  border-bottom: 2px solid #000;
  width: max-content;
  margin:0 auto .5em;
}
@media screen and (max-width: 767px) {
  .header__bk__text{
    font-size: 1.2rem;
    width: 100%;
          text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }

  h1.header-main__text{
    font-size: 12vw;
  }
  header .medal__wrap{
    max-width: 100% !important;
  }
  h1.header-main__text{
    text-align: center;
  }
.header__sub__text{
  text-align: left;
}
}

/*******************************

CTA

*********************************************/

.cta__top__text{
    display: block;
  font-size: clamp(1.4rem,2.4rem,2.6rem);
  font-weight: 900;
  margin:0 auto 5%;
  color:#fe8b03;
  text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
  margin-bottom: .25em;
  text-align: center;
}

.cta__main{
background: linear-gradient(to right,  #ff6701 0%,#f6a82c 100%);
color:#fff;
font-weight: bold;
text-align: center;
padding: 2px;
margin: 0 auto 1em;
}

.cta__main .Inner{
  border: 1px solid #fff;
  padding: 2px .25em;
  text-align: center;
  font-size: clamp(1.5rem,2.8rem,2.9rem);
  font-weight: 900;
  display: flex;
  column-gap: .5em;
  align-items: center;
  justify-content: center;
}

.cta__main .Inner .circle{
  background: #fff;
  margin-left: -40px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color:#ff6701;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
}

.cta__main .Inner .circle span{
  font-weight: bold;
  font-size: 26px;
}

@media screen and (max-width: 767px) {

  .cta__top__text{
    font-size: 1.4rem;
    line-height: 1.4585;
  }
  .cta__main .Inner{
    font-size: 1.5rem;
    line-height: 1.455;
  }
  .cta__main .Inner .circle{
    font-size: 13px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-left: -15px;
  }
  .cta__main .Inner .circle span{
    font-size: 15px;
  }

}

/*******************************

お問い合わせ

*********************************************/

section#form {
  background: url(../images/form__bg.jpg)no-repeat center top;
  background-size: cover;
}

.bottom_menu_contents a.Contact{
  font-size:13px !important;
  border-radius:0.2em;
  line-height:1.15;
  padding: 0.75em 0.5em !important;
  background: rgb(255,61,70);
  background: -moz-linear-gradient(top, rgba(255,61,70,1) 0%, rgba(163,0,8,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,61,70,1) 0%,rgba(163,0,8,1) 100%);
  background: linear-gradient(to bottom, rgba(255,61,70,1) 0%,rgba(163,0,8,1) 100%);
  text-decoration: none;
  color:#fff;
}

.bottom_menu_contents a.Contact.Green{
  background: rgb(1,207,25,1);
  background: -moz-linear-gradient(top, rgba(1,207,25,1) 0%, rgba(0,148,7,1) 100%);
  background: -webkit-linear-gradient(top, rgba(1,207,25,1) 0%,rgba(0,148,7,1) 100%);
  background: linear-gradient(to bottom, rgba(1,207,25,1) 0%,rgba(0,148,7,1) 100%);
}

p.big {
    font-size: 1.25rem;
	margin-bottom:1em;
}

form{
  margin-bottom:0;
}

.contact__wrap{
 background:#fff;
 border-radius: .86em;
 border:8px solid #000;
 padding: var(--s2);
}

.wpcf7 .wpcf7-submit:disabled{
  -moz-appearance: none;
  color: #fff;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  background-color: #04be00 !important;
  border-radius:1.86em;
  border: 4px solid #000;
  cursor: pointer;
  font-weight: 600;
  padding:.75em 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height:auto;
  line-height:1.2;
  display:block;
  width:100%;
  font-size:32px !important;
  max-width:700px;
  letter-spacing: .1em;
  margin-left: auto;
  margin-right: auto;
}

input[type="submit"]{
  border-radius:1.86em;
  border: 4px solid #000;
  font-weight: 600;
  padding:.75em 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height:auto;
  line-height:1.0;
  display:block;
  width:100%;
  font-size:32px !important;
  max-width:700px;
  letter-spacing: .1em;
}

input[type=radio], input[type=checkbox] {
  -moz-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
  display: inline-block;
  margin-right: 0;
  opacity: 1;
  width: 22px;
  z-index: 0;
  height: 22px;
  position: relative;
  top: 4px;
  float:none;
}

input[type=radio]+label, input[type=checkbox]+label {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  padding-left: 0.3em;
  padding-right: 0.5em;
  position: relative;
  margin: 0;
}

input[type=text], input[type=password], input[type=email], select{
height:auto;

}

span.wpcf7-list-item label{
  margin-bottom:0;
  font-size:1.0rem;
  font-weight:400;
}

.txt_red p{
  text-align:center !important;
}

p.error_messe{
 color:#ed5521;
}

a.download{
  width:100%;
  font-size:32px;
  max-width:700px;
  background:#ed5521;
  line-height:1.0;
  display:block;
  width:100%;
  font-size:32px;
  max-width:700px;
  letter-spacing: .1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:1em;
  font-weight: 600;
  padding:.75em 2em;
  border-radius:1.86em;
  border: 4px solid #000;
  color:#fff;
  text-align: center;
}

input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea{
  border: 3px solid #000;
  padding:1em;
  font-size:17px;
  width: 100%;
}

span.text_red {
  background: #fe0000;
  padding: 0.2em 0.75em 0.2em 0.75em;
  color: #fff;
  font-size: 13px;
  margin-left: 0.3em;
  text-align: center;
  border-radius: 1.35em;
  line-height: 1.5;
  display: inline-block;
}

table.formTable{
  border:none;
  border-top:2px solid #000;
  margin:0 auto 2em;
  width: 100%;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

table tr{
  margin-top:0;
}

table th {
  font-size: 17px;
  padding: 1em;
  border:none;
  border-bottom:2px solid #000;
  text-align: center;
  font-weight:800 !important;
}

table th p{
  font-weight: bold;
}

table td{
  font-size: 17px;
  padding: 1em;
  border:none;
  border-bottom:2px solid #000;
  text-align: left;
}

table td p, table th p{
  margin-top: 0;
}

.require {
  background: #e10900;
  display: inline-block;
  margin-left: 10px;
  border-radius: 0.95em;
  background: #e10900;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 0.9rem;
  line-height: 1.0;
}

.red{
  color:#e10900;
  text-align:center;
  font-size:30px;
  font-weight:900;
}

.line__btn{
  background: #00c300;
  font-size: var(--h3);
  text-align: center;
  display: block;
  padding: .55em;
  border-radius: .86em;
  font-weight:bold;
  margin: 0 auto 2em;
  text-decoration: none;
  max-width: 800px;
  color:#fff;
}

.line__btn:hover{
  color:#fff;
}

.line__btn i{
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  margin-right: .5em;
}

.Tel-wrap p{
margin-bottom:.35em;
}

.Tel-wrap p a{
  text-decoration:none;
  font-family: 'Lato', sans-serif;
  font-weight:900;
}

.Tel-contact{
  font-size:40px;
  font-weight:700;
  line-height:1.0;
}

.Tel-contact::before{
  content:'';
  width:45px;
  height:30px;
  background:url(../images/seo-lp/free-dial.svg)no-repeat left center;
  display: inline-block;
  margin-right: 5px;
}

.tabs {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .tab_item {
    width: calc(90%/2);
    background-color: #8a9294;
    font-size: 22px !important;
    text-align: center;
    padding:1.25em 1em 1em !important;
    border-top-right-radius: 1.4em;
    border-top-left-radius: 1.4em;
    color: #fff !important;
    display: block;
    text-align: center;
    font-weight: 700 !important;
    transition: all 0.2s ease;
    margin-bottom:0;
  }
  
  .tab_item:hover {
    opacity: 0.75;
  }
  
  .tab_content{
    width:100%;
  }
  
  input[name="tab_item"] {
    display: none;
  }
  
  .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
  }
  
  #contact:checked ~ #contact_content,
  #filedate:checked ~ #filedate_content {
    display: block;
  }
  
  .tabs input:checked + .tab_item {
    background-color: var(--green);
    color: #fff;
  }

  .tabs input:checked + .tab_item.download {
    background-color: #e3e111;
    color: #fff;
  }
  
  .tabs input[type=radio]+label:before, .tabs input[type=radio]:checked+label:before{
    display:none;
  }

.Bnr a.Contact {
    font-size: 1.75rem !important;
    max-width: 600px;
    font-weight: 800;
    padding: 21px !important;
    /* line-height: 40px; */
    text-align: center;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
}

.Bnr a.Contact i{
  font-weight: normal;
  display: inline-block;
  margin-right: .3em;
  font-size: 30px;
  vertical-align: middle;
}

.bottom_menu_contents {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
}

.Bnr .Bnr__img {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    padding: 0 !important;
    min-height: auto;
}

.Bnr .Bnr__img a:hover{
	color:#fff !important;
}

.writing .Bnr__img a:hover{
	background:transparent !important;
	color:#fff !important;
}

.bottom_menu_contents_wrap{
	padding: 0.75em 0.5em !important;
}

.bottom_menu_contents a.Tel:hover{
  opacity:0.8;
  color:#000 !important;
}

.staff__wrap{
  position: relative;
}

.staff__wrap .Inner__wrap{
  position: relative;
  z-index: 2;
}

.staff__wrap .Inner__wrap .title{
  border-bottom: 1px solid var(--Orange);
  padding-bottom: .75em;
  margin-bottom: 1.25em;
  text-align:center;
  font-size: var(--h3);
  font-weight: bold;
}

/***********

SP

***********************/

@media screen and (max-width: 767px) {
	
	.contact__wrap{
		border:4px solid #000;
	}
	
.bottom_menu_contents a.Contact span{
	display:none;
}
	
	.bottom_menu_contents .ri-arrow-right-s-fill{
	display:none;
}
	
	.bottom_menu_contents a.Contact i{
		font-size:1.15rem;
		margin-right:3px;
    vertical-align: middle;
	}

  .bottom_menu_contents a.Contact i.ri-arrow-right-s-fill{
    display: none;
  }
		
	.bottom_menu_contents a.Contact{
		font-size:13px !important;
		border-radius:0.2em;
		line-height:1.15;
		padding: 0.75em 0.5em !important;
    background: rgb(255,61,70);
    background: -moz-linear-gradient(top, rgba(255,61,70,1) 0%, rgba(163,0,8,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,61,70,1) 0%,rgba(163,0,8,1) 100%);
    background: linear-gradient(to bottom, rgba(255,61,70,1) 0%,rgba(163,0,8,1) 100%);
    text-decoration: none;
    color:#fff;
	}

  .bottom_menu_contents a.Contact.Green{
    background: rgb(1,207,25,1);
    background: -moz-linear-gradient(top, rgba(1,207,25,1) 0%, rgba(0,148,7,1) 100%);
    background: -webkit-linear-gradient(top, rgba(1,207,25,1) 0%,rgba(0,148,7,1) 100%);
    background: linear-gradient(to bottom, rgba(1,207,25,1) 0%,rgba(0,148,7,1) 100%);
  }

  table th, table td{
    font-size:16px;
    display:block;
    width:100%;
  }

  table td{
    padding:1em 0;
  }

  table th{
    background: #edf0f7;
  }
	
	input[type="submit"]{
		font-size:18px !important;
		width:100% !important;
		border:2px solid #000;
		line-height: 1.2;
		min-height:55px;
	}

  input[type=submit], a.download{
    font-size:20px;
  }

  input[type=radio]+label, input[type=checkbox]+label{
    font-size:15px;
  }

  a.download{
    padding: 0.75em .55em;
  }

  .Tel-contact{
    font-size:28px;
  }

    .Tel-contact::before {
      content: '';
      width: 25px;
      height: 20px;
  }

  .tab_item{
    font-size:16px !important;
    padding:.7em .55em !important;
  }
  
  p.big {
      font-size: 1.05rem;
  }
  
  .wpcf7 .wpcf7-submit:disabled{
    font-size:18px !important;
	border:2px solid #000;
	min-height: 55px;
  }
  
  input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea{
    max-height:300px;
  }

	.sp-none-image{
		display:none !important;
	}

}

/*******************************

追従フォーム

*********************************************/

.fixed-form{
  position:fixed;
  bottom:0;
  padding:0;
  width:300px;
  right:0;
  z-index:99;
  opacity: 0;
  transition: all 0.65s;
}

.fixed-form.isActive{
  opacity: 1;
  transition: all 0.65s;
}

.fixed-form table{
  border-top: 0;
}

.fixed-form td, .fixed-form th{
  padding:.3em .5em;
  display:block;
  font-size:14.5px;
  border:none;
}

.fixed-form input[type=text], .fixed-form input[type=password], .fixed-form input[type=email], .fixed-form input[type=tel], .fixed-form select, .fixed-form textarea{
  padding:.5em;
  max-height:100px;
  font-size:14px;
  border:1px solid #000;
}

.fixed-form span.wpcf7-list-item label{
  font-size:0.6rem;
}

.fixed-form input[type=radio], .fixed-form input[type=checkbox]{
  width:16px;
  height:16px;
}

.fixed-form table.formTable{
  margin-bottom:10px;
}

.fixed-form input[type="submit"]{
  font-size:17px !important;
  padding:.75em .55em;
  border-width: 0px;
  max-width:80%;
}

.fixed-form span.text_red{
  font-size:11px;
}

.fixed-form .wpcf7-not-valid-tip{
  font-size:11px;
}

.fixed-form .wpcf7-spinner{
  display:none;
}

.fixed-form .wpcf7 form.invalid .wpcf7-response-output, .fixed-form .wpcf7 form.unaccepted .wpcf7-response-output, .fixed-form .wpcf7 form.payment-required .wpcf7-response-output{
  display:none;
}
.accordion{
pointer-events: none;
}
.accordion_one{
	margin-top:.35em;
}

.accordion_one .accordion_inner {
  display: none;
}

.accordion_one .accordion_inner .box_one {
  height: 30px;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.accordion_header {
  background: var(--Red);
  padding:.5em;
  color:#fff;
  text-align: center;
  border-top-left-radius: 1.46em;
  border-bottom-left-radius: 1.46em;
  font-weight: 600;
  font-size:1.2rem;
  cursor: pointer;
  margin-bottom:.2em;
}


.accordion_one:nth-of-type(2) .accordion_header {
  background: var(--Orange);
}

.accordion_inner{
background:rgba(255,255,255,0.9);
padding:.5em .15em;
border-top-left-radius: 0.46em;
border-bottom-left-radius: 0.46em;
}

.accordion_header i{
  margin-right:5px;
  vertical-align: middle;
  display: inline-block;
  font-weight:normal;
  font-size:19px;
}

.bottom_menu_contents a.Tel{
  text-decoration: none;
}

.accordion_one .accordion_inner.stay {
  display: block;
}