@charset "UTF-8";
.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 51px;
  padding-bottom: 51px;
}

@media (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 619.5px);
    margin-right: calc(50% - 619.5px);
  }
  .section {
    padding-left: calc(619.5px - 50%);
    padding-right: calc(619.5px - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #595959;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumb .svg-icons {
  fill: #595959;
  width: 12px;
  height: 12px;
}

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

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

.breadcrumb a {
  color: #105fe0;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #000000;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  pointer-events: none;
}

.breadcrumb .current a {
  color: #4d4d4d;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000000;
}

@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #105fe0;
  background: #f0f8ff;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #105fe0;
  border-right: 1px solid #105fe0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}

.wpcf7 input[type=submit] {
  background: #105fe0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #105fe0;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
}

.wpcf7 input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #105fe0;
  cursor: pointer;
}

.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}

.wpcf7 input[type=submit]:disabled:hover {
  pointer-events: none;
}

.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7 .screen-reader-response ul {
  display: none;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}

.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}

.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}

.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 8px;
}

.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}

.box_form dd > span + span {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}

.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}

.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input,
  .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}
.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}
.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}

.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}

.entry_title a {
  color: #000000;
  text-decoration: none;
}

.entry_title a:hover {
  color: #105fe0;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}

.entry_ex a {
  color: #105fe0;
  text-decoration: none;
}

.entry_ex a:hover {
  color: #000000;
}

.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  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: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #105fe0;
  border: 1px solid #105fe0;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}

.post_aside .category_list {
  margin-top: 16px;
}

.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}

.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.post_aside .category_list a {
  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;
  color: #000000;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}

.post_aside .category_list a:hover {
  color: #105fe0;
}

.post_aside .category_list a .material-icons {
  font-size: 16px;
}

.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.post_aside .latestpost_list a {
  color: #000000;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}

.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}

.post_aside .latestpost_list a:hover {
  color: #105fe0;
}

.post_aside .latestpost_list a:hover::before {
  color: #105fe0;
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}

@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #105fe0;
  border-radius: 0;
}

.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}
.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

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

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #105fe0;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #105fe0;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}

.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #105fe0;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.icon_tags a:hover {
  background: #105fe0;
  color: #fff;
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}

@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 min(20%, 140px);
  flex: 0 0 min(20%, 140px);
  width: min(20%, 140px);
}

.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}

.entry_search_result_wrap .link {
  font-size: 92%;
}

.entry_search_result_wrap .link::before {
  content: "［ ";
}

.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}

.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}

.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #105fe0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.section_bg {
  background: #c8dcfd;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #f0f8ff;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f0f8ff;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #f0f8ff;
}

.box_border {
  background: #fff;
  border: 5px solid #f0f8ff;
}

.box_border .box_bg {
  background: #f0f8ff;
}

.section_bg .box_border .box_bg {
  background: #f0f8ff;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.box_border {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}
.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}
.link_anchor {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  border: 1px solid #105fe0;
  color: #000000 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a::after {
  top: auto;
  bottom: auto;
}

.link_anchor a:hover {
  background: #105fe0;
  color: #fff !important;
}

.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #105fe0;
  border-right: 2px solid #105fe0;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}
.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}

.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}

.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}

.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: url("../img/common/list_icon.png") no-repeat center/cover;
  height: 12px;
  left: 0;
  top: 7px;
  width: 12px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #105fe0;
  height: 5.3333333333px;
  left: 0.5em;
  top: 11.3333333333px;
  width: 5.3333333333px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #105fe0;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #105fe0;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #105fe0;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  line-height: 1.6;
  font-weight: 400;
}

table.table_address,
table.table_timetable,
table.table {
  margin-bottom: 1em;
}

table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
  margin-bottom: 0;
}

table.table_address {
  background: none;
}

table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  color: #105fe0;
  border-top: 1px solid #105fe0;
  border-bottom: 1px solid #105fe0;
  font-weight: 400;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #105fe0;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}

table.table thead th,
table.table thead td {
  background: #105fe0;
  color: #fff;
  font-weight: 400;
}

table.table tbody th {
  background: #f9f9f9;
}

table.table tbody td {
  background: #fff;
}

@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}

table.th_left tbody th {
  text-align: left;
}

table.td_left tbody td {
  text-align: left;
}

table.td_right tbody td {
  text-align: right;
}

table.td_last_right tbody td:last-child {
  text-align: right;
}

table.table_default tbody tr th:first-child {
  width: 32%;
}

@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}

table.table_fee tbody th {
  text-align: left;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

table.table_fixed {
  table-layout: fixed;
}

@media (max-width: 767px) {
  table.table_sp_stack,
  table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td,
  table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th,
  table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td,
  table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}
.consul {
  color: #105fe0 !important;
}

.consul2 {
  color: #105fe0 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
  width: 100%;
}

@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}
.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #105fe0;
  background: #c8dcfd;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #105fe0;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #105fe0;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 1px solid #000000;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #105fe0;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .flow-block::after {
  border-top-color: #105fe0;
}

.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 400;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}

@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}
.flow-block .title::after,
.flow-block .title::before {
  display: none;
}

.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6));
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #105fe0;
  background: #105fe0;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}

@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}
.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: url("../img/common/footer_bg.png") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #105fe0;
}

.footer .sec_logo {
  max-width: 280px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
  .footer .sec_logo {
    max-width: 340px;
  }
}
.copyright {
  background: transparent;
  font-size: 20px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  margin-top: 0;
  padding: 0 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 16px;
    padding: 0 0 17%;
  }
}
.list_list dd a {
  color: #000000;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.mainimage .slick-dots {
  bottom: 2% !important;
  left: 2%;
  right: auto;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mainimage .slick-dots li {
  margin: 0 6px;
  width: 14px;
  height: 14px;
}

.mainimage .slick-dots li button:before {
  background: transparent;
  content: "";
  opacity: 1;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #105fe0;
  border-radius: 50%;
  font-size: 0;
}

.mainimage .slick-dots li.slick-active button:before {
  background: #105fe0;
}

.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #000000;
}

.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec_top h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: bold;
  position: relative;
  padding-top: 55px;
}

.sec_top h2 .sec_span {
  color: #105fe0;
}

.sec_top h2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 54px;
  height: 45px;
}

.sec_top .sec_img {
  text-align: center;
  margin: 0;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top .btnstyle a {
  font-size: 18px;
  max-width: 260px;
  font-weight: bold;
  background: transparent;
  color: #000000 !important;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 1.55rem 2.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_top .btnstyle a:after {
  width: 13px;
  height: 12px;
  background: url("../img/top/sec_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_top .btnstyle a:hover {
  opacity: 1;
  background: #000000;
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_top .btnstyle a:hover:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: url("../img/top/hov_sec_arrow.png") no-repeat center/cover;
}

.sec_top .btnstyle a.btn_color2 {
  color: #fff !important;
  border: 1px solid #fff;
}

.sec_top .btnstyle a.btn_color2:after {
  background: url("../img/top/hov_sec_arrow.png") no-repeat center/cover;
}

.sec_top .btnstyle a.btn_color2:hover {
  opacity: 1;
  background: #fff;
  color: #000000 !important;
}

.sec_top .btnstyle a.btn_color2:hover:after {
  background: url("../img/top/sec_arrow.png") no-repeat center/cover;
}

.sec_top .btnstyle a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_top .btnstyle a:hover:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 5px;
}

@media (min-width: 768px) {
  .sec_top h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 60px;
    letter-spacing: 0;
    padding-top: 65px;
  }
}
.sec00 {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .sec00 {
    padding: 100px 0;
  }
}
.sec01 {
  padding: 50px 0;
}

.sec01 .sec_title {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid #105fe0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  padding-left: 55px;
}

.sec01 .sec_title .sec_span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 10px;
  color: #105fe0;
  font-weight: bold;
  display: block;
}

.sec01 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 5px;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.sec01 .row .col_2:first-child .sec_title:after {
  background: url("../img/top/sec01_icon01.png") no-repeat center/cover;
}

.sec01 .row .col_2:last-child .sec_title:after {
  background: url("../img/top/sec01_icon02.png") no-repeat center/cover;
}

.sec01 .sec_fb {
  text-align: center;
}

@media (min-width: 768px) {
  .sec01 {
    padding: 100px 0;
  }
  .sec01 .sec_title {
    font-size: 20px;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0 0 25px;
    padding-left: 90px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 32px;
    line-height: 1;
    padding-top: 10px;
  }
  .sec01 .sec_title:after {
    left: 5px;
    top: 0;
    width: 60px;
    height: 60px;
  }
}
.sec02 {
  padding: 50px 0;
  background: url("../img/top/sec02_bg.png") no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec02 .sec_text {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 100px 0;
  }
  .sec02 .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec02 .sec_text {
    margin: 0;
    font-size: 20px;
    line-height: 64px;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.sec03 {
  padding: 0;
}

.sec03 .sec_title {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  z-index: 1;
}

.sec03 .sec_title .sec_span {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  display: block;
}

.sec03 .sec_title .sec_color {
  color: #105fe0;
  font-weight: bold;
}

.sec03 .sec_title .sec_color.sec_bo {
  border-bottom: 2px solid #105fe0;
}

.sec03 .row2 .sec_title,
.sec03 .row3 .sec_title {
  margin: 0 0 30px;
}

.sec03 .row2 .col_2:last-child .sec_title {
  color: #fff;
}

.sec03 .row2 .col_2:last-child .sec_title span {
  color: #fff;
}

.sec03 .row2 .col_2:last-child .sec_title .sec_color.sec_bo {
  border-bottom: 2px solid #fff;
}

.sec03 .sec_list li a {
  background: #105fe0;
  border: solid 1px #105fe0;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 34px 10px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.1176470588;
}

.sec03 .sec_list li a:before,
.sec03 .sec_list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec03 .sec_list li a:before {
  width: 19px;
  height: 2px;
  right: 16px;
}

.sec03 .sec_list li a:after {
  width: 5px;
  height: 8px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.sec03 .sec_list li a:hover {
  background: #fff;
  color: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec03 .sec_list li a:hover:before,
.sec03 .sec_list li a:hover:after {
  background-color: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec03 .sec_list li a:hover:before {
  right: 10px;
}

.sec03 .sec_list li a:hover:after {
  right: 9px;
}

.sec03 .sec_list2 li a {
  background: #105fe0;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 34px 10px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.1176470588;
}

.sec03 .sec_list2 li a:before,
.sec03 .sec_list2 li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec03 .sec_list2 li a:before {
  width: 13px;
  height: 2px;
  background: #fff;
}

.sec03 .sec_list2 li a:after {
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px;
}

.sec03 .sec_list2 li a:hover {
  background: #fff;
  color: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec03 .sec_list2 li a:hover:after {
  border-color: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 10px;
}

.sec03 .sec_list2 li a:hover:before {
  background: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 9px;
}

@media (max-width: 767px) {
  .sec03 .sec_title {
    text-align: center;
  }
  .sec03 .sec_list,
  .sec03 .sec_list2 {
    margin: auto;
    max-width: 385px;
  }
  .sec03 .btnstyle {
    margin-top: 30px;
  }
  .sec03 .row {
    margin: 0;
  }
  .sec03 .row .col_2 {
    margin: 0;
  }
  .sec03 .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sec03 .sec_box,
  .sec03 .sec_box2 {
    padding: 30px 10px 50px;
  }
  .sec03 .sec_list li:not(:last-child),
  .sec03 .sec_list2 li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec03 .row1 {
    margin-top: 40px;
  }
  .sec03 .row2 .sec_box2 {
    background: #105fe0;
  }
  .sec03 .row3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sec03 .sec_title {
    font-size: 42px;
    margin: 0 0 30px;
    text-align: center;
  }
  .sec03 .sec_title .sec_span {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .sec03 .row2 .sec_title,
  .sec03 .row3 .sec_title {
    margin: 0 0 50px;
  }
  .sec03 .sec_list,
  .sec03 .sec_list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sec03 .btnstyle {
    margin-top: 50px;
  }
  .sec03 .btnstyle a {
    margin: 0;
  }
  .sec03 .sec_box {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: 68px;
  }
  .sec03 .sec_box2 {
    width: 100%;
    max-width: 580px;
    margin-right: auto;
  }
  .sec03 .sec_box2 .text_box {
    max-width: 485px;
    margin-left: auto;
    width: 100%;
  }
  .sec03 .row {
    margin: 0;
  }
  .sec03 .row .col_2 {
    margin: 0;
  }
  .sec03 .row .col_2:first-child {
    width: 50%;
  }
  .sec03 .row .col_2:last-child {
    width: 50%;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec03 .row .col_2:last-child:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    z-index: 0;
  }
  .sec03 .row1 .col_2:last-child:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: clamp(207.3125px, 16.71875vw, 321px);
    height: clamp(95.5833333333px, 7.7083333333vw, 148px);
    background: url("../img/top/sec03_bg01.png") no-repeat center/cover;
  }
  .sec03 .row3 .col_2:last-child:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: -100px;
    width: clamp(160.8125px, 12.96875vw, 249px);
    height: clamp(207.3125px, 16.71875vw, 321px);
    background: url("../img/top/sec03_bg02.png") no-repeat center/cover;
  }
  .sec03 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec03 .sec_img img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec03 .row1 {
    margin-top: 144px;
    position: relative;
    z-index: 0;
  }
  .sec03 .row1:after {
    content: "";
    background: #f2faff;
    width: 200vw;
    height: 520px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .sec03 .row2 {
    margin: 90px 0;
  }
  .sec03 .row2 .sec_title {
    text-align: left;
  }
  .sec03 .row2 .design_img {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
  }
  .sec03 .row2 .contents {
    margin-top: 60px;
    position: relative;
  }
  .sec03 .row2 .contents:before {
    content: "";
    width: calc(100% + 160px);
    height: 100%;
    background: #105fe0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec03 .row3 {
    margin: 90px 0;
  }
  .sec03 .row3 .sec_title {
    text-align: left;
  }
  .sec03 .row3 .design_img {
    position: relative;
    z-index: 1;
    margin-top: 60px;
  }
  .sec03 .row3 .contents {
    margin-bottom: 70px;
    position: relative;
  }
  .sec03 .row3 .contents:before {
    content: "";
    width: calc(100% + 160px);
    height: 100%;
    background: #f2faff;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1400px) {
  .row1 .sec_list,
  .row3 .sec_list {
    padding-left: 1em;
  }
}
.sec04 {
  padding: 100px 0 70px;
  background: url("../img/top/sp_sec04_bg.png") no-repeat center top/cover;
}

.sec04 .sec_title {
  font-size: 20px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  margin: 30px 0 35px;
  color: #fff;
}

.sec04 .sec_title .sec_span {
  font-size: 60px;
  line-height: 1;
  display: block;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .sec04 .sec_img {
    max-width: 264px;
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 200px 0 115px;
    margin-top: 85px;
    background: url("../img/top/sec04_bg.png") no-repeat center top/cover;
  }
  .sec04 .sec_title {
    font-size: 30px;
    margin: 40px 0 45px;
  }
  .sec04 .sec_title .sec_span {
    font-size: 120px;
    padding-bottom: 20px;
  }
}
.sec05 {
  padding: 50px 0;
}

.sec05 .sec_box {
  padding: 30px 10px;
  background: #e4edf4;
}

.sec05 .sec_title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #000000;
  margin: 0 0 25px;
}

.sec05 .sec_list li a:hover {
  text-decoration: underline;
}

.sec05 .sec_title_img {
  margin: 0;
}

@media (max-width: 767px) {
  .sec05 .sec_title {
    text-align: center;
  }
  .sec05 .sec_title_img {
    margin-top: 25px;
    max-width: 200px;
  }
  .sec05 .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 4%;
  }
  .sec05 .sec_list li {
    width: 48%;
    text-align: center;
    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;
  }
  .sec05 .sec_list li:nth-child(even) {
    position: relative;
  }
  .sec05 .sec_list li:nth-child(even):after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -1%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 26px;
    background: #a8a8a8;
  }
  .sec05 .sec_list li a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 0;
    background: url("../img/top/sec05_bg.png") no-repeat center top;
  }
  .sec05 .sec_title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 35px;
  }
  .sec05 .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
  }
  .sec05 .sec_list li:not(:first-child) {
    position: relative;
  }
  .sec05 .sec_list li:not(:first-child):after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -30px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 26px;
    background: #a8a8a8;
  }
  .sec05 .sec_list li a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.1em;
  }
  .sec05 .sec05_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 60px;
    height: 902px;
  }
  .sec05 .sec_box {
    padding: 60px 20px 60px 0;
    position: relative;
    z-index: 0;
    max-width: 765px;
  }
  .sec05 .sec_box:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -20px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    z-index: -1;
    background: #e4edf4;
  }
}
@media only screen and (min-width: 1240px) {
  .sec05 .sec_box:after {
    left: calc((100vw - 1200px) / 2 * -1);
    width: calc((100vw - 1200px) / 2);
  }
}
.sec05_renewal {
  padding: clamp(50px, 11.9vw, 150px) 0 clamp(50px, 8.7vw, 100px);
  position: relative;
  z-index: 0;
}

.sec05_renewal:before {
  content: "";
  width: 100%;
  height: clamp(300px, 33.8vw, 425px);
  background: #f2faff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec05_renewal h2 {
  padding: 0;
  font-weight: normal;
  font-size: clamp(26px, 3.26vw, 40px);
}

.sec05_renewal h2:after {
  display: none;
}

.sec05_renewal .design_img figure {
  position: relative;
}

.sec05_renewal .design_img figure .en {
  position: relative;
  z-index: 2;
}

.sec05_renewal .link_list {
  max-width: 540px;
  width: 100%;
}

.sec05_renewal .link_list li {
  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;
}

.sec05_renewal .link_list li:before,
.sec05_renewal .link_list li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: #105fe0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec05_renewal .link_list li:before {
  width: 19px;
  height: 1px;
}

.sec05_renewal .link_list li:after {
  width: 4px;
  height: 8px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.sec05_renewal .link_list li:hover a {
  color: #105fe0;
}

.sec05_renewal .link_list li:hover a:after {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec05_renewal .link_list li:hover:before,
.sec05_renewal .link_list li:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec05_renewal .link_list li:not(:last-child) {
  margin-bottom: 35px;
}

.sec05_renewal .link_list li .ic {
  width: 60px;
}

.sec05_renewal .link_list li a {
  width: calc(100% - 75px);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 66px;
  color: #000000;
  font-size: clamp(18px, 1.9vw, 24px);
  position: relative;
}

.sec05_renewal .link_list li a:before,
.sec05_renewal .link_list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec05_renewal .link_list li a:before {
  width: 100%;
  background: #c3c3c3;
}

.sec05_renewal .link_list li a:after {
  width: 50px;
  background: #105fe0;
}

@media (max-width: 767px) {
  .sec05_renewal .link_list li .ic {
    width: 40px;
  }
  .sec05_renewal .link_list li a {
    width: calc(100% - 55px);
  }
  .sec05_renewal .design_img {
    margin-bottom: 25px;
  }
  .sec05_renewal .design_img .en {
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec05_renewal .row {
    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;
  }
  .sec05_renewal .row .col {
    width: 48.3%;
  }
  .sec05_renewal h2 {
    text-align: left;
  }
  .sec05_renewal .link_list {
    padding-bottom: 45px;
  }
  .sec05_renewal .image {
    position: relative;
  }
  .sec05_renewal .image:after {
    content: "";
    background: url(../img/top/sec05_renewal_line02.png) no-repeat center/cover;
    position: absolute;
    left: calc(100% + 50px);
    top: calc(100% + 30px);
    width: 162px;
    height: 96px;
    z-index: 1;
  }
  .sec05_renewal .image figure {
    position: relative;
    min-height: 639px;
  }
  .sec05_renewal .image figure img {
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec05_renewal .list_container {
    padding-top: 54px;
    position: relative;
    z-index: 0;
  }
  .sec05_renewal .list_container:before {
    content: "";
    background: url(../img/top/sec05_renewal_line01.png) no-repeat center/cover;
    position: absolute;
    right: calc(100% + 100px);
    top: -40px;
    width: 287px;
    height: 148px;
    z-index: 1;
  }
  .sec05_renewal .list_container:after {
    content: "";
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: -1;
  }
}
.sec06 {
  padding: 190px 0 50px;
  background: url("../img/top/sp_sec06_bg.png") no-repeat center top/cover;
}

.sec06 .sec_title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec06 .sec_title .bold {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (max-width: 767px) {
  .sec06 .sec_title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec06 {
    background: url("../img/top/sec06_bg.png") no-repeat center/cover;
    padding: 90px 0;
  }
  .sec06 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
  }
  .sec06 .youtube {
    padding-top: 483px;
    max-width: 810px;
  }
  .sec06 .sec_title {
    font-size: 50px;
    letter-spacing: 0.05em;
    margin: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.sec07 {
  padding: 50px 0;
  background: url("../img/top/sec07_bg.png") no-repeat center;
}

.sec07 .sec_sub {
  font-size: 20px;
  line-height: 1;
  border-bottom: 3px solid #105fe0;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #105fe0;
}

.sec07 .sec_title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec07 .sec_title.sec_title_small {
  font-size: 20px;
}

.sec07 .sec_title .sec_span {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

.sec07 .sec_title2 {
  font-size: 22px;
  gap: 0 15px;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec07 .sec_title2 .sec_no {
  font-size: 22px;
  line-height: 1;
  padding-top: 4px;
  color: #fff;
  border-radius: 50%;
  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;
  width: 45px;
  height: 45px;
  background: url("../img/top/sec07_no_bg.png") no-repeat center/cover;
}

.sec07 .sec_title2 .sec_span {
  display: block;
}

.sec07 .sec_title3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #00baff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-bottom: 2px solid #00baff;
}

.sec07 .sec_img {
  margin-bottom: 30px;
}

.sec07 .text_box {
  padding: 20px 25px;
  background: #dff1ff;
}

.sec07 .sec_text {
  line-height: 30px;
}

.sec07 .row1 .sec_text {
  line-height: 24px;
}

.sec07 .row1 .sec_box {
  padding: 20px 10px;
}

.sec07 .row1 .col_3:nth-child(1) .sec_box {
  background: #e5e5e5;
}

.sec07 .row1 .col_3:nth-child(2) .sec_box {
  background: #fbebe9;
}

.sec07 .row1 .col_3:nth-child(2) .sec_box .sec_title {
  color: #da382b;
}

.sec07 .row1 .col_3:nth-child(3) .sec_box {
  background: #e7effc;
}

.sec07 .row1 .col_3:nth-child(3) .sec_box .sec_title {
  color: #105fe0;
}

@media (max-width: 767px) {
  .sec07 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 2%;
  }
  .sec07 .sec_box .sec_title {
    width: 130px;
    margin: 0;
  }
  .sec07 .sec_box .sec_text {
    width: calc(98% - 130px);
  }
  .sec07 .sec_title2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 100px 0;
  }
  .sec07 .sec_img {
    margin-bottom: 50px;
  }
  .sec07 .sec_title {
    font-size: 50px;
    line-height: 1;
  }
  .sec07 .sec_title.sec_title_small {
    font-size: 34px;
  }
  .sec07 .sec_title .sec_span {
    font-size: 22px;
    padding-top: 5px;
  }
  .sec07 .sec_title3 {
    font-size: 30px;
    margin-bottom: 28px;
    padding-bottom: 15px;
  }
  .sec07 .sec_title_small {
    min-height: 77px;
    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;
  }
  .sec07 .row1 {
    margin-bottom: 20px;
  }
  .sec07 .row1 .sec_box {
    padding: 35px 25px;
  }
  .sec07 .row1 .sec_text {
    text-align: center;
  }
  .sec07 .row1 .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec07 .row1 .col_3 .sec_box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec07 .sec_sub {
    font-size: 30px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    letter-spacing: 0.15em;
  }
  .sec07 .sec_img {
    margin-bottom: 50px;
  }
  .sec07 .row2 {
    gap: 20px 2%;
  }
  .sec07 .row2 .col_2 {
    margin: 0;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec07 .row2 .col_2 .text_box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec07 .text_box {
    min-height: 192px;
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .sec07 .text_box:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 190px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #b2ddff;
  }
  .sec07 .text_box .sec_title2 {
    width: 194px;
  }
  .sec07 .text_box .sec_text {
    width: calc(100% - 194px);
  }
  .sec07 .sec_title2 {
    font-size: 26px;
    gap: 0 15px;
  }
  .sec07 .sec_title2 .sec_no {
    font-size: 26px;
    padding-top: 4px;
    width: 56px;
    height: 56px;
  }
  .sec07 .sec_title2 .sec_span {
    display: block;
  }
}
.sec08 {
  margin-bottom: 50px;
  padding: clamp(25px, 6.9444444444vw, 53.2638888889px) 0;
  height: clamp(439px, 121.9444444444vw, 935.3138888889px);
  background: url("../img/top/sp_sec08_bg.png") no-repeat center/cover;
}

.sec08 .sec_title {
  font-size: clamp(16px, 4.4444444444vw, 34.0888888889px);
  line-height: clamp(32px, 8.8888888889vw, 68.1777777778px);
  letter-spacing: 0;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec08 .sec_title .sec_color {
  font-size: clamp(22px, 6.1111111111vw, 46.8722222222px);
  color: #105fe0;
}

.sec08 .sec_title .sec_small {
  font-size: clamp(18px, 5vw, 38.35px);
}

.sec08 .sec_title .sec_bo {
  border-bottom: 2px solid #105fe0;
}

@media (min-width: 768px) {
  .sec08 {
    margin-bottom: 100px;
    padding: 55px 0;
    height: 1107px;
    background: url("../img/top/sec08_bg.png") no-repeat center;
  }
  .sec08 .sec_title {
    font-size: 33px;
    line-height: 58px;
    letter-spacing: 0.05em;
  }
  .sec08 .sec_title .sec_color {
    font-size: 41px;
  }
  .sec08 .sec_title .sec_small {
    font-size: 33px;
  }
}
.sec09 {
  padding: 50px 0;
  background: url("../img/top/sec09_bg.png") no-repeat center/cover;
}

.sec09 .sec_title_img {
  margin: 0 0 30px;
  text-align: center;
}

.sec09 .sec_title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec09 .sec_no {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #9f9f9f;
  text-align: center;
  margin: auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec09 .sec_no .sec_color {
  color: #105fe0;
}

.sec09 .sec_no .sec_span2 {
  font-size: 18px;
  line-height: 1;
  color: #105fe0;
  display: block;
}

.sec09 .sec_text {
  line-height: 30px;
}

.sec09 .sec_box {
  padding: 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  position: relative;
}

.sec09 .sec_box .sec_no {
  position: absolute;
  margin: auto;
  left: 35px;
  right: auto;
  top: -35px;
  bottom: auto;
}

.sec09 .sec_box:before,
.sec09 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
}

.sec09 .sec_box:before {
  left: 15px;
  right: auto;
  top: auto;
  bottom: 15px;
  border-bottom: 1px solid #105fe0;
  border-left: 1px solid #105fe0;
}

.sec09 .sec_box:after {
  left: auto;
  right: 15px;
  top: 15px;
  bottom: auto;
  border-top: 1px solid #105fe0;
  border-right: 1px solid #105fe0;
}

.sec09 .sec09_box1 .row {
  margin: 0 0 50px;
}

.sec09 .sec09_box1 .row .col_2 {
  margin: 0;
}

.sec09 .sec09_box1 .row .col_2:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec09 .sec_title_img {
    max-width: 80%;
    margin: 0 auto 25px;
  }
  .sec09 .sec_box .sec_no {
    position: absolute;
    margin: auto;
    left: 15px;
    right: auto;
    top: -35px;
    bottom: auto;
  }
  .sec09 .sec_box:before {
    left: 5px;
    bottom: 5px;
  }
  .sec09 .sec_box:after {
    right: 5px;
    top: 5px;
  }
  .sec09 .text_box {
    margin-top: 25px;
  }
  .sec09 .sec09_box2 {
    margin-top: 50px;
  }
  .sec09 .sec09_box2 .row .col_2 {
    margin: 0;
    position: relative;
  }
  .sec09 .sec09_box2 .row .col_2:not(:first-child) {
    margin-top: 50px;
  }
  .sec09 .sec09_box2 .row .col_2 .sec_no {
    position: absolute;
    margin: auto;
    left: 15px;
    right: auto;
    top: -35px;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .sec09 {
    padding: 100px 0;
  }
  .sec09 .sec_title_img {
    margin: 0 0 60px;
  }
  .sec09 .sec_title {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 15px;
  }
  .sec09 .sec_box {
    padding: 85px 50px 50px;
  }
  .sec09 .sec_no {
    font-size: 80px;
  }
  .sec09 .sec_no .sec_span2 {
    font-size: 30px;
    margin-top: -8px;
  }
  .sec09 .sec09_box1 .sec_img {
    margin-bottom: 50px;
  }
  .sec09 .sec09_box1 .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0 0;
    margin: 0 0 50px;
  }
  .sec09 .sec09_box1 .row .col_2 {
    margin: 0;
  }
  .sec09 .sec09_box1 .row .col_2:first-child {
    width: 62%;
    margin-right: -11%;
  }
  .sec09 .sec09_box1 .row .col_2:last-child {
    position: relative;
    width: 49%;
  }
  .sec09 .sec09_box1 .row.reverse .col_2:first-child {
    margin-right: 0;
    margin-left: -11%;
  }
  .sec09 .sec_no {
    font-size: 80px;
    line-height: 1;
  }
  .sec09 .sec_no .sec_span2 {
    font-size: 30px;
    line-height: 1;
  }
  .sec09 .text_box {
    padding: 0 30px 0 60px;
  }
  .sec09 .sec09_box2 {
    margin-top: 80px;
  }
  .sec09 .sec09_box2 .sec_title {
    min-height: 90px;
    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;
  }
  .sec09 .sec09_box2 .text_box {
    margin-top: 20px;
  }
  .sec09 .sec09_box2 .row {
    gap: 80px 3%;
  }
  .sec09 .sec09_box2 .row .col_2 {
    margin: 0;
    width: 48.5%;
    position: relative;
  }
  .sec09 .sec09_box2 .row .col_2 .sec_no {
    position: absolute;
    margin: auto;
    left: 35px;
    right: auto;
    top: -35px;
    bottom: auto;
  }
}
.sec10 {
  padding: 50px 0;
  background: url("../img/top/sec10_bg.png") no-repeat center/cover;
}

.sec10 .row1 .sec_img img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

@media (max-width: 767px) {
  .sec10 .row1 {
    margin-bottom: 30px;
  }
  .sec10 .row2 {
    gap: 10px 2%;
  }
  .sec10 .row2 .col_5 {
    width: 49%;
    margin: 0 !important;
  }
  .sec10 .row2 .col_5.col_5_long {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec10 {
    padding: 100px 0;
  }
  .sec10 .row1 {
    gap: 0 3%;
  }
  .sec10 .row1 .col_2 {
    width: 48.5%;
    margin: 0;
  }
  .sec10 .row2 {
    gap: 20px 1.5%;
  }
  .sec10 .row2 .col_5 {
    width: 18.8%;
    margin: 0;
  }
  .sec10 .row2 .col_5.col_5_long {
    width: 39.1%;
  }
}
.sec_contents {
  padding-top: 50px;
  color: #fff;
}

.sec_contents .sec_title {
  font-size: 24px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0;
  text-align: center;
  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;
  position: absolute;
  margin: auto;
  top: -32.5px;
  bottom: auto;
  left: 0;
  right: 0;
  height: 60px;
  max-width: calc(90% - 76px);
}

.sec_contents .sec_title:before,
.sec_contents .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
}

.sec_contents .sec_title:before {
  left: -37px;
  right: auto;
}

.sec_contents .sec_title:after {
  left: auto;
  right: -37px;
}

.sec_contents .sec_sub {
  font-size: 20px;
  margin: 0 0 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}

.sec_contents .sec_sub .sec_span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #2a8be7));
  background: linear-gradient(transparent 60%, #2a8be7 60%);
}

.sec_contents .sec_sub2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_contents .sec_sub2:before,
.sec_contents .sec_sub2:after {
  content: "";
  height: 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sec_contents .sec_sub2:before {
  margin-right: 2rem;
}

.sec_contents .sec_sub2:after {
  margin-left: 2rem;
}

.sec_contents .sec_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_contents .sec_box .sec_list li {
  font-size: 18px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  margin: 0;
  padding-left: 24px;
}

.sec_contents .sec_box .sec_list li:not(:first-child) {
  margin-top: 15px;
}

.sec_contents .sec_box .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}

.sec_contents .sec_box .sec_bnr {
  width: 120px;
  height: 120px;
  text-align: center;
  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;
  border-radius: 50%;
  color: #fff;
}

.sec_contents .sec_box .sec_bnr .sec_span {
  font-size: 20px;
  line-height: 1.1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.sec_contents .sec_box .sec_bnr .sec_span .sec_large {
  font-size: 32px;
}

.sec_contents .text_box {
  padding: 30px 10px;
  margin-top: 30px;
  background: #fff;
}

.sec_contents .text_box .sec_text_title {
  font-size: 22px;
  line-height: 1.4;
  height: 100px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #eeeeee;
}

.sec_contents .text_box .sec_list2 {
  margin: 0 0 15px;
}

.sec_contents .text_box .sec_list2 li {
  margin: 0;
  line-height: 32px;
  color: #000000;
}

@media (max-width: 767px) {
  .sec_contents h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec_contents {
    padding-top: 100px;
  }
  .sec_contents .sec_title {
    font-size: 40px;
    line-height: 1;
    top: -44.5px;
    height: 85px;
    max-width: 1124px;
  }
  .sec_contents .sec_title:before {
    left: -37px;
    right: auto;
  }
  .sec_contents .sec_title:after {
    left: auto;
    right: -37px;
  }
  .sec_contents .sec_text {
    text-align: center;
    line-height: 32px;
  }
  .sec_contents .sec_sub {
    font-size: 36px;
  }
  .sec_contents .sec_sub2 {
    font-size: 36px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .sec_contents .sec_sub2:before {
    margin-right: 4rem;
  }
  .sec_contents .sec_sub2:after {
    margin-left: 4rem;
  }
  .sec_contents .sec_box {
    gap: 0 30px;
  }
  .sec_contents .sec_box .sec_list {
    width: 300px;
  }
  .sec_contents .sec_box .sec_list li {
    font-size: 30px;
    line-height: 1;
    padding-left: 28px;
  }
  .sec_contents .sec_box .sec_list li:not(:first-child) {
    margin-top: 24px;
  }
  .sec_contents .sec_box .sec_list li:after {
    width: 18px;
    height: 18px;
  }
  .sec_contents .sec_box .sec_bnr {
    width: 173px;
    height: 173px;
  }
  .sec_contents .sec_box .sec_bnr .sec_span {
    font-size: 26px;
    line-height: 1.1;
  }
  .sec_contents .sec_box .sec_bnr .sec_span .sec_large {
    font-size: 50px;
  }
  .sec_contents .text_box {
    padding: 28px;
    margin-top: 35px;
    gap: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_contents .text_box .sec_text_title {
    font-size: 36px;
    line-height: 54px;
    height: 235px;
    margin: 0;
    font-weight: bold;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 369px;
  }
  .sec_contents .text_box .text_box {
    width: calc(100% - 369px - 40px);
  }
  .sec_contents .text_box .sec_list2 {
    margin: 0 0 15px;
  }
  .sec_contents .text_box .sec_list2 li {
    margin: 0;
    line-height: 32px;
  }
}
.sec11 {
  padding: 50px 0 120px;
  background: url("../img/top/sec11_bg.png") no-repeat center/cover;
  border-top: 5px solid #105fe0;
  position: relative;
}

.sec11 .sec_title {
  background: #105fe0;
}

.sec11 .sec_title:before {
  border-style: solid;
  border-color: transparent #105fe0 transparent transparent;
  border-width: 30px 38px 30px 0px;
}

.sec11 .sec_title:after {
  border-style: solid;
  border-color: transparent transparent transparent #105fe0;
  border-width: 30px 0px 30px 38px;
}

.sec11 .sec_bnr {
  background: #13abea;
}

@media (min-width: 768px) {
  .sec11 {
    padding: 70px 0 200px;
    margin-top: 90px;
  }
  .sec11 .sec_title:before {
    border-width: 42.5px 38px 42.5px 0px;
  }
  .sec11 .sec_title:after {
    border-width: 42.5px 0px 42.5px 38px;
  }
}
.sec12 {
  padding: 0 0 50px;
  background: #1358b7;
  position: relative;
  z-index: 0;
}

.sec12:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 32.5px);
  border-top: 5px solid #e86d00;
  background: url("../img/top/sec12_bg.png") no-repeat center/cover;
  z-index: -1;
}

.sec12 .sec_title {
  background: #ff7800;
  top: 0;
  position: relative;
  margin-bottom: 32.5px;
}

.sec12 .sec_title:before {
  border-style: solid;
  border-color: transparent #ff7800 transparent transparent;
  border-width: 30px 38px 30px 0px;
}

.sec12 .sec_title:after {
  border-style: solid;
  border-color: transparent transparent transparent #ff7800;
  border-width: 30px 0px 30px 38px;
}

.sec12 .sec_sub .sec_span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #febb7f));
  background: linear-gradient(transparent 60%, #febb7f 60%);
}

.sec12 .sec_bnr {
  background: #f4a100;
}

@media (min-width: 768px) {
  .sec12 {
    padding: 0 0 100px;
  }
  .sec12:after {
    height: calc(100% - 44.5px);
  }
  .sec12 .sec_title {
    margin-bottom: 44.5px;
  }
  .sec12 .sec_title:before {
    border-width: 42.5px 38px 42.5px 0px;
  }
  .sec12 .sec_title:after {
    border-width: 42.5px 0px 42.5px 38px;
  }
}
.sec13 {
  padding: 50px 0;
}

.sec13 .sec_bnr {
  margin: 0 auto 30px;
  text-align: center;
}

.sec13 .recruit_form {
  border: 2px solid #105fe0;
}

.sec13 .recruit_fee .wpcf7-list-item:not(:last-child) {
  margin-right: 2.5em;
}

.sec13 .recruit_fee .wpcf7-list-item:first-child {
  margin-left: 1em;
}

.sec13 .recruit_fee th,
.sec13 .recruit_fee td {
  padding: 25px;
  vertical-align: top;
}

.sec13 .recruit_fee th {
  text-align: left;
  font-size: 20px;
  color: #105fe0;
  background: #eeeeee;
  border-right: 1px solid #bed0ee;
  width: 30%;
}

.sec13 .recruit_fee tr:not(:first-child) th,
.sec13 .recruit_fee tr:not(:first-child) td {
  border-top: 1px solid #bed0ee;
}

.sec13 .btn-style .sec_span {
  max-width: 450px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec13 .btn-style .sec_span:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.sec13 .btn-style .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 105px;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 19px;
  background: url("../img/top/form_mail_icon.png") no-repeat center/cover;
  z-index: 1;
}

.sec13 .btn-style .sec_span:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}

.sec13 .btn-style input[type=submit] {
  font-size: 26px;
  line-height: 1;
  display: block;
  color: #fff !important;
  padding: 25px 20px;
  width: 100%;
  margin: auto;
  max-width: 450px;
  border-radius: 0;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  background: url("../img/top/sec_form_btn_bg.png") no-repeat center/cover !important;
}

@media (max-width: 767px) {
  .sec13 .btn-style .sec_span {
    max-width: 320px;
    width: 100%;
  }
  .sec13 .btn-style .sec_span:after {
    left: 0;
    right: 105px;
    width: 27px;
    height: 19px;
    background: url("../img/top/form_mail_icon.png") no-repeat center/cover;
  }
  .sec13 .btn-style .sec_span:before {
    right: 10px;
  }
  .sec13 .btn-style input[type=submit] {
    font-size: 20px;
    padding: 20px 20px;
    max-width: 450px;
  }
  .sec13 .sec_bnr {
    width: 85%;
  }
  .sec13 .recruit_fee .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .sec13 .recruit_fee .wpcf7-list-item:first-child {
    margin-left: 0;
  }
  .sec13 .recruit_fee th,
  .sec13 .recruit_fee td {
    padding: 20px 10px;
  }
  .sec13 .recruit_fee th {
    font-size: 14px;
    width: 36%;
  }
  .sec13 .recruit_form {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec13 {
    padding: 100px 0;
  }
  .sec13 .sec_text {
    margin-top: 30px;
    text-align: center;
  }
  .sec13 .sec_text .bold {
    font-size: 20px;
  }
  .sec13 h2 {
    margin-bottom: 35px;
  }
  .sec13 .sec_bnr {
    margin: 0 auto 50px;
  }
}
.preparation_text {
  position: relative;
}

.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
}

.home #a12 {
  padding-top: 32.5px;
  margin-top: -32.5px;
}

@media screen and (min-width: 768px) {
  .home #a12 {
    padding-top: 44.5px;
    margin-top: -44.5px;
  }
}
.page-name-about .main_body,
.page-name-entry .main_body {
  max-width: 100%;
  width: 100%;
}

.sec_entry {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .sec_entry .row .col_2 {
    width: 50%;
    margin: 0;
  }
  .sec_entry {
    padding-top: 100px;
  }
  .sec_entry .container {
    width: 1248px;
  }
  .sec_entry h2 {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.sec_about .btnstyle a {
  font-size: 16px;
  max-width: 300px;
  padding: 1.9rem 1.8rem;
  font-weight: bold;
  background: #105fe0 !important;
  color: #fff !important;
  border-color: #105fe0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_about .btnstyle a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_about .btnstyle a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec_about .btnstyle a:hover:after {
  background: none;
  right: 3%;
}

@media screen and (min-width: 768px) {
  .sec_about .row {
    gap: 18px 1.5%;
  }
  .sec_about .row .col_4 {
    margin: 0;
    width: 23.875%;
  }
  .sec_about .btnstyle a {
    font-size: 25px;
    padding: 1.9rem 2.4rem;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
.design_img {
  position: relative;
}

.design_img .en {
  color: rgba(16, 95, 224, 0.52);
  font-size: clamp(90px, 7.17vw, 120px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 0.9;
  position: absolute;
  top: -50px;
  left: 50px;
}

@media (max-width: 767px) {
  .design_img .en {
    font-size: 50px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.no-hover {
  cursor: default;
  /* カーソルを通常の矢印にする */
  text-decoration: none;
  /* 下線を消す */
  color: inherit;
  /* 通常の文字色にする（必要なら） */
  pointer-events: none;
  /* クリック・ホバーイベントを無効化（必要に応じて） */
}

.charm_container {
  border: solid 2px #105fe0;
  padding: 35px 27px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.charm_container p {
  color: #105fe0;
}
.charm_container .charm_number {
  position: absolute;
  left: 27px;
  top: -25px;
  width: 130px;
  height: 130px;
  background: #105fe0;
  color: #fff;
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  margin: 0;
  font-size: 28px;
}
.charm_container .charm_number:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 1px #2c74e7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.charm_container .charm_number .num {
  font-size: 50px;
  display: block;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .charm_container.box-note {
    padding: 60px 20px 30px;
  }
  .charm_container .charm_number {
    width: 80px;
    height: 80px;
    font-size: 18px;
    left: 15px;
    top: -35px;
  }
  .charm_container .charm_number:after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
  .charm_container .charm_number .num {
    font-size: 30px;
  }
}

.schedule_flow {
  padding: 60px 20px;
  background: #eaf4fc;
}
.schedule_flow:not(:last-child) {
  margin-bottom: 1.5em;
}
.schedule_flow h4 {
  margin-top: 0;
}
.schedule_flow .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.schedule_flow .schedule::before {
  content: "";
  width: 2px;
  height: calc(100% - 25px);
  background: #4c8aef;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
}
.schedule_flow .schedule dt {
  width: 100px;
  color: #105fe0;
  padding-right: 25px;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: right;
  position: relative;
}
.schedule_flow .schedule dt:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #4c8aef;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 95px;
}
.schedule_flow .schedule dd {
  width: calc(100% - 100px);
  padding-left: 25px;
}
.schedule_flow .schedule dt:not(:last-child):not(:nth-last-child(2)),
.schedule_flow .schedule dd:not(:last-child):not(:nth-last-child(2)) {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .schedule_flow {
    padding: 20px 10px;
  }
}

.update_container .box_bg {
  padding: 0;
  background: transparent;
}
.update_container .box_bg:not(:last-child) {
  margin-bottom: 30px;
}
.update_container .box_bg h3 {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 0;
  color: #105fe0;
}
.update_container .box_bg .ul_circle li:not(:last-child) {
  margin: 0;
}
.update_container .box_bg p + .ul_circle {
  margin-top: -10px;
}

@media (min-width: 1255px) {
  .update_image {
    width: 60%;
    margin: auto;
  }
}
.box_bg.type_white {
  background: #fff;
}