@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #222;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #222;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: none;
}

.highlight a {
  color: #222;
}

.highlight a:hover {
  color: #222;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4%;
  background: rgba(63, 142, 244, 0.05);
  color: #222;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.64;
}

.container {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .container {
    padding: 0;
    width: calc(100% - 20px);
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #222;
}

body.home.scrollTop header {
  box-shadow: none;
  z-index: 100;
}

header .container {
  position: relative;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}

@media (max-width: 600px) {
  header .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

header .title a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 600px) {
  header .title a {
    gap: 6px;
  }
}

header .title img,
header .title object {
  width: 190px;
  height: 100px;
  max-width: none;
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 100px;
    height: 52.63158px;
  }
}

header .title span {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .global_nav > ul {
  background: #fff;
  border: 2px solid #1E1E1E;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.5em 1em;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 330px;
  }
}

header .global_nav > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
}

header .global_nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #B8B8B8;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1.3em 1.2em;
  text-decoration: none;
  position: relative;
}

header .global_nav > ul > li a::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/nav_arrow.png) no-repeat center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 34px;
  height: 40px;
  padding: 0;
  transition: transform 0.3s;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 100px;
  transition: 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  top: 13px;
}

header .global_nav .menu_icon a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  color: #fff;
  transition: transform 0.5s;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 8px;
  transform: rotate(30deg);
}

header .global_nav .menu_icon a.close:not(.fix):after {
  top: 8px;
  transform: rotate(-30deg);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

body.home header {
  background: transparent;
  position: absolute;
  z-index: 100;
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 9999px) {
  body.home {
    padding-top: 0 !important;
  }
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 9999px) and (max-width: 999px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 9999px) {
  header .container .row {
    width: auto;
    margin: 0;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 112px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
  }
}

@media (min-width: 9999px) and (max-width: 900px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 9999px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #3F8EF4;
    color: #222;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 9998px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #3F8EF4;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 9999px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
  }
}

footer {
  position: relative;
  padding-block: 5rem 10rem;
}

@media (max-width: 767px) {
  footer {
    padding-block: 5rem;
  }
}

footer .container {
  max-width: 1312px;
}

footer .tile > * {
  display: flex;
  align-items: center;
}

footer .footer_nav_wrap .footer_nav_wrap_inner:not(:last-child) {
  margin-bottom: 1.5em;
}

footer .footer_nav_wrap .note {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer .footer_nav_wrap .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  footer .footer_nav_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

footer .footer_nav_wrap .footer_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  footer .footer_nav_wrap .footer_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

footer .footer_nav_wrap nav ul {
  width: 100%;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  padding: 0;
}

footer .footer_nav_wrap nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.6;
}

@media (max-width: 767px) {
  footer .footer_nav_wrap nav ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

footer .footer_nav_wrap nav ul li a {
  text-decoration: none;
  position: relative;
}

footer .footer_nav_wrap nav ul li a:hover {
  text-decoration: underline;
}

footer .footer_nav_wrap nav ul li a::before {
  content: '> ';
}

footer .footer_nav_wrap .logo {
  width: 100%;
}

@media (max-width: 767px) {
  footer .footer_nav_wrap .logo img {
    max-width: 50%;
  }
}

footer .footer_copyright_wrap p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer .footer_copyright_wrap p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

footer .footer_hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #222;
  margin-block: 2em;
}

.button {
  display: inline-block;
  min-width: 300px;
  margin: 0;
  padding: 1em 1em;
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  line-height: 1;
  background: #3F8EF4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
}

.button:hover {
  background: #ced4d2;
  color: #3F8EF4;
}

.highlight .button {
  color: #fff;
}

.highlight .button:hover {
  color: #3F8EF4;
}

.button.block {
  display: block;
  min-width: 0;
}

.button.inverse {
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  background: #000;
  color: #fff;
}

.button.inverse:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel {
  background: #888;
  color: #fff;
}

.button.cancel:hover {
  background: #6f6f6f;
}

.button.large {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button {
  margin-left: 0.5em;
}

.button span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding: 1em 0;
  color: #fff;
  background: #3F8EF4;
  margin: 0 0 .5em;
}

h1:not(.title) a {
  text-decoration: none;
}

h1:not(.title) a:hover {
  text-decoration: underline;
}

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  text-align: center;
  margin: 0 auto 1em;
  position: relative;
  font-weight: 700;
  font-size: 52px;
  font-size: 5.2rem;
  color: #222;
}

@media (min-width: 768px) {
  h2 {
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
  }
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h3 {
  margin: 0 0 0.5em;
  color: #222;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1019px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  color: #222;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1019px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(63, 142, 244, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  overflow: hidden;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 56%;
  max-width: 560px;
  max-height: 560px;
  z-index: 52;
}

.main_visual .main_visual_copy > li img.main_copy1 {
  width: 22%;
  max-width: 285px;
  max-height: 203px;
  top: 14%;
  right: 65%;
  bottom: auto;
  left: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy1 {
    width: 25%;
    right: 68%;
  }
}

.main_visual .main_visual_copy > li img.main_copy2 {
  width: 50%;
  max-width: 715px;
  max-height: 111px;
  top: 14%;
  right: auto;
  bottom: auto;
  left: 35.5%;
  transform-origin: left;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy2 {
    width: 56%;
    top: 15%;
    left: 35%;
  }
}

.main_visual .main_visual_copy > li img.main_copy3 {
  width: 94%;
  max-width: 1212px;
  max-height: 280px;
  top: 10.5%;
  right: 7%;
  bottom: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy3 {
    width: 98%;
    top: 13%;
  }
}

.main_visual .main_visual_copy > li img.main_copy4 {
  width: 80%;
  max-width: 993px;
  max-height: 253px;
  top: 30%;
  right: 0.5%;
  bottom: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy4 {
    width: 92%;
    right: 0;
  }
}

.main_visual .main_visual_copy > li img.main_copy5 {
  width: 100%;
  max-width: 1155px;
  max-height: 207px;
  top: auto;
  bottom: 27%;
  right: 3%;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy5 {
    width: 94%;
    bottom: 34%;
    right: 0;
  }
}

.main_visual .main_visual_copy > li img.main_copy6 {
  width: 86%;
  max-width: 1023px;
  max-height: 238px;
  top: auto;
  bottom: 14.5%;
  left: 0.5%;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy6 {
    width: 100%;
    bottom: 12.5%;
  }
}

.main_visual .main_visual_copy > li img.main_copy7 {
  width: 29%;
  max-width: 353px;
  max-height: 624px;
  top: auto;
  bottom: 16.5%;
  left: 1%;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy7 {
    width: 38%;
    bottom: 15.5%;
  }
}

.main_visual .main_visual_copy > li img.main_copy8 {
  width: 10%;
  max-width: 129px;
  max-height: 16px;
  top: auto;
  right: 58.2%;
  bottom: 42.5%;
  left: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img.main_copy8 {
    width: 20%;
    right: 62%;
    bottom: 46.5%;
  }
}

.main_visual .main_visual_copy > li img.main_copy9 {
  width: 200%;
  max-width: 1920px;
  max-height: 169px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

.main_visual.wow .main_visual_copy > li {
  opacity: 0;
}

.main_visual.wow.animated .main_visual_copy > li {
  opacity: 1;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy1 {
  transition: .2s .4s;
  animation: slideUp 0.6s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy2 {
  transition: .2s .8s;
  animation: stretchX 2s 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy3 {
  transition: .2s .4s;
  animation: slideUp 0.6s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy4 {
  transition: .2s 2.4s;
  animation: slideRight 0.6s 2.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy5 {
  transition: .2s 3s;
  animation: stretchX 2s 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy6 {
  transition: .2s 2.4s;
  animation: slideUp 0.6s 2.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy7 {
  transition: .2s 3s;
  animation: slideUp 0.6s 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.main_visual.wow.animated .main_visual_copy > li img.main_copy8 {
  transition: .2s 3s;
}

@keyframes stretchX {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }
  40% {
    opacity: 1;
  }
  70% {
    transform: scaleX(1.4);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translate(-60%, 10%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 110% !important;
}

@media (min-width: 768px) {
  .main_visual .main_visual_slick {
    padding-top: 80% !important;
  }
}

@media (min-width: 1220px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 1016px !important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #3F8EF4;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  color: #222;
  background: #FFF100;
  box-shadow: 0 4px 0 0 #1E1E1E;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 355px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 1px solid #FFF100;
  color: #FFF100;
  background: #222;
}

.more a.inverse:hover {
  border-color: #222;
  color: #222;
  background: #FFF100;
}

.more a:hover {
  border: 1px solid #222;
  color: #222;
  background: #e6d900;
}

.more a.contact span {
  position: relative;
  padding-left: 3.6rem;
}

.more a.contact span::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/icon_mail.png) no-repeat center/contain;
  width: 20px;
  height: 16px;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  border-top: 1px solid #FFF100;
  border-right: 1px solid #FFF100;
}

.add_arrow.inverse:hover:after {
  border-color: #222;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #FFF100;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #FFF100;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (min-width: 9999px) {
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #222;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(63, 142, 244, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

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

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

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

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

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

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

.text-red {
  color: #f00 !important;
}

.text-blue {
  color: #0A46A0 !important;
}

.text-primary {
  color: #3F8EF4 !important;
}

.text-secondary {
  color: #FFF100 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 9998px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 9999px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #3F8EF4;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/*--------------------------------
  Utility
--------------------------------*/
.marker-white {
  background: #fff;
}

.underline {
  background: linear-gradient(transparent 65%, #FFF100 65%);
}

.h2_accent {
  display: inline-block;
  position: relative;
  padding-inline: 1.3em;
}

.h2_accent::before, .h2_accent::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.h2_accent::before {
  content: '＼';
  left: 0;
}

.h2_accent::after {
  content: '／';
  right: 0;
}

.slideUp {
  opacity: 0;
  transition: 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(80px);
}

.slideUp.animated {
  opacity: 1;
  transform: translate(0);
}

.slideRight {
  opacity: 0;
  transition: 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-80px);
}

.slideRight.animated {
  opacity: 1;
  transform: translate(0);
}

.slideLeft {
  opacity: 0;
  transition: 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(80px);
}

.slideLeft.animated {
  opacity: 1;
  transform: translate(0);
}

.menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  cursor: pointer;
}

/*--------------------------------
  Common
--------------------------------*/
a img {
  transition: .3s;
}

a:hover img {
  opacity: .8;
}

/*--------------------------------
  bnr_sec
--------------------------------*/
.bnr_sec {
  padding-block: 9rem;
}

@media (max-width: 767px) {
  .bnr_sec {
    padding-block: 8rem;
  }
}

@media (max-width: 1019px) {
  .bnr_sec img {
    max-width: 90%;
  }
}

/*--------------------------------
  merit_sec
--------------------------------*/
.merit_sec {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
  padding-block: 10rem 4rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 1400px) {
  .merit_sec {
    padding-bottom: 28%;
  }
}

@media (max-width: 767px) {
  .merit_sec {
    padding-block: 8rem 60%;
  }
}

.merit_sec .sunshine_img {
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: 1;
}

.merit_sec .sunshine_img img {
  width: min(17.135416666666668vw, 329px);
  height: min(23.229166666666668vw, 446px);
}

@media (max-width: 767px) {
  .merit_sec .sunshine_img img {
    width: min(42.89439374185137vw, 329px);
    height: min(58.148631029986966vw, 446px);
  }
}

@media (min-width: 768px) {
  .merit_sec .h2_ttl {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  .merit_sec .text_wrap {
    margin-bottom: 5em;
  }
}

.merit_sec .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .merit_sec .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .merit_sec .merit_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.merit_sec .merit_wrap::after {
  content: none;
}

.merit_sec .merit_item {
  max-width: 307px;
  background: #fff;
  border-radius: 10px;
  padding: 0 1% 3%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .merit_sec .merit_item {
    padding: 0 1% 8%;
    margin-top: 10%;
  }
}

.merit_sec .merit_item * {
  color: #222;
}

@media (min-width: 1020px) {
  .merit_sec .merit_item p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.merit_sec .merit_num {
  margin-bottom: 2em;
}

.merit_sec .merit_num img {
  margin-top: -21px;
}

@media (max-width: 767px) {
  .merit_sec .merit_num img {
    max-width: 50%;
    margin-top: -5%;
  }
}

.merit_sec .merit_icon {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

/*--------------------------------
  movie_sec
--------------------------------*/
.movie_sec {
  background: url(/wp-content/uploads/bg001.jpg) no-repeat center/cover;
  padding-block: 7rem 11rem;
}

@media (max-width: 767px) {
  .movie_sec {
    padding-block: 8rem 30%;
  }
}

.movie_sec .container {
  max-width: 1200px;
}

@media (max-width: 1019px) {
  .movie_sec .h2_ttl img {
    width: min(100%, 580px);
  }
}

.movie_sec .movie {
  background: url(/wp-content/uploads/monitor.png) no-repeat center/contain;
  max-width: 894px;
  width: 100%;
  height: auto;
  aspect-ratio: 894 / 684;
  padding: min(3.282275711159737vw, 30px) min(3.282275711159737vw, 30px) min(16.411378555798688vw, 150px);
  margin-inline: auto;
}

.movie_sec .movie iframe, .movie_sec .movie .movie_inner {
  aspect-ratio: 824 / 489;
  height: auto !important;
  border-radius: min(2.1881838074398248vw, 20px);
  position: relative;
}

.movie_sec .movie .movie_inner {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(8.752735229759299vw, 80px);
  font-weight: 500;
  background: #dfebfd;
}

.movie_sec .movie .movie_inner span {
  display: inline-block;
  background: #FFF100;
  padding: 0.2em 0.5em;
}

/*--------------------------------
  important_sec
--------------------------------*/
.important_sec {
  position: relative;
  z-index: 1;
}

.important_sec::before {
  content: '';
  display: block;
  background-color: #E5F4FF;
  background-image: url(/wp-content/uploads/bg_img003.jpg), url(/wp-content/uploads/bg_img004.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left 1% top 29%;
  background-size: auto 330px, auto;
  -webkit-clip-path: polygon(100% 0, 100% 71%, 50% 89%, 0 71%, 0 0);
          clip-path: polygon(100% 0, 100% 71%, 50% 89%, 0 71%, 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .important_sec::before {
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 90%, 0 85%, 0 0);
            clip-path: polygon(100% 0, 100% 85%, 50% 90%, 0 85%, 0 0);
  }
}

.important_sec .sunshine_img {
  position: absolute;
  right: 5.5%;
  bottom: 15%;
  z-index: 1;
}

@media (max-width: 1400px) {
  .important_sec .sunshine_img {
    right: 2%;
    bottom: 25%;
  }
}

@media (max-width: 767px) {
  .important_sec .sunshine_img {
    bottom: -4%;
  }
}

.important_sec .sunshine_img img {
  width: min(21.354166666666664vw, 410px);
  height: min(26.927083333333336vw, 517px);
}

@media (max-width: 767px) {
  .important_sec .sunshine_img img {
    width: min(34.166666666666664vw, 410px);
    height: min(43.083333333333336vw, 517px);
  }
}

.important_sec .container {
  max-width: 1200px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .important_sec .h2_ttl {
    margin-bottom: 0.5em;
  }
}

.important_sec .h2_ttl img {
  margin-top: -49px;
}

@media (max-width: 1019px) {
  .important_sec .h2_ttl img {
    width: min(80%, 360px);
    margin-top: -10%;
  }
}

.important_sec .lead {
  color: #fff;
}

.important_sec .bg_wrap {
  background: #fff;
  border-radius: 20px;
  padding: 6%;
  position: relative;
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .important_sec .bg_wrap {
    padding: 5% 8%;
    margin-bottom: 5em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .important_sec .bg_wrap {
    padding-inline: 5%;
  }
}

.important_sec .bg_wrap::before {
  content: '';
  display: block;
  border-top: 55px solid #fff;
  border-right: 58px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 58px solid transparent;
  position: absolute;
  top: calc(100% - 17px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .important_sec .bg_wrap::before {
    border-top-width: 35px;
    border-right-width: 38px;
    border-bottom-width: 35px;
    border-left-width: 38px;
    top: calc(100% - 10px);
  }
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .title_wrap {
    margin-bottom: 4em;
  }
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .h3_ttl {
    font-size: 40px;
    font-size: 4rem;
    margin-block: 0.2em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .important_sec .bg_wrap .h3_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .text_wrap {
    max-width: 423px;
    margin-inline: auto;
  }
}

.important_sec .bg_wrap .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 1020px) {
  .important_sec .bg_wrap .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .list_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.important_sec .bg_wrap .list_wrap::after {
  content: none;
}

.important_sec .bg_wrap .list_item {
  max-width: 302px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .important_sec .bg_wrap .list_item {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .list_item .h4_ttl {
    margin-block: 1em;
  }
}

.important_sec .bg_wrap .list_item ul {
  padding-left: 1.8em;
}

@media (min-width: 768px) {
  .important_sec .bg_wrap .list_item ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.important_sec .h3_ttl {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .important_sec .h3_ttl {
    font-size: 52px;
    font-size: 5.2rem;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .important_sec .h3_ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.important_sec .attention_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 6em;
}

@media (max-width: 767px) {
  .important_sec .attention_wrap {
    padding-bottom: 20%;
  }
}

.important_sec .attention_wrap::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/bg_img006.png) no-repeat center/contain;
  width: min(11.916666666666668vw, 143px);
  height: min(16.25vw, 195px);
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 1;
}

@media (max-width: 767px) {
  .important_sec .attention_wrap::before {
    width: min(18.64406779661017vw, 143px);
    height: min(25.423728813559322vw, 195px);
  }
}

.important_sec .attention_inner {
  background: #FFF100;
  border-radius: 10px;
  padding: 8%;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .important_sec .attention_inner {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 4%;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .important_sec .attention_inner {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.important_sec .attention_inner::before, .important_sec .attention_inner::after {
  content: '';
  display: block;
  width: calc(100% - 64px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  z-index: -1;
}

.important_sec .attention_inner::before {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 10px 0 0 0;
  left: 10px;
}

.important_sec .attention_inner::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 10px 0;
  right: 10px;
}

/*--------------------------------
  detail_sec
--------------------------------*/
.detail_sec {
  background: url(/wp-content/uploads/bg_img007.jpg) no-repeat center/cover;
  padding-block: 12rem 7rem;
  position: relative;
}

@media (max-width: 767px) {
  .detail_sec {
    padding-block: 8rem 40%;
  }
}

.detail_sec .sunshine_img {
  position: absolute;
  left: 11.5%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1400px) {
  .detail_sec .sunshine_img {
    left: 2%;
  }
}

.detail_sec .sunshine_img img {
  width: min(17.1875vw, 330px);
  height: min(18.645833333333332vw, 358px);
}

@media (max-width: 767px) {
  .detail_sec .sunshine_img img {
    width: min(43.02477183833116vw, 330px);
    height: min(46.67535853976532vw, 358px);
  }
}

.detail_sec .container {
  margin-top: 0;
}

@media (min-width: 768px) {
  .detail_sec .h2_ttl {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .detail_sec .text_wrap {
    margin-bottom: 2em;
  }
}

.detail_sec .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .detail_sec .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 1019px) {
  .detail_sec .img_wrap img {
    max-width: 80%;
  }
}

.detail_sec .detail_wrap {
  background: #fff;
  border-radius: 50px;
  padding: 8% 4%;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .detail_sec .detail_wrap {
    border-radius: 100px;
    padding: 1.5%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .detail_sec .detail_wrap {
    margin-top: 2em;
  }
}

@media (min-width: 768px) {
  .detail_sec .detail_wrap > .col {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .detail_sec .detail_wrap > .col:not(:first-child) {
    margin-top: 8%;
  }
}

.detail_sec .detail_wrap::after {
  content: none;
}

.detail_sec .detail_wrap * {
  color: #0A46A0;
}

@media (max-width: 767px) {
  .detail_sec .detail_wrap .h3_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------------------------
  booth_sec
--------------------------------*/
.booth_sec {
  background: #E5F4FF;
  padding-block: 11rem;
}

@media (max-width: 767px) {
  .booth_sec {
    padding-block: 8rem;
  }
}

@media (min-width: 768px) {
  .booth_sec .h2_ttl {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 1.5em;
  }
}

.booth_sec .h2_ttl::before, .booth_sec .h2_ttl::after {
  content: '';
  display: block;
  width: 28px;
  height: 148px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .booth_sec .h2_ttl::before, .booth_sec .h2_ttl::after {
    height: 100%;
  }
}

.booth_sec .h2_ttl::before {
  background: url(/wp-content/uploads/h2_002.png) no-repeat left center/contain;
  left: 0;
}

.booth_sec .h2_ttl::after {
  background: url(/wp-content/uploads/h2_002-2.png) no-repeat right center/contain;
  right: 0;
}

@media (min-width: 768px) {
  .booth_sec .h2_ttl small {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.booth_sec .bg_wrap {
  background: #fff;
  border: 3px solid #3F8EF4;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 #3F8EF4;
  padding: 4%;
}

@media (min-width: 768px) {
  .booth_sec .bg_wrap {
    padding: 4% 2.5% 2.5%;
  }
}

.booth_sec .bg_wrap .h3_ttl {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .booth_sec .bg_wrap .h3_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.booth_sec .bg_wrap .dis_list {
  padding-left: 1em;
  position: relative;
}

.booth_sec .bg_wrap .dis_list::before {
  content: '●';
  display: block;
  color: #3F8EF4;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .booth_sec .bg_wrap .dis_list {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .booth_sec .bg_wrap small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*--------------------------------
  check_sec
--------------------------------*/
.check_sec {
  background: #fff;
  padding-block: 12rem 18rem;
  position: relative;
}

@media (max-width: 767px) {
  .check_sec {
    padding-block: 8rem 20%;
  }
}

@media (min-width: 768px) {
  .check_sec .text_wrap {
    margin-bottom: 4em;
  }
}

.check_sec .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .check_sec .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.check_sec .list_wrap::after {
  content: none;
}

@media (min-width: 768px) {
  .check_sec .list_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.check_sec .list_item {
  max-width: 301px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .check_sec .list_item {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .check_sec .list_item:not(:first-child) figure {
    position: relative;
  }
  .check_sec .list_item:not(:first-child) figure::before {
    content: '';
    display: block;
    background: url(/wp-content/uploads/bg_img015.png) no-repeat center/contain;
    width: min(5.3vw, 53px);
    height: min(0.6vw, 6px);
    position: absolute;
    top: 50%;
    left: -17%;
    transform: translateY(-50%);
  }
}

.check_sec .list_item .h3_ttl {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .check_sec .list_item .h3_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-block: 1.5em 1em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .check_sec .list_item .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*--------------------------------
  internet_sec
--------------------------------*/
.internet_sec {
  background: url(/wp-content/uploads/bg_img009.jpg) no-repeat center/cover;
  padding-block: 0 10rem;
}

@media (max-width: 767px) {
  .internet_sec {
    padding-block: 0 8rem;
  }
}

@media (min-width: 768px) {
  .internet_sec .h2_ttl {
    margin-bottom: 0.5em;
  }
}

.internet_sec .h2_ttl img {
  margin-top: -59px;
}

@media (max-width: 1019px) {
  .internet_sec .h2_ttl img {
    width: min(100%, 580px);
    margin-top: -10%;
  }
}

@media (min-width: 768px) {
  .internet_sec .lead {
    margin-bottom: 2em;
  }
}

.internet_sec .recommend_wrap::after {
  content: none;
}

@media (min-width: 768px) {
  .internet_sec .recommend_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.internet_sec .recommend_item {
  max-width: 307px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 4%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .internet_sec .recommend_item {
    padding: 3% 2% 4%;
  }
}

@media (min-width: 768px) {
  .internet_sec .recommend_item .h3_ttl {
    margin-block: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .internet_sec .recommend_item .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .internet_sec .recommend_item .h3_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.internet_sec .recommend_item p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .internet_sec .recommend_item p:not([class]) {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*--------------------------------
  privacy_sec
--------------------------------*/
.privacy_sec {
  background: #E5F4FF;
  padding-block: 10rem 18rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .privacy_sec {
    padding-block: 8rem 40%;
  }
}

.privacy_sec .sunshine_img {
  position: absolute;
  bottom: 0;
  left: 6%;
  z-index: 1;
}

.privacy_sec .sunshine_img img {
  width: min(19.635416666666668vw, 377px);
  height: min(17.239583333333332vw, 331px);
}

@media (max-width: 1019px) {
  .privacy_sec .sunshine_img img {
    width: min(31.416666666666664vw, 377px);
    height: min(27.583333333333332vw, 331px);
  }
}

@media (max-width: 767px) {
  .privacy_sec .sunshine_img img {
    width: min(49.152542372881356vw, 377px);
    height: min(43.15514993481095vw, 331px);
  }
}

.privacy_sec .container {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .privacy_sec .h2_ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

.privacy_sec .h2_ttl small {
  display: block;
}

@media (min-width: 768px) {
  .privacy_sec .h2_ttl small {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0.5em;
  }
}

.privacy_sec .h2_ttl .underline {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0.2em 0.4em;
}

.privacy_sec .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .privacy_sec .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.privacy_sec .list_wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 17.3px 1px rgba(16, 139, 255, 0.12);
  padding: 8% 6%;
}

@media (min-width: 768px) {
  .privacy_sec .list_wrap {
    display: flex;
    justify-content: space-between;
    padding: 4%;
  }
}

.privacy_sec .list_item {
  border-left: 6px solid #3F8EF4;
  max-width: 300px;
  padding: 1% 0 2% 3%;
}

@media (max-width: 767px) {
  .privacy_sec .list_item:not(:first-child) {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .privacy_sec .list_item .h3_ttl {
    margin-block: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .privacy_sec .list_item .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .privacy_sec .list_item .h3_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.privacy_sec .list_item p:not([class]) {
  font-weight: 500;
}

/*--------------------------------
  point_sec
--------------------------------*/
.point_sec {
  background: url(/wp-content/uploads/bg_img010.jpg) no-repeat center/cover;
  padding-block: 0 12rem;
  position: relative;
}

@media (max-width: 767px) {
  .point_sec {
    padding-block: 0 8rem;
  }
}

@media (min-width: 768px) {
  .point_sec .h2_ttl {
    margin-bottom: 0.5em;
  }
}

.point_sec .h2_ttl img {
  margin-top: -67px;
}

@media (max-width: 1019px) {
  .point_sec .h2_ttl img {
    width: min(100%, 580px);
    margin-top: -10%;
  }
}

@media (min-width: 768px) {
  .point_sec .lead {
    margin-bottom: 3em;
  }
}

.point_sec .point_wrap::after {
  content: none;
}

@media (min-width: 768px) {
  .point_sec .point_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.point_sec .point_item {
  max-width: 478px;
  background: #fff;
  border-radius: 10px;
  margin-inline: auto;
  position: relative;
}

@media (max-width: 767px) {
  .point_sec .point_item {
    margin-top: 20%;
  }
}

.point_sec .point_item .num {
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
}

@media (max-width: 767px) {
  .point_sec .point_item .num {
    top: -10%;
  }
}

@media (max-width: 767px) {
  .point_sec .point_item .num img {
    max-width: 20%;
  }
}

.point_sec .point_item .point_text {
  padding: 4%;
}

@media (min-width: 768px) {
  .point_sec .point_item .point_text {
    padding: 4% 7% 9%;
  }
}

@media (max-width: 767px) {
  .point_sec .point_item .point_text .h3_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.point_sec .point_item .point_text p {
  color: #222;
}

.point_sec .point_item .point_text p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .point_sec .point_item .point_text p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------------------------
  attention_sec
--------------------------------*/
.attention_sec {
  background: #F8F4EE;
  padding-block: 10rem 12rem;
}

@media (max-width: 767px) {
  .attention_sec {
    padding-block: 8rem;
  }
}

.attention_sec .h2_ttl {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .attention_sec .h2_ttl {
    padding-top: 8rem;
    margin-bottom: 0.8em;
  }
}

.attention_sec .h2_ttl::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/h2_005.png) no-repeat center/contain;
  width: 58px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .attention_sec .h2_ttl::before {
    width: 40px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .attention_sec .lead {
    margin-bottom: 2.5em;
  }
}

.attention_sec .check_wrap::after {
  content: none;
}

@media (min-width: 768px) {
  .attention_sec .check_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.attention_sec .check_item {
  max-width: 478px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .attention_sec .check_item {
    padding: 6%;
    gap: 5%;
  }
}

.attention_sec .check_item::after {
  content: none;
}

@media (max-width: 767px) {
  .attention_sec .check_item .icon img {
    max-width: 80%;
  }
}

.attention_sec .check_item .text_wrap {
  max-width: 280px;
  width: 70%;
}

@media (max-width: 767px) {
  .attention_sec .check_item .text_wrap .h3_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.attention_sec .check_item .text_wrap p:not([class]) {
  font-weight: 500;
}

@media (min-width: 768px) {
  .attention_sec .check_item .text_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------------------------
  contact_sec
--------------------------------*/
.contact_sec {
  background: url(/wp-content/uploads/bg_img011.jpg) no-repeat center/cover;
  padding-block: 8rem;
}

.contact_sec .contact_wrap::after {
  content: none;
}

@media (min-width: 768px) {
  .contact_sec .contact_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.contact_sec .contact_item {
  max-width: 479px;
  background: #fff;
  box-shadow: 0 13px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .contact_sec .contact_item:not(:first-child) {
    margin-top: 10%;
  }
}

.contact_sec .contact_item .h3_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  background: #3F8EF4;
  padding: 0.5em;
  margin: 0;
}

@media (min-width: 768px) {
  .contact_sec .contact_item .h3_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .contact_sec .contact_item .h3_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.contact_sec .contact_item .sub_title {
  font-weight: 700;
}

@media (min-width: 768px) {
  .contact_sec .contact_item .sub_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .contact_sec .contact_item .sub_title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.contact_sec .contact_item .tel {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .contact_sec .contact_item .tel {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.contact_sec .contact_item .link-tel {
  padding-left: 5.4rem;
  position: relative;
}

@media (max-width: 767px) {
  .contact_sec .contact_item .link-tel {
    padding-left: 3.5rem;
  }
}

.contact_sec .contact_item .link-tel::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/icon_tel.png) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .contact_sec .contact_item .link-tel::before {
    width: 30px;
    height: 30px;
  }
}

.contact_sec .contact_inner {
  padding: 4%;
}

/*--------------------------------
  sns_sec
--------------------------------*/
.sns_sec {
  background: #E5F4FF;
}

.sns_sec .container {
  padding-block: 5rem;
  position: relative;
  z-index: 0;
}

.sns_sec .container::before, .sns_sec .container::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sns_sec .container::before {
  background: url(/wp-content/uploads/bg_img012.png) no-repeat center/contain;
  width: min(9.1vw, 91px);
  height: min(14.799999999999999vw, 148px);
  left: 18%;
}

@media (max-width: 767px) {
  .sns_sec .container::before {
    width: min(11.864406779661017vw, 91px);
    height: min(19.295958279009128vw, 148px);
    left: 10%;
  }
}

.sns_sec .container::after {
  background: url(/wp-content/uploads/bg_img013.png) no-repeat center/contain;
  width: min(12.4vw, 124px);
  height: min(15.7vw, 157px);
  right: 16%;
}

@media (max-width: 767px) {
  .sns_sec .container::after {
    width: min(16.166883963494133vw, 124px);
    height: min(20.469361147327252vw, 157px);
    right: 10%;
  }
}

@media (min-width: 768px) {
  .sns_sec .h2_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 0.5em;
  }
}

.sns_sec .h2_ttl .underline {
  background: linear-gradient(transparent 65%, #fff 65%);
  padding-inline: 0.3em;
}

@media (min-width: 768px) {
  .sns_sec .sub_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sns_sec .sns_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 340px;
  padding: 0;
  margin: 1em auto 0;
}

@media (max-width: 767px) {
  .sns_sec .sns_list {
    max-width: 200px;
    justify-content: space-around;
  }
}

.sns_sec .sns_list li a {
  width: 66px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sns_sec .sns_list li a {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .sns_sec .sns_list li a img {
    max-width: 60%;
  }
}

/*# sourceMappingURL=main.css.map */
