*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
.pc {
  display: none;
}
img {
  border: none;
}
a {
    text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #444;
  font-size: 15px;
}
table.pc {
  display: none;
}
table.schedule td.day {
  width: 13%;
}
table.schedule td.tableTitle{
  border: none;
  background: #fff;
  padding: 0;
  text-align: left;
  font-size: 18px;
}
table.schedule td {
  background: #fbfbfb;
}
table.schedule td.white {
  background: #fff;
}
table.schedule td.gray {
  background: #bfbfbf;
}
table.schedule td.orange {
  background: #ffdbb0;
}
table.schedule td.green {
  background: #e0f3b9;
}
table.detail tr:first-child td {
  background: #f0ebb5;
}
table.detail td:first-child {
  background: #f9f8e4;
}
td {
  border: 1px solid #8caab5;
  padding: 10px 0;
}
tr.space {
  padding-top: 20px;
  display: block;
}
header {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 97;
  background: #fff;
  border-top: 3px solid #31c6ff;
}
header .headerWrap #menuWrap {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
}
header .headerWrap #menuWrap .menuBtn {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  background: #555;
  cursor: pointer;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger {
    overflow: hidden;
    position: relative;
    width: 27px;
    height: 21px;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger span:nth-of-type(1) {
    top: 0;
    transition: all .3s;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
    top: 9px;
    transition: all .3s;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger span:nth-of-type(3) {
    bottom: 1px;
    transition: all .3s;
}
header .headerWrap #menuWrap .menuBtn .menu-trigger span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}
header .logo {
  max-width: 180px;
  margin: 2px 10px 0;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .headerWrap {
  margin-left: auto;
  display: flex;
}
header .headerWrap ul.menu {
  display: none;
}
header .headerWrap .btnContact a {
  position: relative;
  background: #73bd54;
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding-top: 60px;
}
header .headerWrap .btnContact a .icon {
  width: 31px;
  display: block;
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate3d(-50%,-50%,0);
  right: 0;
  margin: auto;
  font-size: 11px;
  padding: 1px 4px 0;
  box-sizing: border-box;
  min-width: 80px;
  text-align: center;
}
header .headerWrap .btnContact a .icon img {
  width: 44px;
}
header .headerWrap .btnContact a .te {
  display: none;
}
article {
  display: block;
}
section {
  border-top: 75px solid #c2d9e1;
  padding-top: 20px;
}
#navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
}
.menuOpen #navigation .navigation_inner {
    transform: translate3d(-100%,0,0);
}
#navigation .navigation_inner {
  position: absolute;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  padding: 60px 0;
  background: #555;
  z-index: 11;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  transition: all .65s cubic-bezier(.23,1,.32,1) 0s;
}
#navigation .navigation_inner #close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
#navigation .navigation_inner #close_btn .closeBody {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
#navigation .navigation_inner #close_btn .closeBody .closeIn {
    overflow: hidden;
    position: relative;
    width: 24px;
    height: 25px;
}
#navigation .navigation_inner #close_btn .closeBody .closeIn span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#navigation .navigation_inner #close_btn .closeBody .closeIn span:nth-of-type(2) {
  bottom: 6px;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
#navigation .navigation_inner #close_btn .closeBody .closeIn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: all .3s;
}
#navigation .navigation_inner .navigation_menu {
    margin-bottom: 30px;
}
#navigation .navigation_inner .navigation_menu li {
    margin: 22px 0;
    list-style-type: none;
}
#navigation .navigation_inner .navigation_menu a {
    font-size: 18px;
    color: #fff;
}
#navigation .navigation_inner .snsWrap {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
#navigation .navigation_inner .snsWrap .flex {
    display: inline;
    margin-left: 20px;
}
#navigation .navigation_inner .snsWrap div:nth-of-type(1) {
    margin-left: 0;
}
#navigation .navigation_inner a {
    color: #fff;
}
#navigation:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  opacity: 0;
}
#wrap {
  position: relative;
  z-index: 91;
}
.mainView {
  background: url(../img/mainView3.png) no-repeat 50%;
  background-size: cover;
  width: 100%;
  min-height: calc(100vh - 120px);
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mainView .inBox {
  margin-top: -50px;
  width: 91%;
  margin: 0 auto;
}
.mainView .inBox h1 {
  color: #8caab5;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24vw;
  text-align: right;
}
.mainView .inBox h1 span {
  color: #f1b5b5;
  font-size: 10vw
}
.innerBtn a {
  position: absolute;
  color: #FFF;
  padding: 2.5vw 4vw;
  font-size: 4.5vw;
  border-radius: 1.5vw;
  text-decoration: none;
}
.innerBtn a.request_btn {
  bottom: 22vw;
  right: 5vw;
  background: #73bd54;
}
.innerBtn a.inquiry_btn {
  bottom: 5vw;
  right: 5vw;
  background: #7aa1dc;
}
.innerBtn a span {
  font-size: 3.5vw;
  padding: 0px 2px;
}
.inner {
  width: 91%;
  margin: 0 auto;
}
.sub-bg1 {
  position: relative;
  background: url(../img/sub-bg1.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 30vw;
  margin-bottom: 40px;
}
.sub-bg2 {
  position: relative;
  background-size: cover;
  width: 100%;
  background: #fdd247;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sub-bg2 img.a1 {
  display: none;
}
.sub-bg2 img.a2 {
  margin-top: 20px;
}
.contents p.concept1a {
  color: #8caab5;
  text-align: right;
  font-size: 3.8vw;
  margin-top: 30px;
  font-weight: bold;
  font-family: serif;
}
.contents p.concept1b {
  color: #8caab5;
  text-align: center;
  font-size: 6.5vw;
  letter-spacing: -0.1em;
  font-family: serif;
  font-weight: bold;
  margin-top: 20px;
}
.contents p.concept1b .a1 {
  color: #a7c5ae;
}
.contents p.concept1b .a2 {
  color: #f1b5b5;
}
.contents p.concept1c {
  color: #8caab5;
  text-align: left;
  font-size: 3.8vw;
  margin-top: 20px;
  font-weight: bold;
  font-family: serif;
}
.contents .concept2 {
  width: 100%;
  background: #f9fbfc;
  padding: 20px 25px;
  border-radius: 5px;
  margin-top: 30px;
  letter-spacing: -0.04em;
}
.contents .concept2 p {
  color: #8a9597;
  font-weight: bold;
  font-family: serif;
  font-size: 15px;
}
.contents .concept2 p.a2 {
  margin-top: 15px;
}
.contents .concept3,
.contents .concept4,
.contents .concept5 {
  width: 100%;
  margin-top: 30px;
  letter-spacing: -0.15em;
  font-family: serif;
  font-size: 15px;
  font-weight: bold;
}
.contents .concept3 h3,
.contents .concept4 h3,
.contents .concept5 h3 {
  border: 2px solid #93afb9;
  border-radius: 5px;
  color: #93afb9;
  font-size: 15px;
  padding: 5px 10px;
  margin-bottom: 30px;
  line-height: 22px;
}
.contents .concept3 p,
.contents .concept4 p,
.contents .concept5 p {
  color: #a9b1b1;
  line-height: 30px;
}
.contents p.concept6 {
  color: #8caab5;
  text-align: center;
  font-size: 7vw;
  margin-top: 40px;
  font-weight: bold;
  font-family: serif;
}
.contentsView img {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.contentsView .contents {
  margin-bottom: 40px;
}
.subTitle {
  color: #8caab5;
  text-align: left;
  padding: 0 0 0 13px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.subTitle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #8caab5;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#howabout .pc {
  display: none;
}
#howabout .smp img.a2 {
  padding: 0 20px;
  margin-top: 20px;
}
#howabout .smp .a3 {
  margin-top: 20px;
}
#howabout .smp .a4 {
  margin-top: 20px;
}
#howabout .smp table.a4 {
  text-align: left;
  font-size: 15px;
}
#howabout .smp table.a4 td {
  border: none;
  padding: 0 10px;
  vertical-align: top;
}
#howabout .smp table.a4.orange {
  background: #ffeed9;
}
#howabout .smp table.a4.green {
  background: #ecf5d9;
}
#howabout .smp table.a4 td span {
  color: #fff;
  padding: 1px 12px;
  border-radius: 7px;
  white-space: nowrap;
}
#howabout .smp table.a4.orange td span {
  background: #ff8c00;
  box-shadow: #9d9182 0px 4px 4px;
}
#howabout .smp table.a4.green td span {
  background: #a0cf40;
  box-shadow: #919786 0px 4px 4px;
}
#howabout .smp tr.b1 td {
  padding-top: 15px;
}
#howabout .smp tr.b1 td:first-child {
  width: 21%;
  padding-left: 10px;
  padding-right: 0;
}
#howabout .smp tr.b2 td {
  padding-top: 12px;
  padding-bottom: 15px;
}
#howabout .smp tr.b2 td:first-child {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
}
#howabout .smp tr.b3 td {
  padding-bottom: 15px;
}
#howabout .smp tr.b3 td:first-child {
  padding-left: 10px;
  padding-right: 0;
}
#howabout .smp .a5{
  margin-top: 30px;
  color: #444;
}
#howabout .smp .a5 h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #444;
  margin-bottom: 15px;
}
#howabout .smp .a5 .flex {
  display: flex;
}
#howabout .smp .a5 .flex .flex {
  border-bottom: 2px solid #444;
  width: 100%;
}
#howabout .smp .a5 .flex.bottom .flex {
  border-bottom: none;
  width: 100%;
}
#howabout .smp .a5 .flex .b1 {
  margin-top: 10px;
  width: 18%;
}
#howabout .smp .a5 .flex.top .b1 {
  margin-top: 0;
}
#howabout .smp .a5 .flex .b2 {
  margin: 20px 0 10px 10px;
}
#howabout .smp .a5 .flex.top .b2 {
  margin-top: 10px;
}
#howabout .smp .a5 .flex .b2 .c1 {
  margin-top: 5px;
}
#howabout .smp .a5 .flex .b3 {
  margin: 0 auto;
  margin-top: 20px;
  width: 30%;
}
#howabout .smp .a5.orange .flex.step3 .b3 {
  width: 70%;
}
#howabout .smp .a5 .flex h4 {
  font-size: 15px;
}
#howabout .smp .a5 .flex p {
  font-size: 15px;
}
#howabout .smp .a5 .flex img{
  margin-top: 0;
  height: auto;
}
.howabout img.a1 {
  display: none;
}
.howabout img {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
}
#system .flex.a1 {
  display: flex;
}
#system .flex.a1 table:first-child {
  margin-right: 2px;
  width: 33%;
}
#system .flex.a1 table:nth-child(2) {
  width: 33%;
}
#system .flex.a1 table:last-child {
  margin-left: 2px;
  width: 33%;
}
#system .flex.a1 table tr:first-child td {
  background: #7d7c7e;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  font-family: system-ui;
  padding: 2px 2px 1px 2px;
}
#system .flex.a1 table tr:first-child td p {
  background: #a0cf40;
  border-radius: 10px 10px 0 0;
  padding: 5px;
}
#system .flex.a1 table tr td {
  background: #7d7c7e;
  border-radius: 0 0 12px 12px;
  padding: 0 2px 2px 2px;
  border: none;
}
#system .flex.a1 table tr td div {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10vw 2px;
  font-weight: bold;
  font-size: 3.6vw;
  font-family: system-ui;
  height: 30vw;
}
#system .flex.a1 table:first-child tr td div {
  padding: 2vw 2px;
}
#system .flex.a1 table:first-child tr:last-child img {
  width: 50%;
  height: auto;
  margin-top: 5px;
}
#system .flex.a1 table:first-child tr:last-child p:first-child {
  font-size: 4vw;
}
#system .flex.a1 table:first-child tr:last-child p:nth-child(2) {
  font-size: 2.5vw;
}
#system .flex.a1 table:first-child tr:last-child p:last-child {
  font-size: 3.5vw;
  color: #ff3300;
  line-height: 1.2;
  font-weight: normal;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div {
  padding: 8.5vw 2px;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div p:first-child {
  font-size: 5.5vw;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div p:nth-child(2) {
  font-size: 3vw;
}
#system p.strike span {
  background-image: linear-gradient(#ff7b5a, #ff7b5a);
  background-position: 0 50%;
  background-size: 100% 3px;
  background-repeat: repeat-x;
}
.legalnotation {
  margin-top: 30px;
  color: #444;
}
.legalnotation h3 {
  text-align: center;
  font-size: 20px;
}
.legalnotation table {
  margin-top: 20px;
}
.legalnotation td {
  text-align: left;
  padding: 10px;
  word-break: break-all;
}
.legalnotation td:first-child {
  text-align: center;
  background: #fff3f3;
  width: 30%;
}
#question table.a1 {
  margin-top: 20px;
}
#question table {
  white-space: initial;
  text-align: left;
  margin-top: 20px;
}
#question tr:first-child td {
  background: #f2f2f2;
  font-weight: bold;
}
#question td {
  padding: 10px;
}
#voice .flex.top {
  margin-top: 20px;
}
#voice .flex {
  color: #444;
  display: flex;
  margin-top: 20px;
}
#voice .flex img {
  margin-top: 0;
}
#voice .flex .b1 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#voice .flex .b1 {
  width: 30%;
}
#voice .flex .b1 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
#voice .flex .b2 {
  width: 70%;
  padding: 16px;
  border: 3px solid;
  border-radius: 45px;
  margin-left: 10px;
}
#voice .flex .b2 h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
#voice .flex .b2 p {
  font-size: 16px;
  line-height: 1.2;
}
#voice .flex .b2 span {
  text-decoration: underline;
}
#voice .flex .b3 {
  width: 70%;
      padding: 20px;
      border: 3px solid;
      border-radius: 45px;
      margin-right: 10px;
}
#voice .flex .b3 h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
#voice .flex .b3 p {
  font-size: 16px;
  line-height: 1.2;
}
#voice .flex .b3 span {
  text-decoration: underline;
}
#voice .flex .b4 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#voice .flex .b4 {
  width: 30%;
}
#voice .flex .b4 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.contentsView .contents.introduction {
  margin-bottom: 0;
}
.introduction {
  background: #f4f5f5;
  padding: 30px 0;
}
.introduction .a1 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
.introduction .a2 {
  display: none;
}
.introduction img.a3 {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#introduction .smp {
  text-align: center;
}
#introduction .smp h3 {
  border-bottom: 1px dashed #444;
  display: inline-block;
  margin-bottom: 5px;
  color: #444;
}
#introduction .smp .help {
  margin: -18px 20px 15px;
  text-align: right;
  font-size: 12px;
}
#introduction .smp .box {
  background: #fff;
  border: 4px solid #9dc3e6;
  border-radius: 25px;
  padding: 12px 15px;
  font-size: 18px;
  margin: 10px 10px 20px;
  text-align: left;
}
#introduction .smp .box p {
  margin: 8px 0;
  font-size: 15px;
}
#introduction .smp .box p span {
  font-size: 12px;
}
#introduction .a1 p {
  margin-top: -7px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #8caab5;
  border-top: none;
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  background: #fff;
}
#introduction .a1 p span {
  font-size: 3vw;
  display: block;
}
.representative {
  background: #e0ddd6;
  padding: 50px 0 50px 0;
}
#representative .a1 {
  width: 60%;
  margin: 0 auto;
}
#representative .a1 p {
  margin-top: -7px;
  text-align: center;
  padding: 10px;
  font-size: 23px;
  border: 1px solid #8caab5;
  border-top: none;
  font-weight: bold;
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  background: #fff;
}
#representative .a1 p span {
  font-size: 17px;
  display: inline-block;
}
#representative h2 {
  font-size: 5vw;
  border: 1px dotted;
  padding: 2px 20px;
  text-align: center;
  background: #eaeaea;
  color: #444;
  border-radius: 25px;
  margin: 0 10px;
}
#representative .a2 p {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  font-family: system-ui;
  padding: 20px 25px 0px;
}
#representative .a2 p.signature {
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}
#representative .a2 p.signature span {
  font-size: 16px;
  display: block;
}
#representative .message div:first-child {
  margin-top: 0;
}
#representative .message div {
  margin-top: 8px;
}
#representative .message div p {
  display: inline;
}
#representative .message {
  margin-top: 30px;
  border: 3px solid #888;
  padding: 15px 20px;
  color: #444;
  font-size: 15px;
  background: #e4e1e1;
  border-radius: 25px;
}
#scrolltop {
  display: none !important;
}
footer {
  width: 100%;
  background: #ffffff;
  text-align: center;
}
footer .container {
  padding: 10px;
}
footer .copy {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000000;
}
