@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem !important;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff;
  counter-reset: number 0;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 2rem !important;
  }
}

body > div,
body .blog div,
body .box > div {
  line-height: 2.4 !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #f54291;
  color: #fff;
}

::selection {
  background-color: #f54291;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .bg100,
  .inner_out {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg100,
  .inner_out {
    padding: 0 20px;
  }
}

.bg100_2,
.inner_out2 {
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 20px;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 20px;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.8;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none !important;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #contents_wrap {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

table {
  table-layout: fixed;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

@media only screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.tubebox_1 .box {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 640px) {
  .tubebox_1 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tubebox_1 .box:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .tubebox_1 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.tubebox_1 .box {
  position: relative;
  padding-top: 27.55%;
}

@media only screen and (max-width: 640px) {
  .tubebox_1 .box {
    padding-top: 56.25%;
  }
}

.tubebox_1 .box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tabblk {
    display: none;
  }
}

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

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
}

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #f54291 !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .switch label {
    width: 60px;
  }
}

.h_blog div.blog_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 320px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  .h_blog div.blog_list {
    height: 380px;
  }
}

.h_blog div.blog_list > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
  padding: 10px 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 1024px) {
  .h_blog div.blog_list > div {
    padding: 10px 0 20px;
  }
}

.h_blog .blog_photo {
  display: none !important;
  width: 40% !important;
  padding: 0 !important;
  position: relative;
}

.h_blog .blog_photo:before {
  content: "";
  padding-top: 75%;
  display: block;
}

.h_blog .blog_photo a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.h_blog .blog_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h_blog .blog_text {
  font-size: 1em !important;
  width: 100% !important;
  padding: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 1024px) {
  .h_blog .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
  }
}

.h_blog .blog_date {
  width: 14%;
  margin-right: 4%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: 0.05em;
  color: #111 !important;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .h_blog .blog_date {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
}

.h_blog h3 {
  font-size: 1em !important;
  width: 82%;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .h_blog h3 {
    width: 100%;
  }
}

.h_blog h3 a {
  color: #111 !important;
  text-decoration: underline;
}

.h_blog h3 a:hover {
  color: #13abc4 !important;
}

.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.blog2 a {
  text-decoration: none !important;
}

.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}

@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}

.blog .wrap {
  background: none;
}

.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.blog aside nav > div {
  background: #13abc4;
  color: #fff;
  font-size: 18px !important;
}

.blog aside ul li:first-child {
  border-top: none !important;
}

.blog .category {
  font-weight: bold;
}

.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}

.blog .category a,
.blog .category span {
  display: block;
  color: #111 !important;
}

.blog .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  position: relative;
}

.blog .category a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.blog .category span {
  padding: 10px 0;
}

.blog .flex_images {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.blog .flex_images p {
  width: 100%;
  margin-bottom: 40px;
}

.blog .flex_text {
  width: 100%;
}

.blog .blog {
  padding: 0 !important;
}

.blog .pages {
  text-align: left !important;
}

.blog .pages a {
  color: #111 !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside li {
  line-height: 30px;
  text-align: left;
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #13abc4;
}

.blog #contents article {
  padding: 0 !important;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .date {
  color: #fff !important;
  padding: 0 15px;
  background: #13abc4;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
  border-radius: 30px;
}

.blog dt span {
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog h1 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}

.blog h2 {
  background: #111;
  font-size: 1.2em !important;
  color: #fff !important;
  padding: 0.4em 1em 0.45em !important;
  margin-bottom: 20px;
  line-height: 40px !important;
}

@media only screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}

.blog a {
  color: #f54291 !important;
}

@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}

.blog td.close {
  background: #13abc4 !important;
  color: #fff;
}

.blog dl.open label,
.blog td.open {
  background: rgba(19, 171, 196, 0.2) !important;
}

.blog dl.close label {
  background: rgba(19, 171, 196, 0.3) !important;
  width: 35px !important;
  height: 35px !important;
}

.blog dl.close dd {
  font-size: 16px;
}

.blog #form_calendar {
  padding: 10px;
}

.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog #form_calendar table tbody tr td:hover {
  background: rgba(19, 171, 196, 0.5) !important;
}

.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

.blog .blog_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog .blog_flex .imgL {
  margin-right: 30px !important;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

.blog .blog_flex .imgL img {
  margin: 0 !important;
}

.blog .blog_flex .name_01 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}

.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}

.c_contactArea {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(245, 66, 145, 0.1);
}

.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
  background: none !important;
}

.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}

.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #13abc4;
  border: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #f54291;
  opacity: 1 !important;
}

.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}

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

.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}

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

.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #111 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nf_btn a::before {
  z-index: -1;
}

.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.nf_btn a:hover {
  background: #13abc4;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt {
  margin-bottom: 60px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade_1,
.fade_2,
.fade_3,
.fade_4 {
  opacity: 0;
}

/*画像アニメーション*/
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media only screen and (max-width: 1024px) {
  .sample-one.sample-animation img {
    -webkit-animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
            animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  -webkit-animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-one.sample-animation:before {
  -webkit-animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-one:before {
  width: 100%;
}

@-webkit-keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

@keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  -webkit-animation-name: sample-third-before;
          animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  -webkit-animation-name: sample-third-after;
          animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

/*ふわふわ*/
@-webkit-keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fwfw {
  -webkit-animation: fwfw 1s infinite;
          animation: fwfw 1s infinite;
}

/*レイヤースライド*/
.inview01 {
  position: relative;
  overflow: hidden;
}

.inview01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f54291;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline-block;
}

.inview01 img {
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview01.show::after {
  left: 100%;
}

.inview01.show img {
  opacity: 1;
}

/*画像のぼかしからくっきり*/
.blur_1 img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*スクロールダウン*/
.scroll a {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  padding: 10px 10px 120px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #111 !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .scroll a {
    font-size: 16px;
  }
}

.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #111;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

#is-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999;
}

#loading {
  background: #13abc4;
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  #loading {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
}

#loading span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #f54291;
  -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);
}

.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 40px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1400px) {
  .sub_menu {
    position: static;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu a {
  display: block;
  background: rgba(19, 171, 196, 0.85);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}

.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #13abc4 !important;
}

.sub_menu a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.map_1 iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

.googlemaps iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.grid_container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.grid_container .box {
  width: 33.3%;
  padding: 5px;
}

@media only screen and (max-width: 640px) {
  .grid_container .box {
    width: 50%;
  }
}

.grid_container .box img {
  vertical-align: bottom;
}

.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .insta div.sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta div.sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none !important;
  width: 24% !important;
}

@media only screen and (max-width: 1024px) {
  .insta div.sns_list > div {
    width: 32% !important;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div {
    width: 49% !important;
  }
}

.insta div.sns_list > div:not(:last-child) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta div.sns_list div.sns_photo a {
  display: block;
  position: relative;
}

.insta div.sns_list div.sns_photo a:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.insta div.sns_list div.sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*下層インスタ*/
.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}

.c_insta .sns_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.c_insta .sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_insta .sns_date {
  padding: 0px 15px 0;
  margin-bottom: 15px !important;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-size: 1em !important;
  background: #13abc4;
  color: #fff !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}

.c_insta .sns_text {
  font-size: 1em !important;
}

@media only screen and (max-width: 1024px) {
  .c_insta .sns_text {
    width: 70% !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_text {
    width: 100% !important;
  }
}

/*insta横流しスライダー*/
.insta_slider .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .insta_slider .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.insta_slider .sns_list > div {
  border-bottom: none;
  display: block;
}

.insta_slider .sns_list > div .slick-slide {
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .insta_slider .sns_list > div .slick-slide {
    padding: 0 5px;
  }
}

.insta_slider .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.insta_slider .sns_list > div .sns_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.insta_slider .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.insta_slider .sns_list > div .sns_photo a {
  pointer-events: none;
}

.insta_slider .sns_list > div .sns_text {
  display: none;
}

.insta_slider .sns_list > div .sns_text ul {
  display: none;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #f54291 !important;
}

.acc-color a {
  color: #f54291 !important;
}

.main-color {
  color: #13abc4 !important;
}

.main-color a {
  color: #13abc4 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}

.voice_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}

.voice_box .box > div {
  padding-left: 45px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 35px;
  }
}

.voice_box .box:nth-child(odd) {
  background: #13abc4;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}

.voice_box .box:nth-child(odd):after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd):after {
    display: none;
  }
}

.voice_box .box:nth-child(odd):hover {
  cursor: pointer;
}

.voice_box .box:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(even) {
    display: block;
  }
}

.voice_box .box:nth-child(even) .a_01 {
  color: #13abc4;
}

.acc_title:hover {
  cursor: pointer;
}

.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  content: "閉じる";
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
  font-size: 12px;
  color: #111;
  letter-spacing: 0;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 15px;
  right: 20px;
  height: 32px;
  cursor: pointer;
  display: none;
  border: 1px solid #111;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

@media screen and (max-width: 1400px) {
  #nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  #nav-toggle {
    top: 10px;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
  margin: 0 auto;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  content: "メニュー";
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
  font-size: 12px;
  color: #111;
  letter-spacing: 0;
}

#nav-toggle span {
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #111;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 15px;
}

#nav-toggle span:nth-child(2) {
  top: 24px;
}

#nav-toggle span:nth-child(3) {
  top: 34px;
}

.open #nav-toggle span {
  background: #111;
}

.open #nav-toggle span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 95%;
  height: 95%;
  margin: auto;
  border-radius: 30px;
  visibility: hidden;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  z-index: 100;
}

#gloval-nav nav {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: auto;
  padding: 40px 100px;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav nav {
    padding: 40px;
  }
}

@media only screen and (max-width: 834px) {
  #gloval-nav nav {
    padding: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #gloval-nav nav {
    padding: 40px 20px;
  }
}

#gloval-nav ul {
  width: 100%;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}

#gloval-nav ul li {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav ul .nav-item {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  #gloval-nav ul .nav-item {
    width: 100%;
  }
}

#gloval-nav ul .nav-item a {
  display: block;
  color: #111 !important;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  position: relative;
}

#gloval-nav ul .sub_menu li a {
  background: none;
}

#gloval-nav ul .sub_menu li a:after {
  display: none;
}

#gloval-nav .col1 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #gloval-nav .col1 {
    margin-bottom: 30px;
  }
}

#gloval-nav .col1 p {
  color: #111;
}

#gloval-nav .col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin: 40px auto 0;
}

@media only screen and (max-width: 640px) {
  #gloval-nav .col2 {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  #gloval-nav .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gloval-nav .col2-tel, #gloval-nav .col2-tel2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #gloval-nav .col2-tel, #gloval-nav .col2-tel2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #gloval-nav .col2-tel a, #gloval-nav .col2-tel2 a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  #gloval-nav .col2-contact {
    width: 100%;
  }
  #gloval-nav .col2-contact a {
    width: 100%;
    min-width: 100%;
  }
}

#gloval-nav .col2 p {
  color: #111;
}

#gloval-nav li i {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
}

#gloval-nav .i_active::before {
  content: "\f068";
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#3dc1d5), to(#6ee0d3));
  background: linear-gradient(to right, #3dc1d5 0%, #6ee0d3 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 40px 0;
  }
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.4em;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newswrap {
  background: #fff;
  padding: 20px;
}

.newswrap > div {
  max-height: 400px;
  overflow-y: auto;
}

@media only screen and (max-width: 834px) {
  .newswrap > div {
    max-height: 350px;
  }
}

.newswrap dl {
  display: block !important;
  margin: auto;
  padding: 0px 0px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 84% !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  width: auto !important;
  display: inline-block !important;
  text-align: center !important;
  padding: 0 20px !important;
  margin-bottom: 10px;
  line-height: 2;
  border: 1px solid !important;
  border-radius: 30px;
  background: none !important;
  color: #13abc4 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

/*会社概要等*/
.info_1 label {
  position: static;
}

.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}

.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}

.info_1 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #111 !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}

.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}

.info_1 a {
  color: #f54291 !important;
  text-decoration: underline;
}

.info_1 a:hover {
  color: #13abc4 !important;
}

/*メニュー表等*/
.info_2 {
  padding: 40px;
  border: 1px solid #13abc4;
}

@media only screen and (max-width: 1024px) {
  .info_2 {
    padding: 30px;
  }
}

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

.info_2 label {
  position: static;
}

.info_2 dl {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #13abc4 !important;
}

.info_2 dl:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .info_2 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_2 dt,
.info_2 dd {
  padding: 10px !important;
}

.info_2 dt {
  text-align: left !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  position: relative;
  padding-left: 2.4em !important;
}

.info_2 dt::before {
  content: "";
  background: url(../images/home/ico.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .info_2 dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
  }
}

.info_2 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .info_2 dd {
    width: 100% !important;
    text-align: right;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}

.info_2 a {
  color: #f54291 !important;
  text-decoration: underline;
}

.info_2 a:hover {
  color: #13abc4 !important;
}

.info_3 {
  border: 1px solid #13abc4;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .info_3 {
    padding: 30px;
  }
}

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

.info_3 label {
  position: static;
}

.info_3 dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
}

@media only screen and (max-width: 640px) {
  .info_3 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_3 dt,
.info_3 dd {
  padding: 0 !important;
  line-height: 2;
}

.info_3 dt {
  color: #13abc4;
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .info_3 dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}

.info_3 dt span {
  border-bottom: 1px solid #13abc4;
  padding-bottom: 5px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .info_3 dt span {
    margin-bottom: 10px;
  }
}

.info_3 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}

@media only screen and (max-width: 640px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}

.info_3 a {
  color: #f54291 !important;
  text-decoration: underline;
}

.info_3 a:hover {
  color: #13abc4 !important;
}

.info_3 img {
  margin-bottom: 10px;
}

.info_4 label {
  position: static;
}

.info_4 dl:nth-child(odd) {
  background: #e9faf8;
}

.info_4 dl:nth-child(even) {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .info_4 dl {
    display: block !important;
    background: none !important;
  }
}

.info_4 dt,
.info_4 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .info_4 dt,
  .info_4 dd {
    width: 100% !important;
  }
}

.info_4 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #111 !important;
  color: #13abc4 !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .info_4 dt {
    background: #e9faf8 !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.info_4 dd {
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_4 dd {
    background: #fff !important;
    text-align: left;
  }
}

.info_4 a {
  color: #111 !important;
  text-decoration: underline;
}

.info_4 a:hover {
  color: #f54291 !important;
}

.tbl_auto table {
  table-layout: auto !important;
}

.c_tbl_1 td {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}

.c_tbl_1 td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
  background: #13abc4;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .c_tbl_1 td:nth-child(odd) {
    text-align: left !important;
  }
}

.c_tbl_1 td:nth-child(even) {
  width: 80%;
}

.c_tbl_1 a {
  color: #f54291 !important;
  text-decoration: underline;
}

.c_tbl_2 {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}

.c_tbl_2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_tbl_2 tr:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(245, 66, 145, 0.1);
}

.c_tbl_2 td {
  border: none !important;
  padding: 0 !important;
}

.c_tbl_2 td:nth-child(odd) {
  width: 70%;
  background: none !important;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(odd) {
    width: 100%;
  }
}

.c_tbl_2 td:nth-child(even) {
  width: 30%;
  text-align: right !important;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(even) {
    width: 100%;
  }
}

.c_tbl_2 a {
  color: #f54291 !important;
  text-decoration: underline;
}

.c_tbl_2 .left_td {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.imgtxt article,
.imgtxt02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .imgtxt article,
  .imgtxt02 article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt img,
.imgtxt02 img {
  width: 30% !important;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .imgtxt img,
  .imgtxt02 img {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt img,
  .imgtxt02 img {
    width: 100% !important;
  }
}

.imgtxt img::after,
.imgtxt02 img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 75%;
}

.imgtxt .inbox,
.imgtxt02 .inbox {
  width: 68%;
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .imgtxt .inbox,
  .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}

.imgtxt h3,
.imgtxt02 h3 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #13abc4;
}

@media only screen and (max-width: 640px) {
  .imgtxt h3,
  .imgtxt02 h3 {
    font-size: 1.2em;
  }
}

.imgtxt02 article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 2%;
}

@media only screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt03 > div, .imgtxt04 > div {
  width: 59%;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 > div, .imgtxt04 > div {
    width: 100%;
  }
}

.imgtxt03 .img_1, .imgtxt04 .img_1,
.imgtxt03 .scl_img_1,
.imgtxt04 .scl_img_1 {
  float: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 38% !important;
  margin-right: 0 !important;
  margin-left: 3% !important;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1,
  .imgtxt03 .scl_img_1,
  .imgtxt04 .scl_img_1 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1,
  .imgtxt03 .scl_img_1,
  .imgtxt04 .scl_img_1 {
    width: 100% !important;
  }
}

.imgtxt03 .img_1::after, .imgtxt04 .img_1::after,
.imgtxt03 .scl_img_1::after,
.imgtxt04 .scl_img_1::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 70%;
}

.imgtxt03 .img_1 img, .imgtxt04 .img_1 img,
.imgtxt03 .scl_img_1 img,
.imgtxt04 .scl_img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #f54291;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.imgtxt03 .btn_1, .imgtxt04 .btn_1 {
  max-width: 400px;
  margin: 0;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .btn_1, .imgtxt04 .btn_1 {
    margin: 0 auto;
  }
}

.imgtxt04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt04 .img_1,
.imgtxt04 .scl_img_1 {
  margin-right: 3% !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 834px) {
  .imgtxt04 .img_1,
  .imgtxt04 .scl_img_1 {
    margin: 0 auto 4% !important;
  }
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}

.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}

.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

.slidebox .slick-dots {
  position: static !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slidebox .slick-dots li {
  width: 15.83% !important;
  margin: 0 !important;
  margin-bottom: 1% !important;
  height: auto;
}

.slidebox .slick-dots li:not(:nth-child(6n)) {
  margin-right: 1% !important;
}

.slidebox .slick-dots li img {
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider02 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px !important;
}

.slider02 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_2 {
  border: 1px solid #13abc4;
  height: 100%;
  background: #fff;
}

.flow_2 .flow_flex {
  padding: 30px !important;
  position: relative;
}

.flow_2 .flow_flex:not(:last-child) {
  border-bottom: 1px solid #13abc4;
}

@media only screen and (max-width: 834px) {
  .flow_2 .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow_2 .flow_flex::before, .flow_2 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media only screen and (max-width: 834px) {
  .flow_2 .flow_flex::before, .flow_2 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow_2 .flow_flex::before {
  border-width: 21px;
  border-top-color: #13abc4;
}

.flow_2 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow_2 .flow_flex:last-child::before, .flow_2 .flow_flex:last-child::after {
  display: none;
}

.flow_2 .flow_flex {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow_2 .box:nth-child(1) {
  font-size: 1.2em;
  width: 100%;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid #13abc4;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.flow_2 .box:nth-child(1) .step {
  background: #13abc4;
  margin-right: 20px;
  color: #fff;
  padding: 4px 20px 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.8em;
}

.flow_2 .box:nth-child(2) {
  width: 69%;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow_2 .box:nth-child(3) {
  width: 29%;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}

.flow_2 .box:nth-child(3) img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(3) img {
    width: auto !important;
  }
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c_list li:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_1 {
  border: 1px solid #13abc4;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}

.list_1 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 2.6em;
}

.list_1 li:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .list_1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

.list_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 1.8em;
  font-weight: bold;
  color: #13abc4;
  top: 0;
  left: 0;
  line-height: 1.5;
}

.list_1.ver_2 li::before {
  content: "\f06a";
}

.list_2 {
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
          box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
}

@media only screen and (max-width: 640px) {
  .list_2 {
    padding: 25px;
  }
}

.list_2 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.list_2 li:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list_2 li .num_1 {
  font-size: 2em;
  color: #13abc4;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1em;
  font-style: italic;
}

.bb01 {
  border-bottom: 1px solid #eee;
}

.bb02 {
  border-bottom: 2px solid #f54291;
  margin-bottom: 15px;
  display: inline-block;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.img100 {
  position: relative;
}

.img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}

.img100 img {
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 40px;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 49%;
  }
}

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

.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.gallery_1 .box .imgwrap {
  position: relative;
}

.gallery_1 .box .imgwrap::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.gallery_1 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1 .box article > div {
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 15px;
  }
}

.sekoubox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sekoubox .box:nth-child(1), .sekoubox .box:nth-child(3) {
  width: 45%;
}

.sekoubox .box:nth-child(2) {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #13abc4;
}

@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) i:before {
    content: "\f322";
  }
}

@media only screen and (max-width: 640px) {
  .sekoubox .box {
    width: 100% !important;
  }
}

.sekoubox .box p {
  text-align: center;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #13abc4;
}

.sekoubox .box .imgwrap {
  position: relative;
  overflow: hidden;
}

.sekoubox .box .imgwrap::before {
  content: "";
  padding-top: 65%;
  width: 100%;
  display: block;
}

.sekoubox .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #111 !important;
  border: 1px solid;
  position: relative;
}

.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.anchor_btn a:hover {
  background: #111;
  color: #fff !important;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box100 .box {
  width: 100%;
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

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

header#global_header {
  max-width: 100%;
}

.header {
  background: #fff !important;
  padding: 0 20px;
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}

.header.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 20px;
}

@media only screen and (max-width: 834px) {
  .header-container .col2 {
    display: none;
  }
}

.col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col1-logo {
  text-align: left;
}

.col1-logo p {
  font-size: 12px;
  margin-bottom: 5px;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1400px) {
  .col2 {
    margin-right: 80px;
  }
}

.col2-tel {
  margin-right: 15px;
}

.col2-tel a, .col2-tel2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111 !important;
  font-weight: 700;
  font-size: 1.45833vw;
}

@media screen and (max-width: 1400px) {
  .col2-tel a, .col2-tel2 a {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .col2-tel a, .col2-tel2 a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 834px) {
  .col2-tel a, .col2-tel2 a {
    font-size: 24px;
  }
}

.col2-tel a .ttl, .col2-tel2 a .ttl {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #13abc4;
  display: inline-block;
  padding: 2px 8px 3px;
  color: #fff;
  font-weight: 500;
  margin-right: 7px;
  letter-spacing: 0.1em;
}

.col2-tel p, .col2-tel2 p {
  margin-top: -5px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.header .nav {
  margin-left: 20px;
}

.header .nav .nav-list {
  width: 40vw;
  min-width: 700px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

.header .nav .nav-list .nav-item > a {
  padding: 10px 0;
  font-size: 14px;
  color: #111;
  display: block;
}

.header .nav .nav-list .nav-item > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #f54291;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .nav .nav-list .nav-item > a:hover {
  cursor: pointer;
  color: #f54291;
}

.header .nav .nav-list .nav-item > a:hover::after {
  width: 40px;
}

.main-movie {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.main-movie-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.main-wrap {
  background: url(../images/home/pink_bg_1.jpg);
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 20px;
  color: #fff;
}

.main-wrap h1 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 1200px) {
  .main-wrap h1 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .main-wrap h1 {
    font-size: 2.92969vw;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .main-wrap h1 {
    font-size: 3.75vw;
  }
}

.main-wrap h1 .md_1 {
  font-size: 1.28em;
  margin-bottom: 5px;
  display: inline;
}

.main-wrap-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.main-wrap-inner2 {
  margin-top: 15px;
  border: 1px solid #fff;
  padding: 0 15px 10px;
  display: inline-block;
  text-align: right;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .main-wrap-inner2 {
    padding: 15px;
    display: block;
    text-align: center;
  }
}

.main-wrap-inner2 p {
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .main-wrap-inner2 p {
    font-size: 4.0625vw;
  }
}

@media screen and (max-width: 1200px) {
  .main-wrap-inner2 p .ttl {
    display: block;
  }
}

.main-wrap-inner2 p .yellow,
.main-wrap-inner2 p .pink {
  font-size: 1.73em;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .main-wrap-inner2 p .yellow,
  .main-wrap-inner2 p .pink {
    margin-left: 0;
  }
}

.main-wrap-inner2 .yellow {
  color: #f8eb58;
}

.main-wrap-inner2 .sm_1 {
  font-size: 30px;
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .main-wrap-inner2 .sm_1 {
    font-size: 4.6875vw;
  }
}

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

.fixed_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media only screen and (max-width: 834px) {
  .fixed_btn {
    width: 140px;
  }
}

#global_footer {
  background: none !important;
}

#global_footer a {
  text-decoration: none !important;
}

.footer {
  background: #fff;
  padding: 50px 20px;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .footer {
    font-size: 16px;
  }
}

.footer-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .col3 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col3 {
    text-align: center;
  }
}

.footer-container .col3-logo {
  margin-bottom: 40px;
}

.footer-container .col3-logo p {
  margin-bottom: 5px;
}

.footer-container .col3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col3-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-container .col3-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-container .col3-wrap-info1, .footer-container .col3-wrap-info2 {
  text-align: left;
}

.footer-container .col3-wrap-info1 {
  margin-right: 60px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .footer-container .col3-wrap-info1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer-container .col3-wrap-info1:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 0;
  right: -30px;
}

@media only screen and (max-width: 640px) {
  .footer-container .col3-wrap-info1:before {
    display: none;
  }
}

.footer-container .col3-wrap b {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-container .col4 {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col4 {
    text-align: center;
  }
}

.footer-container .col4-sns {
  margin-bottom: 20px;
}

.footer-container .col4-sns a {
  color: #13abc4 !important;
  margin: 5px;
  background: #e9faf8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 15px;
  font-weight: bold;
}

.cont_1 {
  background: -webkit-gradient(linear, left top, right top, from(#3dc1d5), to(#6ee0d3));
  background: linear-gradient(to right, #3dc1d5 0%, #6ee0d3 100%);
  color: #fff;
  position: relative;
}

.cont_1:before {
  content: "";
  background: url(../images/home/icon_bg.png) no-repeat;
  width: 280px;
  height: 280px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.box_1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 640px) {
  .box_1 {
    margin-top: 20px;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.box_1 .box {
  margin: 40px 10px 20px;
}

@media only screen and (max-width: 640px) {
  .box_1 .box {
    margin: 10px 0;
  }
}

.cont_2 {
  background-size: cover;
}

.cont_2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_2 .inner > div {
  width: 26%;
}

.cont_2 .inner > div:last-child {
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .inner > div:last-child {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_2 .inner > div {
    width: 100%;
  }
}

.cont_2 .box_2 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .box_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .box_2 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.cont_2 .box_2 .box {
  width: 32%;
}

@media only screen and (max-width: 640px) {
  .cont_2 .box_2 .box {
    width: 48%;
    margin-bottom: 2%;
  }
}

.cont_2 .box_2 .box:not(:last-child) {
  margin-right: 2%;
}

.cont_2 .box_2 .box img {
  width: 100% !important;
}

.cont_2 .txt_1 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .txt_1 {
    text-align: center;
  }
}

.cont_2 .txt_1 .ttl {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #f54291;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 40px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .cont_2 .txt_1 .ttl {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_2 .txt_1 .ttl {
    font-size: 2.92969vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .txt_1 .ttl {
    font-size: 3.59375vw;
  }
}

.cont_2 .main-wrap-inner2 {
  display: inline-block;
  border: none;
  padding: 0;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 2.4;
}

.cont_2 .main-wrap-inner2 span {
  margin: 0;
}

.cont_2 .main-wrap-inner2 p {
  line-height: 1em;
  font-size: 48px;
}

@media screen and (max-width: 1200px) {
  .cont_2 .main-wrap-inner2 p {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_2 .main-wrap-inner2 p {
    font-size: 4.6875vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .main-wrap-inner2 p {
    font-size: 4.6875vw;
  }
}

.pink {
  color: #f54291;
}

.cont_3 {
  background: #e9faf8;
  position: relative;
}

.txt_2 {
  margin-top: -60px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 20px rgba(17, 17, 17, 0.1);
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: #fff;
  position: relative;
  z-index: 1;
}

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

.txt_2 > div {
  font-weight: 500;
}

.txt_2 .marker {
  font-size: 1.25em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, rgba(248, 235, 88, 0.75)));
  background: linear-gradient(transparent 55%, rgba(248, 235, 88, 0.75) 0%);
}

.movie_1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.movie_1 .box {
  width: 32%;
}

@media only screen and (max-width: 834px) {
  .movie_1 .box {
    width: 49%;
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .movie_1 .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.movie_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .movie_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .movie_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .movie_1 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.movie_1 .box > div {
  position: relative;
  padding-top: 56.25%;
}

.movie_1 .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont_4 {
  background: url(../images/home/gray_bg.jpg);
  position: relative;
}

.cont_4 .box_3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_4 .box_3 .box:nth-child(1), .cont_4 .box_3 .box:nth-child(3) {
  width: 45%;
}

.cont_4 .box_3 .box:nth-child(2) {
  width: 8%;
  text-align: center;
}

.box_3 .box {
  position: relative;
}

.box_3 .box:nth-child(1), .box_3 .box:nth-child(3) {
  position: relative;
  border: 1px solid #f54291;
}

.box_3 .box:nth-child(1):before, .box_3 .box:nth-child(3):before {
  content: "";
  background: url(../images/home/before.png) no-repeat;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
}

@media only screen and (max-width: 834px) {
  .box_3 .box:nth-child(1):before, .box_3 .box:nth-child(3):before {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 640px) {
  .box_3 .box:nth-child(1):before, .box_3 .box:nth-child(3):before {
    width: 80px;
    height: 80px;
  }
}

.box_3 .box:nth-child(3):before {
  background: url(../images/home/after.png) no-repeat;
}

.cont_5 .inner {
  background: #fff;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0 0 50px rgba(245, 66, 145, 0.1);
          box-shadow: 0 0 50px rgba(245, 66, 145, 0.1);
}

@media only screen and (max-width: 640px) {
  .cont_5 .inner {
    font-size: 18px;
  }
}

.cont_5 .inner:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #f54291;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cont_5 .inner-wrap {
  position: relative;
}

.cont_5 .inner-wrap:before, .cont_5 .inner-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f54291;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.cont_5 .inner-wrap:after {
  -webkit-transform: rotateZ(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotateZ(-135deg);
  top: inherit;
  bottom: 13px;
}

.cont_5 .inner-wrap2 {
  padding: 60px 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .cont_5 .inner-wrap2 {
    padding: 40px 40px 10px;
  }
}

.cont_5 .inner-wrap2:before, .cont_5 .inner-wrap2:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f54291;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: 13px;
  right: 5px;
}

.cont_5 .inner-wrap2:after {
  -webkit-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
          transform: rotateZ(135deg);
  top: inherit;
  bottom: 13px;
}

.cont_5 .inner-wrap2 > div:nth-child(1) {
  width: 29%;
}

@media only screen and (max-width: 1024px) {
  .cont_5 .inner-wrap2 > div:nth-child(1) {
    display: none;
  }
}

.cont_5 .inner-wrap2 > div:nth-child(2) {
  width: 65%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .cont_5 .inner-wrap2 > div:nth-child(2) {
    width: 100%;
  }
}

.cont_5 .inner-wrap2 span {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .cont_5 .inner-wrap2 span {
    text-align: center;
  }
}

.cont_5 .box_1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .cont_5 .box_1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_5 .box_1 .box {
  margin: 20px 20px 10px 0;
}

@media only screen and (max-width: 1024px) {
  .cont_5 .box_1 .box {
    margin: 20px 10px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5 .box_1 .box {
    margin: 0px auto 10px auto;
  }
}

.cont_6 {
  position: relative;
}

.cont_6 .inner {
  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;
}

.cont_6 .box_4 {
  width: 32%;
  margin: 0 0.5%;
  background: #fff;
  padding: 30px;
  border: 2px solid #ececec;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .cont_6 .box_4 {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_6 .box_4 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_6 .box_4 .box {
  font-size: 14px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .cont_6 .box_4 .box {
    font-size: 18px;
  }
}

.cont_6 .box_4 .box img {
  width: 100% !important;
  margin-bottom: 15px;
}

.cont_6 .box_4 h2 {
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .cont_6 .box_4 h2 {
    font-size: 3.75vw;
  }
}

.cont_6 .num_1 {
  font-size: 60px;
  color: #f54291;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0;
}

.cont_6 .num_1:before, .cont_6 .num_1:after {
  content: "";
  width: 34%;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1px;
  background: #f54291;
}

.cont_6 .num_1:after {
  left: inherit;
  right: 0;
}

.cont_6 .num_1 .sml_1 {
  font-size: 0.3em;
  display: block;
}

.cont_6 .btn_1 {
  margin-top: 20px;
}

.cont_7 .inner > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_7 .step_1 {
  font-size: 48px;
  color: #13abc4;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.cont_7 .step_1 .sml_1 {
  font-size: 0.3em;
  display: block;
}

.cont_7 .box_5 {
  position: relative;
  width: 21%;
  padding: 20px;
  background: #fff;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .cont_7 .box_5 {
    width: 47%;
    margin-bottom: 6%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_7 .box_5 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10%;
  }
}

.cont_7 .box_5:not(:nth-child(4n)) {
  margin-right: 5%;
}

@media screen and (max-width: 1200px) {
  .cont_7 .box_5:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .cont_7 .box_5:not(:nth-child(2n)) {
    margin-right: 6%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_7 .box_5:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_7 .box_5:not(:first-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #aeebe4;
  position: absolute;
  top: 50%;
  left: -18%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1200px) {
  .cont_7 .box_5:not(:first-child):before {
    left: -9.5%;
    border-width: 15px 0 15px 25px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_7 .box_5:not(:first-child):before {
    left: 0;
    right: 0;
    margin: auto;
    border-width: 15px 0 15px 25px;
    top: inherit;
    top: -9%;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
  }
}

@media screen and (max-width: 1200px) {
  .cont_7 .box_5:nth-child(3):before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .cont_7 .box_5:nth-child(3):before {
    display: block;
  }
}

.cont_7 .box_5 .box {
  width: 100%;
}

.cont_7 .box_5 .box img {
  width: 100% !important;
  margin-bottom: 15px;
}

.cont_7 .box_5 .box:first-child {
  display: inline-block;
  width: auto;
  position: absolute;
  top: -40px;
  left: 10px;
}

.cont_8 .box_6 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_8 .box_6 .box {
  width: 32%;
  background: #fff;
  border: 1px solid #13abc4;
  padding: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .cont_8 .box_6 .box {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_8 .box_6 .box {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_8 .box_6 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_8 .box_6 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_8 .box_6 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_8 .box_6 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_8 .box_6 .box img {
  width: 100% !important;
  margin-bottom: 15px;
}

.cont_8 .box_6 .box .btn_1 {
  margin-top: 20px;
}

.cont_9 {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .cont_9 {
    font-size: 18px;
  }
}

.tbl_scl {
  max-height: 620px;
  overflow: auto;
}

.tbl_scl_box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.tbl_scl_box .date {
  background: #13abc4;
  padding: 5px 15px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 15px;
}

.tbl_scl_box h3 {
  font-size: 1.2em;
  margin: 10px 0;
}

.tbl_scl_box .box {
  width: calc(100% / 4 - 40px);
  position: relative;
}

.tbl_scl_box .box:nth-child(1) {
  width: 30%;
}

.tbl_scl_box .box:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .tbl_scl_box .box:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .tbl_scl_box .box {
    width: calc(100% / 2 - 15px) !important;
    margin: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scl_box .box {
    width: 100% !important;
  }
}

.tbl_scl_box .box a {
  display: block;
}

.tbl_scl_box .box article > div {
  margin-top: 10px;
}

.tbl_scl_box .box .imgwrap {
  position: relative;
}

.tbl_scl_box .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}

.tbl_scl_box .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.tbl_scl_box.ver2 .box {
  position: relative;
}

.tbl_scl_box.ver2 .box:last-child {
  width: 28%;
}

.tbl_scl_box.ver2 .box:not(:last-child) {
  width: 70%;
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .tbl_scl_box.ver2 .box:not(:last-child) {
    margin-right: 0;
  }
}

.news_ctgr dl {
  position: relative;
}

.news_ctgr .cate {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0 15px;
}

.news_ctgr .cate_blog .cate {
  background: #f54291;
}

.news_ctgr .cate_column .cate {
  background: #13abc4;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #13abc4;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

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

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

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

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

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

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .bg100 {
    padding: 0 30px;
  }
}

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

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_1._index h2 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(19, 171, 196, 0.4);
}

@media only screen and (max-width: 1024px) {
  .title_1._index h2 {
    font-size: 2.92969vw;
  }
}

@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    text-align: left !important;
    font-size: 3.75vw;
  }
}

.title_1._common h2 {
  margin-bottom: 30px;
  font-size: 1.8em;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}

.title_1._common h3 {
  background: url(../images/home/blue_bg_1.jpg);
  color: #fff;
  font-size: 1.4em;
  color: #fff;
  padding: 15px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h3 {
    font-size: 1.2em;
  }
}

.title_1._common h3:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.title_2 {
  z-index: 1;
}

.title_2._index h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1em;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .title_2._index h2 {
    font-size: 3.51562vw;
  }
}

@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    padding: 20px 0;
    font-size: 4.6875vw;
  }
}

.title_2._index h2:before {
  content: "";
  background: url(../images/home/blue2_bg_2.png);
  width: 72px;
  height: 43px;
  background-size: contain;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.title_2.ver_2 h2:before {
  background: url(../images/home/pink_bg_2.png);
}

.title_2.ver_3 h2 {
  color: #111;
}

.title_2.ver_3 h2 span {
  position: relative;
  padding-left: 75px;
}

.title_2.ver_3 h2 span:after {
  content: "";
  background: url(../images/home/parts_2.png) no-repeat;
  width: 65px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.title_2.ver_3 h2:before {
  background: url(../images/home/white_bg_2.png);
}

.title_2.ver_3_2 h2 span {
  padding-left: 65px;
}

.title_2.ver_3_2 h2 span:after {
  background: url(../images/home/parts_3.png) no-repeat;
  width: 45px;
  height: 65px;
}

.title_2._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.8em;
  border-bottom: 4px solid rgba(245, 66, 145, 0.25);
  position: relative;
}

.title_2._common h2:before {
  content: "";
  background: #f54291;
  height: 6px;
  width: 25%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .title_2._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}

.title_3._index h2 {
  font-size: 30px;
  color: #f54291;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .title_3._index h2 {
    text-align: center !important;
  }
}

.title_5._common h2 {
  margin-bottom: 60px;
  font-size: 30px;
  position: relative;
}

.title_5._common h2::before, .title_5._common h2::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(17, 17, 17, 0.5);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.title_5._common h2:after {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .title_5._common h2 {
    font-size: 26px;
  }
}

.title_5._common h2 .h2-inner {
  background: #fff;
  padding: 0 15px;
  position: relative;
}

.btn_1 {
  display: block;
  text-align: center;
  border: 1px solid #13abc4;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  height: 55px;
  line-height: 53px;
  color: #13abc4 !important;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.btn_1:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.btn_1:hover {
  background: #13abc4;
  color: #fff !important;
}

.c_main_movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.c_main_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.txt_3 {
  padding: 30px;
  background: #fff;
  border: 2px solid #ccc;
}

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

.flex_1 > div {
  width: 49%;
}

@media only screen and (max-width: 834px) {
  .flex_1 > div {
    width: 100%;
  }
  .flex_1 > div:not(:last-child) {
    margin-bottom: 40px;
  }
}

.btnbox_1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btnbox_1 .box {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .btnbox_1 .box {
    width: 100%;
  }
  .btnbox_1 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.btnbox_1 .box a {
  width: 100%;
}
/*# sourceMappingURL=assets.css.map */