@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol li {
  list-style: none;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  *zoom: 1;
  display: block;
}

html,
body {
  font-size: 62.5%;
  font-family: Roboto ,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Noto Sans JP ,sans-serif;
  font-style: normal;
  line-height: 1.8;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'pkna';
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
  color: #070a4a;
}

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

main {
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #070a4a;
  cursor: pointer;
  display: block;
}

a img {
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: #00a0e9;
}

::-moz-selection {
  background: #00a0e9;
}

.o-p-loader {
  background: #070a4a;
  z-index: 99999;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
}

.o-p-loader__item {
  position: absolute;
  top: 0px;
  height: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 250px;
}

.pc {
  display: block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.se {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .se {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .se {
    display: block !important;
  }
}

.cta {
  background: #00a0e9;
  padding: 10px 0px;
  max-width: 650px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  justify-content: center;
  display: flex;
  text-align: center;
  transition: .3s;
  align-items: center;
}

.cta:hover {
  background: #070a4a;
  transition: .3s;
}

@media screen and (max-width: 800px) {
  .cta {
    max-width: 100%;
    margin: 0px 50px;
  }
}

@media screen and (max-width: 640px) {
  .cta {
    margin: 0px 20px;
    font-size: 1.8rem;
  }
}

.cta__btn a {
  color: #ffffff;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .cta__btn a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .cta__btn a {
    font-size: 1.6rem;
  }
}

.cta__btn__copy {
  padding: 0 20px;
  color: #00a0e9;
  background-color: #ffffff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  transition: .3s;
}

@media screen and (max-width: 640px) {
  .cta__btn__copy {
    font-size: 1.2rem;
    letter-spacing: 0px;
    padding: 0 5px;
  }
}

.cta__btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__btn__item__text {
  color: #ffffff;
}

.cta img {
  width: 35px;
  margin-left: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .cta img {
    width: 20px;
    margin-left: 5px;
  }
}

.nav {
  display: none;
  background-color: #070a4a;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .nav__list {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 800px) {
  .nav__list {
    width: 600px;
  }
}

.nav__list__item {
  width: 100%;
  text-align: center;
}

.nav__list__item a {
  display: block;
  width: 100%;
  transition: .3s;
  color: #ffffff;
}

.nav__list__item a:hover {
  transition: .3s;
  color: #00a0e9;
}

.nav-fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: 999;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 640px) {
  .nav-fixed {
    display: none;
  }
}

.nav__btn {
  color: #ffffff;
  display: none;
}

.nav__btn__fixed {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-fixed .nav__list__item {
  font-size: 1.4rem;
}

.header__hamburger {
  position: absolute;
  right: 20px;
  top: 80px;
}

@media screen and (max-width: 896px) {
  .header__hamburger {
    top: 60px;
  }
}

.header__hamburger__button {
  display: block;
  padding: 0;
  width: 32px;
  height: 30px;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
}

@media screen and (max-width: 896px) {
  .header__hamburger__button {
    top: 19px;
  }
}

@media screen and (max-width: 640px) {
  .header__hamburger__button {
    top: 19px;
    right: 20px;
  }
}

.header__hamburger__button__bar {
  display: block;
  width: 32px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.header__hamburger__button__bar1 {
  top: 3px;
}

.header__hamburger__button__bar2 {
  top: 53%;
}

.header__hamburger__button__bar3 {
  bottom: -1px;
}

.header__hamburger__button.active .header__hamburger__button__bar {
  width: 37px;
  left: 0px;
}

.header__hamburger__button.active .header__hamburger__button__bar1 {
  transform: rotate(0.79rad) translateY(-50%);
  top: 3px;
}

.header__hamburger__button.active .header__hamburger__button__bar2 {
  opacity: 0;
}

.header__hamburger__button.active .header__hamburger__button__bar3 {
  transform: rotate(-0.79rad) translateY(0%);
  top: calc(100% - 2px);
}

.header__hamburger__button.active .zdo_drawer_close {
  display: block;
}

.header__hamburger__button {
  color: #070a4a;
  z-index: 6;
}

.header__hamburger__button .header__hamburger__button__bar {
  background-color: #070a4a;
}

.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.header__hamburger__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #070a4a;
  color: #ffffff;
  width: 300px;
  padding: 72px 0 0;
}

@media screen and (max-width: 640px) {
  .header__hamburger__nav {
    width: 100%;
  }
}

.header__hamburger__nav li a {
  color: #ffffff;
  padding: 10px;
  display: flex;
  position: relative;
  z-index: 6;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .header__hamburger__nav li a {
    font-size: 1.8rem;
    padding: 20px;
  }
}

.header__hamburger__nav li a img {
  width: 40px;
  margin-right: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .header__hamburger__nav li a img {
    width: 40px;
    margin-right: 15px;
  }
}

.co__list {
  max-width: 1200px;
}

.co__list li {
  width: 300px;
  margin: 10px;
}

@media screen and (max-width: 640px) {
  .co__list li {
    width: 250px;
    margin: 5px;
  }
}

@media screen and (max-width: 320px) {
  .co__list li {
    width: 200px;
    margin: 5px;
  }
}

.header__hamburger__nav li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #00a0e9;
  top: 0;
  left: 0;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
}

.header__hamburger__nav li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .header__hamburger__wrapper__nav li {
    text-align: center;
  }
}

.header__hamburger__nav {
  display: none;
}

.active .header__hamburger__button__bar {
  background-color: #ffffff;
}

.co__hl {
  position: absolute;
  left: 5px;
  top: 30px;
  z-index: 2;
  width: 100px;
}

@media screen and (max-width: 1080px) {
  .co__hl {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  .co__hl {
    width: 180px;
    left: 20px;
  }
}

.co__hl__right {
  position: absolute;
  right: 5px;
  top: 30px;
  width: 100px;
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .co__hl__right {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  .co__hl__right {
    width: 150px;
    left: 20px;
  }
}

.wrap__1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  .wrap__1200 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1200 {
    padding: 50px 20px;
  }
}

.wrap__1080 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1080px) {
  .wrap__1080 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1080 {
    padding: 50px 20px;
  }
}

.wrap__900 {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .wrap__900 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__900 {
    padding: 50px 20px;
  }
}

.wrap__800 {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .wrap__800 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__800 {
    padding: 50px 20px;
  }
}

.wrap__700 {
  padding: 100px 0;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .wrap__700 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__700 {
    padding: 50px 20px;
  }
}

#o-c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
  z-index: 1000;
  cursor: pointer;
  transition-duration: 0.2s;
}

@media screen and (max-width: 1200px) {
  #o-c-pagetop {
    width: 160px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  #o-c-pagetop {
    width: 120px;
  }
}

#o-c-pagetop:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.fv {
  background-image: url(../img/fv-bg.jpg);
  height: 500px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .fv {
    height: 400px;
  }
}

.fv__copy {
  width: 800px;
  display: block;
  padding: 73px 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .fv__copy {
    width: 100%;
    padding: 90px 20px 50px;
  }
}

.fv__copy__link {
  /* background-color: #00a0e9; */
  color: #ffffff;
  max-width: 700px;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  padding:0;
  margin: 0 auto;
  letter-spacing: 1px;
  justify-content: center;
  transition: .3s;
}
@media screen and (max-width: 640px) {
  .fv__copy__link {
    max-width: 100%;
    font-size: 1.6rem;
    margin: 0 10px;
  }
}

.fv__copy__link:hover {
  transition: .3s;
  opacity: 0.8;
  /* background-color: #070a4a; */
}

.fv__copy__link .line_img {
  width: 24px;
  margin-left: 10px;
  margin-top: -4px;
}

.fv__scroll {
  width: 50px;
  margin: 20px auto 0;
  display: block;
}


.fv__target {
  background-color: #ebf1f9;
  padding: 25px 0 20px;
  font-size: 1.6rem;
}

.fv__target__img {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .fv__target__img {
    width: 100%;
    padding: 0 20px;
  }
}

.fv__target__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .fv__target__list {
    text-align: center;
    flex-flow: column;
  }
}

.fv__target__list p {
  border-radius: 100px;
  border: solid 1.5px;
  background-color: #ffffff;
  padding: 0 15px;
  margin: 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .fv__target__list p {
    max-width: 80%;
    margin: 0 auto 10px;
  }
}

.fv__target__text {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.fv__target__text img {
  width: 30px;
  margin-top: -5px;
}

@media screen and (max-width: 640px) {
  .about__hl-main {
    width: 200px;
  }
}

.about {
  position: relative;
  /*	&__item{
		width: 1000px;
		margin: 100px auto;
		padding: 50px;
		background-image: url(../img/a-bg.jpg);
		background-size: cover;
		background-position: center;
		&__h2{
			font-weight: bold;
			text-align: center;
			font-size: 2.6rem;
			span{
				font-size: 3rem;
				color: $blue;
			}
		}
		&__img{
			width: 350px;
			margin: 0 auto 30px;
			display: block;
		}
		&__subject{
			background-color: $blue;
			color: $white;
			font-weight: bold;
			padding: 5px 0px;
			text-align: center;
			width: 300px;
			margin: 0 auto;
			display: block;
			&__sub{
				text-align: center;
				margin-top: 10px;
				font-weight: 1.6rem;
				img{
					width: 30px;
					margin-right: 5px;
					margin-top: -2px;
				}
			}
		}
	}*/
}

.about__inner {
  width: 1250px;
  display: block;
  margin: 60px auto 50px;
}

@media screen and (max-width: 1500px) {
  .about__inner {
    width: 100%;
    padding: 0 120px;
  }
}

@media screen and (max-width: 1080px) {
  .about__inner {
    padding: 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .about__inner {
    padding: 0 0px;
    margin: 10px auto 30px;
  }
}

.about__hl {
  text-align: center;
  font-size: 2.2rem;
  vertical-align: middle;
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 10px;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .about__hl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .about__hl {
    text-align: left;
    padding: 120px 20px 0px 20px;
    line-height: 1.5;
  }
}

.about__hl span {
  font-size: 3rem;
  color: #00a0e9;
}

@media screen and (max-width: 900px) {
  .about__hl span {
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
}

.merit_line{
  max-width: 1000px;
  width: 90%;
  height: 2px;
}

.merit_text{
  font-size:16px;
  max-width: 600px;
  width: 80%;
  margin: 0 auto 4vw;
  text-align: left;
}


.tab-sub {
  display: none;
}

@media screen and (max-width: 800px) {
  .tab-sub {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .tab-sub {
    display: none;
  }
}

.bg-blue-group {
  background: #ebf1f9;
  padding: 5px 0;
}

@media screen and (max-width: 640px) {
  .bg-blue-group {
    padding: 5px 5px 5px 0;
  }
}

.service__bg-blue {
  background: #ebf1f9;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .service__bg-blue {
    line-height: 1.2;
    padding: 5px 15px;
  }
}

.service__s-item-sub {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  margin-top: 13px;
  /*		margin-bottom: 10px;*/
}

@media screen and (max-width: 640px) {
  .service__s-item-sub {
    font-size: 1.6rem;
    /*	margin-bottom: 15px;*/
  }
}

.service__s-item-sub:last-child {
  margin-bottom: 0px;
}

.service__s-item {
  align-items: center;
}

.service__s-item__text {
  font-size: 2.2rem;
  font-weight: bold;
}

.service__s-item__hl {
  background-color: #070a4a;
  color: #ffffff;
  font-size: 2rem;
  padding: 0 10px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.5;
}

.service__schedule__hl {
  color: #00a0e9;
  font-size: 2.2rem;
  margin-top: 40px;
  font-weight: bold;
}

.service__schedule__text {
  font-size: 1.4rem;
  margin-bottom: 25px;
  color: #00a0e9;
  font-weight: bold;
}

.service__s-item {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .service__s-item {
    /*	flex-direction: column;*/
    text-align: left;
    /*	display: inline-block;*/
  }
}

@media screen and (max-width: 640px) {
  .service__hl-main {
    width: 270px;
  }
}

.service {
  position: relative;
}

.service__list__item {
  margin: 0 10px;
}

@media screen and (max-width: 1080px) {
  .service__list__item {
    margin: 0 5px;
  }
}

.service__guest__hl {
  text-align: center;
  font-weight: bold;
}

.service__guest__inner {
  background-color: #f4f4f4;
  max-width: 1200px;
  border-radius: 20px;
  margin: 100px auto 40px;
  padding: 70px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .service__guest__inner {
    max-width: 100%;
    margin: 50px 50px 40px;
  }
}

@media screen and (max-width: 800px) {
  .service__guest__inner {
    margin: 50px 20px 40px;
    padding: 20px;
  }
}

.service__guest__inner__hl {
  max-width: 700px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 800px) {
  .service__guest__inner__hl {
    margin: 50px auto 50px;
  }
}

@media screen and (max-width: 640px) {
  .service__guest__inner__hl {
    margin: 20px auto 40px;
  }
}

.service__guest__text {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.service__guest__text2 {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin:2vw auto 1vw;
}

.guest-graph_txt{
  margin:2vw auto 0;
  text-align: center;
}



@media screen and (max-width: 640px) {
  .service__guest__text {
    font-size: 1.6rem;
  }

  .service__guest__text2 {
    font-size: 1.6rem;
    margin:8vw auto 4vw;
  }

  .guest-graph_txt{
    margin:2vw auto;
    text-align: left;
    font-size:1.2rem;
  }
}

.service__guest__text img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .service__guest__text img {
    width: 40px;
  }
}

.service__guest__text2 img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .service__guest__text2 img {
    width: 40px;
  }
}


.service__slider {
  margin-bottom: 30px;
}

.service__slider__hl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin: 70px 0 10px;
}

@media screen and (max-width: 640px) {
  .service__slider__hl {
    font-size: 2rem;
    margin: 50px 0 10px;
  }
}

.service__item {
  position: relative;
  background-color: #ebf1f9;
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .service__item {
    padding: 120px 0 30px;
  }
}

.service__item__bg {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 100px);
}

@media screen and (max-width: 640px) {
  .service__item__bg {
    left: calc(50% - 120px);
  }
}

.service__item__unit {
  padding: 50px 80px;
  max-width: 1000px;
  margin: 0 auto 50px;
  background-color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .service__item__unit {
    margin: 0 200px 50px;
  }
}

@media screen and (max-width: 1200px) {
  .service__item__unit {
    margin: 0 100px 50px;
  }
}

@media screen and (max-width: 1000px) {
  .service__item__unit {
    margin: 0 80px 50px;
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .service__item__unit {
    margin: 0 20px 30px;
    padding: 20px;
  }
}

.service__item__unit__img {
  background-color: #ebf1f9;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .service__item__unit__img {
    padding: 20px;
  }
}

.service__item__unit__img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .service__item__unit__img img {
    width: 100%;
  }
}

.service__item__unit__img-sub {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .service__item__unit__img-sub {
    width: 100%;
    flex-flow: column;
  }
}

.service__item__unit__img-sub div {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .service__item__unit__img-sub div {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.service__item__unit__img-sub div:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 640px) {
  .service__item__unit__img-sub div:last-child {
    margin-bottom: 0px;
  }
}

.service__item__unit__text {
  background-color: #ebf1f9;
  padding: 30px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .service__item__unit__text {
    padding: 20px;
    text-align: left;
    font-size: 1.4rem;
  }
}

.service__item__unit__text__hl {
  background-color: #ffffff;
  padding: 0 20px;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .service__item__unit__text__hl {
    font-size: 1.8rem;
  }
}

.service__item__unit__hl {
  font-size: 2.8rem;
  align-items: center;
  font-weight: bold;
  color: #00a0e9;
}

@media screen and (max-width: 1200px) {
  .service__item__unit__hl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .service__item__unit__hl {
    font-size: 1.8rem;
  }
}

.service__item__unit__hl__no {
  background-color: #00a0e9;
  padding: 2px 15px;
  color: #ffffff;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .service__item__unit__hl__no {
    margin-right: 10px;
    padding: 2px 10px;
  }
}

.service__item__unit__hl__schedule {
  background-color: #070a4a;
  border-radius: 100px;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 2rem;
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  .service__item__unit__hl__schedule {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .service__item__unit__hl__schedule {
    font-size: 1.2rem;
    margin-left: 0px;
  }
}

.service__item__unit__small {
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .service__item__unit__small {
    font-size: 1.2rem;
  }
}

.service__item__unit-sub {
  margin: 30px 0;
  line-height: 2.4;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .service__item__unit-sub {
    margin: 20px 0;
    line-height: 2;
  }
}

.service__item__unit-sub li {
  margin-left: 16px;
  font-size: 1.6rem;
  list-style: disc;
  line-height: 2;
  margin-bottom: 10px;
}

.service__item__unit-sub li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
  .service__item__unit-sub li {
    font-size: 1.4rem;
  }
}

.service__item__unit__last {
  margin-bottom: 0px;
}

.slide-nav {
  width: 50px;
  position: absolute;
  top: 45%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .slide-nav {
    width: 35px;
    top: 40%;
  }
}

.next-arrow {
  right: calc(20% - 5px);
}

@media screen and (max-width: 1080px) {
  .next-arrow {
    right: calc(10% - 5px);
  }
}

.prev-arrow {
  left: calc(20% - 5px);
}

@media screen and (max-width: 1080px) {
  .prev-arrow {
    left: calc(10% - 5px);
  }
}

@media screen and (max-width: 640px) {
  .message__hl-main {
    width: 270px;
  }
}

.message {
  position: relative;
  padding: 100px 0;
  background-color: #ebf1f9;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .message {
    padding: 120px 0 30px;
  }
}

.message__inner {
  background-image: url(../img/message-bg.png);
  background-size: cover;
  background-position: center;
  letter-spacing: 1px;
  max-width: 900px;
  font-weight: 600;
  margin: 70px auto 0;
  padding: 80px;
  line-height: 2.5;
  font-size: 1.8rem;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP JP',sans-serif;
}

@media screen and (max-width: 900px) {
  .message__inner {
    max-width: 100%;
    margin: 70px 50px 0;
    padding: 50px;
  }
}

@media screen and (max-width: 640px) {
  .message__inner {
    max-width: 100%;
    margin: 30px 20px 0;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

.message__inner span {
  border-bottom: 2px solid;
}

@media screen and (max-width: 640px) {
  .message__inner span {
    border-bottom: 1.5px solid;
  }
}

.message__inner__text {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .message__inner__text {
    margin-bottom: 20px;
  }
}

.message__inner__text:last-child {
  margin-bottom: 0px;
}

.message__inner__name {
  display: flex;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .message__inner__name {
    font-size: 1.6rem;
    flex-flow: column;
  }
}

.message__inner__name img {
  width: 200px;
  margin-top: -10px;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .message__inner__name img {
    width: 150px;
  }
}

.youtube {
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1000px) {
  .youtube {
    max-width: 600px;
  }
}

@media screen and (max-width: 800px) {
  .youtube {
    max-width: 100%;
    margin: 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .youtube {
    max-width: 100%;
    margin: 0 20px;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .price_hl {
    width: 180px;
  }
}

.price {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .price {
    padding: 120px 0 30px;
  }
}

.price__inner {
  max-width: 810px;
  margin: 0px auto;
  background-color: #f4f4f4;
  padding: 50px 100px;
}

@media screen and (max-width: 1000px) {
  .price__inner {
    max-width: 100%;
    margin: 0 80px;
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .price__inner {
    margin: 0 20px;
    padding: 30px 20px;
  }
}

.price__item__hl {
  width: 80px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  background-color: #070a4a;
}

.price__item__unit {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .price__item__unit {
    padding: 20px;
  }
}

.price__item__unit__text {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #070a4a;
  font-size: 1.6rem;
}

.price__item__unit__text span {
  font-size: 2.2rem;
  color: #00a0e9;
}

.price__item__unit img {
  width: 300px;
  margin: 20px auto 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .price__item__unit img {
    width: 200px;
  }
}

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

.price__item__unit2 {
  background-color: #ffffff;
  padding: 30px 80px 10px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}

.price__item__unit2__item {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .price__item__unit2__item {
    flex-flow: column;
  }
}

@media screen and (max-width: 900px) {
  .price__item__unit2 {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .price__item__unit2 {
    padding: 30px 20px 5px;
  }
}

@media screen and (max-width: 640px) {
  .price__item__unit2__value {
    text-align: center;
  }
}

.price__item__unit2__value span {
  font-size: 4rem;
  color: #00a0e9;
}

@media screen and (max-width: 640px) {
  .price__item__unit2__value span {
    font-size: 4rem;
  }
}

.price__item__unit2__blue {
  background-color: #00a0e9;
  color: #ffffff;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 10px;
}

.price__hl {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.price__list {
  margin-left: 16px;
  font-size: 1.6rem;
}

.price__list li {
  margin-bottom: 12px;
  list-style: disc;
}

.price__list li:last-child {
  margin-bottom: 0px;
}

.price__notes {
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.price__notes-sub {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.unit2__item {
  border-bottom: 1px solid;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .unit2__item {
    margin-top: 7px;
  }
}

@media screen and (max-width: 640px) {
  .unit2__item {
    padding-bottom: 10px;
  }
}

.price__item__img {
  width: 320px;
  margin-left: 80px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .price__item__img {
    margin: -15px auto 0;
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  .price__item__img {
    width: 180px;
    margin-top: 0px;
  }
}

.hl__month {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .hl__month {
    margin-top: 30px;
  }
}

.price-sub {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.faq {
  position: relative;
  background-color: #ebf1f9;
  padding: 100px 0;
  margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
  .faq {
    padding: 120px 0 30px;
  }
}

.faq__list__item {
  max-width: 800px;
  margin: 0 auto 30px;
  display: block;
  background-color: #ffffff;
  padding: 30px 80px;
}

.faq__list__item:last-child {
  margin: 0 auto 0px;
}

@media screen and (max-width: 1080px) {
  .faq__list__item {
    max-width: 100%;
    margin: 0 80px 30px;
  }
  .faq__list__item:last-child {
    margin: 0 80px 0px;
  }
}

@media screen and (max-width: 1080px) {
  .faq__list__item {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 640px) {
  .faq__list__item {
    margin: 0 20px 30px;
    padding: 20px 20px 20px 40px;
  }
  .faq__list__item:last-child {
    margin: 0 20px 0px;
  }
}

.faq__list__item__unit {
  display: flex;
  align-items: center;
  margin-left: -45px;
}

@media screen and (max-width: 1080px) {
  .faq__list__item__unit {
    margin-left: -30px;
  }
}

@media screen and (max-width: 640px) {
  .faq__list__item__unit {
    margin-left: -28px;
  }
}

.faq__list__item__unit span {
  color: #00a0e9;
  font-size: 3.6rem;
  margin-right: 20px;
  font-weight: bold;
  margin-top: -13px;
}

@media screen and (max-width: 1080px) {
  .faq__list__item__unit span {
    font-size: 3rem;
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .faq__list__item__unit span {
    font-size: 2.6rem;
    margin-right: 10px;
  }
}

.faq__list__item__q {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .faq__list__item__q {
    font-size: 1.8rem;
  }
}

.faq__list__item__a a {
  transition: .3s;
  display: inline;
  text-decoration: underline;
}

.faq__list__item__a a:hover {
  transition: .3s;
  color: #00a0e9;
}

.faq__list__item__a span {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .faq__hl-main {
    width: 130px;
  }
}

.terms {
  background-color: #f4f4f4;
  padding: 100px 0;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .terms {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .terms {
    padding: 30px 20px;
  }
}

.terms__inner {
  background-color: #ffffff;
  max-width: 800px;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  padding: 50px;
  margin: 0 auto;
  overflow: scroll;
  height: 250px;
}

@media screen and (max-width: 640px) {
  .terms__inner {
    padding: 20px;
  }
}

.terms__inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .terms__inner h3 {
    font-size: 1.6rem;
  }
}

.terms__inner p {
  margin-bottom: 20px;
}

.terms__inner p:last-child {
  margin-bottom: 0px;
}

.footer {
  background-color: #070a4a;
  color: #ffffff;
  padding: 10px 0 130px;
  text-align: center;
  margin: 0 auto;
}

.footer a {
  color: #ffffff;
  transition: .3s;
}

.footer a:hover {
  color: #00a0e9;
  transition: .3s;
}

.footer img.footer__logo {
  width: 200px;
  transition: .3s;
  margin-bottom: 20px;
  transition: .3s;
}

.footer img.footer__logo:hover {
  transition: .3s;
  opacity: 0.5;
}

.footer__item {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .footer__item {
    flex-direction: column;
    line-height: 3;
  }
}

.footer__item a {
  font-size: 1.4rem;
  text-decoration: underline;
  margin: 0 20px;
}

.footer__copy {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .footer__copy {
    margin-top: 50px;
  }
}

.footer__top {
  width: 30px;
  margin: 0 auto 70px;
  display: block;
  transition: .3s;
}

.footer__top:hover {
  transition: .3s;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .footer__top {
    margin: 0 auto 50px;
  }
}

iframe {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  iframe {
    margin-top: 30px;
    height: 1200px;
  }
}

.service__item__unit-sub {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .service__item__unit-sub {
    font-size: 1.4rem;
  }
}


.float-button__wrap {
  /* display: none;最初は隠す */
  width: 100%;
  height: 130px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color:rgba(255,255,255,.8);
  padding: 7px 0 10px;

}
@media screen and (max-width: 640px) {
  .float-button__wrap {
    height: 185px;
    padding: 14px 0 10px;
  }
}


/* 追加 */

.campaign{
  background-color: #f4f4f4;
  padding: 40px 0;
}
.campaign_inner{
  background-color: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .campaign_inner{
    padding: 20px;
  }
}

.campaign_title{
  background-color: #070a4a;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  line-height: 3.5rem;
  margin-bottom: 20px;
}


.campaign_title span{
  font-size: 32px;

}
@media screen and (max-width: 640px) {
  .campaign_title span{
    font-size: 26px;
  
  }
}



.campaign_flex{
  display: flex;
  max-width: 900px;
  margin: 10px auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.campaign_left{
  width: 10%;
}

.campaign_right{
  font-size: 14px;
}

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

@media screen and (max-width: 640px) {
  .campaign_flex{
    display: block;
  }
  .campaign_left{
    width: 20%;
    margin: 0 auto;
  }
}

.book{
  background-color: #ebf1f9;
  padding: 8px 14px;
  font-size:18px;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}


.book span{
  font-size:22px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .book{
    margin-bottom:20px;
    font-size:16px;
    width: 100%;
    line-height: 2.5rem;
  }

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

.campaign_right span.marker {
  background: linear-gradient(transparent 50%, #ebf1f9 50%);
}
