@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "destyle.css";
@import "common.css";
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mv {
  width: 100%;
  height: 80vh;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .mv {
    height: auto;
    padding-bottom: 100px;
  }
  .mv img {
    width: 100%;
  }
}
.mv h1 {
  padding-top: 50px;
  font-size: 40px;
  color: #dbd3f7;
}
@media screen and (max-width: 1199px) {
  .mv h1 {
    padding-top: 20px;
  }
  .mv h1 img {
    margin: 0 auto;
  }
}

.mvunder {
  width: 100%;
  position: relative;
  height: 0;
}

.mvNori01 {
  width: 100%;
  height: 223px;
  position: absolute;
  top: -223px;
  background: url(../images/nami02.png) repeat-x 0 0;
  background-size: 2500px auto;
  background-position: bottom;
  animation: bg-slider 26s linear infinite;
  margin: 0;
  padding: 0;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2500px 0;
  }
}
.mvNori02 {
  width: 100%;
  height: 223px;
  position: absolute;
  top: -223px;
  background: url(../images/nami01.png) repeat-x 0 0;
  background-size: 2500px auto;
  animation: bg-slider 6s linear infinite;
  margin: 0;
  padding: 0;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2500px 0;
  }
}
@keyframes bg-slider2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2500px;
  }
}
.logoOnigiri {
  width: 150px;
  margin-left: 20px;
  padding-top: 10px;
}

.bg01 {
  width: 100%;
  background-color: #f2f9ff;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .bg01 {
    padding: 40px 0;
  }
}
.bg01.navBg {
  padding: 20px 0;
}
.bg01.bg02 {
  background-color: #f5f5f5;
}
.bg01.bgWhite {
  background-color: #fff;
}
.bg01.bgline {
  background-color: #ebfdea;
}
.bg01.bgForm {
  background-color: #2eabed;
}
.bg01.bgForm2 {
  background-color: #e9e9e9;
}

.cmnTit01Nav {
  margin-bottom: 20px;
  font-size: 16px;
}

.cmnTit01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .cmnTit01 {
    margin-bottom: 20px;
  }
}
.cmnTit01 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #028bd4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .cmnTit01 p {
    font-size: 16px;
  }
}
.cmnTit01 h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.8;
}
.cmnTit01 h2.fsB {
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .cmnTit01 h2 {
    font-size: 24px;
  }
}

.featuresBox {
  background-color: #fff;
  border-radius: 25px;
  text-align: left;
  padding: 60px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .featuresBox {
    font-size: 0;
  }
}
@media screen and (max-width: 1199px) {
  .featuresBox {
    padding: 25px 4%;
  }
}
.featuresBox .icoFeature {
  width: 87px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .featuresBox .icoFeature {
    margin: 20px auto;
    width: 60px;
  }
}
.featuresBox .featuresBoxTx01 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .featuresBox .featuresBoxTx01 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .featuresBox .featuresBoxL {
    font-size: 16px;
    display: inline-block;
    width: 50%;
    padding: 0 30px;
  }
  .featuresBox .featuresBoxL img {
    width: 520px;
    margin: 10px auto 0;
  }
  .featuresBox .featuresBoxR {
    font-size: 16px;
    display: inline-block;
    width: 50%;
    padding: 0 30px;
  }
  .featuresBox .featuresBoxR img {
    width: 520px;
    margin: 10px auto 0;
  }
}

.lay3dandan ul li {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 3px 4px 5px 0px rgba(129, 129, 129, 0.1);
  padding: 30px 30px 40px;
}
.lay3dandan ul li .img01 {
  margin-bottom: 20px;
}
.lay3dandan ul li .img01 img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .lay3dandan ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .lay3dandan ul li:nth-child(1), .lay3dandan ul li:nth-child(4) {
    margin-left: 0px;
  }
  .lay3dandan ul li:nth-child(2) {
    margin-top: 40px;
  }
  .lay3dandan ul li:nth-child(3) {
    margin-top: 80px;
  }
  .lay3dandan ul li:nth-child(4) {
    margin-top: -80px;
  }
  .lay3dandan ul li:nth-child(5) {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .lay3dandan ul li {
    margin-bottom: 20px;
    padding: 20px 20px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .books ul {
    font-size: 0;
  }
  .books ul li {
    font-size: 16px;
    display: inline-block;
    width: 50%;
    padding: 0 50px;
    vertical-align: top;
  }
}
@media screen and (max-width: 1199px) {
  .books ul li img {
    padding: 0 20%;
  }
}

.lineTx01 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .lineTx01 {
    font-size: 4vw;
  }
}

.lineTx01Nav {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.lineTx02 dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
@media screen and (max-width: 1199px) {
  .lineTx02 dl dt {
    width: 70px;
    margin-bottom: 5px;
  }
}
.lineTx02 dl dd {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .lineTx02 dl dd {
    font-size: 18px;
    text-align: center;
  }
}

.lineTx02Nav dl dd {
  padding-left: 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
  font-size: 13px;
}

.lineImg01 {
  width: 580px;
  margin: 35px auto;
}
@media screen and (max-width: 1199px) {
  .lineImg01 {
    width: 100%;
    margin: 20px auto;
  }
}

.lineTx03 {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0 35px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .lineTx03 {
    font-size: 18px;
    text-align: center;
  }
}

.lineTx03Nav {
  margin: 15px 0 15px;
  line-height: 1.6;
  font-weight: 800;
  font-size: 13px;
}

.movies ul li {
  border-radius: 25px;
}
.movies ul li a {
  color: #1faaf4;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .movies ul li a {
    font-size: 16px;
  }
}
.movies ul li .img01 {
  margin-bottom: 20px;
}
.movies ul li .img01 img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .movies ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .movies ul li:nth-child(1), .movies ul li:nth-child(4) {
    margin-left: 0px;
  }
  .movies ul li:nth-child(2) {
    margin-top: 40px;
  }
  .movies ul li:nth-child(3) {
    margin-top: 80px;
  }
  .movies ul li:nth-child(4) {
    margin-top: -80px;
  }
  .movies ul li:nth-child(5) {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .movies ul li {
    margin-bottom: 20px;
    padding: 20px 20px 20px;
  }
}

.prudctsList ul {
  font-size: 0;
}
.prudctsList ul li {
  display: inline-block;
  font-size: 16px;
  box-shadow: 3px 4px 5px 0px rgba(129, 129, 129, 0.1);
  border-radius: 25px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1200px) {
  .prudctsList ul li {
    width: 48.5%;
    padding: 30px 30px 40px;
    margin-bottom: 40px;
  }
  .prudctsList ul li:nth-child(odd) {
    margin-right: 1.5%;
  }
  .prudctsList ul li:nth-child(even) {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 1199px) {
  .prudctsList ul li {
    padding: 20px 5% 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .prudctsList ul p {
    font-size: 14px;
  }
}
.prudctsList .prudctsListTit {
  font-size: 22px;
  text-align: center;
  color: #028bd4;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .prudctsList .prudctsListTit {
    font-size: 18px;
  }
}

.contactList ul {
  font-size: 0;
}
.contactList ul li {
  font-size: 16px;
  background-color: #fbf2ff;
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .contactList ul li {
    display: inline-block;
    width: 50%;
  }
}
.contactList ul li:nth-child(odd) {
  background-color: #f2f9ff;
}
@media screen and (max-width: 1199px) {
  .contactList ul li {
    padding: 40px 0;
  }
}
.contactList .contactListTx01 {
  font-size: 20px;
  color: #da4a98;
  margin-bottom: 10px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .contactList .contactListTx01 {
    font-size: 18px;
  }
}
.contactList .contactListTx02 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .contactList .contactListTx02 {
    font-size: 20px;
  }
}
.contactList .contactListTx03 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .contactList .contactListTx03 {
    font-size: 24px;
  }
}
.contactList .contactListTx03 a {
  color: #028bd4;
}
.contactList .contactListTx03 a span {
  background: url(../images/phone.png) no-repeat left center;
  background-size: 26px auto;
  padding-left: 35px;
}

.inNav .contactListTx01 {
  font-size: 16px;
  color: #da4a98;
  margin-bottom: 0px;
  font-weight: 800;
}

.inNav .contactListTx02 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 800;
}

.inNav .contactListTx03 {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.inNav .contactListTx04 {
  font-size: 12px;
  margin-bottom: 10px;
}

.formTx01 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.formTx02 {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .formTx02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.formTx02 span {
  font-weight: 800;
}
.formTx02 span.formTx03 {
  font-weight: normal;
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  .formTx02 span.formTx03 {
    font-size: 16px;
  }
}

.btn01 {
  display: inline-block;
}
.btn01 a {
  position: relative;
  display: block;
  border: 1px solid #1faaf4;
  padding: 10px 60px 10px 20px;
  border-radius: 30px;
  background-color: #fff;
  font-weight: 800;
  color: #1faaf4;
  transition: all 0.4s;
}
.btn01 a:after {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  content: "→";
  font-size: 16px;
  background-color: #1faaf4;
  border: 1px solid #1faaf4;
  border-radius: 18px;
  top: 6px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s;
}
.btn01 a:hover {
  background-color: #1faaf4;
  color: #fff;
}
.btn01 a:hover:after {
  background-color: #1faaf4;
  color: #fff;
  border: 1px solid #fff;
}

.btn02 {
  display: inline-block;
}
.btn02 a {
  position: relative;
  display: block;
  border: 1px solid #06c051;
  padding: 10px 70px 10px 30px;
  border-radius: 30px;
  background-color: #fff;
  font-weight: 800;
  color: #06c051;
  transition: all 0.4s;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .btn02 a {
    font-size: 18px;
  }
}
.btn02 a:after {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  content: "→";
  font-size: 16px;
  background-color: #06c051;
  border: 1px solid #06c051;
  border-radius: 20px;
  top: 16%;
  right: 10px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .btn02 a:after {
    top: 12%;
  }
}
.btn02 a:hover {
  background-color: #06c051;
  color: #fff;
}
.btn02 a:hover:after {
  background-color: #06c051;
  color: #fff;
  border: 1px solid #fff;
}
.btn02.navBtn a {
  font-size: 14px;
}
.btn02.navBtn a:after {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  content: "→";
  font-size: 16px;
  background-color: #06c051;
  border: 1px solid #06c051;
  border-radius: 20px;
  top: 16%;
  right: 10px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .btn02.navBtn a:after {
    top: 13%;
  }
}

.btnForm {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .btnForm {
    float: right;
  }
}
.btnForm a {
  position: relative;
  display: block;
  border: 1px solid #1faaf4;
  padding: 10px 70px 10px 30px;
  border-radius: 30px;
  background-color: #fff;
  color: #1faaf4;
  transition: all 0.4s;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .btnForm a {
    font-size: 18px;
  }
}
.btnForm a:after {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  content: "→";
  font-size: 16px;
  background-color: #1faaf4;
  border: 1px solid #1faaf4;
  border-radius: 20px;
  top: 16%;
  right: 10px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .btnForm a:after {
    top: 12%;
  }
}
.btnForm a:hover {
  background-color: #1faaf4;
  border: 1px solid #fff;
  color: #fff;
}
.btnForm a:hover:after {
  background-color: #1faaf4;
  color: #fff;
  border: 1px solid #fff;
}

.btnForm2 {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .btnForm2 {
    float: right;
  }
}
.btnForm2 a {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 10px 70px 10px 30px;
  border-radius: 30px;
  background-color: #1faaf4;
  color: #fff;
  transition: all 0.4s;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .btnForm2 a {
    font-size: 18px;
  }
}
.btnForm2 a:after {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  content: "→";
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  top: 16%;
  right: 10px;
  color: #1faaf4;
  font-weight: 400;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .btnForm2 a:after {
    top: 12%;
  }
}
.btnForm2 a:hover {
  background-color: #fff;
  border: 1px solid #1faaf4;
  color: #1faaf4;
}
.btnForm2 a:hover:after {
  background-color: #1faaf4;
  color: #fff;
  border: 1px solid #1faaf4;
}

@media screen and (max-width: 1199px) {
  .booksDesc {
    height: auto !important;
  }
}
footer {
  padding: 10px;
  background-color: #0c4c6f;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-bottom: 160px;
  }
}

footer .management a {
  text-align: center;
  color: #fff;
}

.copy {
  color: #454545;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .spOnly {
    display: none !important;
  }
}

.missionTx01 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
.missionTx01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .missionTx01 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.btn {
  text-align: center;
}

.btn > * {
  position: relative;
  font-weight: bold;
  background-color: #fff;
  color: #00ACEE;
  border: 1px solid #00acee;
  font-family: "Roboto", sans-serif;
  padding: 15px 65px;
  letter-spacing: 2px;
  display: inline-block;
  transition-duration: 0.2s;
  font-size: 14px;
}

.btn > *:after {
  position: absolute;
  content: "＞";
  font-weight: normal;
  right: 20px;
  font-size: 9px;
  top: 50%;
  transform: translate(0, -50%);
}

.outline_content:hover a .btn > * {
  opacity: 1;
  color: #FFF;
  background: #00ACEE;
}

.btn > *:hover {
  opacity: 1;
  color: #FFF;
  background: #00ACEE;
}

.btn.otherlink > *:after {
  content: "";
}

.btn > *:hover:after {
  color: #FFF;
}

/* contact */
.formTable td, .formTable th {
  padding: 1em 0;
}

.form form > div {
  padding: 1em 0;
}

.formTable, .form dl {
  display: table;
  width: 100%;
  border: none;
}

.formTable tr {
  border: none;
}

.formTable td, .formTable th {
  vertical-align: middle;
  display: table-cell;
  border: none;
}

.form dl > * {
  vertical-align: middle;
  display: table-cell;
  border: none;
}

.formTable th, .form dt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 25%;
  vertical-align: text-top;
}

.formTable td {
  width: 75%;
}

.form dd {
  width: 75%;
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}

.form dd input[type=text], .form dd textarea {
  width: 100%;
  padding: 0.5em;
  border-color: #999;
  font-size: 15px;
}

.form dd label {
  margin-right: 1em;
}

.form dd input[type=radio] {
  margin-right: 0.5em;
}

.submit {
  text-align: center;
}

.confirm {
  margin: 3rem 0;
}

.confirm .btn {
  margin-top: 3rem;
}

.center h4 {
  margin-bottom: 2em;
}

.error_messe {
  padding: 0.5em 0;
}

.form.thanks {
  line-height: 1.8;
}

.chart {
  text-align: center;
}

.chart img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.subtitle {
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  margin-bottom: 55px;
}

.subtitle {
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  margin-bottom: 55px;
}

.subtitle2 {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  margin-bottom: 15px;
}

.subtitle span {
  font-weight: normal;
  display: block;
  color: #999;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  margin-top: 20px;
}

.contents {
  padding: 0 4%;
}

.section.sub {
  padding: 90px 9%;
}

.brdbtm {
  border-bottom: 1px solid #f5f5f0;
  box-sizing: border-box;
  padding: 20px !important;
}

.brdbtm:nth-child(even) {
  background-color: #fff;
}

.brdbtm:nth-child(odd) {
  background-color: #f6f7f9;
}

@media only screen and (max-width: 960px) {
  .brdbtm {
    border-bottom: 1px solid #f5f5f0;
    box-sizing: border-box;
    padding: 10px !important;
  }
  .contents.formy {
    padding-top: 20px;
  }
  /* contact */
  .formTable, .form dl {
    display: block;
  }
  .formTable td, .formTable th {
    vertical-align: middle;
    display: block;
    border: none;
    width: 100%;
    padding: 0.5em 0;
  }
  .form dl > * {
    vertical-align: middle;
    display: block;
    border: none;
    width: 100%;
    padding: 0.5em 0;
  }
  .formTable td, .formTable th {
    padding: 0;
  }
  .form form > div {
    padding: 0;
  }
  .form dd label {
    display: block;
    margin: 0;
    padding: 0.5em 0;
  }
  .section.sub {
    padding: 0rem 0 3rem;
  }
}/*# sourceMappingURL=main.css.map */