/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}

----------------------------------------------------------- */
@font-face {
	font-family: 'Brush Script MT';
	src: url(../fonts/BrushScriptOpti-Regular.ttf) format('truetype');
	src: url(../fonts/BrushScriptOpti-Regular.otf) format('opentype');
}

html {
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.5;
}

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 600;
  color: #3B4043;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:after,*:before{
    box-sizing: inherit;
}

p {
  font-size: 16px;
  font-weight: normal!important;
}

@media only screen and (max-width: 991px){
  p {
    font-size: 15px;
  }
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 991px){
  h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
  }
}

h3 {
  font-size: 28px;
}

@media only screen and (max-width: 991px){
  h3 {
    font-size: 24px;
  }
}

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

ul {
  list-style: none;
  padding-inline-start: 0!important;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

a {
  text-decoration:none!important;
  color: #3B4043;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  color: #fff;
}

.one a:hover {
  color: #3B4043;
}

@media (min-width: 768px) {
.pc_none {
  display: none!important;
  }
}

@media (max-width: 767px) {
.sm_none {
  display: none!important;
  }
}

/*
ヘッダー
----------------------------------------------------------- */
header {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
}

@media only screen and (max-width: 991px){
  header {
    position: absolute;
  }
}

header img {
  width: 80px;
}

header ul {
}

header ul li {
  display: inline-block;
  vertical-align: middle;
}

header {
	width: 100%;
	text-align: right;
  padding: 0 40px;
}
.logo img{
	position: absolute;
	top: calc(50% - 18px);
	left: 30px;
}
.btn01 li {
	display: inline-block;
}

.line img {
  width: 45px;
}

li.one {
  margin-top: 10px;
  margin-right: 30px;
}

@media only screen and (max-width: 991px){
  .btn01{
    margin-top: 20px;
  }

  .line img {
    width: 55px;
  }

  li.one {
  margin-top: 15px;
  margin-right: 0px;
  }
}

@media only screen and (max-width: 767px){
  .btn01{
		display: none;
  }
}

#nav-toggle {
position: fixed;
top: 30px;
right: 50px;
height: 32px;
cursor: pointer;
background: #rgba(0, 0, 0, .8);
width: 50px;
height: 50px;
}
#nav-toggle > div {
width: 35px;
position: absolute;
top: 40%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-\ transform: translateY(-50%) translateX(-50%);
}
#nav-toggle > div > span.toggle {
width: 100%;
height: 2px;
left: 0;
display: block;
background: #0F0F0F;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
header.deteal_header #nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span.toggle:nth-child(1) {
top: -10px;
}
#nav-toggle span.toggle:nth-child(2) {
	top:0px;
}
#nav-toggle span.toggle:nth-child(3) {
top: 10px;
}
.open #nav-toggle span.toggle {
background: #fff;
}
.open #nav-toggle span.toggle:nth-child(1) {
top: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
top: 10px;
width: 0;
left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
top: 5px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
z-index: 1000;
}
#container {
z-index: 900;
}
#gloval-nav {
background-color: rgba(0, 0, 0, .8);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 29px;
opacity: 0;
transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
display: block;
color: #fff;
text-decoration: none;
padding: 20px 0;
transition: color .3s ease;
font-size: .55em;
font-weight: 300;
letter-spacing: .5em;
}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul {
list-style: none;
padding: 0;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
transition: opacity .2s ease, -webkit-transform .3s ease;
transition: transform .3s ease, opacity .2s ease;
transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: .25s;
}

/* open
.open {
overflow: hidden;
}*/
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 767px) {
#nav-toggle {
right: 20px;
top: 17px;
}
#gloval-nav a {
padding: 10px 0;
font-size: .5em;
}

header ul li {
	display: block;
}

.line_sp {
	position: absolute;
	top: 21px;
	right: 22%;
}

.line_sp img {
	width: 35px;
}

header {
	position: fixed;
}
}

@media screen and (max-width: 374px) {
	.line_sp {
		position: absolute;
		top: 21px;
		right: 25%;
	}
}

.donyu {
  font-size: 20px;
  background: #DDA50D;
  padding: 10px 40px;
  color:#fff;
  border-radius: 15px;
}

.donyu img {
  width: 20px;
  margin-top: -3px;
  margin-left: 5px;
}

.donyu2 {
  font-size: 32px;
  background: #DDA50D;
  padding: 25px 120px;
  color:#fff;
  border-radius: 20px;
}

.donyu2 img {
  width: 32px;
  margin-top: -6px;
  margin-left: 15px;
}

@media only screen and (max-width: 991px){
  .donyu2 {
    font-size: 24px;
    padding: 25px 20px;
    border-radius: 20px;
  }

  .donyu2 img {
    width: 28px;
    margin-top: -3px;
    margin-left: 15px;
  }
}

.last a {
  font-size: 16px;
}

.last a span {
  font-size: 26px;
}

.last {
  margin-top: 10px;
  text-align: center!important;
}

/*
TOPメインコンテンツ
----------------------------------------------------------- */
main {
  margin-top: 80px;
  overflow: hidden;
}

.con_title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.con_title .con_inner {
    position: relative;
    height: 450px;
}

@media only screen and (max-width: 991px){
  .con_title .con_inner {
      height: 280px;
  }
}

@media only screen and (max-width: 767px){
  .con_title .con_inner {
      height: auto;
  }
}

.con_title .con_inner2 {
  width: 55%;
}

.con_inner {
    max-width: 1280px;
    margin: auto;
}

.con_title h2 {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.con_title h2 {
    font-weight: normal;
    text-align: center;
    width: 40%;
    padding-left: 35px;
    padding-right: 35px;
}

.con_inner:after {
    content: "";
    display: table;
    clear: both;
}

.con_title h2 span {
    display: block;
}

.con_title h2 span.main {
    letter-spacing: 0.1em;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}

.logo-btn {
    white-space: nowrap;
}

.logo-btn span {
  display: inline-block!important;
  background: #094BB1;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  width: 30%;
  padding: 5px 10px;
  margin-right: 3%;
}

.logo-btn span:last-child {
  margin-right: 0px;
}

.ttl_box {
  padding: 10px 0;
  margin: 20px 40px 0;
  font-size: 24px;
  border: 1px solid #0F0F0F;
}

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

	.logo-btn span {
	  font-size: 14px;
		 border-radius: 0px;
	}

h2.sp_ttl {
  text-align: center;
  display: block;
  margin-top: 40px;
}

h2.sp_ttl span.main {
  text-align: left;
  	display: inline-block;
      letter-spacing: 0.1em;
      font-size: 24px;
      line-height: 1.5;
      font-weight: bold;
      margin-bottom: 20px;
  }

  .ttl_box {
    padding: 5px 0;
    margin: 25px 40px 0;
    font-size: 20px;
    border: 1px solid #0F0F0F;
  }

}

.con_title h2 span.sub {
    font-size: 24px;
    margin-top: 10px;
    letter-spacing: .1ex;
    font-weight: bold;
}

.con_title_sm {
	margin-bottom: 60px;
}

.con_title .img {
    width:60%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: url(../img/bonz-top.jpg) right 50% center no-repeat;
    background-size: cover;
    height: 100%;
}

@media only screen and (max-width: 991px){
  .con_title h2 {
      position: static;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      text-align: center;
  }

  .con_title .img {
      position: relative;
      height: 0;
      padding-top: 60%;
      margin-top: 20px;
      width: 100%;
      background: url(../img/bonz-top.jpg) no-repeat;
      background-size:100% auto;
  }

  .con_title h2 span.main {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .con_title h2 span.sub {
    font-size: 16px;
  }

  .con_title {
      padding: 40px 0 30px 0;
  }

  .con_inner {
    width: 90%;
  }

  .con_title .con_inner2 {
    width: 100%;
}
}

.second {
  margin-top: 20px;
  padding: 80px 0 100px;
}

.concept_gray {
  padding: 40px 60px!important;
  background: #F2F2F2;
}

.concept_gray h3 {
  margin-bottom: 20px;
}

.wrap2 {
	margin-top: 40px;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.txt2 {
	padding: 40px 120px;
  width: 65%;
  height: 600px;
  background: #F2F2F2;
  margin: 0;
  display: grid;
  place-items: center left;
  position: absolute;
  top: 0;
  right: 0;
}
.img2 {
  flex-basis: 40%;
  box-sizing: border-box;
  z-index: 2;
}
.txt2 h2 {
  font-size: 24px;
}
.txt p {
  font-size: 14px;
}

.third {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 991px){
  .second {
    margin-top: 40px;
    padding: 40px 0 60px;
  }

  .third {
    padding: 60px 0 80px;
  }
}

.insta img {
  width: 40px;
  padding: 0!important;
}

.third img {
  padding: 0 15% 0;
}

.third h3 {
  color: #3B4043;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  font-size: 24px;
}

.third p {
  padding: 40px 7.5% 0;
  font-size: 18px;
  color :#3B4043;
  line-height: 1.8;
}

@media only screen and (max-width: 991px){
  .third img {
    padding: 0 40px;
  }

  .third h3 {
    font-size: 16px;
  }

  .third p {
    padding: 30px 0 0;
    font-size: 16px;
  }
}

.forth {
  padding: 60px 0 80px;
  background: #F2F2F2;
}

.circle h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 991px){
  .forth {
    padding: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .circle h3 {
    font-size: 12px;
    text-align: center;
  }
}

.common_box {
    margin-top: 60px;
    background: #fff;
    position: relative;
    padding: 40px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_content,.menu1,.menu2 {
    background: #F2F2F2;
}

.common_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid #707070;
    pointer-events: none;
}

.common_box h3 {
    width: 420px;
    padding-right: 30px;
    font-size: 24px;
    border-right: 1px solid #707070;
    letter-spacing: .2ex;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}

.common_box > * {
    padding: 20px 0;
}

.txt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5em;
}

.common_box .txt {
    padding-left: 20px;
    flex: 1;
    -webkit-flex: 1;
}

@media only screen and (max-width: 991px){
  .common_box {
      margin-top: 30px;
      display: block;
      padding: 30px 20px;
  }

  .common_box h3 {
    width: auto;
  }

  .common_box h3 {
    font-size: 24px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #094BB1;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }

  .common_box .txt {
      padding-left: 0;
  }

}

.txt:last-child {
    margin-bottom: 0;
}

.menu-img {
  padding: 5%!important;
}

@media only screen and (max-width: 991px){
  .menu-img {
    margin-top: 20px;
    padding: 5% 10%!important;
  }

  .menu-img h3 {
    padding-bottom: 20px;
  }
}

.menu-txt {
  padding: 5% 5% 5% 0!important;
}

.menu-txt h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 2px #707070;
}

.menu-txt p {
  padding-top: 20px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.fifth {
  padding: 60px 0 80px;
}

@media only screen and (max-width: 991px){
  .fifth {
    padding: 40px 0 60px;
  }
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D5D5D5;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

table tr {
  background-color: #fff;
}

table th,
table td {
  padding: 8px 0;
  border-bottom: 1px solid #D5D5D5;
  border-right: solid 1px #D5D5D5;
}

table th {
  width: 20%;
  padding: 10px 0;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #53585C;
  color:#fff;
}

table tr{
  text-align: center;
  width: 20%;
  padding: 20px 0;
  background-color: #fff;
  color:#3B4043;
}

@media only screen and (max-width: 991px){
  table td {
    font-size: 14px;
    padding: 20px 10px;
  }
}

.sixth {
  position: relative;
  padding: 60px 0;
}

@media only screen and (max-width: 991px){
  .sixth {
    padding: 40px 0 60px;
  }
}

.sixth-back {
  padding: 0px 0 0px;
}

.test {
  padding: 60px 20px 80px;
    margin: 0 15px;
        background: #F2F2F2;
}

.sixth .img.frame {
    padding: 10px!important;
      margin-left: 120px;
}

.img.frame span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.img.frame img {
    vertical-align: top;
}

@media (max-width: 1200px) {
  .flex .box_list {
      padding-left: 50px;
  }

  .sixth .img.frame {
    margin-left: 0;
  }
}

.flex .box_list ul li {
    font-size: 18px;
    margin-bottom: 20px;
}

.kumi img {
  width: 25px;
}

@media only screen and (max-width: 991px){
  .flex {
    display: block;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex .img {
    width: 100%;
  }

  .img.frame span {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
  }

  .flex .box_list {
    padding-left: 0;
    margin-top: 30px;
  }

  .flex .box_list ul li {
    font-size: 16px;
  }

  .flex .box_list ul li:before {
    margin-top: -0.8em;
  }
}

.flow-mb,.flow-mb2 {
  margin-bottom: 40px;
}

p.flow-mb2 {
  font-size: 18px;
}

p.time {
  font-size: 20px!important;
  font-weight: bold!important;
}

h4.syokai {
  font-size: 22px;
}

@media only screen and (max-width: 991px){
  p.time {
    font-size: 18px!important;
  }
  h4.syokai {
    font-size: 18px;
  }
}

.moji {
  color: #3B4043;
	font-weight: 400;
}

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

.flex .box_list ul li {
  color: #094BB1;
}

.kumi {
  display: block;
  text-align: center;
}

.kumi li {
  text-align: left;
  display: inline-block;
}

.box_list img {
  width: 30px;
}

.osusume-img1 img {
  height: 100%;
  max-width: 30%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.osusume-img2 img {
  height: 100%;
  max-width: 30%;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.con_inner {
    max-width: 1280px;
    margin: auto;
}

@media only screen and (max-width: 1280px){
.con_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrap_flow {
    margin-top: 100px;
    padding: 80px 60px 120px;
    background: #e9e7e1;
}

@media only screen and (max-width: 991px){
  .wrap_flow {
      margin-top: 40px;
      padding: 60px 10px 80px;
      background: #e9e7e1;
  }
}

.wrap_flow .con_flow ul li {
    background: #fff;
    padding: 50px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.wrap_flow .img.frame {
    padding: 10px;
    border: 1px solid #151515;
}

.wrap_flow .img.frame span {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
}

.img.frame img {
    vertical-align: top;
}

.wrap_flow .con_flow ul li .img {
    width: 410px;
}

.wrap_flow .con_flow ul li .box_content {
    padding-left: 40px;
    flex: 1;
    -webkit-flex: 1;
    background: #fff;
}

.wrap_flow .con_flow ul li:after {
    content: "";
    display: block;
    width: 36px;
    height: 20px;
    background: url(../img/arrow001.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -40px;
}

.wrap_flow .con_flow ul li:last-child:after {
  display: none;
}

.wrap_flow .con_flow ul li:last-child {
    margin-bottom: 0;
}

.con_flow h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px){
  .wrap_flow .con_flow ul li {
    display: block;
    padding: 10px;
    margin-bottom: 40px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap_flow .con_flow ul li .img {
    width: 100%;
  }

  .wrap_flow .con_flow ul li .box_content {
    padding-left: 0;
    margin-top: 30px;
    padding: 0 10px 10px 10px;
  }

  .wrap_flow .con_flow ul li .box_content h3 {
    margin-bottom: 20px;
  }

  .wrap_flow .con_flow ul li .box_content h3 span.num {
    font-size: 22px;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
  }

  .wrap_flow .con_flow ul li .box_content h3 span.title {
    font-size: 20px;
  }

  .wrap_flow .con_flow ul li:after {
    width: 25px;
    height: 12px;
    margin-left: -8px;
    bottom: -25px;
  }
}

.seventh {
  padding: 120px 0 100px;
}

@media only screen and (max-width: 991px){
  .seventh {
    padding: 60px 25px 80px;
  }
}

.seventh-back {
  background: #F0F3F5;
  padding: 80px 40px 180px;
  border: 2px solid #707070;
}

.before h2 {
  font-size: 28px;
}

.before p {
  padding: 20px 80px 0;
}

.beaf {
  background: #CDD6DD;
  padding: 20px 0;
  font-weight: bold;
}

@media only screen and (max-width: 991px){
  .seventh-back {
    padding: 60px 10px 100px;
  }

  .before h2 {
    font-size: 20px;
  }

  .before p {
    padding: 20px 0px 0;
  }

  .beaf {
    padding: 10px 0;
    font-size: 18px;
  }
}

.eigth {
  padding: 60px 0 80px;
}

.eigth h3 {
  background: #CDD6DD;
  color: #3B4043;
  font-size: 18px;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}

.eigth p {
  padding: 20px 10px 40px 25px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    line-height: 1.8;
}

@media only screen and (max-width: 991px){
  .eigth {
    padding: 40px 0 60px;
  }

  .eigth h3 {
    background: #CDD6DD;
    color: #3B4043;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .eigth p {
    padding: 20px 10px 30px 15px;
  }
}

.nineth {
  padding: 60px 0 80px;
}

.nineth h3 {
  padding: 20px 15px;
  background: #F0F3F5;
  color: #5B6461;
  font-size: 20px;
  font-weight: bold;
}

.nineth p {
  padding-top: 20px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
line-height: 1.8;
}

@media only screen and (max-width: 991px){
  .nineth {
    padding: 40px 0 60px;
  }

  .nineth h3 {
    padding: 20px 15px;
    background: #F0F3F5;
    color: #5B6461;
    font-size: 18px;
    font-weight: bold;
  }

  .nineth p {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.iro {
  color:#5B6461;
}
.nineth span {
  float: right;
}

.border-menu {
  position: relative;
}

.border-menu::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.border-menu h4 {
  font-weight: bold;
}

.tenth {
  padding: 20px 0 80px;
}

.box_content2{
  background: #E9E7E0
}

.box_content2 h3 {
  width: 220px;
  padding-right: 0px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.common_box2 {
  padding: 20px 40px;
}

span.spn1 {
  font-size: 18px;
  font-weight: bold;
}

span.spn2 {
  font-size: 14px;
}

.btn-area {
  margin-top: 120px;
}

@media only screen and (max-width: 991px){
  .border-menu h4 {
    font-size: 22px;
  }

  .box_content2 h3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

  span.spn1 {
    font-size: 16px;
    font-weight: bold;
  }

  span.spn2 {
    font-size: 12px;
  }

}

.eleven {
  padding: 60px 0 80px;
}

.eleven h3 {
  color: #5B6461;
  font-weight: bold;
}

.eleven h4 {
  color: #3B4043;
  padding: 20px 0 18px;
  font-size: 18px;
  border-top: 1px solid #D5D5D5;
  line-height: 1.5;
}

@media only screen and (max-width: 991px){
  .eleven {
    padding: 40px 0 60px;
  }

  .eleven h4 {
    padding: 15px 0 14px;
    font-size: 16px;
  }
}

h4.jyusyo {
  padding-top: 32px;
}

h4.last-border {
  border-bottom: 1px solid #D5D5D5;
}

.tenpa {
  padding: 0 5% 0;
}

.menu-img img {
  padding: 0 5% 0;
}

@media only screen and (min-width: 992px){
  .map iframe {
     width:600px;
     height:450px;
  }
}

@media only screen and (max-width: 991px){
  .map {
    margin-top: 40px;
  }

  .map iframe {
     width:100%;
     height:320px;
  }
}

@media only screen and (max-width: 767px){
  .tenpa {
    margin-bottom: 40px;
  }

  .tenpa h3{
    font-size: 24px;
    color: #3B4043;
  }
}

.foot-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.btn1-sp {
  display: block;
  padding: 15px;
  background: #BA5A31;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 1px 1px 2px grey;
}

.btn2-sp {
    display: block;
    padding: 15px;
    background: #3D405B;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 1px 1px 2px grey;
}

.btn1-sp img, .btn2-sp img {
    width: 26px;
    padding-left: 10px;
    margin-top: -4px;
}

.foot-contact img {
    margin-right: 10px;
    padding: 1px;
    width: 22px;
}

.cbp_tmtimeline {
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #094BB1;
    left: 15%;
}

.cbp_tmtimeline > li {
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 20%;
    padding-right: 8%;
    position: absolute;
    margin-top: 2px;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
    font-size: 1rem;
    color: #094BB1;
    font-weight: bold;
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #094BB1;
    border-radius: 50%;
    text-align: center;
    left: 15%;
    top: 0;
    margin: 10px 0 0 -4px;
}

.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 20%;
    background: #F2F2F2;
    padding: 5px 10px 10px;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #F2F2F2;
}

.cbp_tmtimeline > li .cbp_tmlabel h3 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1rem;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
    margin-bottom: 0;
}

.sub p {
    color: #333;
    margin-bottom: 1.4rem;
}

.cbp_tmtimeline > li .cbp_tmlabel img {
    margin-top: .3em;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #F2F2F2;
    border-width: 5px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #F2F2F2;
}

@media screen and (min-width: 768px){
  .cbp_tmtimeline:before {
      width: 4px;
      left: 78px;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
      width: 120px;
      padding-right: 70px;
      margin-top: 10px;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    font-size: 1.125rem;
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    width: 20px;
    height: 20px;
    left: 70px;
    margin: 15px 0 0 0;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 20px 120px;
    padding: 10px 15px 15px;
    border-radius: 10px;
  }

  .cbp_tmtimeline > li .cbp_tmlabel .text-next-img {
    width: 50%;
    float: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel h3 {
    margin-bottom: .3em;
    font-size: 1.125rem;
  }

  .sub section h3 {
    font-size: 1.37rem;
    font-weight: bold;
    position: relative;
    padding-left: .8em;
    color: #2d2d2d;
    line-height: 1.5;
  }
  .sub p {
    font-size: 1rem;
    margin-bottom: 1.8rem;
  }

  .cbp_tmtimeline > li .cbp_tmlabel img {
    margin-top: 5px;
    padding-left: 10px;
    display: inline-block;
    width: 50%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-width: 10px;
    top: 15px;
  }
}

@media screen and (min-width: 992px){
.cbp_tmtimeline > li .cbp_tmlabel .text-next-img {
    width: 70%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel img {
    width: 30%;
  }
}


.cp_qa {
  font-family :Meiryo,YuGothic,'Yu Gothic',sans-serif!important;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	color: #0F0F0F;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1.2em 2.4em 1.2em 1.8em;
	cursor: pointer;
	text-indent: 1em;
  border-bottom: 1px #0F0F0F solid;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	opacity: .6;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 40px;
	font-weight: 900;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content p {
  padding: 1.2em 2.4em 1.2em 1.8em;
  font-size: 20px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
  color: #0F0F0F;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	opacity: .6;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
  .cp_qa .cp_actab label {
    font-size: 13px;
  	padding: 20px 5px;
  }

  .cp_qa .cp_actab label::after {
  	font-size: 18px;
    width: auto;
    height: auto;
    top: 12px;
  }

  .cp_qa .cp_actab .cp_actab-content {
  	padding: 0 0 0 1.5em;
  }

  .cp_qa .cp_actab .cp_actab-content p {
    padding: 10px;
    font-size: 13px;
  }
}

.taisyo {
  margin-bottom: 40px;
}

.taisyo h2 {
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 80px;
}

.taisyo h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

.flow {
  padding-top: 80px;
}

.kyuryo {
  margin-top: 80px;
}

.kyuryo h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.fifth {
  background: #F2F2F2;
}

.price-ttl h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

span.kakko {
  font-size: 24px;
}

span.kakko2 {
	font-size: 14px;
}

.price_box {
  background: #fff;
  border: solid 1px #707070;
  padding: 40px 60px;
}

@media (max-width: 767px) {
	.cbp_tmtimeline > li .cbp_tmtime span {
    font-size: 12px;
		padding-top: 4px;
  }

	.price_box {
		margin-bottom: 40px;
		padding: 40px 30px;
	}

	.mb-40 {
		margin-bottom: 40px;
	}

	table {
		width: 100%;
	}
}

.price_box h4 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #D5D5D5;
	font-weight: bold;
}


.price_box h5 {
  font-size: 16px;
}

@media (max-width: 376px) {
	.price_box h5 {
	  font-size: 15px;
	}
}

span.futoji {
  font-size: 28px!important;
  font-weight: Bold!important;
  padding-left: 10px;
  padding-right: 10px;
  color: #094BB1;
  font-family: 'Josefin Sans', sans-serif;
}

.price_box p {
  font-weight: normal;
  font-size: 14px;
}

tr.table2 th {
  width: 100%;
}

.box_gray {
  background: #F2F2F2;
	font-weight: bold;
}

.table-mt {
  margin-top: 60px;
}

.table_box2 td {
  padding: 5px 10px;
  text-align: left;
  border: solid 1px #D5D3D3;
}

footer {
  text-align: center;
  background: #F2F2F2;
  padding: 10px 0px;
}

footer p {
  font-size: 12px;
  margin-bottom: 0;
}

#zindex {
  position: relative;
}

#zindex2 {
  position: relative;
}

.plan {
  margin-top: 120px;
  height: 700px;
  background: #fff;
}

.one01, .two02, .three03, .four04 {
  position: absolute;
}

.one01 {
  width: 45%;
  left: 0;
  top: 0;
  z-index: 3;
}

.two02 {
  padding: 80px 10%;
  background: #F2F2F2;
  width: 60%;
  right: 0;
  top: 60px;
  height: 560px;
  z-index: 1;
}

.three03 {
  padding: 80px 10%;
  background: #F2F2F2;
  width: 60%;
  left: 0;
  top: 60px;
  height: 520px;
  z-index: 1;
}

.four04 {
  width: 45%;
  right: 0;
  top: 0;
  z-index: 3;
}

.two02 h2 {
  z-index: 2;
  font-size: 32px;
  margin-bottom: 40px;
}

.two02 h3 {
  z-index: 2;
  font-size: 28px;
  color: #094BB1;
  margin-bottom: 20px;
font-weight: bold;
}

.two02 p {
  z-index: 2;
  font-size: 16px;
	line-height: 1.6;
}

.two02 h4 {
  z-index: -1;
  font-family: 'Brush Script MT';
  color: #fff;
  position: absolute;
  right: 50px;
  top: -40px;
  font-size: 240px;
  letter-spacing: -40px;
}

.three03 h2 {
  z-index: 2;
  font-size: 32px;
  margin-bottom: 80px;
}

.three03 h4 {
  z-index: 1;
  font-family: 'Brush Script MT';
  color: #fff;
  position: absolute;
  left: 0px;
  top: -40px;
  font-size: 240px;
  letter-spacing: -40px;
}

@media (min-width: 768px) {
	.three03 h2 {
		text-align: right;
	}

	.three03 h3 {
    z-index: 2;
    font-size: 28px;
    color: #094BB1;
    margin-bottom: 20px;
	font-weight: bold;
	}
}

@media (max-width: 767px) {

  .plan {
    margin-top: 100px;
    height: 980px;
    background: #fff;
  }

	.plan2 {
		height: 740px;
	}

  .one01 {
    width: 70%;
    left: 0;
    top: 0;
    z-index: 3;
  }

  .two02 {
    padding: 100px 10%;
    background: #F2F2F2;
    width: 90%;
    right: 0;
    top: 150px;
    height: 750px;
  }

  .two02 h2 {
    z-index: 2;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .two02 h3 {
    z-index: 2;
    font-size: 20px;
    color: #094BB1;
    margin-bottom: 20px;
  }

  .two02 h4 {
    z-index: -1;
    font-family: 'Brush Script MT';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 80px;
    letter-spacing: -10px;
  }

  .two02 p {
    z-index: 2;
    font-size: 16px;
  }

  .three03 {
    padding: 100px 10%;
    background: #F2F2F2;
    width: 90%;
    left: 0;
    top: 150px;
    height: 600px;
  }

  .four04 {
    width: 70%;
    right: 0;
    top: 0;
    z-index: 3;
  }

  .three03 h2 {
    z-index: 2;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .three03 h3 {
    z-index: 2;
    font-size: 20px;
    color: #094BB1;
    margin-bottom: 20px;
	font-weight: bold;
  }

  .three03 h4 {
    z-index: -1;
    font-family: 'Brush Script MT';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    letter-spacing: -10px;
  }
}

.sub_ttl {
	font-size: 48px;
  font-family: 'Josefin Sans', sans-serif;
}

span.josefin {
	font-size: 32px;
  font-family: 'Josefin Sans', sans-serif;
}

.third_ttl {
	font-size: 32px!important;
	font-weight: bold!important;
}

.cbp_tmtimeline h3 {
	font-weight: bold;
	padding-bottom: 15px;
}

h4.bold {
	font-weight: bold;
}

@media (max-width: 767px) {
	.sub_ttl {
		font-size: 40px;
	  font-family: 'Josefin Sans', sans-serif;
	}

	span.josefin {
		font-size: 28px;
	  font-family: 'Josefin Sans', sans-serif;
	}

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

.sp_txt {
	padding: 40px 15px 60px;
	background: #F2F2F2;
	margin-bottom: 40px;
}

.sp_txt h2{
	font-size: 24px;
	margin-bottom: 20px;
}

.sp_txt p{
	font-size: 16px;
line-height: 1.8;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
		margin-bottom: 0;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  	margin-bottom: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #FF021F;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%!important;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%!important;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #094BB1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
	border: none;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.radio-biyo {

}

.radio-biyo .wpcf7-list-item-label {
	margin-right: 20px;
}

.contact {
	margin-top: 60px;
	margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
	.radio-mb {
		padding-bottom: 20px;
	}
}

.Form-Btn:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

p.mini {
	text-align: left;
	color: #636A6E;
	font-size: 11px;
}

@media screen and (max-width: 767px) {
	p.mini {
	padding-top: 20px;
		margin-bottom: 0;
	}
}
