@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;
}

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.6;
  color: #333;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4em;
  }
}

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

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

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

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

.highlight a {
  color: #333;
}

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

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(37, 168, 246, 0.05);
  color: #333;
}

#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: 1160px;
  }
}

@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.8;
}

.container {
  padding: 0 10px;
}

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

.container .container {
  padding: 0;
  width: 100%;
}

#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;
  width: 100%;
  background: #fff;
  color: #333;
}

header .row {
  margin: 0 3%;
}

header .container {
  max-width: 1608px;
}

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

header .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3086BB;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

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

header .title a {
  display: inline-block;
}

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

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 250px;
    height: 21.42857px;
    min-height: 45px;
  }
}

header .global_nav > ul {
  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;
  border-top: 1px solid #b3b3b3;
}

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

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

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(37, 168, 246, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #25A8F6;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(37, 168, 246, 0.9);
}

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: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

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: #25A8F6;
  transition: transform 0.5s;
}

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

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #25A8F6;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #25A8F6;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #25A8F6;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

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);
}

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

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

@media (min-width: 769px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

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

@media (min-width: 769px) {
  header .container .row {
    width: auto;
    margin: 0;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 64px;
    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:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #333;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

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

@media (min-width: 769px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #25A8F6;
    color: #25A8F6;
  }
  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: 768px) {
  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: #25A8F6;
  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: 769px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1160px;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
  }
}

footer {
  position: relative;
}

footer nav {
  text-align: center;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid #b3b3b3;
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 0.3em;
}

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

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #25A8F6;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #333;
}

.bread ul li a:hover {
  color: #333;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

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

.button:hover {
  background: #ced4d2;
  color: #25A8F6;
}

.highlight .button {
  color: #fff;
}

.highlight .button:hover {
  color: #25A8F6;
}

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

.button.inverse {
  border: 0;
  border-radius: 10px;
  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;
}

@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;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #25A8F6;
}

.table-default th {
  background: rgba(37, 168, 246, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #25A8F6;
  border-bottom: 1px solid #25A8F6;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

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

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #25A8F6;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(37, 168, 246, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #25A8F6;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #25A8F6;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

h1:not(.title) {
  position: relative;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 .5em;
}

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

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

h1:not(.title) span {
  font-size: 32px;
  font-size: 3.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 0.8em;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
}

h2 a {
  text-decoration: none;
}

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

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

h3 {
  margin: 0 0 0.5em;
  padding: 0;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

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

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

h4 {
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #333;
  font-weight: normal;
}

h4 a {
  text-decoration: none;
}

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

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

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(37, 168, 246, 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;
  }
}

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

.more.cta a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  max-width: 360px;
  background: #FF2F2F;
  border-color: #FF2F2F;
  border-radius: 34px;
  padding-block: 0.2em;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .more.cta a {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 58px;
  }
}

.more.cta a:hover {
  color: #fff;
  background: #ff6262;
  border-color: #ff6262;
}

.more.cta a small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .more.cta a small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.more.cta a span {
  position: relative;
}

.more.cta a span::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_check.png) no-repeat center/contain;
  width: 33px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .more.cta a span::before {
    width: 20px;
    height: 16px;
  }
}

.more a {
  display: block;
  border: 1px solid #25A8F6;
  border-radius: 10px;
  color: #fff;
  background: #25A8F6;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-block: 0.8em;
  }
}

.more a.inverse {
  border: 1px solid #25A8F6;
  color: #25A8F6;
  background: #fff;
}

.more a.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #25A8F6;
}

.more a:hover {
  border: 1px solid #25A8F6;
  color: #25A8F6;
  background: #fff;
}

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

.add_arrow:after {
  content: "";
  display: block;
  background: url(/wp-content/uploads/btn_arrow.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: 0.2s;
}

.add_arrow:hover:after {
  right: 4%;
}

/*
 * ボタンエフェクト(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: #25A8F6;
    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);
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #25A8F6;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

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

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

.lead {
  color: #25A8F6;
  font-size: 20px;
  font-size: 2rem;
}

.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: #FF2F2F !important;
}

.text-primary {
  color: #25A8F6 !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: 28px;
    font-size: 2.8rem;
  }
  .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: 768px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .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: #25A8F6;
}

.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;
  }
}

/*--------------------------------
  Utilities
--------------------------------*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-horizontal {
  border-top: 1px dashed #000;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: 0.8;
}

hr {
  height: 4px;
  background: #D9D9D9;
  border: none;
  border-radius: 2px;
  margin-block: 5%;
}

@media (max-width: 767px) {
  small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.text-secondary {
  color: #FFEE7D;
}

.text-orange {
  color: orange;
}

.text-green {
  color: green;
}

.fw-bold {
  font-weight: 700;
}

.table_wrap {
  padding: 1px;
}

.table_wrap table {
  outline: 1px solid #333;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .table_wrap table {
    min-width: 620px;
  }
}

.table_wrap table thead {
  border-bottom: 1px solid #333;
}

.table_wrap table thead th {
  background: #FFEE7D;
  font-weight: 700;
}

@media (min-width: 768px) {
  .table_wrap table thead th {
    font-size: 18px;
    font-size: 1.8rem;
    padding-block: 2em;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .table_wrap table thead th {
    padding: 0.5em;
    line-height: 1.4;
  }
}

.table_wrap table thead th:not(:last-child) {
  width: 13%;
  border-right: 1px solid #333;
}

.table_wrap table tbody tr {
  background: #fff;
}

.table_wrap table tbody tr:not(:last-child) {
  border-bottom: 1px solid #333;
}

.table_wrap table tbody tr:nth-child(2n) {
  background: #FFFEF4;
}

@media (min-width: 768px) {
  .table_wrap table tbody th, .table_wrap table tbody td {
    padding-block: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .table_wrap table tbody th, .table_wrap table tbody td {
    padding: 0.5em;
  }
}

.table_wrap table tbody th:not(:last-child), .table_wrap table tbody td:not(:last-child) {
  border-right: 1px solid #333;
}

.table_wrap table tbody td:not(:last-child) {
  text-align: center;
}

.cta_wrap {
  background: #fff;
  max-width: 964px;
  border-radius: 30px;
  padding: 40px;
  margin: 50px auto;
}

@media (max-width: 1179px) {
  .cta_wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .cta_wrap {
    padding: 10px;
    margin-block: 30px;
  }
}

.cta_wrap h3 {
  text-align: center;
  background: url(/wp-content/uploads/title_img004.png) no-repeat center/contain;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 18px 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cta_wrap h3 {
    font-size: min(7vw, 20px);
    margin-bottom: 20px;
  }
}

.cta_wrap h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .cta_wrap h3 span {
    font-size: min(4vw, 10px);
  }
}

/*--------------------------------
  h1 title
--------------------------------*/
.h1_wrap {
  background: #25A8F6;
}

.h1_wrap .container {
  max-width: 1080px;
  justify-content: flex-start;
  align-items: flex-end;
}

.h1_wrap .ttl_wrap {
  width: 100%;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .h1_wrap .ttl_wrap {
    margin-bottom: 0.5em;
  }
}

.h1_wrap .ttl_wrap h1 {
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.h1_wrap .uptodate {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .h1_wrap .uptodate {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 1180px) {
  .h1_wrap .img_wrap {
    width: 100%;
  }
}

.h1_wrap .img_wrap img {
  width: min(20vw, 232px);
  margin-top: -8%;
  position: relative;
  z-index: 1;
}

/*--------------------------------
  sec_intro
--------------------------------*/
.sec_intro {
  margin-bottom: 30%;
}

@media (min-width: 768px) {
  .sec_intro {
    margin-bottom: 124px;
  }
}

.sec_intro .content_wrap {
  background: #C2E9FF;
  border-radius: 0 0 50px 50px;
  padding: 0 40px 40px;
}

@media (max-width: 1179px) {
  .sec_intro .content_wrap {
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .sec_intro .content_wrap {
    border-radius: 0 0 40px 40px;
    padding: 0 10px 10px;
  }
}

.sec_intro .content_inner {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding-top: 54px;
  align-items: flex-end;
  gap: 8%;
}

@media (max-width: 1179px) {
  .sec_intro .content_inner {
    padding: 10px;
    gap: 2%;
  }
}

.sec_intro .img_wrap img {
  width: min(30vw, 109px);
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .sec_intro .img_wrap img {
    width: min(9.39655172413793vw, 109px);
    margin-bottom: -40px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .sec_intro .img_wrap img {
    margin-bottom: -50px;
  }
}

.sec_intro .txt_wrap {
  max-width: 630px;
  padding: 25px 3px 3px 25px;
  margin-bottom: 6%;
  position: relative;
}

@media (max-width: 767px) {
  .sec_intro .txt_wrap {
    padding: 10px;
  }
}

.sec_intro .txt_wrap::before, .sec_intro .txt_wrap::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.sec_intro .txt_wrap::before {
  background: url(/wp-content/uploads/frame_img001.png) no-repeat left top/contain;
  max-width: 607px;
  max-height: 222px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec_intro .txt_wrap::after {
  background: url(/wp-content/uploads/frame_img002.png) no-repeat right bottom/contain;
  max-width: 607px;
  max-height: 223px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.sec_intro .txt_inner {
  max-width: 600px;
  background: #FFEE7D;
  margin-inline: auto;
  position: relative;
}

.sec_intro .txt_inner::before, .sec_intro .txt_inner::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
}

.sec_intro .txt_inner::before {
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.sec_intro .txt_inner::after {
  width: 40px;
  height: 40px;
  right: -1px;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.sec_intro .txt_inner > div {
  padding: 28px 60px 45px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_intro .txt_inner > div {
    padding: 20px;
  }
}

.sec_intro .txt_inner > div::before, .sec_intro .txt_inner > div::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
}

.sec_intro .txt_inner > div::before {
  top: -1px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sec_intro .txt_inner > div::after {
  bottom: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
}

@media (min-width: 768px) {
  .sec_intro .txt_inner p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

.sec_intro .txt_inner .accent {
  font-weight: 700;
  color: #25A8F6;
  background: #fff;
}

/*--------------------------------
  sec_compare
--------------------------------*/
.sec_compare {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .sec_compare {
    margin-bottom: 40px;
  }
}

.sec_compare .content_wrap {
  background: #C2E9FF;
  border-radius: 50px;
  padding: 0 40px 100px;
}

@media (max-width: 1179px) {
  .sec_compare .content_wrap {
    padding: 0 20px 50px;
  }
}

@media (max-width: 767px) {
  .sec_compare .content_wrap {
    border-radius: 40px;
    padding: 0 10px 30px;
  }
}

.sec_compare .content_wrap h2 img {
  margin-top: -59px;
}

.sec_compare .policy_wrap {
  background: #fff;
  max-width: 964px;
  border-radius: 30px;
  padding: 0 40px 40px;
  margin: 90px auto 40px;
}

@media (max-width: 1179px) {
  .sec_compare .policy_wrap {
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .sec_compare .policy_wrap {
    border-radius: 40px;
    padding: 0 10px 30px;
    margin-block: 50px 40px;
  }
}

.sec_compare .policy_wrap h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .sec_compare .policy_wrap h3 {
    margin-bottom: 20px;
  }
}

.sec_compare .policy_wrap h3 img {
  margin-top: -43px;
}

@media (max-width: 767px) {
  .sec_compare .policy_wrap h3 img {
    margin-top: -5%;
  }
}

@media (min-width: 768px) {
  .sec_compare .policy_wrap p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
  }
}

.sec_compare .standard_wrap {
  background: #fff;
  max-width: 964px;
  border-radius: 30px;
  padding: 30px 40px;
  margin-inline: auto;
}

@media (max-width: 1179px) {
  .sec_compare .standard_wrap {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap {
    border-radius: 40px;
    padding: 10px 10px 20px;
  }
}

.sec_compare .standard_wrap h3 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap h3 {
    margin-bottom: 20px;
  }
}

.sec_compare .standard_wrap .content_inner {
  position: relative;
}

.sec_compare .standard_wrap .content_inner::after {
  content: "";
  display: block;
  clear: both;
}

.sec_compare .standard_wrap .content_inner .txt_wrap {
  counter-reset: number 0;
}

.sec_compare .standard_wrap .content_inner .txt_wrap h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 62px;
  padding-block: 6px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap .content_inner .txt_wrap h4 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 40px;
    padding-block: 3px;
    margin-bottom: 0;
  }
}

.sec_compare .standard_wrap .content_inner .txt_wrap h4::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  font-size: 2rem;
  width: 42px;
  height: 42px;
  background: #FFEE7D;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap .content_inner .txt_wrap h4::before {
    font-size: 14px;
    font-size: 1.4rem;
    width: 28px;
    height: 28px;
  }
}

.sec_compare .standard_wrap .content_inner .txt_wrap .txt_inner {
  margin-left: 62px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap .content_inner .txt_wrap .txt_inner {
    margin-left: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sec_compare .standard_wrap .content_inner .txt_wrap .txt_inner p:not([class]) {
    line-height: 32px;
  }
}

.sec_compare .standard_wrap .content_inner .img_wrap {
  float: right;
  margin-inline: 5% -11%;
}

@media (max-width: 1179px) {
  .sec_compare .standard_wrap .content_inner .img_wrap {
    margin-inline: 4% -5%;
  }
}

.sec_compare .standard_wrap .content_inner .img_wrap img {
  width: min(25.517241379310345vw, 296px);
}

.sec_compare .standard_wrap .border-horizontal {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec_compare .standard_wrap .border-horizontal {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sec_compare .standard_wrap .border-horizontal + p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }
}

/*--------------------------------
  sec_ranking
--------------------------------*/
.sec_ranking {
  background: #F0F0F0;
  padding-block: 120px;
}

@media (max-width: 767px) {
  .sec_ranking {
    padding-block: 40px;
  }
}

.sec_ranking .container {
  max-width: 1080px;
}

.sec_ranking .ttl_wrap {
  padding-bottom: 0.5em;
  position: relative;
  z-index: 0;
}

.sec_ranking .ttl_wrap::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/illust_img004.png) no-repeat right bottom/contain;
  width: min(28.18965517241379vw, 327px);
  height: min(22.844827586206897vw, 265px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sec_ranking .ttl_wrap h2 {
  background: url(/wp-content/uploads/title_img004.png) no-repeat center/contain;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 18px 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_ranking .ttl_wrap h2 {
    font-size: min(6vw, 18px);
    margin-bottom: 0;
  }
}

.sec_ranking .ttl_wrap h2 span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sec_ranking .ttl_wrap h2 span {
    font-size: min(5vw, 14px);
  }
}

.sec_ranking .ranking_wrap {
  background: #25A8F6;
  border-radius: 20px;
  padding: 4px;
  overflow: hidden;
}

.sec_ranking .ranking_wrap:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec_ranking .ranking_wrap.num-1 {
  background: linear-gradient(to right, #DCB00E 0%, #DED4AE 28%, #DCB00E 62%, #CAB25B 100%);
}

.sec_ranking .ranking_wrap.num-1 .status_wrap .status_item {
  background: linear-gradient(to right, #DCB00E 0%, #DED4AE 28%, #DCB00E 62%, #CAB25B 100%);
}

.sec_ranking .ranking_wrap.num-2 {
  background: linear-gradient(to right, #B9B9B9 0%, #E8E8E8 28%, #B9B9B9 62%, #CBCBCB 100%);
}

.sec_ranking .ranking_wrap.num-2 .status_wrap .status_item {
  background: linear-gradient(to right, #B9B9B9 0%, #E8E8E8 28%, #B9B9B9 62%, #CBCBCB 100%);
}

.sec_ranking .ranking_wrap.num-3 {
  background: linear-gradient(to right, #B65837 0%, #CD7F63 28%, #AA4826 62%, #B76548 100%);
}

.sec_ranking .ranking_wrap.num-3 .status_wrap .status_item {
  background: linear-gradient(to right, #B65837 0%, #CD7F63 28%, #AA4826 62%, #B76548 100%);
}

.sec_ranking .ranking_wrap .rank_num {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  padding-block: 13px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .rank_num {
    font-size: 20px;
    font-size: 2rem;
    padding-block: 5px;
  }
}

.sec_ranking .ranking_wrap .rank_num span {
  position: relative;
  padding-inline: 97px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .rank_num span {
    padding-inline: 40px;
  }
}

.sec_ranking .ranking_wrap .rank_num span::before, .sec_ranking .ranking_wrap .rank_num span::after {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_crown.png) no-repeat center/contain;
  width: 62px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .rank_num span::before, .sec_ranking .ranking_wrap .rank_num span::after {
    width: 30px;
    height: 21px;
  }
}

.sec_ranking .ranking_wrap .rank_num span::before {
  left: 0;
}

.sec_ranking .ranking_wrap .rank_num span::after {
  right: 0;
}

.sec_ranking .ranking_wrap .img_wrap {
  margin: -30px -30px 30px;
}

@media (max-width: 1179px) {
  .sec_ranking .ranking_wrap .img_wrap {
    margin: -5px -5px 0;
  }
}

.sec_ranking .ranking_wrap .content_wrap {
  background: #fff;
  border-radius: 0 0 17px 17px;
  padding: 50px;
}

@media (max-width: 1179px) {
  .sec_ranking .ranking_wrap .content_wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .content_wrap {
    padding: 10px;
  }
}

.sec_ranking .ranking_wrap .content_wrap h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .content_wrap h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.sec_ranking .ranking_wrap .status_wrap {
  justify-content: space-between;
  gap: 4%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .status_wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.sec_ranking .ranking_wrap .status_wrap .no_img {
  max-width: 234px;
  width: 100%;
  aspect-ratio: 243 / 182;
  background: #F0F0F0;
  position: relative;
}

.sec_ranking .ranking_wrap .status_wrap .no_img::before {
  content: 'No Image';
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.sec_ranking .ranking_wrap .status_wrap .logo_wrap {
  max-width: 234px;
  width: 100%;
  border: 1px solid #F0F0F0;
  background: #fff;
}

.sec_ranking .ranking_wrap .status_wrap .logo_wrap img {
  width: 100%;
  aspect-ratio: 243 / 182;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_ranking .ranking_wrap .status_wrap + p:not([class]) {
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .status_wrap + p:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.sec_ranking .ranking_wrap .status_inner {
  width: 100%;
}

.sec_ranking .ranking_wrap .status_item {
  color: #fff;
  font-weight: 500;
  background: #25A8F6;
  border-radius: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4%;
  padding: 5px;
  padding-left: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .status_item {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 26px;
  }
}

.sec_ranking .ranking_wrap .status_item:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .status_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sec_ranking .ranking_wrap .status_item span {
  white-space: nowrap;
}

.sec_ranking .ranking_wrap .status_item_inner {
  width: 100%;
  color: #333;
  font-weight: 400;
  background: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  overflow: auto;
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .status_item_inner {
    padding: 5px 34px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_wrap {
    margin-bottom: 20px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap::after {
  content: '';
  display: block;
  background: #FFEE7D;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_wrap::after {
    top: 5px;
    left: 5px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap h4 {
  color: #25A8F6;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
  padding-block: 30px;
  border-bottom: 1px dashed #333;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_wrap h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 40px;
    padding-block: 10px;
    margin-bottom: 15px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap h4::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_thumb.png) no-repeat center/contain;
  width: 49px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_wrap h4::before {
    width: 30px;
    height: 23px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap ol {
  list-style: none;
  padding: 0;
  counter-reset: number 0;
}

.sec_ranking .ranking_wrap .recommend_wrap ol li {
  position: relative;
  padding-block: 4px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .recommend_wrap ol li {
    font-size: 18px;
    font-size: 1.8rem;
    padding-block: 8px;
    padding-left: 62px;
  }
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .recommend_wrap ol li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.sec_ranking .ranking_wrap .recommend_wrap ol li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  font-size: 2rem;
  width: 42px;
  height: 42px;
  background: #FFEE7D;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_wrap ol li::before {
    font-size: 14px;
    font-size: 1.4rem;
    width: 28px;
    height: 28px;
  }
}

.sec_ranking .ranking_wrap .recommend_inner {
  background: #fff;
  border: 2px solid #B9B9B9;
  padding: 0 30px 30px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_inner {
    padding: 0 10px 10px;
  }
}

.sec_ranking .ranking_wrap .recommend_inner::before {
  content: '';
  display: block;
  border-top: 9px solid transparent;
  border-right: 9px solid #FFEE7D;
  border-bottom: 9px solid #FFEE7D;
  border-left: 9px solid transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .recommend_inner::before {
    right: 5px;
    bottom: 5px;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap {
  height: 580px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  transition: .3s;
}

.sec_ranking .ranking_wrap .classroom_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(transparent, #fff 40%);
  transition: .3s;
}

.sec_ranking .ranking_wrap .classroom_wrap.active::after {
  opacity: 0;
  visibility: hidden;
}

.sec_ranking .ranking_wrap .classroom_wrap.active button::before {
  transform: translateX(-50%) rotate(135deg);
}

.sec_ranking .ranking_wrap .classroom_wrap button {
  background: none;
  border: none;
  font-weight: 700;
  color: #25A8F6;
  padding-top: 40px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  z-index: 1;
  transition: .3s;
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .classroom_wrap button {
    padding-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap button::before {
  content: '＋';
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25A8F6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_wrap button::before {
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap button:hover::before {
  transform: translateX(-50%) scale(1.1) rotate(180deg);
}

.sec_ranking .ranking_wrap .classroom_wrap h4 {
  display: inline-block;
  color: #25A8F6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px dashed #333;
  padding-block: 10px;
  padding-right: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_wrap h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-block: 5px;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap h4::after {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_pencil.png) no-repeat center/contain;
  width: 22px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 100%;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_wrap h4::after {
    width: 16px;
    height: 29px;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap h5 {
  border-bottom: 4px solid #25A8F6;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_wrap h5 {
    line-height: 1.4;
    margin-block: 1em 0.5em;
  }
}

.sec_ranking .ranking_wrap .classroom_wrap h5 span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #25A8F6;
  padding: 9px 20px 5px;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_wrap h5 span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.sec_ranking .ranking_wrap .classroom_item {
  background: #FFF29E;
  padding-bottom: 13px;
}

.sec_ranking .ranking_wrap .classroom_item:not(:last-child) {
  margin-bottom: 20px;
}

.sec_ranking .ranking_wrap .classroom_item_inner {
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_item_inner {
    padding: 10px;
  }
}

.sec_ranking .ranking_wrap .classroom_item_inner p.access {
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_item_inner p.access {
    padding-left: 20px;
  }
}

.sec_ranking .ranking_wrap .classroom_item_inner p.access::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_train.png) no-repeat center/contain;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_item_inner p.access::before {
    width: 15px;
    height: 19px;
  }
}

.sec_ranking .ranking_wrap .classroom_item .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-inline: auto;
  gap: 10px;
}

@media (max-width: 767px) {
  .sec_ranking .ranking_wrap .classroom_item .btn_wrap {
    flex-direction: column;
  }
}

.sec_ranking .ranking_wrap .classroom_item .btn_wrap .more {
  width: 100%;
}

.sec_ranking .ranking_wrap .classroom_name {
  color: #fff;
  font-weight: 700;
  background: #25A8F6;
  padding: 6px 20px;
  max-width: 502px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

@media (min-width: 768px) {
  .sec_ranking .ranking_wrap .classroom_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------------------------
  sec_recommend
--------------------------------*/
.sec_recommend {
  padding-block: 166px 0;
}

@media (max-width: 767px) {
  .sec_recommend {
    padding-top: 80px;
  }
}

.sec_recommend .content_wrap {
  background: #C2E9FF;
  border-radius: 50px 50px 0 0;
  padding: 0 80px 80px;
}

@media (max-width: 1179px) {
  .sec_recommend .content_wrap {
    padding: 0 40px 40px;
  }
}

@media (max-width: 767px) {
  .sec_recommend .content_wrap {
    border-radius: 30px 30px 0 0;
    padding: 0 10px 30px;
  }
}

.sec_recommend .content_inner {
  background: #fff;
  border-radius: 30px;
  padding: 46px 40px 80px;
}

@media (max-width: 1179px) {
  .sec_recommend .content_inner {
    padding: 20px 20px 40px;
  }
}

@media (max-width: 767px) {
  .sec_recommend .content_inner {
    padding: 10px;
  }
}

.sec_recommend .content_inner h3 {
  display: inline-block;
  color: #25A8F6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px dashed #333;
  padding-block: 10px;
  padding-right: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner h3 {
    display: table;
    font-size: 18px;
    font-size: 1.8rem;
    padding-block: 5px;
  }
}

.sec_recommend .content_inner h3::after {
  content: '';
  display: block;
  background: url(/wp-content/uploads/img_pencil.png) no-repeat center/contain;
  width: 22px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 100%;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner h3::after {
    width: 16px;
    height: 29px;
  }
}

.sec_recommend .content_inner h4 {
  font-weight: 700;
  background: #FFF29E;
  padding: 7px 20px;
  margin-block: 1em 0.5em;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner h4 {
    padding-inline: 10px;
    line-height: 1.4;
  }
}

.sec_recommend .content_inner h4 ~ p:not([class]) {
  margin-inline: 20px;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner h4 ~ p:not([class]) {
    margin-inline: 10px;
  }
}

.sec_recommend .content_inner .sub_ttl {
  border-bottom: 4px solid #25A8F6;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner .sub_ttl {
    line-height: 1.4;
    margin-block: 1em 0.5em;
  }
}

.sec_recommend .content_inner .sub_ttl span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #25A8F6;
  padding: 9px 20px 5px;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .sec_recommend .content_inner .sub_ttl span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

@media (min-width: 768px) {
  .sec_recommend .content_inner p:not([class]) {
    line-height: 36px;
  }
}

.sec_recommend .ttl_wrap {
  position: relative;
  padding-bottom: 20px;
  z-index: 0;
}

.sec_recommend .ttl_wrap::before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/illust_img005.png) no-repeat center/contain;
  width: min(13.534482758620689vw, 157px);
  height: min(15.344827586206897vw, 178px);
  position: absolute;
  bottom: -7%;
  left: 4%;
  z-index: 1;
}

.sec_recommend .ttl_wrap h2 {
  margin-bottom: 0;
}

.sec_recommend .ttl_wrap h2 img {
  margin-top: -46px;
}

.sec_recommend .end_contents .img_wrap {
  float: right;
}

@media (min-width: 768px) {
  .sec_recommend .end_contents .img_wrap {
    margin-top: -12%;
    margin-inline: 7% -7%;
  }
}

.sec_recommend .end_contents .img_wrap img {
  width: min(23.362068965517242vw, 271px);
}

.sec_recommend .end_contents .txt_wrap {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .sec_recommend .end_contents .more {
    margin-top: 3em;
  }
}

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