@charset "UTF-8";
:root {
  --keyColor: #a88303;
  --btnColor: #d5ae29
}
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

	#wraper{
		width:100vw;
		overflow-x: hidden;
    max-width: 100%;
	}

@media screen and (min-width:880px){
	#wraper{
    max-width: 100%;
	}
}

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6 {
    font-weight: 500;
}

*{
  color:#000000;
}

body {
 	line-height:1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#333333;
}

html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
    font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* 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;
}

.min,
.min *{
  font-family: "Noto Serif JP", serif;
}

.eng,
.eng *{
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
}

.visually-hidden {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0);
white-space: nowrap; border: 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;
}

img{
	max-width: 100%;
}

a,
a:hover{
  text-decoration: none;
  color:#000000;
  transition: 0.5s;
}

a:hover{
  opacity: 0.8;
}

*{
  box-sizing: border-box;
}


.sp{
  display: none;
}

.headBtn .pt02 span,
.accessBtn .pt02 span{
  color:#ffffff;
}
/* header */

/*
=ヘッダーナビ=

.menuWrap {
  display: flex;
  justify-content: space-between;
}

.nav-links_box{
   display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.nav-links a.activeMenu{
  color:#00aae6;
}

.hamburger {
  display: none;
  font-size: 1.8em;
  cursor: pointer;
  color: #333333;
}

.close-btn {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
  margin-top: 30px;
  align-self: flex-end;
}
*/

body{
  padding-top: 130px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 35px;
  position: fixed;
  width: 100%;
  left: 0;
  top:0;
  z-index: 10000;
  height: 130px;
}

  .headBtn{
    position: absolute;
    right: 0;
    top:0;
  } 
  
  .headBtn a{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#c9a310,#d5b817);
    width: 375px;
    text-align: center;
  }   
  
  .headBtn small{
    display: block;
    color:#ffffff;
    font-size: 18px;
  }
  
  .headBtn span{
    display: block;
    color:#ffffff;
    font-size: 26px;
  }

.wt,.wt *{
  color:#ffffff;
}

.defText{
  font-size: 16px;
  line-height: 2em;
  color:#666666;
}
  
/* main */
.w1180{
  width: 90%;
  max-width: calc(100% - 200px);
  margin: auto;
}

.wideContent{
  width: 90%;
  max-width:1920px;
  margin: auto;
}

.w1280{
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.w980{
  width: 90%;
  max-width: 980px;
  margin: auto;
}

  .mvWrap{
    padding-left: 315px;
    position: relative;
  }
  
  .mvTitle{
    position: absolute;
    font-size: 48px;
    letter-spacing:0.4em !important;
    line-height: 64px;
    font-weight: 500;
    left: 100px;
    top: calc(50% - 90px);
    z-index: 10;
  }
  
  .mvTitle small{
    font-size: 16px;
    letter-spacing: 0.1em !important;
    color:var(--keyColor);
    display: block;
    line-height: 2.5em;
  }  

  .tc{
    text-align: center;
  }
  
  .sec01{
    padding: 120px 0 200px;
    background: linear-gradient(to top,#ffffff 0%,#e9f3f0 50%,#ffffff 50% 100%);
  }
  
  .sec01title{
    font-size: 32px;
    text-align: center;
    color:var(--keyColor);
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .sec01Wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  
  .sec01Wrap li{
    width: calc((100% - 100px) / 3);
  }
  
  .sec01WrapTitle{
    font-size: 28px;
    color:var(--keyColor);
    margin: 35px 0 20px;
    font-weight: 500;
  }

  .sec02{
    background: #f6f7fd;
  }
  
  .sec02 .w1280{
    position: relative;
    padding: 60px 0 180px;
  }
  
  .secTitle{
    position: relative;
    top:-105px;
    left: 0;
    font-size: 56px;
    font-weight: 500;
    color:#a5a8b1;
    letter-spacing: 0.4em !important;
  }
  
  .sec02List{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .sec02List li{
    width:calc((100% - 90px) / 2);
    margin-bottom: 55px;
  } 
  
  .sec02List li img{
    text-align: center;
  } 
  
  .sec02SubTitle{
    margin-bottom: 20px;
    font-size: 28px;
    color:var(--keyColor);
    font-weight: 500;
  }
  
  .sec02Cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
  }
  
  .box01,.box02{
    width: calc((100% - 90px) / 2);
  }  

  .plan{
    padding-bottom: 80px;
  }
  
  .plan .secTitle{
    top:-45px;
  }
  
  .planTable{
    width: 100%;
    margin-top: -30px;
  }
  
  .planTable th{
    padding: 20px 0;
    width: 250px;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
  }  
  
  .planTable td{
    padding: 20px 0;
    width: calc(100% - 250px);
    border-bottom: 1px solid #cccccc;
    text-align: right;
  }
  
  .planTable td .time{
    font-size:16px;
  }
  
  .planTable td .price{
    margin-right: 130px;
    color:var(--keyColor);
    font-size: 20px;
    display: inline-block;
    width: 240px;
  }
  
  .planTable td .fs16{
    font-size:16px;
    color:var(--keyColor);
  }

  .plan_ud{
    display: flex;
  }
  
  .plan_ud p{
    width: calc(100% / 4);
  }

/* 共通部分 */
  .sec03{
    padding:115px 0 130px;
    background:#fafbfc;
  }
  
  .sec03Title{
    margin-bottom: 110px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    color:#666666;
  }
  
  .sec03Title small{
    font-size: 20px;
    line-height: 1.2em;
    color:#666666;
  }

.titleline:after {
    content: " ";
    background: #cccccc;
    position: absolute;
    height: 60px;
    width: 1px;
    bottom: -80px;
    left: calc(50% - 0.5px);
}

.titleline {
    position: relative;
}

  .sec04{
    padding: 80px 0 120px;
    position: relative;
  }
  
  .sec04 .w1180{
    position: relative;
    z-index: 3;
  }
  
  .sec03Title span{
    color:var(--keyColor);
  }
  
  .sec04Text{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .insText{
    position: absolute;
    width: 100%;
    bottom:135px;
    text-align: center;
    left: 0;
    z-index: 0;
  }
  
  .sec04Btn.pt02{
    text-align: center;
  }

  .sec04Btn a{
    display: inline-block;
    margin-top: 40px;
    padding: 20px 50px;
    color:#ffffff;
    font-size: 16px;
    background: var(--btnColor);
    max-width: 300px;
    text-align: center;
    width: 100%;
  }

  .foot01{
    display: flex;
    justify-content: space-between;
    padding: 85px 0;
  } 
  
  .foot01Box01,
  .foot01Box02{
    width: calc(50% - 40px);
    max-width: 600px;
  }

  .footText01{
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .footText02{
    font-size: 12px;
    line-height: 1.75em;
  }
  
  .footText03{
    font-size: 14px;
    padding-left: 8px;
  }  
  
  .infoTable{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .infoTable th,
  .infoTable td{
    padding: 15px 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border-bottom:1px solid #cccccc;
  }
  
  .infoTable td{
    color:#a4bbc4;
  }
  
  .infoTable th.pt01{
    font-size: 14px;
    width: 100px;
    text-align: left;
  }
  
  .infoTable td.pt01{
    color:#00303c;
    font-size: 14px;
    width: 100px;
    text-align: left;
  }
  
  .infoTable .pt02{
    color:#00aae6;
  }
  
  .infoTable .pt03{
    color:#cc0000;
  }
  
  .infoTable .pt04{
    color:#ff7200;
  }  

  .foot02Wrap{
    padding-left:100px;
  }
  
  .foot02{
    background: url("../images/footBack01.webp");
    background-size:auto 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-color:#d5b817;
  }

  .foot02Wrap .w1180{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 265px;
  }
  
  .foot02Wrap .w1180 *{
    color:#ffffff;
  }
  
  .foot02Text .pt01{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
  }
  
  .foot02Text .pt02{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .foot02Text .pt03{
    font-size: 16px;
  }  
  
  .foot02 .tel{
    font-weight: 600;
    color:#fffffff;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
  }
  
  .foot02 .tel span{
    display: inline-block;
    font-size: 28px;
    margin-right: 8px;
  }

.foot03{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 150px;
  background-image: url("../images/footBack02.webp");
  background-size:auto 750px;
  background-repeat: no-repeat;
  background-position: center top;
  align-items: center;
}

.footUd{
  display: flex;
  align-items: center;
}

.footUd p{
  margin-left: 40px;
  margin-left: 60px;
    line-height: 0;
  font-size: 12px;
}
.pcMax{
  display: none;
}

tr {
    border-bottom:none !important;
}

@media screen and (min-width:1400px){
  .pcMax_none{
  display: none;
}

  
}
