@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

header .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10000;
}
@media only screen and (max-width: 900px) {
  header .header_pc {
    display: none;
  }
}
header h1.logo_area {
  width: 200px;
  padding: 24px 0 0 24px;
}
header .header_nav {
  background: -webkit-gradient(linear, right top, left top, from(rgba(16, 24, 20, 0.8)), to(rgba(16, 24, 20, 0)));
  background: -o-linear-gradient(right, rgba(16, 24, 20, 0.8), rgba(16, 24, 20, 0));
  background: linear-gradient(to left, rgba(16, 24, 20, 0.8), rgba(16, 24, 20, 0));
  height: 90px;
  padding-left: 20px;
}
header .header_nav .header_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_nav a.header_link {
  padding: 24px 40px 22px;
  display: block;
  text-align: center;
  color: #fff;
}
header .header_nav .h_en {
  display: block;
  margin-top: 15px;
  color: #0AB9CF;
  font-size: 13px;
  font-weight: 300;
}
header .header_sp {
  display: none;
  /*activeクラスが付与されると線が回転して×に*/
}
@media only screen and (max-width: 900px) {
  header .header_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    width: 100vw;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header_sp .logo_sp_img {
  margin-left: 25px;
}
header .header_sp .openbtn {
  position: relative;
  width: 27px;
  height: 24px;
  margin-right: 25px;
}
header .header_sp .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2.6px;
  width: 27px;
  background: -webkit-gradient(linear, left top, right top, from(#00A76E), to(#0AB9CF));
  background: -o-linear-gradient(left, #00A76E 0%, #0AB9CF 100%);
  background: linear-gradient(to right, #00A76E 0%, #0AB9CF 100%);
}
header .header_sp .openbtn span:nth-of-type(1) {
  top: 0;
}
header .header_sp .openbtn span:nth-of-type(2) {
  top: 8px;
}
header .header_sp .openbtn span:nth-of-type(3) {
  top: 16px;
  width: 17px;
}
header .header_sp .openbtn.active span:nth-of-type(1) {
  top: 8px;
  right: 0;
  -webkit-transform: translateY(2px) rotate(-30deg);
      -ms-transform: translateY(2px) rotate(-30deg);
          transform: translateY(2px) rotate(-30deg);
  width: 28px;
}
header .header_sp .openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
header .header_sp .openbtn.active span:nth-of-type(3) {
  top: 12px;
  right: 0;
  -webkit-transform: translateY(-2px) rotate(30deg);
      -ms-transform: translateY(-2px) rotate(30deg);
          transform: translateY(-2px) rotate(30deg);
  width: 28px;
}
header .side_nav_sp_wrap {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .side_nav_sp_wrap {
    position: fixed;
    top: 68px;
    right: 0;
    width: 320px;
    height: calc(100vh - 68px);
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 110, 0.93)), to(rgba(10, 185, 207, 0.93)));
    background: -o-linear-gradient(left, rgba(0, 167, 110, 0.93) 0%, rgba(10, 185, 207, 0.93) 100%);
    background: linear-gradient(to right, rgba(0, 167, 110, 0.93) 0%, rgba(10, 185, 207, 0.93) 100%);
    display: block;
  }
  header .side_nav_sp_wrap .side_nav {
    width: 320px;
  }
  header .side_nav_sp_wrap .side_nav_ul {
    margin: 60px 0 45px;
    display: block;
  }
  header .side_nav_sp_wrap .side_nav_li a {
    padding: 15px 0 15px 30px;
    display: block;
    color: #fff;
    font-size: 18px;
  }
  header .side_nav_sp_wrap a.btn_footer {
    margin-left: 30px;
  }
  header .side_nav_sp_wrap .sns_icon_ul {
    margin-left: 30px;
    margin-top: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 320px;
    width: 320px;
  }
  header .side_nav_sp_wrap .sns_icon_link {
    margin-right: 20px;
  }
}

footer {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  footer {
    margin-top: 60px;
  }
}

.footer_area {
  background-image: url(./images/common/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 292px;
}
@media only screen and (max-width: 900px) {
  .footer_area {
    background-image: url(./images/common/bg_footer_sp.png);
    height: auto;
  }
}

.footer_inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56px 0;
}
@media only screen and (max-width: 1050px) {
  .footer_inner {
    width: 92%;
  }
}
@media only screen and (max-width: 900px) {
  .footer_inner {
    display: block;
    padding: 50px 0;
  }
}

.footer_logo {
  width: 200px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .footer_logo {
    margin-bottom: 30px;
  }
}

p.text_footer {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.06rem;
}

a.map_link {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
  letter-spacing: 0.06rem;
}

.footer_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.btn_footer {
  width: 200px;
  height: 48px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 100px;
  display: block;
  border: solid 2px #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 900px) {
  a.btn_footer {
    width: 223px;
    height: 56px;
    margin: 0 0 0 5px;
    padding: 17px 20px 14px 0;
  }
}
a.btn_footer .arrow_view .cls-1 {
  fill: #fff;
}
a.btn_footer .arrow_view .cls-2 {
  stroke: #fff;
}
a.btn_footer:hover {
  background-color: #fff;
  color: #0AB9CF;
  opacity: 1;
}
a.btn_footer:hover .arrow_view .cls-1 {
  fill: #0AB9CF;
}
a.btn_footer:hover .arrow_view .cls-2 {
  stroke: #0AB9CF;
}
a.btn_footer .arrow_view {
  position: absolute;
  top: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 900px) {
  a.btn_footer .arrow_view {
    top: 21px;
    right: 15px;
  }
}

@media only screen and (max-width: 900px) {
  a.btn_footer_pc {
    display: none;
  }
}

a.btn_footer_sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  a.btn_footer_sp {
    display: block;
  }
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .footer_menu {
    display: block;
    margin-top: 30px;
  }
}
.footer_menu li {
  padding-left: 60px;
}
@media only screen and (max-width: 900px) {
  .footer_menu li {
    padding: 12px 0 12px 0;
  }
}
.footer_menu li:first-child {
  padding-left: 0;
}

.sns_icon_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .sns_icon_ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sns_icon_ul li {
  padding-left: 30px;
}
@media only screen and (max-width: 900px) {
  .sns_icon_ul li {
    padding-left: 0;
    padding-right: 10px;
  }
}
.sns_icon_ul li:first-child {
  padding-left: 0;
}

.footer_link {
  color: #fff;
}

.sns_icon_img {
  width: 24px;
}

p.copyright {
  background-color: #242424;
  font-size: 12px;
  font-weight: 300;
  color: #666;
  text-align: center;
  padding: 12px 0;
}

.u_header_area {
  background-image: url(./images/top/head.png);
  background-size: cover;
  background-position: center;
}

.search_area {
  border: solid 2px #EBEDF2;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .search_area {
    padding: 15px;
  }
}
.search_area input {
  letter-spacing: 0.03rem;
}
.search_area .input_form, .search_area .submit_btn, .search_area .row {
  cursor: pointer;
}
.search_area .search_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .search_area .search_1 {
    margin-bottom: 20px;
  }
}
.search_area .input_form {
  height: 38px;
  width: 353px;
  border-radius: 5px;
  border: solid 2px #ddd;
  padding: 2px 0 0 10px;
}
@media only screen and (max-width: 600px) {
  .search_area .input_form {
    height: 50px;
    width: calc(100% - 60px);
  }
}
.search_area ::-webkit-input-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
.search_area ::-moz-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
.search_area :-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
.search_area ::-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
.search_area ::placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .search_area ::-webkit-input-placeholder {
    font-size: 17px;
  }
  .search_area ::-moz-placeholder {
    font-size: 17px;
  }
  .search_area :-ms-input-placeholder {
    font-size: 17px;
  }
  .search_area ::-ms-input-placeholder {
    font-size: 17px;
  }
  .search_area ::placeholder {
    font-size: 17px;
  }
}
.search_area button.submit_btn {
  width: 103px;
  height: 37px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#00A76E), to(#0AB9CF));
  background: -o-linear-gradient(left, #00A76E 0%, #0AB9CF 100%);
  background: linear-gradient(to right, #00A76E 0%, #0AB9CF 100%);
  border-style: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06rem;
  padding: 2px 0 0 12px;
}
@media only screen and (max-width: 600px) {
  .search_area button.submit_btn {
    width: 50px;
    height: 50px;
    border-radius: 7px;
  }
  .search_area button.submit_btn span {
    display: none;
  }
}
.search_area .submit_btn_area {
  position: relative;
  margin-left: 8px;
}
.search_area .search_icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .search_area .search_icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 21.5px;
    height: 21.5px;
  }
}
.search_area .search_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.6px;
}
@media only screen and (max-width: 600px) {
  .search_area .search_ul {
    gap: 10px;
    width: 306px;
    margin: 0 auto;
  }
}
.search_area input[type=checkbox] {
  display: none;
}
.search_area .checkbox_label {
  background-color: #e8e8e8;
  border-radius: 5px;
  width: 148px;
  height: 37px;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .search_area .checkbox_label {
    height: 30px;
    border-radius: 6px;
    padding: 7.5px 0;
  }
}
.search_area input[type=checkbox]:checked + .checkbox_label {
  background-color: #0AB9CF;
  color: #fff;
}
.search_area button.btn_viewmore {
  font-size: 15px;
  color: #242424;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-style: none;
  cursor: pointer;
  line-height: 1;
}
.search_area button.btn_viewmore:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  opacity: 1;
}
.search_area button.btn_viewmore:hover .arrow_view .cls-1 {
  fill: #fff;
}
.search_area button.btn_viewmore:hover .arrow_view .cls-2 {
  stroke: #fff;
}
.search_area .border_gradation_radius {
  margin: 30px auto 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .search_area .border_gradation_radius {
    margin-top: 20px;
  }
}
.search_area .tag_search_icon {
  position: absolute;
  top: 51%;
  left: 54px;
  width: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .search_area .tag_search_icon {
    left: 68px;
  }
}

.thema_list_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 44px;
}
@media only screen and (max-width: 1050px) {
  .thema_list_ul {
    width: 652px;
    margin: 0 auto;
    gap: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .thema_list_ul {
    width: 304px;
    gap: 0;
  }
}
.thema_list_ul .theme_li {
  margin-right: 0;
}
.thema_list_ul .theme_img {
  top: -176px;
}

.page_theme_single {
  width: 800px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .page_theme_single {
    width: 92%;
  }
}
.page_theme_single .theme_head {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .page_theme_single .theme_head {
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.page_theme_single .theme_single_img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 600px) {
  .page_theme_single .theme_single_img {
    border-radius: 10px;
  }
}
.page_theme_single .price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page_theme_single .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 40px 0 100px;
}
@media only screen and (max-width: 600px) {
  .page_theme_single .btn_area {
    display: block;
  }
}
.page_theme_single .btn_area_last {
  margin: 100px 0 40px;
}
.page_theme_single a.theme_detail_btn {
  background: -webkit-gradient(linear, left top, right top, from(#0AB9CF), to(#00A76E));
  background: -o-linear-gradient(left, #0AB9CF 0%, #00A76E 100%);
  background: linear-gradient(to right, #0AB9CF 0%, #00A76E 100%);
  padding: 15px 0 16px;
  color: #fff;
  border-radius: 6px;
  width: 200px;
  text-align: center;
}
.page_theme_single .point_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.page_theme_single .point_li .point_text {
  width: 485px;
}
.page_theme_single .point_img {
  width: 485px;
  display: block;
}

.u_column_ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .u_column_ul {
    gap: 20px;
  }
}
.u_column_ul .column_li {
  width: 100%;
  background: #fff;
  border: 1px solid #e5eef5;
  -webkit-box-shadow: 0 10px 30px rgba(30, 63, 93, 0.12);
          box-shadow: 0 10px 30px rgba(30, 63, 93, 0.12);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.u_column_ul .column_li:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 16px 34px rgba(30, 63, 93, 0.16);
          box-shadow: 0 16px 34px rgba(30, 63, 93, 0.16);
}
.u_column_ul .column_img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.u_column_ul .column_li_textarea {
  padding: 18px 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.u_column_ul .column_h {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.u_column_ul .text_basic_column {
  -webkit-line-clamp: 3;
}
.u_column_ul .column_li_bottom {
  padding-top: 8px;
}

.content.page_column_single {
  width: 800px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .content.page_column_single {
    width: 92%;
  }
}
.content.page_column_single .column_head {
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .content.page_column_single .column_head {
    margin-top: 40px;
    font-size: 22px;
  }
}
.content.page_column_single .column_date {
  margin-bottom: 30px;
  margin-left: 3px;
}
@media only screen and (max-width: 850px) {
  .content.page_column_single .column_date {
    margin-bottom: 12px;
  }
}
.content.page_column_single .column_single_img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 600px) {
  .content.page_column_single .column_single_img {
    border-radius: 10px;
  }
}
.content.page_column_single .column_body {
  background: #fff;
  box-shadow: none;
  border-radius: 12px;
  padding: 40px 50px;
  line-height: 1.9;
  color: #242424;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .content.page_column_single .column_body {
    padding: 28px 20px;
    margin-bottom: 40px;
  }
}
.content.page_column_single .column_body h1, .content.page_column_single .column_body h2, .content.page_column_single .column_body h3, .content.page_column_single .column_body h4 {
  font-weight: 700;
  color: #0b1b32;
  margin-top: 28px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.content.page_column_single .column_body h1 {
  font-size: 26px;
  padding-bottom: 12px;
  border-bottom: 3px solid #00A76E;
}
.content.page_column_single .column_body h2 {
  font-size: 22px;
  padding-left: 12px;
  border-left: 6px solid #00A76E;
}
.content.page_column_single .column_body h3 {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
}
.content.page_column_single .column_body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 6px;
  background: #00A76E;
  border-radius: 10px;
}
.content.page_column_single .column_body p {
  margin-bottom: 16px;
  font-size: 15px;
}
.content.page_column_single .column_body a {
  color: #0AB9CF;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.content.page_column_single .column_body ul, .content.page_column_single .column_body ol {
  margin: 0 0 18px 0;
  padding-left: 0;
  line-height: 1.7;
}
.content.page_column_single .column_body ul {
  list-style: none;
}
.content.page_column_single .column_body ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
}
.content.page_column_single .column_body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#00A76E), to(#0AB9CF));
  background: -o-linear-gradient(left top, #00A76E, #0AB9CF);
  background: linear-gradient(to bottom right, #00A76E, #0AB9CF);
  -webkit-box-shadow: 0 3px 6px rgba(0, 167, 110, 0.25);
          box-shadow: 0 3px 6px rgba(0, 167, 110, 0.25);
}
.content.page_column_single .column_body ol {
  list-style: decimal;
}
.content.page_column_single .column_body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
  display: block;
}
@media only screen and (max-width: 600px) {
  .content.page_column_single .column_body {
    padding: 24px 0;
    margin-bottom: 0;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.03rem;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

p {
  letter-spacing: 0.03rem;
  line-height: 1.7;
}

h2 {
  letter-spacing: 0.03rem;
}

h3 {
  letter-spacing: 0.03rem;
}

.content {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .content {
    width: 92%;
  }
}

.br_sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br_sp {
    display: block;
  }
}

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

.text_basic {
  font-size: 14px;
}

.text_blue {
  color: #0AB9CF;
}

.border_gradation_radius {
  width: 194px;
  height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#0AB9CF), to(#00A76E));
  background: -o-linear-gradient(left, #0AB9CF 0%, #00A76E 100%);
  background: linear-gradient(to right, #0AB9CF 0%, #00A76E 100%);
  padding: 2px;
  border-radius: 100px;
}
@media only screen and (max-width: 600px) {
  .border_gradation_radius {
    width: 222px;
    height: 56px;
  }
}

a.btn_viewmore {
  font-size: 15px;
  color: #242424;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  a.btn_viewmore {
    font-size: 17px;
    padding: 17px 0 14px;
  }
}
a.btn_viewmore:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  opacity: 1;
}
a.btn_viewmore:hover .arrow_view .cls-1 {
  fill: #fff;
}
a.btn_viewmore:hover .arrow_view .cls-2 {
  stroke: #fff;
}
a.btn_viewmore .arrow_view {
  position: absolute;
  top: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  a.btn_viewmore .arrow_view {
    top: 22px;
  }
}

a.btn_viewmore_color {
  width: 194px;
  height: 48px;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0AB9CF), to(#00A76E));
  background: -o-linear-gradient(left, #0AB9CF 0%, #00A76E 100%);
  background: linear-gradient(to right, #0AB9CF 0%, #00A76E 100%);
  color: #fff;
  text-align: center;
  padding: 15px 0 14px;
  border-radius: 100px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 26px;
}
a.btn_viewmore_color .arrow_view .cls-1 {
  fill: #fff;
}
a.btn_viewmore_color .arrow_view .cls-2 {
  stroke: #fff;
}
a.btn_viewmore_color .arrow_view {
  position: absolute;
  top: 18px;
  right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_pagenate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #000;
  padding: 11px 0 0 16px;
  margin-right: 7px;
}

.current {
  background: -webkit-gradient(linear, left top, right top, from(#0AB9CF), to(#00A76E));
  background: -o-linear-gradient(left, #0AB9CF 0%, #00A76E 100%);
  background: linear-gradient(to right, #0AB9CF 0%, #00A76E 100%);
  border-radius: 5px;
  color: #fff;
}

.next {
  position: relative;
}
.next::before {
  content: "";
  background-image: url(./images/icon/arrow_b.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 16px;
  width: 7px;
  height: 12px;
}
.next:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top_sidebar {
  position: fixed;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
@media only screen and (max-width: 1300px) {
  .top_sidebar {
    display: none;
  }
}
.top_sidebar a.top_sidebar_link {
  color: #A5A5A5;
  font-size: 13px;
  padding: 8px 0;
  display: block;
  position: relative;
  line-height: 1.7;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.top_sidebar a.top_sidebar_link::before {
  content: "";
  background-image: url(./images/icon/side_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.top_sidebar a.top_sidebar_link:hover {
  color: rgba(10, 185, 207, 0.6);
}
.top_sidebar a.top_sidebar_link:hover::before {
  background-image: url(./images/icon/side_icon_h.svg);
}
.top_sidebar .top_sidebar_link.active {
  color: #0AB9CF;
}
.top_sidebar .top_sidebar_link.active::before {
  background-image: url(./images/icon/side_icon_check.svg);
}
.top_sidebar .side_icon {
  width: 20px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv {
  background-image: url(./images/top/main.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -109px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .mv {
    background-image: url(./images/top/main.png);
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .mv {
    background-image: url(./images/top/main.png);
  }
}
.mv .mv_bg_area {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mv .mv_slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.mv .mv_slide.is-active {
  opacity: 1;
}
.mv .mv_inner {
  width: 1000px;
  height: 100vh;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  .mv .mv_inner {
    width: 92%;
  }
}
.mv .catchcopy_area {
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .mv .catchcopy_area {
    bottom: 40px;
  }
}
.mv .mv_text1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 29px;
}
@media only screen and (max-width: 900px) {
  .mv .mv_text1 {
    font-size: 19px;
  }
}
.mv .text_grid {
  border: solid 2px #fff;
  padding: 5px;
  margin-right: 12px;
}
.mv .mv_text2 {
  color: #fff;
  font-size: 36px;
  border-bottom: solid 2px #fff;
  display: inline;
  padding-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .mv .mv_text2 {
    font-size: 27px;
    padding-bottom: 2px;
    line-height: 1.5;
  }
}

.top_h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 140px 0 0;
  margin: -70px 0 60px;
}
@media only screen and (max-width: 900px) {
  .top_h3 {
    font-size: 24px;
    margin: 30px 0 20px;
    padding: 0;
  }
}

.top_h3_sp {
  line-height: 1.4;
}

.h3_quotation {
  width: 22px;
}
@media only screen and (max-width: 900px) {
  .h3_quotation {
    width: 13px;
  }
}

.h3_quotation_l {
  margin: 0 16px 16px 0;
}

.h3_quotation_r {
  margin: 0 0 -10px 16px;
}

.features_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 50px 0;
}
@media only screen and (max-width: 900px) {
  .features_inner {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .top_h3_features {
    position: relative;
    width: 290px;
    margin: 0 auto;
  }
  .top_h3_features .h3_quotation {
    position: absolute;
  }
  .top_h3_features .h3_quotation_l {
    top: 3px;
    left: 0;
  }
  .top_h3_features .h3_quotation_r {
    bottom: 8px;
    right: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .features_inner_1 {
    margin-top: 24px;
  }
}

.features_inner_2 .features_num {
  left: 0;
}
@media only screen and (max-width: 900px) {
  .features_inner_2 .features_num {
    right: 0;
    left: auto;
  }
}

.features_img {
  width: 392px;
}
@media only screen and (max-width: 900px) {
  .features_img {
    margin: 0 auto 20px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .features_img {
    margin-bottom: 20px;
  }
}

.features_img_sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .features_img_sp {
    display: block;
  }
}

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

.features_text_area {
  width: calc(100% - 442px);
}
@media only screen and (max-width: 900px) {
  .features_text_area {
    width: 100%;
  }
}

.top_h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .top_h4 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 24px;
  }
}

.top_h4_sp {
  line-height: 1.4;
}

.features_num {
  height: 138px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .features_num {
    height: 116px;
  }
}

.theme {
  padding: 0 0 70px;
  background-color: #F2F4F7;
  position: relative;
  margin: 200px 0 150px;
}
@media only screen and (max-width: 1050px) {
  .theme {
    margin: 130px 0 80px;
  }
}
@media only screen and (max-width: 600px) {
  .theme {
    padding-bottom: 40px;
    margin: 60px 0;
  }
}
.theme .bg_top_t {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1360px) {
  .theme .bg_top_t {
    top: -78px;
  }
}
@media only screen and (max-width: 900px) {
  .theme .bg_top_t {
    top: -44px;
  }
}
@media only screen and (max-width: 520px) {
  .theme .bg_top_t {
    top: -30px;
  }
}
.theme .bg_top_b {
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1360px) {
  .theme .bg_top_b {
    bottom: -78px;
  }
}
@media only screen and (max-width: 900px) {
  .theme .bg_top_b {
    bottom: -44px;
  }
}
@media only screen and (max-width: 520px) {
  .theme .bg_top_b {
    bottom: -30px;
  }
}
.theme a.btn_viewmore_color {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1050px) {
  .theme a.btn_viewmore_color_pc {
    display: none;
  }
}
.theme a.btn_viewmore_color_sp {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .theme a.btn_viewmore_color_sp {
    display: block;
    margin: 32px auto 0;
    height: 56px;
    width: 222px;
    font-size: 17px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  .theme a.btn_viewmore_color_sp .arrow_view {
    top: 22px;
    right: 16px;
  }
}

.h3_theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: -136px auto 0;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .h3_theme {
    width: 92%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .h3_theme {
    display: none;
  }
}
.h3_theme .border_gradation_radius {
  margin-top: 30px;
}

h3.top_h3_theme {
  padding-top: 60px;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  h3.top_h3_theme {
    position: static;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  h3.top_h3_theme {
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: -10px;
  }
}

.lr_btn_area {
  margin-top: 26px;
}

.btn_l, .btn_r {
  width: 43px;
}

.btn_l {
  margin-right: 15px;
}

.theme_inner {
  margin-left: calc((100% - 1000px) / 2);
}
@media only screen and (max-width: 1200px) {
  .theme_inner {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .theme_inner {
    margin: 0 auto;
  }
}

.theme_li {
  width: 304px;
  position: relative;
  margin-right: 40px;
  margin-top: 220px;
}
.theme_li .border_gradation_radius {
  margin: 20px auto 0;
}

.theme_img {
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.theme_text_area {
  width: 100%;
  height: 265px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.2);
          box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.2);
  border-radius: 15px;
  padding: 45px 20px 20px;
}

.theme_name {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, #0AB9CF), color-stop(60%, white));
  background-image: -o-linear-gradient(left, white 0% 40%, #0AB9CF 40% 60%, white 60%);
  background-image: linear-gradient(90deg, white 0% 40%, #0AB9CF 40% 60%, white 60%);
  background-repeat: no-repeat;
  background-size: 160px 2px;
  background-position: bottom;
}

@media only screen and (max-width: 900px) {
  .flow {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 600px) {
  .flow {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 900px) {
  .flow .top_h3 {
    margin-bottom: 30px;
  }
}

.flow_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .flow_ul {
    display: block;
    padding-bottom: 60px;
  }
  .flow_ul.slick-initialized {
    display: block;
    padding-bottom: 80px;
  }
  .flow_ul.slick-initialized .flow_li {
    margin: 0 auto;
  }
  .flow_ul.slick-initialized .flow_li::after {
    display: none;
  }
  .flow_ul .slick-dots {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .flow_ul .flow_arrow {
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.25);
            box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.25);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 2;
  }
  .flow_ul .flow_arrow::after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background: url(./images/icon/arrow_flow.svg) no-repeat center/contain;
  }
  .flow_ul .flow_prev {
    left: -6px;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .flow_ul .flow_arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

.flow_li {
  width: 220px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .flow_li {
    width: 330px;
    margin: 0 auto 66px;
  }
}
.flow_li::after {
  content: "";
  background-image: url(./images/icon/arrow_flow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 42px;
  position: absolute;
  top: 50px;
  right: -31px;
}
@media only screen and (max-width: 900px) {
  .flow_li::after {
    top: auto;
    bottom: -52px;
    right: 43%;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.flow_li:last-child::after {
  display: none;
}
@media only screen and (max-width: 900px) {
  .flow_li:last-child {
    margin-bottom: none;
  }
}

.flow_img {
  width: 140px;
  margin: 0 auto;
  display: block;
}

.flow_name {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 20px 0;
  line-height: 1.5;
  height: 64px;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  .flow_name {
    font-size: 23px;
    padding: 16px 0;
  }
}

.flow_name_2 {
  padding: 8px 0;
}
@media only screen and (max-width: 600px) {
  .flow_name_2 {
    padding: 16px 0;
  }
}

.flow_num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 64px;
}

@media only screen and (max-width: 600px) {
  .flow_num_2, .flow_num_3, .flow_num_4 {
    left: 30px;
  }
}

.faq {
  padding: 0 0 60px;
  margin: 300px 0 150px;
}
@media only screen and (max-width: 1050px) {
  .faq {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .faq {
    margin: 100px 0;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .faq {
    padding-bottom: 30px;
    margin: 80px 0;
    padding-top: 100px;
    margin-top: -80px;
  }
}
.faq .faq_bg {
  position: relative;
  background-color: #F2F4F7;
  padding-bottom: 20px;
}
.faq .bg_top_t {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1360px) {
  .faq .bg_top_t {
    top: -78px;
  }
}
@media only screen and (max-width: 900px) {
  .faq .bg_top_t {
    top: -44px;
  }
}
@media only screen and (max-width: 520px) {
  .faq .bg_top_t {
    top: -30px;
  }
}
.faq .bg_top_b {
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1360px) {
  .faq .bg_top_b {
    bottom: -78px;
  }
}
@media only screen and (max-width: 900px) {
  .faq .bg_top_b {
    bottom: -44px;
  }
}
@media only screen and (max-width: 520px) {
  .faq .bg_top_b {
    bottom: -30px;
  }
}
.faq .top_h3 {
  padding-top: 60px;
}
@media only screen and (max-width: 900px) {
  .faq .top_h3 {
    padding-top: 90px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .faq .top_h3 {
    padding-top: 20px;
    margin-top: -30px;
  }
}
.faq_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .faq_ul {
    display: block;
  }
}

.faq_li {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.2);
          box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.2);
  width: 48%;
  display: block;
  margin-bottom: 2.8%;
}
.faq_li:nth-child(2) .answer_bg, .faq_li:nth-child(3) .answer_bg, .faq_li:nth-child(6) .answer_bg {
  background-color: #E9F9FB;
}
.faq_li:nth-child(2) .open_icon, .faq_li:nth-child(3) .open_icon, .faq_li:nth-child(6) .open_icon {
  background-color: #0AB9CF;
}
@media only screen and (max-width: 900px) {
  .faq_li {
    width: 100%;
  }
  .faq_li:nth-child(2) .answer_bg, .faq_li:nth-child(4) .answer_bg, .faq_li:nth-child(6) .answer_bg {
    background-color: #E9F9FB;
  }
  .faq_li:nth-child(2) .open_icon, .faq_li:nth-child(4) .open_icon, .faq_li:nth-child(6) .open_icon {
    background-color: #0AB9CF;
  }
  .faq_li:nth-child(3) .answer_bg {
    background-color: #E5F6F0;
  }
  .faq_li:nth-child(3) .open_icon {
    background-color: #00A76E;
  }
}
.faq_more {
  margin: 40px auto 0;
}
@media only screen and (max-width: 900px) {
  .faq_more {
    margin-top: 30px;
  }
}

.question_area {
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.answer_area {
  padding: 0 12px 12px;
  display: none;
}

.answer_bg {
  background-color: #E5F6F0;
  padding: 12px;
  border-radius: 10px;
}

.q_icon {
  width: 43px;
  margin-right: 12px;
}

.open_icon {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-left: 10px;
  background-color: #00A76E;
  border-radius: 50px;
  position: relative;
}
.open_icon::before {
  background-image: url(./images/icon/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.open_icon.active::before {
  width: 13px;
  height: 2px;
  background-color: #fff;
}

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

.sp_icon {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sp_icon {
    display: block;
  }
}

.column .border_gradation_radius {
  margin: 0 auto;
}
.column .slick-track {
  margin-bottom: 10px;
}
.column .top_h3 {
  padding: 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .column .top_h3 {
    margin-bottom: 30px;
  }
}

.column_ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: auto;
  gap: 18px;
  margin-bottom: 50px;
}
.column_ul.slick-initialized {
  display: block;
}
@media only screen and (max-width: 600px) {
  .column_ul {
    gap: 16px;
  }
}

.column_li {
  width: 100%;
  -webkit-box-shadow: 2px 2px 14px rgba(144, 160, 174, 0.2);
          box-shadow: 2px 2px 14px rgba(144, 160, 174, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.column_new_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
}

.column_img {
  border-radius: 12px 12px 0 0;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_ul .slick-slide {
  height: auto;
}

.column_li_textarea {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.column_h {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 0;
}

.text_basic_column {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.column_li_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column_date {
  color: #A5A5A5;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}

.btn_mini {
  background-color: #00A76E;
  border-radius: 5px;
  padding: 6px 30px 7px;
  color: #fff;
  font-size: 14px;
}

.page_underlayer .u_header_area {
  height: 390px;
  margin-top: -109px;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  .page_underlayer .u_header_area {
    height: 196px;
    margin-top: 68px;
  }
}
.page_underlayer .u_top_h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  .page_underlayer .u_top_h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .page_underlayer .u_top_h3 {
    margin-top: 0;
  }
}
.page_underlayer .topic_path {
  background-color: #242424;
  height: 42px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .page_underlayer .topic_path {
    margin-bottom: 30px;
  }
}
.page_underlayer .breadcrumbs {
  width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 1050px) {
  .page_underlayer .breadcrumbs {
    width: 92%;
  }
}
.page_underlayer .breadcrumbs span.topic_name, .page_underlayer .breadcrumbs a.topic_name {
  color: #0AB9CF;
  margin-right: 36px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.page_underlayer .breadcrumbs span.topic_name::after, .page_underlayer .breadcrumbs a.topic_name::after {
  content: "";
  background-image: url(./images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
}
.page_underlayer .breadcrumbs span.post-page {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.page_underlayer .read_text {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .page_underlayer .read_text {
    margin-bottom: 30px;
    text-align: left;
  }
}
.page_faq .u_header_area {
  background-image: url(./images/top/head.png);
  background-size: cover;
  background-position: center;
}
.page_faq .faq {
  margin: 0 0 120px;
  padding: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .page_faq .faq {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .page_faq .faq {
    margin: 0 0 80px;
    padding-bottom: 60px;
  }
}
.page_faq .faq .top_h3 {
  padding-top: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .page_faq .faq .top_h3 {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
.page_default .content {
  margin-bottom: 120px;
}
@media only screen and (max-width: 900px) {
  .page_default .content {
    margin-bottom: 80px;
  }
}
.page_default .page_body {
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.16);
          box-shadow: 2px 2px 10px rgba(144, 160, 174, 0.16);
  border-radius: 12px;
  padding: 50px 60px;
  line-height: 1.9;
  color: #242424;
}
@media only screen and (max-width: 900px) {
  .page_default .page_body {
    padding: 32px 22px;
  }
}
.page_default .page_body h1, .page_default .page_body h2, .page_default .page_body h3, .page_default .page_body h4 {
  font-weight: 700;
  color: #0b1b32;
  margin-top: 28px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.page_default .page_body h1 {
  font-size: 28px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0AB9CF;
}
.page_default .page_body h2 {
  font-size: 22px;
  padding-left: 12px;
  border-left: 6px solid #00A76E;
}
.page_default .page_body h3 {
  font-size: 18px;
  position: relative;
  padding-left: 10px;
}
.page_default .page_body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 18px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#00A76E), to(#0AB9CF));
  background: -o-linear-gradient(left, #00A76E 0%, #0AB9CF 100%);
  background: linear-gradient(90deg, #00A76E 0%, #0AB9CF 100%);
  border-radius: 10px;
}
.page_default .page_body p {
  margin-bottom: 16px;
  font-size: 15px;
}
.page_default .page_body a {
  color: #0AB9CF;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.page_default .page_body ul, .page_default .page_body ol {
  margin: 0 0 18px 20px;
  padding-left: 12px;
  line-height: 1.7;
}
.page_default .page_body ul {
  list-style: disc;
}
.page_default .page_body ol {
  list-style: decimal;
}
.page_default .page_body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 12px 0;
  display: block;
}

.page_column_single .p_n_btn, .page_theme_single .p_n_btn {
  margin: 50px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.page_column_single .p_n_btn a, .page_theme_single .p_n_btn a {
  color: #fff;
  background: #0AB9CF;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 14px;
}
