@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Passion+One:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Passion+One:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.main_font {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* width */
a:link, a:visited {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: rgba(17, 17, 17, 0.6);
}

.text_S {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #21366d;
}

@media (max-width: 479px) {
  .text_S {
    font-size: 1.2rem;
  }
}

.text_M {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  margin: 16px 0;
  font-weight: bold;
  color: #21366d;
}

@media (max-width: 1024px) {
  .text_M {
    font-size: 1.8rem;
  }
}

.text_L {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #21366d;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .text_L {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .text_L {
    font-size: 2.2rem;
  }
}

.news-bl dt {
  float: left;
  width: 4em;
  background: #21366d;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.news-bl dd {
  padding-left: 5em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: solid 1px #111;
  margin: 5px 0;
}

.news-bl dd:last-child {
  border-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .news-bl dt {
    float: none;
    width: 100%;
    margin: 2px 0 0;
  }
  .news-bl dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
}

.ttl_point {
  color: #21366d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.ttl_point span {
  background: #21366d;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.ttl_act {
  color: #21366d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.ttl_act span {
  background: #21366d;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  margin-right: 15px;
}

.ttl_point_center {
  color: #21366d;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
  .ttl_point_center {
    font-size: 1.8rem;
  }
}

.ttl_point_center span {
  background: #21366d;
  display: block;
  padding: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px;
}

.ttl_bot {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  display: table;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px dotted #21366d;
}

@media (max-width: 1024px) {
  .ttl_bot {
    font-size: 1.8rem;
  }
}

.ttl_bot.tcenter {
  margin-right: auto;
  margin-left: auto;
}

.ttl_bar {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #21366d;
}

@media (max-width: 1024px) {
  .ttl_bar {
    font-size: 1.8rem;
  }
}

.ttl_bar span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .ttl_bar span {
    font-size: 1.2rem;
  }
}

.ttl_border {
  border-radius: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border: 1px solid #21366d;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .ttl_border {
    font-size: 1.8rem;
  }
}

.ttl_base2 {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-bottom: 32px !important;
}

@media (max-width: 960px) {
  .ttl_base2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base2 {
    font-size: 2.2rem;
  }
}

.ttl_base2 span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  font-weight: normal;
}

@media (max-width: 479px) {
  .ttl_base2 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_base2 {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ttl_base {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #21366d;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 960px) {
  .ttl_base {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base {
    font-size: 2.2rem;
  }
}

.ttl_base span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 479px) {
  .ttl_base span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_base {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ttl_base_row {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .ttl_base_row {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base_row {
    font-size: 2.2rem;
  }
}

.ttl_base_row span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  padding-left: 8px;
}

@media (max-width: 479px) {
  .ttl_base_row span {
    font-size: 1.4rem;
  }
}

@media (max-width: 479px) {
  .ttl_base_row {
    text-align: center;
  }
  .ttl_base_row span {
    display: block;
    padding-left: 0px;
  }
}

.ttl_bl {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  overflow: hidden;
  font-weight: bold;
  margin: 32px 0;
  padding: 4px 8px;
  background-color: #ffd700;
  border-left: 8px solid #000000;
}

@media (max-width: 1024px) {
  .ttl_bl {
    font-size: 1.8rem;
  }
}

.ttl_bl:before {
  z-index: 1;
}

.ttl_bl span {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 479px) {
  .ttl_bl span {
    font-size: 1.4rem;
  }
}

.ol-list {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}

.ol-list li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0px;
  background: #fff;
}

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

.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ol-list span b {
  color: #e31d23;
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.6em;
  background-color: #395dbb;
  margin-left: -3.2em;
  color: #fff;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

table.tbl-2l {
  margin: 15px 0;
  background: #f2f2f2;
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left;
}

table.tbl-2l tr:nth-child(odd) {
  background: #ddd;
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}

table.tbl-2l .price {
  text-align: center;
}

.faq {
  margin-bottom: 32px;
}

.faq dt {
  color: #21366d;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
}

.faq dt:before {
  content: "Q";
  margin-right: 5px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #21366d;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}

.faq dd {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-indent: -40px;
}

.faq dd:before {
  content: "A";
  text-indent: 0px;
  font-size: 20px;
  margin-right: 7px;
  line-height: 35px;
  color: #333;
  background: #cdc1a9;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center !important;
}

.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}

.bg_img1 {
  background-image: url(../img/bg_img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 479px) {
  .bg_img1 {
    background-position: center left;
  }
}

.bg_img2 {
  background-image: url(../img/bg_img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img3 {
  background-image: url(../img/bg_img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img4 {
  background-image: url(../img/bg_img4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img5 {
  background-image: url(../img/bg_img5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list_check {
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "■";
  margin-right: 5px;
  color: #21366d;
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list_check_L {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  font-size: 2rem;
}

.list_check_L li {
  padding-left: 1.2em;
  padding: 16px 6px;
  font-weight: bold;
  border: 1px solid #fff;
  margin-bottom: 8px;
}

.list_check_L li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  color: #ffd700;
}

.frame {
  padding: 32px;
}

@media (max-width: 479px) {
  .frame {
    padding: 8px;
  }
}

.shadow {
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
          box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
}

.inbox {
  margin: -32px;
}

@media (max-width: 479px) {
  .inbox {
    margin: -8px;
    padding: 16px;
  }
}

.border {
  border: 1px solid #aaa;
}

.ttl_cl_line {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  text-align: center;
  padding: 16px 0;
  background: url("../img/title_cl_line.png") repeat-x center;
}

@media (max-width: 1024px) {
  .ttl_cl_line {
    font-size: 1.8rem;
  }
}

.ttl_cl_line h1,
.ttl_cl_line h2,
.ttl_cl_line h3,
.ttl_cl_line h4,
.ttl_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}

.ttl_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 479px) {
  .ttl_cl_line span {
    font-size: 1.2rem;
  }
}

.ttl_cl_line:after {
  content: "";
  height: 100px;
}

.bg-grade {
  background-image: linear-gradient(80deg, #c790e0 0, #9e90e0 35%, #98a3e7 49%, #91b5ed 65%, #5bbed7 100%);
}

.bg-grade2:before {
  background-image: linear-gradient(120deg, #ffe56c 0, #a3d5b2 25%, #46c5f8 50%, #9e8ebc 75%, #f55680 100%);
  opacity: 0.2;
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
}

.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.main_font {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* width */
a:link, a:visited {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: rgba(17, 17, 17, 0.6);
}

.text_S {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #21366d;
}

@media (max-width: 479px) {
  .text_S {
    font-size: 1.2rem;
  }
}

.text_M {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  margin: 16px 0;
  font-weight: bold;
  color: #21366d;
}

@media (max-width: 1024px) {
  .text_M {
    font-size: 1.8rem;
  }
}

.text_L {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #21366d;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .text_L {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .text_L {
    font-size: 2.2rem;
  }
}

.news-bl dt {
  float: left;
  width: 4em;
  background: #21366d;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.news-bl dd {
  padding-left: 5em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: solid 1px #111;
  margin: 5px 0;
}

.news-bl dd:last-child {
  border-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .news-bl dt {
    float: none;
    width: 100%;
    margin: 2px 0 0;
  }
  .news-bl dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
}

.ttl_point {
  color: #21366d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.ttl_point span {
  background: #21366d;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.ttl_act {
  color: #21366d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.ttl_act span {
  background: #21366d;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  margin-right: 15px;
}

.ttl_point_center {
  color: #21366d;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
  .ttl_point_center {
    font-size: 1.8rem;
  }
}

.ttl_point_center span {
  background: #21366d;
  display: block;
  padding: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px;
}

.ttl_bot {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  display: table;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px dotted #21366d;
}

@media (max-width: 1024px) {
  .ttl_bot {
    font-size: 1.8rem;
  }
}

.ttl_bot.tcenter {
  margin-right: auto;
  margin-left: auto;
}

.ttl_bar {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #21366d;
}

@media (max-width: 1024px) {
  .ttl_bar {
    font-size: 1.8rem;
  }
}

.ttl_bar span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .ttl_bar span {
    font-size: 1.2rem;
  }
}

.ttl_border {
  border-radius: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border: 1px solid #21366d;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .ttl_border {
    font-size: 1.8rem;
  }
}

.ttl_base2 {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-bottom: 32px !important;
}

@media (max-width: 960px) {
  .ttl_base2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base2 {
    font-size: 2.2rem;
  }
}

.ttl_base2 span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  font-weight: normal;
}

@media (max-width: 479px) {
  .ttl_base2 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_base2 {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ttl_base {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #21366d;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 960px) {
  .ttl_base {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base {
    font-size: 2.2rem;
  }
}

.ttl_base span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 479px) {
  .ttl_base span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl_base {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ttl_base_row {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .ttl_base_row {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_base_row {
    font-size: 2.2rem;
  }
}

.ttl_base_row span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  padding-left: 8px;
}

@media (max-width: 479px) {
  .ttl_base_row span {
    font-size: 1.4rem;
  }
}

@media (max-width: 479px) {
  .ttl_base_row {
    text-align: center;
  }
  .ttl_base_row span {
    display: block;
    padding-left: 0px;
  }
}

.ttl_bl {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  overflow: hidden;
  font-weight: bold;
  margin: 32px 0;
  padding: 4px 8px;
  background-color: #ffd700;
  border-left: 8px solid #000000;
}

@media (max-width: 1024px) {
  .ttl_bl {
    font-size: 1.8rem;
  }
}

.ttl_bl:before {
  z-index: 1;
}

.ttl_bl span {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 479px) {
  .ttl_bl span {
    font-size: 1.4rem;
  }
}

.ol-list {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}

.ol-list li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0px;
  background: #fff;
}

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

.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ol-list span b {
  color: #e31d23;
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.6em;
  background-color: #395dbb;
  margin-left: -3.2em;
  color: #fff;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

table.tbl-2l {
  margin: 15px 0;
  background: #f2f2f2;
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left;
}

table.tbl-2l tr:nth-child(odd) {
  background: #ddd;
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}

table.tbl-2l .price {
  text-align: center;
}

.faq {
  margin-bottom: 32px;
}

.faq dt {
  color: #21366d;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
}

.faq dt:before {
  content: "Q";
  margin-right: 5px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #21366d;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}

.faq dd {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-indent: -40px;
}

.faq dd:before {
  content: "A";
  text-indent: 0px;
  font-size: 20px;
  margin-right: 7px;
  line-height: 35px;
  color: #333;
  background: #cdc1a9;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center !important;
}

.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}

.bg_img1 {
  background-image: url(../img/bg_img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 479px) {
  .bg_img1 {
    background-position: center left;
  }
}

.bg_img2 {
  background-image: url(../img/bg_img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img3 {
  background-image: url(../img/bg_img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img4 {
  background-image: url(../img/bg_img4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img5 {
  background-image: url(../img/bg_img5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list_check {
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "■";
  margin-right: 5px;
  color: #21366d;
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list_check_L {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  font-size: 2rem;
}

.list_check_L li {
  padding-left: 1.2em;
  padding: 16px 6px;
  font-weight: bold;
  border: 1px solid #fff;
  margin-bottom: 8px;
}

.list_check_L li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  color: #ffd700;
}

.frame {
  padding: 32px;
}

@media (max-width: 479px) {
  .frame {
    padding: 8px;
  }
}

.shadow {
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
          box-shadow: rgba(51, 51, 51, 0.1) 0 1px 15px 10px;
}

.inbox {
  margin: -32px;
}

@media (max-width: 479px) {
  .inbox {
    margin: -8px;
    padding: 16px;
  }
}

.border {
  border: 1px solid #aaa;
}

.ttl_cl_line {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  text-align: center;
  padding: 16px 0;
  background: url("../img/title_cl_line.png") repeat-x center;
}

@media (max-width: 1024px) {
  .ttl_cl_line {
    font-size: 1.8rem;
  }
}

.ttl_cl_line h1,
.ttl_cl_line h2,
.ttl_cl_line h3,
.ttl_cl_line h4,
.ttl_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}

.ttl_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 479px) {
  .ttl_cl_line span {
    font-size: 1.2rem;
  }
}

.ttl_cl_line:after {
  content: "";
  height: 100px;
}

.bg-grade {
  background-image: linear-gradient(80deg, #c790e0 0, #9e90e0 35%, #98a3e7 49%, #91b5ed 65%, #5bbed7 100%);
}

.bg-grade2:before {
  background-image: linear-gradient(120deg, #ffe56c 0, #a3d5b2 25%, #46c5f8 50%, #9e8ebc 75%, #f55680 100%);
  opacity: 0.2;
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

iframe {
  line-height: 0;
}

blockquote,
q {
  quotes: none;
}

ul {
  list-style: none;
}

address,
dl,
dt,
dd {
  font-style: normal;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

ol {
  padding-left: 2em;
}

iframe {
  line-height: 0;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.map {
  width: 100%;
  height: 450px;
  line-height: 0;
}

.scr {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.scr::-webkit-scrollbar {
  width: 5px;
}

.scr::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 479px) {
  .scrollbar-x {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scrollbar-x table {
    width: 600px;
  }
}

.marker-c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a8d8fa));
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff7c81));
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.marker-k {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #cccccc));
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffd0e1));
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

.bg-base {
  background-color: #21366d !important;
}

.bg-orange {
  background-color: #ff6600 !important;
}

.bg-old {
  background-color: #c69c6d !important;
}

.bg-purple {
  background-color: #930063 !important;
}

.bg-red {
  background-color: #e31d23 !important;
}

.bg-blue {
  background-color: #21366d !important;
}

.bg-green {
  background-color: #32b6a0 !important;
}

.mint_green {
  background-color: #f0f5d8 !important;
}

.bg-skyblue {
  background-color: #00b0f0 !important;
}

.bg-yellow {
  background-color: #ffe766 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-glass {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-pink {
  background-color: #ea68a1 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-111 {
  background-color: #111 !important;
}

.bg-222 {
  background-color: #222 !important;
}

.bg-333 {
  background-color: #333 !important;
}

.bg-aaa {
  background-color: #aaa !important;
}

.bg-bbb {
  background-color: #bbb !important;
}

.bg-ccc {
  background-color: #ccc !important;
}

.bg-ddd {
  background-color: #ddd !important;
}

.bg-eee {
  background-color: #eee !important;
}

.bg-f2 {
  background-color: #f2f2f2 !important;
  background-size: 80% 100%;
}

.bg_center {
  position: relative;
}

.bg_center:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: calc(100% - 260px);
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff799), to(#fff799));
  background-image: linear-gradient(to right, #fff799 0%, #fff799 100%);
  opacity: 0.8;
  z-index: -2;
}

@media (max-width: 960px) {
  .bg_center:before {
    left: 0%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: calc(100% - 0px);
    background-image: #f2f2f2;
    background-image: -webkit-gradient(#fff799);
    background-color: #fff799;
  }
}

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

@media (max-width: 479px) {
  .bg_skew {
    padding: 60px 0;
  }
}

.bg_skew:before {
  position: absolute;
  width: 100%;
  overflow: hidden;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
  height: 90%;
  background-image: -webkit-gradient(linear, left top, right top, from(#21366d), to(#21366d));
  background-image: linear-gradient(to right, #21366d 0%, #21366d 100%);
  opacity: 1;
  z-index: -2;
}

.bg_skew:after {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  height: 90%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff799), to(#fff799));
  background-image: linear-gradient(to right, #fff799 0%, #fff799 100%);
  opacity: 1;
  z-index: -3;
}

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

@media (max-width: 479px) {
  .bg_skew_b {
    padding: 60px 0;
  }
}

.bg_skew_b:after {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff799), to(#fff799));
  background-image: linear-gradient(to right, #fff799 0%, #fff799 100%);
  opacity: 1;
  z-index: -3;
}

.bg-stp {
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.tcenter {
  text-align: center;
}

.tcenter_sp {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.tinline {
  display: inline-block;
}

.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 8px !important;
}

.m10 {
  margin: 16px !important;
}

.m15 {
  margin: 16px !important;
}

.m20 {
  margin: 24px !important;
}

.m30 {
  margin: 32px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 48px !important;
}

.t-m0 {
  margin-top: 0px !important;
}

.t-m5 {
  margin-top: 8px !important;
}

.t-m10 {
  margin-top: 16px !important;
}

.t-m15 {
  margin-top: 16px !important;
}

.t-m20 {
  margin-top: 24px !important;
}

.t-m30 {
  margin-top: 32px !important;
}

.t-m40 {
  margin-top: 40px !important;
}

.t-m50 {
  margin-top: 48px !important;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.b-m5 {
  margin-bottom: 8px !important;
}

.b-m10 {
  margin-bottom: 16px !important;
}

.b-m15 {
  margin-bottom: 16px !important;
}

.b-m20 {
  margin-bottom: 24px !important;
}

.b-m30 {
  margin-bottom: 32px !important;
}

.b-m40 {
  margin-bottom: 40px !important;
}

.b-m50 {
  margin-bottom: 48px !important;
}

.l-m0 {
  margin-left: 0px !important;
}

.l-m5 {
  margin-left: 8px !important;
}

.l-m10 {
  margin-left: 16px !important;
}

.l-m15 {
  margin-left: 16px !important;
}

.l-m20 {
  margin-left: 24px !important;
}

.l-m30 {
  margin-left: 32px !important;
}

.l-m40 {
  margin-left: 40px !important;
}

.l-m50 {
  margin-left: 48px !important;
}

.r-m0 {
  margin-right: 0px !important;
}

.r-m5 {
  margin-right: 8px !important;
}

.r-m10 {
  margin-right: 16px !important;
}

.r-m15 {
  margin-right: 16px !important;
}

.r-m20 {
  margin-right: 24px !important;
}

.r-m30 {
  margin-right: 32px !important;
}

.r-m40 {
  margin-right: 40px !important;
}

.r-m50 {
  margin-right: 48px !important;
}

.h-m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.h-m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.h-m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.h-m15 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.h-m20 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.h-m30 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.h-m40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.h-m50 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.w-m5 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.w-m10 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.w-m15 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.w-m20 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.w-m30 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.w-m40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.w-m50 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 8px !important;
}

.p10 {
  padding: 16px !important;
}

.p15 {
  padding: 16px !important;
}

.p20 {
  padding: 24px !important;
}

.p30 {
  padding: 32px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 48px !important;
}

.p75 {
  padding: 75px !important;
}

.p100 {
  padding: 100px !important;
}

.t-p0 {
  padding-top: 0px !important;
}

.t-p5 {
  padding-top: 8px !important;
}

.t-p10 {
  padding-top: 10px !important;
}

.t-p15 {
  padding-top: 16px !important;
}

.t-p20 {
  padding-top: 24px !important;
}

.t-p30 {
  padding-top: 32px !important;
}

.t-p40 {
  padding-top: 40px !important;
}

.t-p50 {
  padding-top: 48px !important;
}

.b-p0 {
  padding-bottom: 0px !important;
}

.b-p5 {
  padding-bottom: 8px !important;
}

.b-p10 {
  padding-bottom: 16px !important;
}

.b-p15 {
  padding-bottom: 16px !important;
}

.b-p20 {
  padding-bottom: 24px !important;
}

.b-p30 {
  padding-bottom: 32px !important;
}

.b-p40 {
  padding-bottom: 40px !important;
}

.b-p50 {
  padding-bottom: 48px !important;
}

.l-p0 {
  padding-left: 0px !important;
}

.l-p5 {
  padding-left: 8px !important;
}

.l-p10 {
  padding-left: 10px !important;
}

.l-p15 {
  padding-left: 16px !important;
}

.l-p20 {
  padding-left: 24px !important;
}

.l-p30 {
  padding-left: 32px !important;
}

.l-p40 {
  padding-left: 40px !important;
}

.l-p50 {
  padding-left: 48px !important;
}

.l-p60 {
  padding-left: 60px !important;
}

.l-p65 {
  padding-left: 65px !important;
}

.l-p70 {
  padding-left: 70px !important;
}

.r-p0 {
  padding-right: 0px !important;
}

.r-p5 {
  padding-right: 8px !important;
}

.r-p10 {
  padding-right: 10px !important;
}

.r-p15 {
  padding-right: 16px !important;
}

.r-p20 {
  padding-right: 24px !important;
}

.r-p30 {
  padding-right: 32px !important;
}

.r-p40 {
  padding-right: 40px !important;
}

.r-p50 {
  padding-right: 48px !important;
}

.h-p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.h-p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.h-p10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.h-p15 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.h-p20 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.h-p30 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.h-p40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.h-p50 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w-p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.w-p5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.w-p10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.w-p15 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.w-p20 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.w-p30 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.w-p40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.w-p50 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.base_color {
  color: #21366d !important;
}

.orange {
  color: #ff6600 !important;
}

.red {
  color: #e31d23 !important;
}

.blue {
  color: #21366d !important;
}

.green {
  color: #32b6a0 !important;
}

.skyblue {
  color: #00b0f0 !important;
}

.white {
  color: #fff !important;
}

.pink {
  color: #ea68a1 !important;
}

.black {
  color: #000000 !important;
}

.yellow {
  color: #ffd700 !important;
}

.old {
  color: #c69c6d !important;
}

.f-s10 {
  font-size: 1rem !important;
}

.f-s11 {
  font-size: 1.1rem !important;
}

.f-s12 {
  font-size: 1.2rem !important;
}

.f-s13 {
  font-size: 1.3rem !important;
}

.f-s14 {
  font-size: 1.4rem !important;
}

.f-s15 {
  font-size: 1.5rem !important;
}

.f-s16 {
  font-size: 1.6rem !important;
}

.f-s18 {
  font-size: 1.8rem !important;
}

.f-s20 {
  font-size: 2rem !important;
}

.f-s22 {
  font-size: 2.2rem !important;
}

.f-s24 {
  font-size: 2.4rem !important;
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-sl {
  margin: 2em 0;
  height: 12px;
  background: linear-gradient(-70deg, transparent 35%, #aaa 45%, #aaa 55%, transparent 65%);
  background-size: 8px 12px;
  border: none;
}

.border_s {
  border: 1px solid #aaa;
}

.radius {
  border-radius: 25px;
}

.vd_frame {
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .vd_frame {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .vd_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 479px) {
  .tcenter_sp {
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  background: #fff;
  color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  color: #000000;
  z-index: 9999899998;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
          box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav .drawernav_ttl {
  text-align: center;
  font-size: 1.8rem;
  height: 50px;
  background: #21366d;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.2rem;
}

#drawernav ul.phone_navi {
  list-style: none;
  padding: 0;
}

#drawernav ul.phone_navi:first-child {
  margin-top: 60px;
}

#drawernav ul.phone_navi li {
  position: relative;
  border-bottom: 1px solid #cccccc;
}

#drawernav ul.phone_navi li a {
  background: #fff;
  color: #000000;
  font-size: 1.3rem;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
}

#drawernav ul.phone_navi li a span {
  font-size: 1.1rem;
  margin-left: 5px;
}

#drawernav ul.phone_navi li a:hover {
  color: #000000;
}

#drawernav ul.phone_navi li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 8px;
}

#drawernav ul.phone_navi li ul {
  display: none;
}

#drawernav ul.phone_navi li ul li:first-child {
  border-top: 1px solid #cccccc;
}

#drawernav ul.phone_navi li ul li:last-child {
  border-bottom: 0px;
}

#drawernav ul.phone_navi li ul li a {
  font-size: 1.1rem;
  color: #000000;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f2f2f2;
}

#drawernav ul.phone_navi li ul li a:before {
  content: "・";
  margin-right: 3px;
}

#drawernav ul.phone_navi li ul img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

#drawernav .open_btn {
  position: absolute;
  font-weight: 900;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#sp_icon {
  background: #21366d;
  position: fixed;
  top: 2px;
  right: 62px;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#sp_icon li {
  font-size: 2.2rem;
  display: block;
  width: 30px;
  height: 30px;
  padding: 13px 15px 17px;
  cursor: pointer;
  color: #111;
  text-align: center;
  line-height: 1.2;
  margin-right: 2px;
  position: relative;
  border-radius: 100%;
}

#sp_icon li span {
  font-size: 1.3rem;
  display: block;
}

#sp_icon li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}

.humberger {
  font-size: 2.2rem;
  cursor: pointer;
  color: #21366d;
  text-align: center;
  line-height: 1.3;
  position: absolute;
}

.humberger span {
  font-size: 1.1rem;
  display: block;
}

header .humberger {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #21366d;
  width: 60px;
  height: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  display: none;
}

@media (max-width: 479px) {
  header .humberger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .toplink {
  display: none;
}

@media (max-width: 479px) {
  header .toplink {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background-color: #333;
    width: 60px;
    height: 53px;
    top: 0;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    padding-top: 4px;
  }
  header .toplink span {
    font-size: 1.2rem;
    padding-top: 2px;
  }
  header .toplink a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}

.drawer-opened .humberger {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-opened .close {
  padding: 10px 16px !important;
}

.drawer-opened #page {
  left: -240px;
  -webkit-box-shadow: 1px 0 2px #000;
          box-shadow: 1px 0 2px #000;
}

.drawer-opened .fixed-content {
  left: -240px;
}

.drawer-opened #drawernav {
  left: 0;
}

.drawer-opened .humberger .icon-menu {
  opacity: 0;
}

.drawer-opened .humberger .icon-menu {
  opacity: 0;
}

.drawer-opened #overlay {
  opacity: 0.5;
  right: -240px;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sp_navi {
  display: none;
}

@media (max-width: 960px) {
  .youtube {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  #sp_navi {
    background: rgba(33, 54, 109, 0.9);
    -webkit-box-shadow: rgba(33, 54, 109, 0.4) 2px 0 4px 0px;
            box-shadow: rgba(33, 54, 109, 0.4) 2px 0 4px 0px;
    position: fixed;
    bottom: 0;
    z-index: 999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp_navi li {
    font-size: 2.2rem;
    display: block;
    width: calc((100% / 5) - 1px);
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 5px 0;
    border-right: 1px solid #21366d;
  }
  #sp_navi li:last-child {
    border-right: 0px solid #21366d;
  }
  #sp_navi li span {
    font-size: 1rem;
    display: block;
  }
  #sp_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
}

.phone_btn {
  padding: 16px 8px;
}

.phone_btn li {
  margin-bottom: 3px;
}

.phone_btn a {
  padding: 6px 0px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-indent: 0em;
  display: block;
  text-decoration: none;
  text-indent: 0.5rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
}

.phone_btn a span {
  font-size: 1.3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.phone_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #21366d;
}

.phone_btn a:link, .phone_btn a:visited {
  color: #fff;
}

.bgc-line {
  background-color: #2bac38 !important;
}

.bg-facebook {
  background-color: #365491 !important;
}

.bg-twitter {
  background-color: #3596d4 !important;
}

.bg-insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
  width: calc(100% - 0px);
  font-size: 1.6rem;
  line-height: 2;
  /*  max-width: $base_width;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 0 16px;
  margin: 0 auto;
*/
}

@media (max-width: 479px) {
  body {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  body {
    width: calc(100% - 0px);
    padding-right: 0;
  }
}

.textbx p {
  margin-bottom: 16px;
}

.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.contact_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 64px;
}

@media (max-width: 479px) {
  .contact_btn {
    padding: 32px 0px;
  }
}

.contact_btn li {
  width: calc((100% / 2) - 6px);
  border: 2px solid #fff;
  line-height: 1.6;
}

.contact_btn li a {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  width: 100%;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: 0.2rem;
  padding: 32px 0px;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}

@media (max-width: 1024px) {
  .contact_btn li a {
    font-size: 1.8rem;
  }
}

.contact_btn li a:link, .contact_btn li a:visited {
  color: #fff;
  text-decoration: none;
}

.contact_btn li a span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
}

@media (max-width: 479px) {
  .contact_btn li a span {
    font-size: 1.4rem;
  }
}

.contact_btn li a.white {
  color: #fff;
}

.contact_btn li a:hover {
  background: #000000;
}

.contact_btn li a:hover:link, .contact_btn li a:hover:visited {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 479px) {
  .contact {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
  }
  .contact_btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btn li {
    width: calc((100% / 1) - 8px);
    margin: 0 auto 8px;
  }
}

.btn_color a {
  background: #aaa;
  display: block;
  position: relative;
  color: #fff;
  z-index: 99;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 479px) {
  .btn_color a {
    font-size: 1.4rem;
  }
}

.btn_color a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #21366d;
  left: 0;
  z-index: -1;
}

.btn_color a:hover:before {
  width: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn_color a:hover:after {
  border-color: #fff #fff transparent transparent;
}

.btn_color.arrow a:after {
  width: 12px;
  height: 12px;
  border: solid 3px;
  border-color: #fff #fff transparent transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  content: "";
}

.icon01 {
  text-align: center;
}

.icon01 img {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

@media (max-width: 479px) {
  .icon01 img {
    width: 260px;
  }
}

.text_rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 479px) {
  .text_rl {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
  }
}

.wrap {
  position: relative;
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 479px) {
  .wrap {
    padding: 32px 0;
  }
}

@media (max-width: 960px) {
  .wrap {
    width: calc(100% - 16px);
  }
}

.wrap_sub {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px;
}

@media (max-width: 960px) {
  .wrap_sub {
    padding: 16px;
  }
}

.no_wrap {
  padding: 80px 0;
}

@media (max-width: 479px) {
  .no_wrap {
    padding: 32px 0;
  }
}

@media (max-width: 479px) {
  .icon_sp {
    width: 30px !important;
  }
}

@media (max-width: 479px) {
  table.rstable {
    width: 100%;
  }
  table.rstable th {
    display: block;
    width: calc(100% - 2px) !important;
    overflow: hidden;
    padding: 16px 0;
    border: 0px;
    color: #21366d;
  }
  table.rstable td {
    display: block;
    width: calc(100% - 2px) !important;
    padding: 16px 0;
  }
}

table {
  width: 100%;
}

table th {
  vertical-align: middle;
  padding: 16px 8px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  text-align: center;
}

table td {
  padding: 16px 8px;
  vertical-align: middle;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
}

table td b {
  color: #21366d;
}

.tbl_tr th:nth-child(4) {
  text-align: left;
}

.tbl_tr td:nth-child(1), .tbl_tr td:nth-child(2), .tbl_tr td:nth-child(3) {
  text-align: center;
}

.tbl_tr tr:hover {
  background: rgba(33, 54, 109, 0.1);
}

@media (max-width: 479px) {
  .tbl_tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tbl_tr th {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr th:nth-child(1), .tbl_tr th:nth-child(2), .tbl_tr th:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr td {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 0px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr td:nth-child(1), .tbl_tr td:nth-child(2), .tbl_tr td:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_tr th:nth-child(4) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none !important;
    width: 100% !important;
  }
  .tbl_tr td:nth-child(4) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px;
  }
}

table.tbl_sinryou {
  margin: 16px 0;
  text-align: center;
}

table.tbl_sinryou th {
  vertical-align: middle;
  padding: 16px 0px !important;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  border-top: #21366d 1px solid;
  border-bottom: #21366d 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  font-weight: normal;
}

table.tbl_sinryou td {
  padding: 16px 0px !important;
  margin: 0;
  vertical-align: middle;
  border-top: #21366d 1px solid;
  border-bottom: #21366d 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  text-align: center;
}

table.tbl_sinryou td b {
  color: #21366d;
  font-size: 1.8rem;
}

.text_box {
  padding: 0 40px;
}

@media (max-width: 479px) {
  .text_box {
    padding: 0;
  }
}

.toggle {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 5px 0;
  display: inline-block;
  cursor: pointer;
  padding: 16px 0;
  color: #21366d;
  text-align: left;
}

.toggle:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  content: "＋";
  color: #21366d;
  float: right;
}

.toggle.active:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  content: "ー";
}

.tgbox {
  display: none;
}

.sidenav {
  width: 60px;
  height: 100vh;
  background-color: #e31d23;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.sidenav .sidelink {
  position: fixed;
  bottom: 100px;
  right: 0;
}

@media (max-width: 960px) {
  .sidenav {
    display: none;
  }
}

header {
  width: 100%;
  z-index: 90;
  position: fixed;
  padding: 0px 0;
  background-color: #fff;
  border-top: 3px solid #21366d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px 0;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px 0;
}

header #head {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0;
}

header #head .logo {
  margin-right: auto;
  margin-left: 8px;
}

header #head .logo img {
  height: auto;
}

#navi {
  margin-left: auto;
  width: calc(100% - 400px);
  padding-right: 60px;
  padding-top: 24px;
}

#navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#navi li {
  list-style: none;
  height: 50px;
  font-weight: bold;
  font-size: 1.6rem;
}

#navi li span {
  display: block;
  font-size: 1.3rem;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#navi li i {
  margin: 0 4px;
  display: inline;
  color: #21366d;
}

#navi li.accent {
  background: #21366d;
}

#navi li.accent a {
  color: #fff;
}

#navi li.accent a:hover {
  opacity: 0.8;
}

#navi li.accent a:link, #navi li.accent a:visited {
  color: #fff !important;
  text-decoration: none;
}

#navi li a {
  width: calc(100% - 32px);
  height: calc(100%);
  padding: 8px 16px 16px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.3 !important;
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#navi li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
  color: #21366d;
}

#navi li a:link, #navi li a:visited {
  color: #000000;
  text-decoration: none;
}

#navi li a:hover {
  opacity: 0.6;
}

#navi ul li:hover ul {
  top: 74px;
  opacity: 1;
  visibility: visible;
}

#navi ul li ul {
  top: 76px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 999 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
}

#navi ul li ul:before {
  top: -30px;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #21366d;
  border-width: 20px;
  margin-left: -20px;
}

#navi ul li ul li {
  width: 100%;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0;
  height: auto;
}

#navi ul li ul li a {
  padding: 16px 0 !important;
  margin: 0 !important;
  width: 100%;
  text-align: left;
  text-indent: 10px;
  border: none;
  background: #21366d;
}

#navi ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
  color: #fff;
}

#navi ul li ul li a:link, #navi ul li ul li a:visited {
  color: #fff;
}

#navi ul li ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #090f1f;
}

@media (max-width: 960px) {
  header {
    height: auto;
    width: 100%;
    padding: 0px 0;
    background-color: white;
  }
  header #head {
    width: 100%;
  }
  header #head .logo {
    text-align: left;
    margin: 0 0 0 8px;
  }
  header #head .logo img {
    display: block;
    margin: 0 auto;
    height: 40px;
  }
  #navi {
    display: none;
  }
}

.deco_text {
  font-size: 8vw;
  line-height: 1.1;
  padding-top: 0.5em;
  padding-left: 0.5em;
  margin-bottom: -0.5em;
  font-weight: normal;
  z-index: 10;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #21366d;
  background: -webkit-linear-gradient(0deg, #21366d, #21366d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deco_text span {
  color: #333;
  font-weight: normal;
  background: -webkit-linear-gradient(0deg, #333, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
  .deco_text span {
    font-size: 1.8rem;
  }
}

@media (max-width: 479px) {
  .deco_text {
    font-size: 12vw;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .deco_text span {
    display: block;
  }
}

address {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  address {
    font-size: 1.2rem;
  }
}

#footer_bg {
  background: #7c7474;
}

#footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin: 0 auto 0;
  padding: 64px 0;
  text-align: center;
}

@media (max-width: 960px) {
  #footer {
    width: calc(100% - 16px);
  }
}

@media (max-width: 479px) {
  #footer {
    font-size: 1.2rem;
  }
}

@media (max-width: 479px) {
  #footer {
    padding: 24px 0;
  }
}

.logo_f {
  padding: 20px 0;
}

@media (max-width: 479px) {
  .logo_f img {
    width: 160px;
    height: auto;
  }
}

.bg-green2 {
  background: rgba(50, 182, 160, 0.8) !important;
}

.bnr01 {
  height: 300px;
}

.logo_f {
  text-align: center;
}

@media (max-width: 479px) {
  .logo_f img {
    width: 130px;
  }
}

#navi_footer {
  margin: 20px auto 0;
}

@media (max-width: 479px) {
  #navi_footer {
    display: none;
  }
}

#navi_footer li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 8px;
  font-size: 1.3rem;
  font-weight: bold;
}

#navi_footer li:hover {
  opacity: 0.6;
}

#navi_footer li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "■";
  margin-right: 5px;
  color: #21366d;
}

#navi_footer li a {
  color: #333 !important;
}

#navi_footer li a:link, #navi_footer li a:visited, #navi_footer li a:hover {
  color: #333 !important;
  text-decoration: none;
}

.copyright {
  text-align: center;
  padding: 6px 0;
  width: 100%;
}

@media (max-width: 960px) {
  #fnavi {
    display: none;
  }
  .logo_f {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.sec_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_r p {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .sec_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}

.sec_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sec_l p {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .sec_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}

.sec_text {
  width: 25%;
  vertical-align: middle;
  padding: 3% 5%;
}

.sec_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec_img img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

@media (max-width: 960px) {
  .sec_text {
    width: calc(100% - 10%);
    vertical-align: middle;
    padding: 5% 5%;
  }
  .sec_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec_img img {
    -o-object-fit: cover;
       object-fit: cover;
    text-align: center;
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col_2 .side {
  width: 300px;
}

.col_2 .main {
  width: calc(100% - 330px);
}

@media (max-width: 960px) {
  .col_2 {
    display: block;
  }
  .col_2 .side {
    width: 100%;
  }
  .col_2 .main {
    width: calc(100% - 0px);
  }
}

.news-col dt {
  float: left;
  width: 10em;
  padding: 6px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
}

.news-col dd {
  padding-left: 11em;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.6;
}

.news-col dd:before {
  content: "　";
}

.news-col dd:first-child {
  border-top: solid 1px #aaa;
}

@media screen and (max-width: 768px) {
  .news-col dt {
    float: none;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    text-align: left;
  }
  .news-col dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 2px 0 16px;
  }
}

.bnr_onepoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  margin: 1px 0;
}

.bnr_onepoint li {
  width: calc(50% - 1px);
  height: 500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
}

.bnr_onepoint li * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.bnr_onepoint li *:before, .bnr_onepoint li *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.bnr_onepoint li:hover p {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.bnr_onepoint li img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.bnr_onepoint li figcaption {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 450px;
}

.bnr_onepoint li div {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnr_onepoint li div p {
  text-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bnr_onepoint li div p span {
  display: block !important;
  font-size: 1.5rem;
}

.bnr_onepoint li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bnr_onepoint li:hover img,
.bnr_onepoint li.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bnr_onepoint li:nth-child(2) {
  height: 249px;
  margin-bottom: 1px;
}

.bnr_onepoint li:nth-child(2) img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.bnr_onepoint li:nth-child(3) {
  height: 250px;
}

.bnr_onepoint li:nth-child(3) img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 768px) {
  .bnr_onepoint {
    height: auto;
  }
  .bnr_onepoint li {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 200px;
  }
  .bnr_onepoint li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .bnr_onepoint li img {
    width: 100%;
    height: 200px;
  }
  .bnr_onepoint li div p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.5;
  }
  .bnr_onepoint li div p span {
    font-size: 1.2rem;
  }
  .bnr_onepoint li:nth-child(1) {
    height: 250px;
    margin-bottom: 1px;
  }
  .bnr_onepoint li:nth-child(1) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .bnr_onepoint li:nth-child(2) {
    height: 250px;
    margin-bottom: 1px;
  }
  .bnr_onepoint li:nth-child(2) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .bnr_onepoint li:nth-child(3) {
    height: 250px;
  }
  .bnr_onepoint li:nth-child(3) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.flexbox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.flexbox_2:after {
  content: "";
  display: block;
  width: calc((100% / 2) - 16px);
}

.flexbox_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.flexbox_3:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 16px);
}

.flexbox_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.flexbox_4:after {
  content: "";
  display: block;
  width: calc((100% / 4) - 16px);
}

.flexbox_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.flexbox_5:after {
  content: "";
  display: block;
  width: calc((100% / 5) - 16px);
}

.flexbox_2 .bx {
  position: relative;
  margin-bottom: 32px;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(50% - 16px);
}

.flexbox_2 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_2 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_2 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_3 .bx {
  position: relative;
  margin-bottom: 32px;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc((100% / 3) - 16px);
}

.flexbox_3 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_3 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_3 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_4 .bx {
  position: relative;
  margin-bottom: 32px;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(25% - 16px);
}

.flexbox_4 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_4 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_4 .bx {
    margin-bottom: 24px;
  }
}

.flexbox_5 .bx {
  position: relative;
  margin-bottom: 32px;
  /* 
	box-shadow: rgba($black,0.2) 0 0 2px 2px;
	*/
  width: calc(20% - 16px);
}

.flexbox_5 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flexbox_5 .bx .bx_in {
  padding: 16px;
}

@media (max-width: 479px) {
  .flexbox_5 .bx {
    margin-bottom: 24px;
  }
}

@media (max-width: 479px) {
  .flexbox_2,
  .flexbox_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flexbox_2 .bx,
  .flexbox_3 .bx {
    width: calc(100% - 0px);
  }
  .flexbox_4 .bx {
    width: calc(50% - 8px);
  }
  .flexbox_5 .bx {
    width: calc(50% - 16px);
  }
}

.btn_inline .btn_s {
  display: inline-block;
  margin: 0 4px;
}

@media (max-width: 479px) {
  .btn_inline {
    text-align: center;
  }
  .btn_inline .btn_s {
    margin: 0 4px;
  }
}

/*サイドメニュー*/
.smenu {
  background: #21366d;
  padding-bottom: 10px;
}

.smenu li {
  font-weight: bold;
  font-size: 12px;
}

.smenu a {
  padding: 10px 0px;
  text-indent: 1em;
  display: block;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  background: #21366d;
}

.smenu a:hover {
  background: #395dbb;
  text-decoration: none;
}

.smenu a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 5px;
}

.smenu li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid #ccc;
}

.smenu a:link, .smenu a:visited {
  color: #fff;
}

.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  background: #21366d;
  padding: 8px 0px;
  font-size: 1.3rem;
  border: 1px solid #21366d;
  display: block;
  width: 140px;
  text-align: center;
}

.btn_s a:link, .btn_s a:visited {
  color: #fff;
}

.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #21366d;
  border: 1px solid #21366d;
}

@media (max-width: 960px) {
  .btn_s {
    margin: 16px auto !important;
  }
}

.btn_s.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_s.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_s.right a {
    margin: 0 auto !important;
  }
}

.bgcl_base {
  background-color: #21366d !important;
}

.bgcl_line {
  background-color: #2bac38 !important;
}

.bgcl_facebook {
  background-color: #365491 !important;
}

.bgcl_twitter {
  background-color: #3596d4 !important;
}

.bgcl_insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

.btn_inline {
  margin: 16px 0;
}

.btn_inline .btn_main {
  display: inline-block;
  margin: 0 0 8px;
  width: 310px;
}

@media (max-width: 479px) {
  .btn_inline .btn_main {
    width: 100%;
  }
}

.btn_main a {
  display: block;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  padding: 8px 0px;
  border-radius: 25px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: #21366d 1px solid;
  background: #fff;
  color: #21366d;
}

.btn_main a:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .btn_main a {
    margin: 0 auto !important;
  }
}

.btn_main a:link, .btn_main a:visited, .btn_main a:hover {
  color: #21366d;
}

.btn_main a.white:link, .btn_main a.white:visited, .btn_main a.white:hover {
  color: #fff;
}

.btn_main.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_main.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_main.right a {
    margin: 0 auto !important;
  }
}

.bg_grd {
  width: 100%;
  background: linear-gradient(45deg, #fcfdfd, #e7f6f8);
}

.brd_bl {
  width: calc(100% - 160px);
  margin: 0 auto;
  border-left: 5px solid #a4ffff;
  border-right: 5px solid #02a1bb;
}

@media (max-width: 479px) {
  .brd_bl {
    width: calc(100% - 32px);
    max-width: 100%;
  }
}

.brd_bl:before,
.brd_bl:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(45deg, #a4ffff, #02a1bb);
}

.accessmap iframe {
  width: 100%;
  height: 400px;
}

.contact_box {
  width: 100%;
  max-width: 1100px;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  border-radius: 20px;
}

.contact_box .accessmap iframe {
  width: 100%;
  height: 260px;
}

.contact_box div {
  width: calc(60% - 120px);
  padding: 0 60px;
}

.contact_box div:nth-child(1) {
  width: calc(40% - 121px);
}

@media (max-width: 960px) {
  .contact_box {
    padding: 16px 0;
    margin-bottom: 32px;
  }
  .contact_box div {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
  .contact_box div img {
    max-width: 95%;
  }
  .contact_box div:nth-child(1) {
    border-right: 0px solid #aaa;
    padding-right: 0px;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}

.telbtn {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  padding: 8px 0;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .telbtn {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .telbtn {
    font-size: 2.2rem;
  }
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #21366d;
}

.telbtn a:link, .telbtn a:visited {
  color: #21366d;
  text-decoration: none;
}

.telbtn a:hover {
  color: #21366d;
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 479px) {
  .telbtn {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 0;
    margin: 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
  }
}

.btn_main a {
  display: block;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 25px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: #21366d 1px solid;
  background: #fff;
  color: #21366d;
}

.btn_main a:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .btn_main a {
    margin: 0 auto !important;
  }
}

.btn_main a:link, .btn_main a:visited, .btn_main a:hover {
  color: #21366d;
}

.btn_main a.white:link, .btn_main a.white:visited, .btn_main a.white:hover {
  color: #fff;
}

.btn_main.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn_main.right a {
  margin-left: auto !important;
}

@media (max-width: 960px) {
  .btn_main.right a {
    margin: 0 auto !important;
  }
}

.btn_inline {
  margin: 16px 0;
}

.btn_inline .btn_main {
  display: inline-block;
  margin: 0 0 8px;
  width: 255px;
}

@media (max-width: 479px) {
  .btn_inline .btn_main {
    width: 100%;
  }
}

.bg_footer {
  padding-bottom: 120px;
  background-image: url("../img/bg_footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 479px) {
  .bg_footer {
    padding-top: 16px;
  }
}

.bg_footer2 {
  padding-bottom: 120px;
  background-image: url("../img/bg_footer2.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}

@media (max-width: 479px) {
  .bg_footer2 {
    padding-top: 16px;
  }
}

.b_btn {
  display: block;
  margin-top: 30px;
  width: 300px;
  padding: 1em;
  text-align: center;
  color: #21366d;
  border: 1px solid #21366d;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}

.b_btn:hover {
  background-color: #21366d;
  color: #fff;
}

.b_btn:hover .b_btn_icon {
  color: black;
  right: -30px;
  width: 60px;
}

.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid black;
  border-bottom: 4px solid black;
}

.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: 26px;
  width: 30px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #21366d;
}

.b_btn .b_btn_icon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #21366d;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #21366d;
  -webkit-transition: inherit;
  transition: inherit;
}

.b_btn.b_btn_01 {
  margin: 30px auto 0;
}

.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff;
}

.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #21366d;
}

.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #21366d;
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #21366d;
  border-bottom: 4px solid #21366d;
}

.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff;
}

.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

#firstview {
  width: 100% !important;
  padding-top: 60px;
  margin-left: auto;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 64px;
}

#firstview .bxslider {
  list-style: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#firstview .catch {
  position: absolute;
  top: 62%;
  left: 0%;
  font-size: 3.5vw;
  width: 99%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  z-index: 10;
  line-height: 1.4;
  letter-spacing: 0.2vw;
  text-shadow: rgba(0, 0, 0, 0.2) 0 8px 8px;
}

#firstview .catch span {
  font-size: 1.1vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: rgba(242, 242, 242, 0.8);
  position: absolute;
  bottom: -8em;
  font-weight: bold;
  padding: 1.5em 10px;
  line-height: 1.4;
  color: #333;
}

#firstview .catch b {
  background: #fff;
  padding-left: 1%;
}

#firstview .catch b.cl01 {
  color: #acb6e5;
  background: -webkit-linear-gradient(0deg, #acb6e5, #86fde8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 960px) {
  #firstview {
    width: 100% !important;
    margin-left: 0;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 80px;
  }
  #firstview .bxslider {
    list-style: none;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #firstview .catch {
    position: absolute;
    top: auto;
    bottom: -30%;
    left: 0%;
    font-size: 5vw;
    z-index: 10;
    line-height: 1.9;
    letter-spacing: 0;
    width: 100%;
  }
  #firstview .catch span {
    font-size: 1.6vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background-color: #f2f2f2;
    position: absolute;
    bottom: -4em;
    font-weight: bold;
    padding: 1em 4px;
    letter-spacing: 0.5vw;
  }
  #firstview .catch b {
    font-weight: normal;
  }
  #firstview .catch b.cl01 {
    color: #acb6e5;
    background: -webkit-linear-gradient(0deg, #acb6e5, #86fde8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.flash_text1 {
  position: absolute;
  top: 15%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 800px;
  height: 104px;
  z-index: 1;
}

.flashimg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 10;
}

#flash {
  padding: 0px 0 0;
  width: 100%;
  height: 80vh;
  position: relative;
}

.bxslider {
  width: 100vw !important;
  background: none;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
}

.catchcopy {
  width: 100%;
  position: absolute;
  background-image: url("../img/catchcopy.png");
  background-position: -250px 100px;
  background-repeat: no-repeat;
  -moz-background-size: 50%;
  max-width: 650px;
  padding: 0px 0 0;
  top: 24px;
  bottom: 0;
  left: 2%;
  margin: auto;
  z-index: 10;
  text-align: left;
}

@media (max-width: 1024px) {
  .catchcopy img {
    width: 20%;
  }
}

.catchcopy .catch_01 {
  font-size: 4vw;
  color: #21366d;
  line-height: 1.2;
  margin-bottom: 16px;
  position: relative;
  font-weight: bold;
}

.catchcopy .catch_01 span {
  padding: 8px 24px;
  background-color: #fff;
}

.catchcopy .catch_01 b {
  color: #e31d23;
}

.catchcopy .catch_02 {
  font-size: 1.6rem;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /*  background-color: rgba($white,0.4); */
  padding: 24px 100px;
  color: #21366d;
  margin: 24px 0;
  position: relative;
  font-weight: bold;
}

@media (max-width: 479px) {
  .catchcopy .catch_02 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .catchcopy .catch_02 {
    padding: 2% 5%;
    color: #21366d;
    margin: 2% 0;
  }
}

.catchcopy h1 {
  margin-top: 24px;
  padding: 0 24px;
  color: #fff;
}

.catchcopy2 {
  width: 100%;
  position: absolute;
  max-width: 650px;
  height: 160px;
  padding: 0px 0 0;
  top: 24px;
  bottom: 0;
  left: 2%;
  margin: 0 auto;
  z-index: 10;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
  .catchcopy2 img {
    width: 20%;
  }
}

.catchcopy2 .catch_01 {
  font-size: 4vw;
  color: #21366d;
  line-height: 1.2;
  margin-bottom: 16px;
  position: relative;
  font-weight: bold;
}

.catchcopy2 .catch_01 span {
  padding: 8px 24px;
  background-color: #fff;
}

.catchcopy2 .catch_01 b {
  color: #e31d23;
}

.catchcopy2 .catch_02 {
  font-size: 1.6rem;
  line-height: 2;
  padding: 8px 30px;
  color: #21366d;
  margin: 24px 0;
  position: relative;
  font-weight: bold;
}

@media (max-width: 479px) {
  .catchcopy2 .catch_02 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .catchcopy2 .catch_02 {
    padding: 2% 5%;
    color: #21366d;
    margin: 2% 0;
  }
}

.catchcopy2 h1 {
  margin-top: 24px;
  padding: 0 24px;
  color: #fff;
}

@media (max-width: 479px) {
  #flash {
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px 0 0px;
    overflow: inherit;
    position: relative;
  }
  .bxslider {
    width: 100% !important;
    background: none;
    overflow: hidden;
    padding: 0px 0 0px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0%;
  }
  .catchcopy {
    width: 90%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-image: url("../img/catchcopy.png");
    background-position: -100px 100px;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .catchcopy .catch_01 {
    font-size: 10vw;
    text-indent: 0;
    color: #21366d;
    font-family: "Raleway", sans-serif;
  }
  .catchcopy .catch_01 span {
    padding: 4px 8px;
    background: #fff;
  }
  .catchcopy .catch_01:before {
    width: 0px;
  }
  .catchcopy .catch_02 {
    padding: 8px 0px;
  }
  .catchcopy h1 {
    padding: 8px;
    margin-top: 0px;
    font-size: 1.1rem;
  }
  .catchcopy2 {
    width: 90%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-position: -100px 100px;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .catchcopy2 .catch_01 {
    font-size: 10vw;
    text-indent: 0;
    color: #21366d;
    font-family: "Raleway", sans-serif;
  }
  .catchcopy2 .catch_01 span {
    padding: 4px 8px;
    background: #fff;
  }
  .catchcopy2 .catch_01:before {
    width: 0px;
  }
  .catchcopy2 .catch_02 {
    padding: 8px 0px;
  }
  .catchcopy2 h1 {
    padding: 8px;
    margin-top: 0px;
    font-size: 1.1rem;
  }
}

#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: 40px auto;
}

@media (max-width: 960px) {
  #blog_flexwrap {
    width: calc(100% - 16px);
  }
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 40px;
}

#blog_flexwrap #blog_side section {
  margin-bottom: 25px;
}

#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#blog_flexwrap #blog_main section {
  background: #fff;
  padding: 24px;
  margin-bottom: 25px;
}

.blog_sttl01 {
  text-indent: 5px;
  border-top: 2px solid #21366d;
  color: #21366d;
  background: #fff;
  padding: 16px 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}

.blog_mttl {
  width: calc(100% - 20px);
  color: #21366d;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  overflow: hidden;
  font-weight: bold;
  margin: 0px 0 16px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .blog_mttl {
    font-size: 1.8rem;
  }
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .blog_time {
    font-size: 1.2rem;
  }
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 16px 0;
}

.pages {
  width: calc(100% - 20px);
  margin-top: 40px;
  font-size: 1.2rem;
}

.pages a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #21366d;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pages a:link, .pages a:visited {
  color: #21366d;
}

.pages a:hover {
  opacity: 0.6;
}

.pages .page_next {
  float: left;
  width: calc(45% - 20px);
}

.pages .page_prev {
  float: right;
  text-align: right;
  width: calc(45% - 20px);
}

.archive * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive ul {
  margin: 8px 0 0;
}

.archive li {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
}

.archive li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.archive li a:link, .archive li a:visited {
  color: #333;
}

.archive li a:hover {
  color: #21366d;
}

.blog_side_list {
  position: relative;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog_side_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(100% - 0) !important;
  border: 1px solid #ccc;
  position: relative;
  padding: 8px;
  margin-bottom: 8px;
  background: #fff;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
  padding: 0;
}

.blog_side_list .blog_bx:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
}

.blog_side_list .blog_bx figcaption {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
}

.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #21366d;
  float: none;
  background: #fff;
  padding: 0 0px;
}

.blog_side_list .blog_bx .ttm {
  float: none;
  padding-top: 0px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  color: #21366d;
  margin-bottom: 8px;
}

.blog_top_list {
  position: relative;
  margin: 0 0px 16px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_top_list:after {
  content: "";
  display: block;
  width: 31%;
}

.blog_top_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 16px) !important;
  font-size: 12px;
  margin-bottom: 24px;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #f2f2f2;
  /*
		&:hover img {
            opacity: 1 !important;
            transform: scale(1.1);
        } */
}

.blog_top_list .blog_bx:nth-child(3) {
  margin-right: 0px;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
  padding: 16px;
}

.blog_top_list .blog_bx:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
}

.blog_top_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #21366d;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  color: #21366d;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media (max-width: 960px) {
  .blog_top_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog_top_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: calc(100% - 0) !important;
    border: 1px solid #ccc;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff;
  }
  .blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .blog_top_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog_top_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0;
  }
  .blog_top_list .blog_bx:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px;
  }
  .blog_top_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  }
  .blog_top_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #21366d;
    float: none;
    background: #fff;
    padding: 0 0px;
  }
  .blog_top_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #21366d;
    margin-bottom: 8px;
  }
  .blog_top_list .blog_bx {
    width: calc(50% - 16px);
  }
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }
  #blog_flexwrap #blog_main {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 32px;
  }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }
  .pages {
    width: 100%;
  }
  .pages .page_next {
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 8px;
  }
  .pages .page_prev {
    float: none;
    text-align: left;
    width: calc(100% - 20px);
  }
}

#equipment h5 {
  background-color: #ccc;
  padding: 12px 0;
}

#equipment .tbl_normal th {
  width: 45%;
}

#equipment .tbl_normal th:last-child {
  width: 2em !important;
}

#equipment .tbl_normal td:last-child {
  text-align: center;
}

.tbl_normal {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (max-width: 479px) {
  .tbl_normal {
    font-size: 1.2rem;
  }
}

.tbl_normal.col_2 th {
  width: 24%;
}

.tbl_normal.col_2 td {
  width: 26%;
}

.tbl_normal th {
  padding: 10px 10px;
  font-weight: normal;
  line-height: 1.5;
  border: #aaa 1px solid;
  text-align: center;
  background-color: #919191;
  color: #fff;
}

.tbl_normal td {
  padding: 10px 10px;
  border: #aaa 1px solid;
  vertical-align: top;
}

.tbl_normal td b {
  color: #e31d23;
}

.tbl_normal.tcenter {
  text-align: center;
}

.tbl_normal.tcenter td:first-child {
  text-align: left !important;
}

.space {
  width: 100%;
  height: 60px;
}

@media (max-width: 479px) {
  .space {
    height: 60px;
  }
}

#title_bg1 {
  background-image: url(../img/title1.jpg);
}

#title_bg2 {
  background-image: url(../img/title2.jpg);
}

#title_bg3 {
  background-image: url(../img/3.jpg);
}

#title_bg4 {
  background-image: url(../img/4.jpg);
}

#title_bg5 {
  background-image: url(../img/5.jpg);
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  width: 100% !important;
  right: 0;
}

@media (max-width: 960px) {
  #title_bg1,
  #title_bg2,
  #title_bg3,
  #title_bg4,
  #title_bg5 {
    width: 100% !important;
  }
}

#title {
  padding: 13% 0 13%;
  margin: 0px auto 0;
  position: relative;
}

#title h2 {
  position: absolute;
  top: auto;
  left: 0%;
  bottom: 0%;
  color: #21366d;
  background: #ffd700;
  display: inline-block;
  padding: 0 48px;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  letter-spacing: 4px;
}

#title h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  display: inline-block;
}

@media (max-width: 479px) {
  #title h2 span {
    font-size: 1.4rem;
  }
}

.bg_icon {
  background-image: url(../img/bg1.png), url(../img/bg1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-attachment: scroll, scroll;
}

@media (max-width: 479px) {
  .bg_icon {
    background-size: 30%, 30%;
  }
}

@media screen and (max-width: 768px) {
  #title {
    padding: 28% 0 0%;
  }
  #title h2 {
    font-size: 1.8rem;
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.photo li {
  width: calc((100% / 4) - 21px);
  margin: 10px;
}

.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.photo li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}

#breadcrumb_bg {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1200px;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a {
  display: inline;
  padding: 0;
}

#breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media screen and (max-width: 768px) {
  #breadcrumb_bg {
    display: none;
  }
}

.flowbox {
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}

.flowbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flowbox li {
  width: calc((100% / 3) - 4%);
  margin-right: 4%;
  margin-bottom: 24px;
  position: relative;
}

.flowbox li p {
  padding: 18px 10px 0;
}

.flowbox li h4 {
  background: #21366d;
  font-weight: normal;
  color: #fff;
  text-indent: 0.5em;
  margin: 8px 0;
  border-radius: 20px;
  text-align: center;
}

.flowbox li b {
  color: #21366d;
}

.flowbox li img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.flowbox li:nth-child(4) {
  margin-right: 0;
}

.flowbox li:nth-child(4):after {
  content: "";
}

.flowbox li:nth-child(8) {
  margin-right: 0;
}

.flowbox li:nth-child(8):after {
  content: "";
}

.flowbox li:nth-child(12) {
  margin-right: 0;
}

.flowbox li:nth-child(12):after {
  content: "";
}

.flowbox li:nth-child(16) {
  margin-right: 0;
}

.flowbox li:nth-child(16):after {
  content: "";
}

.flowbox li:last-child {
  clear: both;
  margin-right: 0;
}

.flowbox li:last-child:after {
  content: "";
}

.flowbox li::after {
  font-family: "font awesome 5 Free";
  content: "\f0da";
  position: absolute;
  font-weight: 900;
  top: 30%;
  right: -32px;
  font-size: 30px;
  color: #21366d;
}

@media screen and (max-width: 768px) {
  .flowbox li {
    width: calc(100%);
    margin-bottom: 100px;
    margin-right: 0;
  }
  .flowbox li iframe {
    border-radius: 0px;
  }
  .flowbox li h4 {
    text-align: center;
    padding: 4px 0;
  }
  .flowbox li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 100px;
  }
  .flowbox li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .flowbox li:last-child:after {
    content: "";
  }
  .flowbox li::after {
    font-family: "font awesome 5 Free";
    content: "\f107";
    position: absolute;
    font-weight: 900;
    top: auto;
    bottom: -80px;
    right: 48%;
    font-size: 50px;
    color: #aaa;
  }
}

.greeting_box {
  float: right;
  width: 720px;
}

.greeting h4 {
  font-weight: normal;
}

.greeting .text {
  position: relative;
  top: 22px;
  right: 102px;
  width: 800px;
  padding: 52px 60px 60px 103px;
  background-color: #f0f5d8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.greeting .text p {
  margin-bottom: 8px;
}

.greeting_img {
  position: relative;
  float: left;
  z-index: 1;
  left: 70px;
}

.greeting_img dt {
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .greeting_box {
    float: none;
    width: 100%;
  }
  .greeting .text {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
    padding: 5%;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
  }
  .greeting .text p {
    margin-bottom: 8px;
  }
  .greeting_img {
    float: none;
    z-index: 1;
    left: 0;
  }
  .greeting_img dt {
    margin: 16px auto;
    text-align: center;
  }
  .greeting_img dt img {
    width: 270px;
  }
}

.text_box p {
  margin-bottom: 24px;
}

.ttl_cl {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 960px) {
  .ttl_cl {
    font-size: 2.2rem;
  }
}

@media (max-width: 479px) {
  .ttl_cl {
    font-size: 2.2rem;
  }
}

.ttl_cl:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #21366d;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.ttl_cl span {
  font-size: 15px;
  display: block;
}

@media (max-width: 479px) {
  .ttl_cl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .ttl_cl:after {
    top: 50px;
  }
}

.ttl_bl {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  text-indent: 0.8em;
  overflow: hidden;
  font-weight: normal;
  border-left: 3px solid #21366d;
  margin: 32px 0;
  padding: 4px 0;
}

@media (max-width: 1024px) {
  .ttl_bl {
    font-size: 1.8rem;
  }
}

.ttl_bl span {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 479px) {
  .ttl_bl span {
    font-size: 1.4rem;
  }
}

.ttl_cl_line {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  text-align: center;
  padding: 16px 0;
  background: url("../img/ttl_cl_line.png") repeat-x center;
}

@media (max-width: 1024px) {
  .ttl_cl_line {
    font-size: 1.8rem;
  }
}

.ttl_cl_line h1,
.ttl_cl_line h2,
.ttl_cl_line h3,
.ttl_cl_line h4,
.ttl_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}

.ttl_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 479px) {
  .ttl_cl_line span {
    font-size: 1.2rem;
  }
}

.ttl_cl_line:after {
  content: "";
  height: 100px;
}

.ttl_rs span {
  background: #21366d;
  color: #fff;
  padding: 0px 15px;
  display: inline-block;
  text-align: center;
}

.ttl_rs.center span {
  margin-right: auto !important;
  margin-left: auto !important;
}

.ttl_rs.right span {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) {
  .ttl_rs.right span {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.ttl_arrow {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  background: #ebebef;
  padding: 5px 10px;
  position: relative;
  padding: 5px 0 5px 70px;
}

@media (max-width: 1024px) {
  .ttl_arrow {
    font-size: 1.8rem;
  }
}

.ttl_arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #21366d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.ttl_arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 100%;
  border: 28px solid transparent;
  border-left: 20px solid #21366d;
}

/* Tiny Carousel */
.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
  margin-bottom: 20px;
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 260px;
  position: relative;
}

.slider1 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #111;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: bottom;
}

.slider1 .next {
  right: 0;
  left: auto;
}

.slider1 .buttons:hover {
  opacity: 0.6;
}

.slider1 .disable {
  visibility: hidden;
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}

.slider1 .overview li {
  width: 350px;
  height: 300px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 0px;
  margin: 0px 16px;
}

.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f8f8f8;
}

.slider1 img {
  background: #fff;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_menu_bg {
  text-align: center;
  padding: 16px 0;
}

.page_menu {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 3%;
}

.page_menu li {
  width: calc(20% - 14px);
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 0 5px 1px;
}

@media (max-width: 479px) {
  .page_menu li {
    font-size: 1.4rem;
  }
}

.page_menu li a {
  width: 100%;
  display: block;
  padding: 8px 0px;
  line-height: 1.3;
  border: 1px solid #21366d;
  background: #21366d;
}

.page_menu li a:link, .page_menu li a:visited {
  color: #fff;
}

.page_menu li a:hover {
  background: #fff;
  color: #21366d !important;
}

@media screen and (max-width: 768px) {
  .page_menu {
    margin: 6px 0;
  }
  .page_menu li {
    font-size: 1rem;
    margin: 0 2px 3px;
    width: calc(50% - 6px);
    border: 1px solid #fff;
  }
  .page_menu li a {
    padding: 6px 0px;
  }
}

.u-returnTop {
  position: fixed;
  bottom: 4em;
  right: -2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 100;
}

.u-returnTop a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  display: block;
  padding-left: 0.5em;
  cursor: pointer;
  color: #000000;
}

.u-returnTop a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  /*transform: translateY(-50%);*/
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-returnTop a:hover::before {
  width: 100px;
}

@media (max-width: 479px) {
  .u-returnTop {
    right: -2em;
  }
  .u-returnTop a {
    font-size: 0.8em;
  }
}

.letter_img figure {
  margin-right: 48px;
}

.letter_img_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.letter_img_r figure {
  margin-left: 48px;
}

.letter_img,
.letter_img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.letter_img figure,
.letter_img_r figure {
  /* 画像の説明文 */
}

.letter_img figure figcaption,
.letter_img_r figure figcaption {
  text-align: left;
}

.letter_img .info,
.letter_img_r .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.letter_img .info p,
.letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 479px) {
  .letter_img,
  .letter_img_r {
    display: block;
    padding: 8px;
  }
  .letter_img figure,
  .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
  }
  .letter_img figure img,
  .letter_img_r figure img {
    width: auto;
  }
}

.price_txt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_txt .icn_circle {
  background: #21366d;
  color: #fff;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
}

.price_txt .icn_circle span {
  color: #e31d23;
}

.price_txt div {
  line-height: 100px;
}

.price_txt div b {
  font-size: 4.5rem;
  margin-right: 0.2rem;
  color: #ea68a1;
}

.price_txt div b span {
  font-size: 3.2rem;
  margin-left: 0.5rem;
}

.link_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.link_img li {
  width: calc((100% / 4) - 0px);
  margin: 0 0px;
}

@media (max-width: 479px) {
  .link_img li {
    text-align: center;
    width: calc((100% / 1) - 0px);
    margin-bottom: 8px;
  }
  .link_img li img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 0px 1px;
  }
}

.day_flow dt {
  background-color: #21366d;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 3px;
}

.day_flow dd {
  border-left: 4px dotted #21366d;
  margin-left: 25px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.day_flow._ptn02 dt {
  background-color: #ffd000;
  color: #444;
}

.day_flow._ptn02 dd {
  border-left: 4px dotted #ffd000;
  color: #444;
}

.file-btn {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 3px;
  color: #fff;
  background: #aaa;
  cursor: pointer;
  font-size: 1.3rem;
}

.file-btn:hover {
  background: #ccc;
}

.file-btn input {
  display: none;
}

.form {
  margin: 0px 0 0px;
}

.form dt span {
  color: #fff;
  background: #e31d23;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 0px 0;
  font-size: 1.6rem;
}

.form dt {
  width: 100%;
}

.form dd {
  padding-left: 0;
  padding-bottom: 8px;
  padding-top: 0px;
  line-height: 1.5;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #bbb;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  border-radius: 2px;
}

.textarea {
  height: 30px;
}

textarea {
  height: 312px !important;
}

.form-button {
  margin: 16px 0 32px;
}

#mailform button {
  cursor: pointer;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #000000;
  font-weight: normal;
  letter-spacing: 0.1rem;
  border: 2px solid #000000;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #000000;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #21366d;
  border-bottom: 3px solid #21366d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 8px;
  margin: 16px 0;
  text-align: center;
  border: 2px solid #eee;
}

@media (max-width: 479px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .textarea,
  textarea {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
  }
  .fm-text {
    text-align: left;
  }
  label.radio_text {
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    display: block;
  }
  label.checkbox_text {
    margin-right: 0px;
  }
}

.pvc {
  background: #f2f2f2;
  padding: 32px;
}

.pvc h4 {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #21366d;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 1024px) {
  .pvc h4 {
    font-size: 1.8rem;
  }
}

.pvc h4:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #21366d;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
}

.pvc h5 {
  display: block;
  margin: 8px 0;
  display: block;
  margin: 8px 0;
}

.pvc h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 5px;
  color: #21366d;
}

/* voice */
.faice_r {
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 768px) {
  .faice_r {
    float: none;
    margin: 0 auto 24px;
    text-align: center;
  }
}

.faice_r img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 0;
  width: 100px;
}

.voice {
  overflow: hidden;
}

.voice dd {
  position: relative;
  color: #555;
  width: calc(100% - 40px);
  background: #8199d9;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0px 0px 0 12px;
  padding: 15px 15px;
  border-radius: 5px;
}

.voice dd:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #8199d9;
}

.voice dt {
  font-size: 20px;
  color: #21366d;
  margin-left: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .voice {
    overflow: hidden;
    width: 100%;
  }
  .voice dd {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: calc(100% - 20px);
    background: #cfd9f1;
  }
  .voice dd:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #cfd9f1;
  }
  .voice dt {
    margin-bottom: 0px;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  color: #21366d;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #21366d;
  width: 100px;
  background: #21366d;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media (max-width: 960px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .listFlow dl {
    display: block;
    width: 100%;
  }
  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }
  .listFlow dl dt .num {
    display: block;
  }
  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

.table_kanren {
  font-size: 115%;
  width: 100%;
  margin-bottom: 30px;
  border-left: 1px dotted #d3d3d3;
}

@media (max-width: 479px) {
  .table_kanren {
    font-size: 1.2rem;
    width: 100% !important;
  }
}

.table_kanren tr th {
  border-bottom: 1px dotted #666666;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  height: 30px;
  background-color: #dcdcdc;
}

.table_kanren tr td {
  border-right: 1px dotted #d3d3d3;
  border-bottom: 1px dotted #666666;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  height: 30px;
}

.sub2 {
  background-color: #f5f5dc;
}

/* flash */
#flash2 {
  max-width: 1200px;
  height: 550px;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
}

@media screen and (max-width: 478px) {
  /*FLASH*/
  #flash2 {
    width: 100%;
    height: 350px;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
}

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166;
  }
  50% {
    color: #fff;
  }
  100% {
    opacity: 0.5;
    color: #fff;
  }
}

@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166;
  }
  50% {
    color: #fff;
  }
  100% {
    opacity: 0.5;
    color: #fff;
  }
}

/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 125px;
  height: 140px;
  margin: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  text-align: center;
}

.loadingAnim_line img {
  margin-top: 10px;
}

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto auto auto 0;
  content: " ";
  -webkit-animation: loadingAnim 2s ease-in-out 0.1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out 0.1s infinite normal backwards;
  will-change: transform, width;
}

.loadingAnim_line:before {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  content: "LOADING";
  -webkit-animation: loadingAnim_text 1s ease 0.1s infinite alternate both;
  animation: loadingAnim_text 1s ease 0.1s infinite alternate both;
  letter-spacing: 0.5em;
  color: #21366d;
  will-change: opacity;
}

.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0;
}

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none;
}

.loaded .loadingAnim_line:before {
  content: "LOADED";
}

.loadingAnim:before {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background-color: #363227;
}

.loadingAnim:before {
  top: 0;
}

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
}

#lottie {
  width: 125px;
  margin: 0 auto;
}

.list_flex {
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_flex li {
  color: #fff;
  margin-bottom: 2px;
  width: calc(33.33% - 16px);
  padding: 8px;
  background-color: #111;
}

.list_flex li span {
  font-size: 1.3rem;
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 8px;
  font-weight: 600;
}

@media (max-width: 479px) {
  .list_flex li {
    width: calc(100% - 0px);
  }
}
.form .form-contents {
  padding: 0;
}
.form .form-contents dl {
  margin-bottom: 0;
}
.form .form-contents form dl dt:not(.pattern-exclusion) {
  width: 180px;
}
.form .form-contents form dl dd:not(.pattern-exclusion) {
  padding-left: 180px;
}
.form .form-pattern-1 .submit-btn {
  background: #000;
  border: 1px solid #000;
}
.form .form-pattern-1 .submit-btn:hover {
  background: #fff;
  color: #000;
}
.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: #000;
}
@media (max-width: 960px) {
  .form .form-contents form dl dt:not(.pattern-exclusion) {
    width: 100%;
  }
  .form .form-contents form dl dd:not(.pattern-exclusion) {
    padding-left: 0;
  }
}