/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \**************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss (1) ***!
  \******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss (2) ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

b, strong, .bold {
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

table,
input, textarea, select, option {
  line-height: 1.1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #000; }

* {
  box-sizing: border-box; }

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%; }
  .wrapper.fixed {
    position: relative;
    height: 100vh;
    overflow: hidden; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 7.5px; } }

main {
  display: block;
  overflow: hidden; }

.c-header {
  overflow: hidden; }
  .c-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__top {
        display: none; } }
    .c-header__top::before {
      content: '';
      width: 5000px;
      height: 100%;
      background-color: #F5EFDF;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      z-index: -1; }
  @media screen and (max-width: 767px) {
    .c-header .container {
      padding: 0; } }
  .c-header__texthead {
    font-size: 1.3rem;
    line-height: 18px;
    color: #222222;
    letter-spacing: 0.075rem;
    font-weight: normal; }
  .c-header__nav01 {
    background-color: #FF6C00;
    padding-left: 5px;
    padding-right: 5px; }
    .c-header__nav01 li {
      display: inline-block; }
      .c-header__nav01 li a {
        font-size: 1.4rem;
        color: #fff;
        line-height: 18px;
        letter-spacing: 0.05rem;
        padding: 7px 10px;
        display: inline-block; }
        .c-header__nav01 li a:hover {
          opacity: 0.85; }
    .c-header__nav01 li + li::before {
      content: '|';
      padding: 0 7px;
      display: inline-block;
      color: #fff;
      font-size: 1.4rem;
      line-height: 18px; }
  .c-header__center {
    display: flex;
    padding: 20px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-header__center {
        padding: 8px 8px 12px;
        align-items: center; } }
    .c-header__center::before {
      content: '';
      width: 5000px;
      height: 1px;
      background-color: #DCDCDC;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      z-index: -1; }
  .c-header__rightsp {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-header__rightsp {
        width: calc(100% - 140px);
        display: flex;
        justify-content: flex-end; } }
  .c-header__btn01 {
    width: 82px;
    height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    padding-top: 22px;
    box-shadow: 0 3px 0 #A70000;
    background: url("../images/common/icon_02.png") no-repeat;
    background-size: 24px 17px;
    background-position: top 5px center;
    background-color: #FF2727; }
  .c-header__btn-menu {
    width: 52px;
    height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    padding-top: 22px;
    box-shadow: 0 3px 0 #854605;
    background: url("../images/common/icon_menu.png") no-repeat;
    background-size: 16px 14px;
    background-position: top 5px center;
    background-color: #EC871D;
    margin-left: 5px;
    transition: .3s all; }
    .c-header__btn-menu.is-open {
      background-image: url("../images/common/icon_menu_open.png"); }
  .c-header__logo {
    width: 262px; }
    @media screen and (max-width: 767px) {
      .c-header__logo {
        width: 140px; } }
    .c-header__logo a {
      display: block; }
      .c-header__logo a:hover {
        opacity: 0.85; }
    .c-header__logo img {
      max-width: 100%; }
  .c-header__right {
    display: flex;
    align-items: center;
    width: calc(100% - 262px);
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .c-header__right {
        display: none; } }
    .c-header__right__text {
      display: table;
      width: 91px; }
      .c-header__right__text .top {
        font-size: 1.6rem;
        color: #fdff32;
        letter-spacing: 2px;
        line-height: 20px;
        font-weight: 700;
        display: block;
        line-height: 26px;
        background-color: #FF6C00;
        text-align: center; }
      .c-header__right__text .bottom {
        font-size: 1.6rem;
        color: #fff;
        letter-spacing: 2px;
        line-height: 20px;
        font-weight: 700;
        display: block;
        line-height: 26px;
        background-color: #222222;
        text-align: center; }
  .c-header__phone {
    padding-left: 62px;
    background-image: url("../images/common/icon_phone.png");
    background-repeat: no-repeat;
    background-size: 55px 55px;
    background-position: left center;
    margin-left: 10px;
    margin-right: 6px; }
    .c-header__phone span {
      font-size: 3.7rem;
      color: #222222;
      font-family: "Bahnschrift", sans-serif;
      font-weight: 700; }
    .c-header__phone p {
      font-size: 1.4rem;
      color: #222222;
      font-weight: 700;
      line-height: 20px; }
  .c-header__email {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 33px;
    background-color: #06837F;
    max-width: 252px;
    width: 100%;
    height: 66px;
    box-shadow: 0px 5px 0 #004240;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    padding-left: 100px;
    background-image: url("../images/common/icon_email.png");
    background-repeat: no-repeat;
    background-size: 44px 33px;
    background-position: left 40px center;
    position: relative; }
    .c-header__email:hover {
      opacity: 0.85; }
    .c-header__email span {
      font-size: 1.6rem;
      letter-spacing: 0.1rem;
      display: block; }
    .c-header__email::after {
      content: '';
      width: 9px;
      height: 12px;
      background-image: url("../images/common/icon_arrow.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .navigation {
    display: none; } }

.navigation__main {
  display: flex;
  justify-content: center; }
  .navigation__main > li {
    width: calc(100%/7); }
    .navigation__main > li:hover .sub-menu {
      max-height: 9999px;
      opacity: 1;
      padding: 30px 0; }
    .navigation__main > li:last-child > a {
      color: #fff;
      background-color: #FF2727; }
      .navigation__main > li:last-child > a::before {
        display: none; }
    .navigation__main > li > a {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 22px;
      color: #222222;
      display: block;
      text-align: center;
      position: relative;
      padding: 20px; }
      .navigation__main > li > a::before {
        content: '';
        width: 1px;
        height: 22px;
        background-color: #C6C6C6;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

.sub-menu {
  background-color: rgba(41, 17, 0, 0.92);
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 7; }
  .sub-menu .menu_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 767px) {
      .sub-menu .menu_inner {
        flex-wrap: wrap;
        padding: 0 7px; } }
    .sub-menu .menu_inner li {
      display: inline-block;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .sub-menu .menu_inner li {
          width: 32%;
          margin-right: 2%; }
          .sub-menu .menu_inner li:nth-child(3n) {
            margin-right: 0; } }
      .sub-menu .menu_inner li:last-child {
        margin-right: 0; }
      .sub-menu .menu_inner li a {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        display: block; }
        @media screen and (max-width: 767px) {
          .sub-menu .menu_inner li a {
            font-size: 1.3rem;
            position: relative;
            margin-bottom: 5px; } }
        .sub-menu .menu_inner li a:hover {
          opacity: 0.85; }
        .sub-menu .menu_inner li a p {
          margin-top: 10px; }
          @media screen and (max-width: 767px) {
            .sub-menu .menu_inner li a p {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              color: #222222;
              line-height: 19px;
              background-color: rgba(255, 255, 255, 0.8); } }
        .sub-menu .menu_inner li a img {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .sub-menu .menu_inner li a img {
              width: 100%; } }

.navigation_sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .navigation_sp {
      display: flex; } }
  .navigation_sp > li {
    width: 20%; }
    .navigation_sp > li.active .sub-menu {
      max-height: 9999px;
      opacity: 1;
      padding: 9px 0 5px; }
    .navigation_sp > li > a {
      font-size: 1.4rem;
      line-height: 18px;
      color: #391e02;
      display: block;
      font-weight: 700;
      text-align: center;
      padding: 10px 0;
      position: relative;
      padding-top: 33px; }
      .navigation_sp > li > a > img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%); }
  .navigation_sp > li + li {
    border-left: 1px solid #DCDCDC; }

.menu_sp {
  background-color: #f6f1e4;
  position: fixed;
  width: 100%;
  left: 0;
  top: 62px;
  z-index: 9999;
  display: none; }
  .menu_sp.show {
    top: 62px; }
  .menu_sp .c_topsp__bottom {
    background: none; }

.c_topsp {
  display: none; }
  @media screen and (max-width: 767px) {
    .c_topsp {
      display: block;
      background-color: #F4F4F4; } }
  .c_topsp__head {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #222222;
    line-height: 20px;
    padding: 7px 0;
    border-bottom: 1px solid #BFB9A8;
    display: block; }
    .c_topsp__head img {
      margin-right: 4px;
      vertical-align: inherit; }
  .c_topsp__bottom {
    font-size: 1.4rem;
    line-height: 16px;
    color: #222222;
    letter-spacing: 0.05rem;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #BFB9A8;
    background: url("../images/common/icon_minus.png") no-repeat;
    background-position: right 10px center;
    background-size: 18px 18px; }
  .c_topsp__list {
    display: flex;
    flex-wrap: wrap; }
    .c_topsp__list li {
      width: 50%;
      border-bottom: 1px solid #BFB9A8; }
      .c_topsp__list li:nth-child(2n) {
        border-left: 1px solid #BFB9A8; }
      .c_topsp__list li a {
        font-size: 1.4rem;
        line-height: 16px;
        color: #222222;
        letter-spacing: 0.05rem;
        display: block;
        padding: 10px 20px;
        padding-left: 30px;
        background: url("../images/common/icon_f.png") no-repeat;
        background-size: 15px 15px;
        background-position: left 7px center; }
  .c_topsp__link {
    font-size: 1.4rem;
    line-height: 16px;
    color: #fff;
    padding: 10px;
    display: block;
    background-color: #ff2727;
    text-align: center;
    background-image: url("../images/common/icon_arrow01.png");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px 15px; }

@media screen and (max-width: 767px) {
  .menu_sp .c_topsp__head, .menu_sp .c_topsp__link, .menu_sp .c_topsp__list li a, .menu_sp .c_topsp__bottom {
    font-size: 1.8rem;
    padding: 14px 20px; }
  .menu_sp .c_topsp__list li a {
    padding-left: 30px; } }

.c-footer {
  background-color: #F4F4F4; }
  @media screen and (max-width: 767px) {
    .c-footer {
      padding-bottom: 94px;
      background-color: #EDEBEB; } }
  .c-footer__top {
    padding-top: 60px;
    display: flex;
    padding-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .c-footer__top {
        display: none;
        padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .c-footer .container {
      padding: 0; } }
  .c-footer__logo {
    width: 220px; }
    @media screen and (max-width: 767px) {
      .c-footer__logo {
        display: none; } }
    .c-footer__logo img {
      max-width: 100%; }
    .c-footer__logo figcaption {
      font-size: 1.2rem;
      color: #222222;
      line-height: 20px;
      letter-spacing: 0.05rem;
      display: table;
      margin: 0 auto;
      margin-top: 15px; }
  .c-footer__right {
    display: flex;
    justify-content: center;
    width: calc(100% - 220px); }
    @media screen and (max-width: 767px) {
      .c-footer__right {
        width: 100%;
        display: block; } }
  .c-footer__nav {
    margin-right: 60px; }
    .c-footer__nav > li > a {
      font-size: 1.5rem;
      line-height: 25px;
      color: #222222;
      font-weight: 700;
      letter-spacing: 0.05rem;
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
      display: block; }
      .c-footer__nav > li > a:hover {
        opacity: 0.85; }
      .c-footer__nav > li > a::before {
        content: '';
        width: 16px;
        height: 16px;
        background: url(../images/common/icon_orange.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .c-footer__nav > li > a::before {
            left: 7px; } }
    .c-footer__nav__list a {
      font-size: 1.4rem;
      display: block;
      line-height: 24px;
      letter-spacing: 0.05rem;
      color: #222222;
      padding-left: 25px; }
  .c-footer__text {
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 24px;
    padding: 20px;
    background-color: #EDEBEB;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-footer__text {
        font-size: 1.1rem;
        line-height: 12px;
        padding: 10px; } }
  .c-footer__law {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px; }
    .c-footer__law__nav {
      display: table;
      margin: 0 auto;
      max-width: 320px;
      text-align: center; }
      .c-footer__law__nav li {
        display: inline-block; }
        .c-footer__law__nav li:nth-child(2n) {
          border-left: 1px solid #222222; }
        .c-footer__law__nav li a {
          font-size: 1.4rem;
          line-height: 23px;
          color: #222222;
          padding: 0 10px; }
    .c-footer__law__text {
      text-align: center;
      font-size: 1.1rem;
      line-height: 16px;
      margin-top: 10px; }
  .c-footer .c_topsp__bottom {
    background-image: url("../images/common/icon_plus_sp.png"); }
    .c-footer .c_topsp__bottom.active {
      background-image: url("../images/common/icon_minus.png"); }

.footer_banner {
  z-index: 100;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none; }
  @media screen and (max-width: 767px) {
    .footer_banner {
      display: block; } }
  .footer_banner a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
    max-width: 380px;
    margin: 0 auto; }
  .footer_banner img {
    max-width: 100%; }

.c-tt01 {
  font-size: 4rem;
  line-height: 60px;
  letter-spacing: 0.05rem;
  color: #222222;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 4px solid #D4D4D4;
  position: relative;
  margin-bottom: 70px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .c-tt01 {
      font-size: 2rem;
      line-height: 28px;
      padding: 0;
      padding-bottom: 10px;
      border-bottom: 2px solid #D4D4D4;
      margin-bottom: 25px;
      letter-spacing: 0; } }
  .c-tt01::before {
    content: '';
    width: 69px;
    height: 4px;
    background-color: #FF6C00;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .c-tt01::before {
        height: 2px;
        bottom: -2px;
        width: 35px; } }
  .c-tt01 span {
    color: #FF6C00; }
  .c-tt01--st01 {
    border-bottom: 4px solid #06837F; }
    @media screen and (max-width: 767px) {
      .c-tt01--st01 {
        border-bottom: 2px solid #06837F; } }

.c-tt02 {
  font-size: 4.2rem;
  color: #06837F;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-tt02 {
      font-size: 1.8rem; } }

.title_head {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 39px;
  background-color: #9A8251;
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    .title_head {
      font-size: 1.8rem;
      line-height: 30px; } }
  .title_head span {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .title_head span {
        font-size: 1.4rem; } }

.c-tt03 {
  font-size: 2rem;
  line-height: 38px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0.05rem;
  border-bottom: 2px solid #CFA944;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .c-tt03 {
      font-size: 1.8rem;
      line-height: 20px;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #CFA944; } }

.c-tt04 {
  font-size: 3.2rem;
  line-height: 46px;
  letter-spacing: 0.05rem;
  color: #222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 30px;
  font-weight: 700; }

.c-tt05 {
  font-size: 2.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #CFA944;
  border-radius: 32px;
  line-height: 37px;
  padding: 14px 10px;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-tt05 {
      font-size: 1.6rem;
      line-height: 20px;
      padding: 10px;
      margin-bottom: 15px;
      box-shadow: none; } }
  .c-tt05::before {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fbf1b5;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 32px; }
    @media screen and (max-width: 767px) {
      .c-tt05::before {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 1px;
        top: 1px; } }
  .c-tt05 span {
    font-size: 2rem;
    font-weight: 500;
    display: block;
    line-height: 29px; }
    @media screen and (max-width: 767px) {
      .c-tt05 span {
        font-size: 1.6rem;
        line-height: 18px; } }
  .c-tt05--st01 {
    padding: 25px 10px;
    border-radius: 50px; }
    @media screen and (max-width: 767px) {
      .c-tt05--st01 {
        font-size: 2rem;
        line-height: 26px;
        padding: 10px;
        border-radius: 25px; } }
    .c-tt05--st01::before {
      border-radius: 50px; }
      @media screen and (max-width: 767px) {
        .c-tt05--st01::before {
          border-radius: 25px; } }

.c-tt06 {
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.05rem;
  color: #BC9327;
  font-weight: bold;
  line-height: 46px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-tt06 {
      font-size: 1.8rem;
      line-height: 23px; } }
  .c-tt06 span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .c-tt06 span {
        padding: 0 10px; } }
  .c-tt06--bg span {
    background: url(../images/top/s3_bg.png) no-repeat center; }
  .c-tt06--bg02 span {
    background: url(../images/urgency/s4_background.png) center; }
  .c-tt06::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #BC9327;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-tt06::before {
        height: 1.5px; } }

.c-tt07 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #222222;
  line-height: 38px;
  text-align: center;
  display: table;
  margin: 0 auto;
  background-image: url("../images/urgency/icon_tt_left.png"), url("../images/urgency/icon_tt_right.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  padding-left: 70px;
  padding-right: 70px; }
  @media screen and (max-width: 767px) {
    .c-tt07 {
      font-size: 2.2rem;
      line-height: 25px;
      background-size: 24px 24px, 24px 24px;
      padding: 0 35px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; } }
  .c-tt07 span {
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    line-height: 38px;
    font-weight: bold;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-tt07 span {
        font-size: 1.25rem;
        line-height: 25px; } }

.c-tt08 {
  font-size: 3.2rem;
  line-height: 45px;
  letter-spacing: 0.05rem;
  color: #05528b;
  padding-left: 25px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-tt08 {
      font-size: 1.8rem;
      line-height: 21px;
      padding-left: 15px; } }
  .c-tt08::before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #05528b;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .c-tt08::before {
        width: 5px;
        border-radius: 3px; } }

.c_text01 {
  font-size: 1.8rem;
  color: #222222;
  line-height: 36px;
  letter-spacing: 0.05rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c_text01 {
      font-size: 1.6rem;
      line-height: 25px;
      text-align: left; } }

.text_02 {
  font-size: 2.2rem;
  color: #222222;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.05rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .text_02 {
      font-size: 1.6rem;
      line-height: 25px; } }

.btn_01, .btn_02 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  max-width: 440px;
  line-height: 75px;
  background-image: linear-gradient(to top, #137e71 0%, #10b697 100%);
  border-radius: 10px;
  box-shadow: 0 6px 0 #034135;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .btn_01, .btn_02 {
      max-width: 260px;
      font-size: 1.6rem;
      line-height: 46px;
      box-shadow: 0 2px 0 #034135; } }
  .btn_01:hover, .btn_02:hover {
    opacity: 0.85; }
  .btn_01:after, .btn_02:after {
    content: '';
    width: 11px;
    height: 15px;
    background: url("../images/common/icon_arrow02.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .btn_01:after, .btn_02:after {
        width: 8px;
        height: 12px;
        right: 5px; } }

.btn_02 {
  font-size: 2.6rem;
  line-height: 95px;
  max-width: 100%;
  background-image: linear-gradient(to top, #06837f 0%, #28b2ae 100%);
  border: 2px solid #0b8985; }
  .btn_02 span {
    color: #FCFF00; }
  .btn_02::after {
    width: 29px;
    height: 29px;
    background-image: url("../images/common/icon_arrow01.png"); }
    @media screen and (max-width: 767px) {
      .btn_02::after {
        width: 16px;
        height: 16px;
        right: 10px; } }

.list_01 {
  padding: 35px 60px 20px;
  background-color: #FFFEFA;
  background-image: url("../images/top/bg_list.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #FF6C00;
  border-radius: 5px;
  max-width: 840px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .list_01 {
      padding: 15px;
      border: 1px solid #FF6C00; } }
  .list_01::before {
    content: '';
    border-left: 46px solid transparent;
    border-right: 46px solid transparent;
    border-top: 37px solid #FF6C00;
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .list_01::before {
        border-left-width: 23px;
        border-right-width: 23px;
        border-top-width: 18px;
        bottom: -18px; } }
  .list_01 li {
    font-size: 1.8rem;
    font-weight: 700;
    color: #022222;
    line-height: 26px;
    letter-spacing: 0.05rem;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .list_01 li {
        font-size: 1.6rem;
        line-height: 20px; } }
    .list_01 li::before {
      content: '';
      width: 22px;
      height: 20px;
      background: url("../images/common/icon_checkmark.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 3px; }
      @media screen and (max-width: 767px) {
        .list_01 li::before {
          width: 16px;
          height: 15px; } }

.list_faq {
  margin-bottom: 37px; }
  @media screen and (max-width: 767px) {
    .list_faq {
      margin-bottom: 0; } }
  .list_faq:last-child {
    margin-bottom: 0; }
  .list_faq dt {
    position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FF6C00;
    letter-spacing: 0.05rem;
    line-height: 33px;
    border-bottom: 2px solid #FF6C00;
    padding-bottom: 15px;
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .list_faq dt {
        font-size: 1.8rem;
        line-height: 22px;
        color: #222222;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 10px;
        background-image: url("../images/common/icon_plus.png");
        background-size: 24px 24px;
        background-position: right 5px center;
        background-repeat: no-repeat;
        position: relative;
        padding: 16px 40px 16px 23px;
        margin-bottom: 0;
        font-weight: 500; } }
    .list_faq dt::before {
      content: 'Q.';
      font-family: "Arial", sans-serif;
      font-size: 3.2rem;
      color: #FF6C00;
      font-weight: 900;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .list_faq dt::before {
          margin-right: 3px;
          font-size: 1.8rem;
          position: absolute;
          left: 0;
          top: 18px; } }
  .list_faq dd {
    font-size: 1.8rem;
    color: #222222;
    letter-spacing: 0.05rem;
    line-height: 32px;
    position: relative;
    padding-left: 40px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .list_faq dd {
        font-size: 1.6rem;
        line-height: 22px;
        padding-left: 20px;
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D4D4D4; } }
    .list_faq dd::before {
      content: 'A.';
      font-family: "Arial", sans-serif;
      font-size: 3.2rem;
      color: #138676;
      font-weight: 900;
      margin-right: 6px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .list_faq dd::before {
          font-size: 1.6rem; } }

.kv_main {
  width: 100%;
  position: relative; }
  .kv_main img {
    width: 100%; }
  .kv_main__title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7.4rem;
    color: #222222;
    text-shadow: 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-weight: 900;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .kv_main__title {
        font-size: 3rem; } }
    .kv_main__title.st01 {
      font-size: 6rem;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .kv_main__title.st01 {
          font-size: 2rem; } }
    .kv_main__title span {
      font-size: 4.2rem;
      display: block;
      line-height: 62px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .kv_main__title span {
          font-size: 1.6rem;
          line-height: 30px; } }
  .kv_main__title01 {
    font-size: 8rem;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #222222;
    text-shadow: 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-weight: 900;
    background: linear-gradient(transparent 60%, #FF6C00 40%);
    background-position: bottom;
    padding-bottom: 5px;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .kv_main__title01 {
        font-size: 3rem;
        letter-spacing: 3px; } }
    .kv_main__title01 span {
      font-size: 7.4rem; }
      @media screen and (max-width: 767px) {
        .kv_main__title01 span {
          font-size: 3rem; } }
  .kv_main__text {
    font-size: 4.6rem;
    letter-spacing: 0.075rem;
    color: #222222;
    text-shadow: 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) and (max-width: 1380px) {
      .kv_main__text {
        font-size: 3vw;
        top: 30%; } }
    @media screen and (max-width: 767px) {
      .kv_main__text {
        font-size: 2.2rem;
        line-height: 1;
        white-space: nowrap;
        top: 27%; } }
  .kv_main__text02 {
    font-size: 2.6rem;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-shadow: 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .kv_main__text02 {
        font-size: 1.2rem;
        line-height: 17px;
        width: 100%;
        bottom: 15%; } }

.breadcrumbs {
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs::before {
    content: '';
    width: 500%;
    height: 1px;
    background-color: #DCDCDC;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .breadcrumbs li {
    font-size: 1.4rem;
    color: #222222;
    display: inline-block;
    line-height: 20px; }
    .breadcrumbs li a {
      color: #222222; }
  .breadcrumbs li + li::before {
    content: '>';
    padding: 0 4px;
    display: inline-block; }

.c_link_top {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  color: #222222;
  font-weight: 700;
  display: table; }
  @media screen and (max-width: 767px) {
    .c_link_top {
      font-size: 1.8rem; } }
  .c_link_top:hover {
    opacity: 0.85; }
  .c_link_top img {
    vertical-align: top;
    margin-right: 9px; }
    @media screen and (max-width: 767px) {
      .c_link_top img {
        width: 18px;
        margin-right: 7px; } }

.c_link_01 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #222222;
  line-height: 27px;
  display: inline-block;
  margin-left: 23px;
  position: relative;
  margin-right: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222; }
  @media screen and (max-width: 767px) {
    .c_link_01 {
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 15px;
      margin-top: 0;
      margin-right: 10px; } }
  .c_link_01:hover {
    border-bottom: 0; }
  .c_link_01--noborder {
    border-bottom: 0; }
  .c_link_01::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_arrow03.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c_link_01::before {
        width: 15px;
        height: 15px; } }

.list_02 {
  display: flex;
  flex-wrap: wrap; }
  .list_02 li {
    color: #fff;
    text-align: center;
    width: 235px;
    background-color: #06837F;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 27px;
    margin-bottom: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 767px) {
      .list_02 li {
        font-size: 1.4rem;
        line-height: 28px;
        width: 49%;
        margin-right: 2%; } }
    .list_02 li:nth-child(2n) {
      margin-right: 0; }

.pagination {
  display: table;
  margin: 0 auto; }
  .pagination a.pagination__next {
    width: 106px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.pagination__next {
        width: 53px; } }
  .pagination a.nextpostslink {
    width: 106px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.nextpostslink {
        width: 53px; } }
  .pagination a.pagination__prev {
    width: 106px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.pagination__prev {
        width: 53px; } }
  .pagination a.previouspostslink {
    width: 106px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.previouspostslink {
        width: 53px; } }
  .pagination a.last {
    width: 80px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.last {
        width: 43px; } }
  .pagination a.first {
    width: 80px;
    background-color: #fff6df; }
    @media screen and (max-width: 767px) {
      .pagination a.first {
        width: 43px; } }
  .pagination a {
    font-size: 2.2rem;
    font-family: "Arial", sans-serif;
    text-align: center;
    color: #cfa944;
    display: inline-block;
    width: 46px;
    line-height: 46px;
    border: 1px solid #cfa944;
    border-radius: 5px;
    margin: 0 2.5px; }
    @media (min-width: 768px) {
      .pagination a:hover {
        background-color: #cfa944;
        color: #fff; } }
    @media screen and (max-width: 767px) {
      .pagination a {
        font-size: 1.1rem;
        width: 23px;
        line-height: 23px; } }
    .pagination a.active {
      background-color: #cfa944;
      color: #fff; }
  .pagination span {
    font-size: 2.2rem;
    font-family: "Arial", sans-serif;
    text-align: center;
    color: #cfa944;
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 5px; }
  .pagination span.pages {
    display: none; }
  .pagination span.current {
    font-size: 2.2rem;
    font-family: "Arial", sans-serif;
    text-align: center;
    background-color: #cfa944;
    color: #fff;
    display: inline-block;
    width: 46px;
    line-height: 46px;
    border: 1px solid #cfa944;
    border-radius: 5px;
    margin: 0 2.5px; }
    @media screen and (max-width: 767px) {
      .pagination span.current {
        font-size: 1.1rem;
        width: 23px;
        line-height: 23px; } }

.nav_01 {
  display: flex;
  flex-wrap: wrap; }
  .nav_01 li {
    width: 520px;
    margin-bottom: 40px;
    margin-right: 40px;
    border: 3px solid #06837F;
    border-radius: 10px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .nav_01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border: 1px solid #06837F;
        padding-bottom: 0;
        border-radius: 5px; } }
    .nav_01 li:nth-child(2n) {
      margin-right: 0; }
    .nav_01 li a {
      display: block;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .nav_01 li a {
          padding-bottom: 10px; } }
      .nav_01 li a:hover {
        opacity: 0.85; }
  .nav_01__top {
    font-size: 3.9rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 79px;
    background-color: #06837F;
    color: #fff;
    background-image: url("../images/common/icon_arrow01.png");
    background-position: right 15px center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .nav_01__top {
        font-size: 1.8rem;
        color: #fff000;
        line-height: 39px;
        background-image: url("../images/common/icon_arrow01_sp.png");
        background-size: 16px 16px;
        background-position: right 5px center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; } }
  .nav_01__img {
    width: 100%;
    width: 410px;
    height: 185px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .nav_01__img {
        width: 100%;
        height: 140px;
        margin-bottom: 0; } }
    .nav_01__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .nav_01__gr {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .nav_01__gr {
        width: 100%;
        padding: 0 25px;
        margin-top: 15px;
        margin-bottom: 10px; } }
  .nav_01__tt {
    color: #FF1717;
    text-align: center;
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      .nav_01__tt {
        font-size: 1rem;
        position: absolute;
        bottom: 0;
        left: 25px;
        background-color: rgba(246, 246, 246, 0.8);
        width: calc(100% - 50px);
        padding: 2px 0 0; } }
    .nav_01__tt__eng {
      font-size: 5.6rem;
      font-family: "Bahnschrift", sans-serif; }
      @media screen and (max-width: 767px) {
        .nav_01__tt__eng {
          font-size: 3.4rem; } }
    .nav_01__tt__fs01 {
      font-size: 4rem; }
      @media screen and (max-width: 767px) {
        .nav_01__tt__fs01 {
          font-size: 2rem; } }
    .nav_01__tt__fs02 {
      font-size: 3.2rem;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .nav_01__tt__fs02 {
          font-size: 2rem;
          margin-right: 7px; } }
  .nav_01__text {
    font-size: 1.8rem;
    color: #222222;
    line-height: 32px;
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .nav_01__text {
        font-size: 1.6rem;
        line-height: 25px;
        padding: 0 15px; } }

.nav_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .nav_02 {
      flex-direction: column; } }
  .nav_02 li {
    width: 510px;
    margin-right: 60px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .nav_02 li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #DDDDDD;
        margin-right: 0; } }
    .nav_02 li:nth-child(2n) {
      margin-right: 0; }
  .nav_02__top {
    display: flex;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .nav_02__top {
        margin-bottom: 20px; } }
  .nav_02__img {
    width: 150px; }
    @media screen and (max-width: 767px) {
      .nav_02__img {
        width: 110px; } }
    .nav_02__img img {
      max-width: 100%; }
  .nav_02__right {
    padding-left: 30px;
    width: calc(100% - 150px); }
    @media screen and (max-width: 767px) {
      .nav_02__right {
        padding-left: 15px;
        width: calc(100% - 110px); } }
  .nav_02__text01 {
    font-size: 1.6rem;
    color: #222222;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .nav_02__text01 {
        font-size: 1.2rem;
        background-color: #F3ECDE;
        border-radius: 3px;
        line-height: 18px;
        display: table;
        margin-bottom: 6px;
        padding: 0 3px; } }
  .nav_02__tt {
    font-size: 1.8rem;
    line-height: 28px;
    color: #222222;
    letter-spacing: 0.05rem;
    margin-bottom: 5px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .nav_02__tt {
        font-size: 1.6rem;
        line-height: 21px; } }
  .nav_02__text02 {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.05rem;
    color: #222222; }
  .nav_02__text03 {
    font-size: 1.8rem;
    line-height: 36px;
    letter-spacing: 0.05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .nav_02__text03 {
        font-size: 1.5rem;
        line-height: 23px; } }

.nav_03 {
  display: flex; }
  @media screen and (max-width: 767px) {
    .nav_03 {
      flex-wrap: wrap; } }
  .nav_03 li {
    width: 240px;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .nav_03 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px; }
        .nav_03 li:nth-child(2n) {
          margin-right: 0; } }
    .nav_03 li:last-child {
      margin-right: 0; }
    .nav_03 li a {
      display: block; }
      .nav_03 li a:hover {
        opacity: 0.85; }
  .nav_03__img {
    width: 100%;
    height: 240px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .nav_03__img {
        height: auto;
        min-height: 146px;
        margin-bottom: 10px; } }
    .nav_03__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .nav_03__date {
    font-size: 1.6rem;
    color: #797979;
    line-height: 28px;
    font-family: "Arial", sans-serif; }
    @media screen and (max-width: 767px) {
      .nav_03__date {
        font-size: 1.1rem;
        line-height: 14px; } }
  .nav_03__tt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
    line-height: 28px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .nav_03__tt {
        line-height: 20px; } }

.nav_04 {
  display: flex;
  justify-content: center; }
  .nav_04 li {
    width: 248px; }
    .nav_04 li:last-child {
      margin-left: 60px; }
      @media screen and (max-width: 767px) {
        .nav_04 li:last-child {
          margin-left: 0; } }
  .nav_04__img {
    width: 100%;
    height: 248px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .nav_04__img {
        width: 118px;
        height: 118px;
        margin: 0 auto 10px; } }
    .nav_04__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .nav_04__text {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #222222;
    line-height: 24px;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      .nav_04__text {
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 0; } }
  .nav_04__name {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #222222;
    line-height: 26px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .nav_04__name {
        font-size: 1.8rem;
        line-height: 23px; } }

.nav_05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .nav_05 {
      flex-direction: column-reverse;
      margin-bottom: 25px; } }
  .nav_05 > li {
    width: 510px; }
    @media screen and (max-width: 767px) {
      .nav_05 > li {
        width: 100%; } }
    .nav_05 > li img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .nav_05 > li img {
          width: 100%; } }
  .nav_05__text {
    font-size: 1.8rem;
    color: #222222;
    line-height: 34px;
    letter-spacing: 0.05rem;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .nav_05__text {
        font-size: 1.6rem;
        line-height: 25px;
        margin-bottom: 15px; } }
    .nav_05__text__bold {
      font-weight: 700; }
    .nav_05__text__bg {
      color: #ff1a1a;
      font-weight: 700;
      background-color: #FFFED4; }

.nav_06 {
  display: flex;
  flex-wrap: wrap; }
  .nav_06 li {
    width: 261px;
    background-color: #FFF3DD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    overflow: hidden;
    border: 2px solid #FFF3DD; }
    @media screen and (max-width: 767px) {
      .nav_06 li {
        width: 48.5%;
        margin-right: 3%;
        border: 1px solid #FFF3DD;
        border-radius: 0; }
        .nav_06 li:nth-child(2n) {
          margin-right: 0; } }
    .nav_06 li:nth-child(4n) {
      margin-right: 0; }
  @media (min-width: 768px) {
    .nav_06.col_3 li {
      width: 352px; }
      .nav_06.col_3 li:nth-child(4n) {
        margin-right: 12px; }
      .nav_06.col_3 li:nth-child(3n) {
        margin-right: 0; } }
  .nav_06__img {
    width: 100%;
    height: 137px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .nav_06__img {
        height: 102px; } }
    .nav_06__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .nav_06__text {
    font-size: 1.8rem;
    line-height: 23px;
    text-align: center;
    color: #A48229;
    font-weight: 700;
    padding: 18px 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .nav_06__text {
        font-size: 1.4rem;
        line-height: 17px;
        padding: 16px 5px; } }
  @media (min-width: 768px) {
    .nav_06--col_5 li {
      width: 19%;
      margin-right: 1.25%; }
      .nav_06--col_5 li:nth-child(4n) {
        margin-right: 1.25%; }
      .nav_06--col_5 li:nth-child(5n) {
        margin-right: 0; }
    .nav_06--col_5 .nav_06__text {
      font-size: 2rem; }
    .nav_06--col_5 .nav_06__img {
      height: 108px; } }

.nav_07 {
  margin-top: 35px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .nav_07 {
      flex-wrap: wrap;
      margin-top: 15px; } }
  .nav_07 li {
    width: 524px;
    margin-bottom: 40px;
    margin-right: 40px;
    border: 3px solid #06837F;
    border-radius: 10px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .nav_07 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        border: 1px solid #06837F;
        padding-bottom: 15px;
        border-radius: 5px; } }
    .nav_07 li:nth-child(2n) {
      margin-right: 0; }
    .nav_07 li a {
      display: block;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .nav_07 li a {
          padding-bottom: 10px; } }
      .nav_07 li a:hover {
        opacity: 0.85; }
  .nav_07__top {
    font-size: 3rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 68px;
    background-color: #06837F;
    color: #FCFF00;
    letter-spacing: 0.18rem; }
    @media screen and (max-width: 767px) {
      .nav_07__top {
        font-size: 1.8rem;
        line-height: 40px; } }
  .nav_07__img {
    width: 410px;
    height: 185px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .nav_07__img {
        width: 100%;
        height: 113px;
        margin-bottom: 10px;
        padding: 0 25px;
        margin-top: 15px; } }
    .nav_07__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px; }
  .nav_07__tt {
    color: #FF1717;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px; }
    .nav_07__tt__fs01 {
      font-size: 3.2rem; }
      @media screen and (max-width: 767px) {
        .nav_07__tt__fs01 {
          font-size: 1.6rem; } }
    .nav_07__tt__fs02 {
      font-size: 4rem; }
      @media screen and (max-width: 767px) {
        .nav_07__tt__fs02 {
          font-size: 1.6rem; } }
    .nav_07__tt__fs03 {
      font-size: 4.8rem; }
      @media screen and (max-width: 767px) {
        .nav_07__tt__fs03 {
          font-size: 2.2rem; } }
  .nav_07__text {
    font-size: 1.8rem;
    line-height: 24px;
    color: #222222;
    padding: 0 40px;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .nav_07__text {
        padding: 0 20px;
        font-size: 1.6rem;
        line-height: 19px; } }

.nav_08 {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .nav_08 {
      flex-wrap: wrap;
      margin-bottom: 18px; } }
  .nav_08 li {
    width: 23%; }
    @media screen and (max-width: 767px) {
      .nav_08 li {
        width: 48.5%;
        margin-bottom: 12px; } }
    .nav_08 li a {
      display: block;
      border: 2px solid #0B8985;
      background-image: linear-gradient(to top, #06837f 0%, #28b2ae 100%);
      padding: 20px 10px;
      height: 139px;
      position: relative;
      box-shadow: 0 4px 0 #024442;
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .nav_08 li a {
          height: 78px;
          padding: 8px;
          box-shadow: 0 3px 0 #024442;
          border: 1px solid #0B8985; } }
      .nav_08 li a::before {
        content: '';
        width: 9px;
        height: 12px;
        background-image: url("../images/common/icon_arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%) rotate(90deg); }
        @media screen and (max-width: 767px) {
          .nav_08 li a::before {
            width: 5px;
            height: 9px;
            bottom: 2px; } }
  .nav_08__text {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .nav_08__text {
        font-size: 1rem;
        margin-bottom: 5px; } }
  .nav_08__text02 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    color: #FCFF00;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .nav_08__text02 {
        font-size: 1.4rem;
        line-height: 18px;
        min-height: 36px; } }

.nav_09 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .nav_09 {
      flex-direction: column-reverse; } }
  .nav_09 li {
    width: 525px; }
    @media screen and (max-width: 767px) {
      .nav_09 li {
        width: 100%; } }
    .nav_09 li img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .nav_09 li img {
          width: 100%;
          padding: 0 20px; } }
  .nav_09__tt {
    font-size: 2.6rem;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .nav_09__tt {
        font-size: 1.8rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 8px; } }
    .nav_09__tt span {
      background-color: #FFFCAD;
      color: #FF1313; }
  .nav_09__text {
    font-size: 1.8rem;
    line-height: 38px;
    letter-spacing: 0.05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .nav_09__text {
        font-size: 1.6rem;
        line-height: 28px; } }
    .nav_09__text span {
      color: #FF1515;
      text-decoration: underline; }
    .nav_09__text span.u_bold {
      font-weight: 700;
      color: #222222;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .nav_09--style01 {
      flex-direction: column; } }
  .nav_09--style01 li {
    position: relative; }
    @media screen and (max-width: 767px) {
      .nav_09--style01 li {
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden; } }
    .nav_09--style01 li img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .nav_09--style01 li img {
          padding: 0; } }
    .nav_09--style01 li p {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background-color: rgba(207, 169, 68, 0.8);
      padding: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .nav_09--style01 li p {
          font-size: 1.6rem;
          line-height: 20px;
          padding: 5px; } }
      .nav_09--style01 li p::after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("../images/common/icon_arrow01.png") no-repeat center;
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .nav_09--style01 li p::after {
            width: 12px;
            height: 12px; } }
  .nav_09__top {
    font-size: 1.8rem;
    display: table;
    padding: 0 25px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 18px;
    background-color: #EC871D;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .nav_09__top {
        font-size: 1.2rem;
        border-radius: 9px;
        line-height: 18px;
        padding: 0 8px;
        margin-top: 15px;
        margin-bottom: 0; } }
  .nav_09--box {
    padding: 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 55px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .nav_09--box {
        padding: 20px 15px;
        flex-direction: column;
        margin-top: 20px; } }
    .nav_09--box li {
      width: 100%;
      margin-bottom: 55px;
      border-bottom: 1px dashed #C9C9C9;
      display: flex;
      justify-content: space-between;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .nav_09--box li {
          flex-direction: column-reverse;
          margin-bottom: 20px;
          padding-bottom: 20px; } }
      .nav_09--box li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .nav_09--box li > div {
        width: 465px; }
        @media screen and (max-width: 767px) {
          .nav_09--box li > div {
            width: 100%; } }
    @media screen and (max-width: 767px) {
      .nav_09--box .nav_09__tt {
        font-size: 1.6rem;
        margin-top: 7px;
        line-height: 21px; } }
  .nav_09--boxborder {
    border: 5px solid #EC871D;
    background-color: #fff;
    padding: 60px 60px 30px;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .nav_09--boxborder {
        padding: 20px 15px;
        border: 3px solid #EC871D;
        border-radius: 3px; } }
    .nav_09--boxborder li {
      width: 465px; }
      @media screen and (max-width: 767px) {
        .nav_09--boxborder li {
          width: 100%; }
          .nav_09--boxborder li .nav_09__top {
            margin: 0 auto;
            margin-top: 15px; } }
    .nav_09--boxborder .nav_09__tt {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .nav_09--boxborder .nav_09__tt {
          margin-bottom: 8px;
          font-size: 1.6rem;
          line-height: 24px; } }

.cta_01 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .cta_01 {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .cta_01__img {
      margin-right: 0;
      margin-bottom: 17px;
      text-align: center; } }
  .cta_01__img img {
    max-width: 100%; }
  .cta_01__img a {
    display: block; }
  .cta_01--bg {
    background-color: #F5EFDF;
    padding: 20px 10px 25px; }
    @media screen and (max-width: 767px) {
      .cta_01--bg {
        padding: 20px 7.5px 25px; } }
  @media screen and (max-width: 767px) {
    .cta_01__item01 {
      margin-right: 0;
      margin-bottom: 17px; } }
  .cta_01__top {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .cta_01__top {
        justify-content: center; } }
    .cta_01__top__left {
      display: table;
      font-size: 1.6rem;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      color: #fff;
      background-color: #ff6c00;
      text-align: center;
      width: 108px;
      line-height: 20px;
      padding: 8px;
      border-radius: 5px;
      position: relative;
      height: fit-content;
      margin-right: 16px; }
      @media screen and (max-width: 767px) {
        .cta_01__top__left {
          font-size: 1.2rem;
          line-height: 15px;
          width: 79px;
          padding: 5px; } }
      .cta_01__top__left::before {
        content: '';
        border-left: 13px solid #ff6c00;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -12px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .cta_01__top__left::before {
            border-left: 14px solid #ff6c00;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent; } }
    .cta_01__top__right {
      font-size: 5.8rem;
      color: #ff6c00;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .cta_01__top__right {
          font-size: 4.2rem; } }
      .cta_01__top__right span {
        font-size: 103px;
        font-family: "Arial", sans-serif;
        color: #ff6c00;
        font-weight: 700;
        line-height: 70px; }
        @media screen and (max-width: 767px) {
          .cta_01__top__right span {
            font-size: 7.5rem; } }
  .cta_01__bottom {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 26px;
    color: #222222;
    letter-spacing: 0.05rem;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .cta_01__bottom {
        font-size: 1.4rem;
        line-height: 21px;
        margin-top: 5px; } }
    .cta_01__bottom span {
      color: #FF3434; }
  @media screen and (max-width: 767px) {
    .cta_01__item02 {
      display: none; } }
  .cta_01__item02__top {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 26px;
    color: #222222; }
    .cta_01__item02__top span {
      color: #FF2121;
      background-color: #FFDE00;
      padding-left: 10px;
      margin-right: 10px;
      padding-bottom: 1px;
      letter-spacing: 0.1rem; }
  .cta_01__item02__phone {
    font-size: 6rem;
    font-family: "Bahnschrift", sans-serif;
    font-weight: bold;
    color: #222222;
    line-height: 62px;
    padding-left: 77px;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 15px; }
    .cta_01__item02__phone img {
      position: absolute;
      left: 7px;
      top: -5px; }

.btn-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 324px;
  border-radius: 5px;
  height: 118px;
  background-image: linear-gradient(to top, #137e71 0%, #10b697 100%);
  box-shadow: 0 5px 0 #034135;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btn-cta {
      max-width: 305px;
      width: 100%;
      height: 55px;
      box-shadow: 0 3px 0 #034135; } }
  .btn-cta__top {
    font-size: 1.5rem;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .btn-cta__top {
        font-size: 1.4rem;
        color: #06837F;
        font-weight: 700; } }
    .btn-cta__top img {
      margin-right: 10px; }
  .btn-cta__bottom {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 25px;
    padding-left: 60px;
    background-image: url("../images/common/icon_email.png");
    background-repeat: no-repeat;
    background-size: 49px 37px;
    background-position: left 40px center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .btn-cta__bottom {
        font-size: 1.6rem;
        background-size: 35px 28px;
        padding-left: 30px; } }
    .btn-cta__bottom span {
      font-size: 1.4rem;
      display: block;
      line-height: 20px; }
      @media screen and (max-width: 767px) {
        .btn-cta__bottom span {
          font-size: 1.2rem; } }

.cta_b {
  background-color: #F5EFDF;
  padding-bottom: 35px;
  padding-top: 45px; }
  @media screen and (max-width: 767px) {
    .cta_b {
      padding-top: 20px;
      padding-bottom: 25px; } }
  .cta_b .container {
    position: relative; }
  .cta_b img {
    max-width: 100%;
    position: relative; }
  .cta_b__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cta_b__inner {
        flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .cta_b__item {
      margin-bottom: 13px; } }
  .cta_b__item .cta_01__top__left {
    width: 89px; }
  .cta_b__item .cta_01__top {
    justify-content: center; }
  .cta_b__item .cta_01__top__right {
    text-shadow: 0 0px 8px #fff; }
  @media screen and (max-width: 767px) {
    .cta_b__item .cta_01__bottom {
      text-shadow: 0 0px 8px #fff;
      text-align: center; } }
  .cta_b__text {
    font-size: 1.9rem;
    line-height: 26px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  .cta_b__item02 {
    width: 510px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .cta_b__item02 {
        width: 100%;
        text-align: center; } }
    .cta_b__item02::after {
      content: '';
      width: 256px;
      height: 258px;
      background: url("../images/common/cta_b_img.png") no-repeat center;
      position: absolute;
      top: -120px;
      right: 0;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .cta_b__item02::after {
          display: none; } }
    .cta_b__item02__top {
      font-size: 1.7rem;
      line-height: 20px;
      color: #222222;
      font-weight: 700;
      text-shadow: 1.5px 0 0 #f5efdf, -1.5px 0 0 #f5efdf, 0 1.5px 0 #f5efdf, 0 -1.5px 0 #f5efdf, 1.5px 1.5px #f5efdf, -1.5px -1.5px 0 #f5efdf, 1.5px -1.5px 0 #f5efdf, -1.5px 1.5px 0 #f5efdf;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .cta_b__item02__top {
          display: none; } }
      .cta_b__item02__top span {
        padding: 1px 0px 4px 8px;
        letter-spacing: 0.16rem;
        font-size: 1.8rem;
        color: #fff;
        background: #222222;
        padding-left: 7px;
        margin-right: 7px;
        text-shadow: none; }
    .cta_b__item02__phone {
      font-size: 5.3rem;
      font-family: "Bahnschrift", sans-serif;
      font-weight: 700;
      color: #222222;
      text-shadow: 4px 0 0 #F5EFDF, -4px 0 0 #F5EFDF, 0 4px 0 #F5EFDF, 0 -4px 0 #F5EFDF, 1px 2px #F5EFDF, -2px -2px 0 #F5EFDF, 2px -2px 0 #F5EFDF, -2px 2px 0 #F5EFDF;
      padding-left: 59px;
      position: relative;
      display: table;
      margin-top: 15px;
      line-height: 1;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .cta_b__item02__phone {
          display: none; } }
      .cta_b__item02__phone img {
        position: absolute;
        left: 0px;
        top: -2px;
        width: 49px; }
    @media (min-width: 768px) {
      .cta_b__item02 .btn-cta {
        width: 100%;
        height: 97px;
        margin-top: 20px;
        position: relative;
        z-index: 2; }
        .cta_b__item02 .btn-cta__bottom {
          font-size: 2.2rem;
          background-size: 36px 27px;
          background-position: left 70px center; } }
    @media screen and (max-width: 767px) {
      .cta_b__item02 .btn-cta {
        margin: 0 auto; } }

.cta_02 {
  border: 2px solid #DFBB5B;
  background-color: #F5EFDF;
  border-radius: 5px;
  padding: 35px 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cta_02 {
      padding: 20px 10px;
      padding-bottom: 165px;
      border: 1px solid #DFBB5B; } }
  .cta_02::before {
    content: '';
    width: 274px;
    height: 225px;
    background-image: url("../images/common/cta_2_img.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: -46px; }
    @media screen and (max-width: 767px) {
      .cta_02::before {
        width: 155px;
        height: 126px;
        top: auto;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
  .cta_02__text {
    font-size: 4.6rem;
    letter-spacing: 0.07rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #222222;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .cta_02__text {
        font-size: 2.1rem;
        line-height: 37px;
        text-align: center; } }
  .cta_02__text02 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #222222;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    max-width: 676px;
    margin-bottom: 40px;
    line-height: 40px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .cta_02__text02 {
        font-size: 1.6rem;
        line-height: 22px;
        text-align: center;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        margin-top: 0; } }
  .cta_02 .cta_01__item02 {
    display: table; }
  @media screen and (max-width: 767px) {
    .cta_02 .cta_01__item02__top {
      text-align: left; } }
  .cta_02 .cta_01__item02__top.st01 {
    font-size: 2.2rem;
    margin-left: 8px; }
    .cta_02 .cta_01__item02__top.st01 span {
      font-size: 2rem; }
  .cta_02 .cta_01__item02__top.pd5 span {
    padding: 0 10px; }
  .cta_02 .cta_01__item02__phone {
    font-size: 6.8rem;
    margin-top: 20px; }
  .cta_02 .btn-cta {
    width: 456px;
    height: 66px;
    margin-top: 15px; }
    .cta_02 .btn-cta__bottom {
      font-size: 2.2rem;
      background-size: 36px 25px;
      background-position: left 30px center; }
  .cta_02__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cta_02__flex {
        display: none; } }
  .cta_02__tel {
    display: none; }
    @media screen and (max-width: 767px) {
      .cta_02__tel {
        display: block;
        max-width: 305px;
        margin: 0 auto; } }
    .cta_02__tel img {
      max-width: 100%; }

@media (min-width: 768px) {
  .cta_b.bg {
    background-image: url("../images/reason/bg.png");
    background-size: cover; } }

.cta_03 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .cta_03 {
      flex-direction: column;
      justify-content: center; }
      .cta_03 .cta_01__item01 {
        margin-bottom: 11px; } }
  .cta_03__item02 {
    background-color: #ff6c00;
    padding: 15px 30px;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .cta_03__item02 {
        display: none; } }
    .cta_03__item02__top {
      font-size: 2rem;
      line-height: 1;
      color: #fff;
      font-weight: 700;
      margin-bottom: 8px; }
    .cta_03__item02__phone {
      font-size: 5.3rem;
      font-family: "Bahnschrift", sans-serif;
      font-weight: 700;
      color: #fff;
      line-height: 1; }
      .cta_03__item02__phone img {
        margin-right: 10px;
        margin-top: -7px; }
    .cta_03__item02__text {
      font-size: 2rem;
      color: #fff;
      margin-top: 7px;
      font-weight: 700; }
  @media (min-width: 768px) {
    .cta_03__item03 .btn-cta__top {
      margin-right: 6px;
      color: #222222;
      font-weight: 700;
      text-align: center; }
    .cta_03__item03 .btn-cta {
      height: 93px; } }
  @media screen and (max-width: 767px) {
    .cta_03__item03 {
      width: 100%;
      text-align: center; }
      .cta_03__item03 .btn-cta {
        margin: 0 auto; } }

.c_nav_drop {
  display: flex; }
  @media screen and (max-width: 767px) {
    .c_nav_drop {
      margin-top: 5px; } }
  .c_nav_drop__button {
    width: 120px;
    height: 66px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #137e71 0%, #10b697 100%);
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
    box-shadow: 0 6px 0 #014239;
    margin-right: 10px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .c_nav_drop__button {
        font-size: 1.6rem;
        height: 39px;
        line-height: 34px;
        box-shadow: 0 2px 0 #014239;
        width: 22%;
        margin-right: 4%; }
        .c_nav_drop__button:last-child {
          margin-right: 0; } }
    .c_nav_drop__button::before {
      content: '';
      width: 11px;
      height: 6px;
      background-image: url("../images/common/icon_arrow.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%) rotate(90deg); }
      @media screen and (max-width: 767px) {
        .c_nav_drop__button::before {
          width: 4px;
          height: 7px;
          bottom: 3px; } }
  .c_nav_drop__gr {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .c_nav_drop__gr {
        margin-top: 12px; } }
  .c_nav_drop__content {
    margin-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .c_nav_drop__content {
        margin-bottom: 2px; } }
    .c_nav_drop__content.current .c-tab__gr {
      display: block; }
  .c_nav_drop__rows {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c_nav_drop__rows {
        margin-bottom: 10px; } }
    .c_nav_drop__rows dt {
      font-size: 2.2rem;
      font-weight: 700;
      color: #91763D;
      letter-spacing: 1px;
      line-height: 34px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .c_nav_drop__rows dt {
          font-size: 2rem;
          line-height: 1; } }
    .c_nav_drop__rows dd {
      padding-left: 20px;
      line-height: 46px; }
      @media screen and (max-width: 767px) {
        .c_nav_drop__rows dd {
          padding-left: 0; } }
      .c_nav_drop__rows dd a {
        font-size: 1.8rem;
        letter-spacing: 1px;
        color: #222222;
        line-height: 27px;
        display: inline-block;
        margin-left: 23px;
        position: relative;
        margin-right: 18px;
        padding-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .c_nav_drop__rows dd a {
            font-size: 1.6rem;
            line-height: 18px;
            margin-bottom: 15px; } }
        .c_nav_drop__rows dd a:hover {
          border-bottom: 0; }
        .c_nav_drop__rows dd a::before {
          content: '';
          width: 16px;
          height: 16px;
          background: url("../images/common/icon_orange.png") no-repeat center;
          background-size: contain;
          position: absolute;
          left: -23px;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .c_nav_drop__rows dd a::before {
              width: 15px;
              height: 15px; } }

.c_nav_drop__content .title_head.js_dropdown_pc {
  cursor: pointer;
  position: relative; }
  .c_nav_drop__content .title_head.js_dropdown_pc::before {
    content: '';
    width: 166px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    bottom: 5px; }
    @media screen and (max-width: 767px) {
      .c_nav_drop__content .title_head.js_dropdown_pc::before {
        width: 133px; } }

.c_nav_drop__content .title_head.active::before {
  display: none; }

.c_nav_drop__gr.none {
  display: none; }

.c_nav_drop__gr.open {
  display: block;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c_nav_drop__gr.open {
      margin-bottom: 20px; } }

.c_nav_drop__rows dd a[href*="area"] {
  padding-bottom: 2px;
  border-bottom: 1px solid #222222; }

.text_bg {
  color: #FF1A1A;
  background-color: #FFFED4; }

.mt20 {
  margin-top: 20px; }

.weight100 {
  font-weight: 100; }

.weight300 {
  font-weight: 300; }

.weight400 {
  font-weight: 400; }

.weight500 {
  font-weight: 500; }

.weight600 {
  font-weight: 600; }

.weight700 {
  font-weight: 700; }

.weight900 {
  font-weight: 900; }

.u_arrow {
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 42px solid #CFA944;
  display: table;
  margin: 50px auto 40px; }
  @media screen and (max-width: 767px) {
    .u_arrow {
      border-left: 26px solid transparent;
      border-right: 26px solid transparent;
      border-top: 20px solid #CFA944;
      margin: 15px auto; } }

.color_black {
  color: #222222 !important; }

.mb80 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 767px) {
    .mb80 {
      margin-bottom: 30px !important; } }

.u_bold {
  font-weight: 700; }

.top__kv img {
  width: 100%; }

.top .sec01 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/top/s1_bg@2x.png") no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .top .sec01 {
      padding-top: 20px;
      background: #f3f6fa;
      padding-bottom: 25px; } }
  .top .sec01__tt {
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #222222;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .top .sec01__tt {
        font-size: 2rem;
        line-height: 30px;
        margin-bottom: 20px; } }
  .top .sec01__text {
    font-size: 1.8rem;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .top .sec01__text {
        font-size: 1.6rem;
        line-height: 25px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 15px;
        padding-bottom: 15px; } }

.top .sec02 {
  padding-top: 88px; }
  @media screen and (max-width: 767px) {
    .top .sec02 {
      padding-top: 25px; } }
  .top .sec02 .list_01 {
    margin-bottom: 83px; }
    @media screen and (max-width: 767px) {
      .top .sec02 .list_01 {
        margin-bottom: 30px; } }
  .top .sec02__flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .top .sec02__flex {
        display: block; } }
  .top .sec02__img {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .top .sec02__img {
        width: 186.5px;
        margin: 0 auto;
        margin-top: 20px; } }
    .top .sec02__img img {
      max-width: 100%; }
  .top .sec02__text {
    font-size: 3rem;
    line-height: 68px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-left: 50px;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .top .sec02__text {
        display: table;
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 27px; } }

.top .sec03 {
  background: url("../images/top/s3_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .top .sec03 {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .top .sec03 .nav_01 {
    margin-top: 65px; }
    @media screen and (max-width: 767px) {
      .top .sec03 .nav_01 {
        margin-top: 20px; } }

.top .sec04 {
  padding-top: 95px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .top .sec04 {
      padding: 25px 0; } }
  .top .sec04 .nav_02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .top .sec04 .nav_02 {
        margin-bottom: 0; } }

.top .sec05 {
  background: url("../images/top/s5_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .top .sec05 {
      padding: 25px 0; } }
  .top .sec05 .nav_03 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .top .sec05 .nav_03 {
        margin-bottom: 0; } }

.top .sec06 {
  padding-top: 85px;
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .top .sec06 {
      padding: 25px 0; } }
  .top .sec06__box {
    padding: 70px 80px 95px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    border: 2px solid #E4E4E4;
    background: url("../images/top/s6_box.png") no-repeat center;
    background-size: cover;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .top .sec06__box {
        background: #fff;
        box-shadow: none;
        padding: 0;
        border: 0;
        margin-bottom: 20px; } }

.top .sec07 {
  padding-top: 85px;
  padding-bottom: 100px;
  background: url("../images/top/s3_bg.png") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .top .sec07 {
      padding: 25px 0; } }
  .top .sec07__box {
    background-color: #fff;
    padding: 60px 80px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .top .sec07__box {
        padding: 0;
        background: none;
        box-shadow: none; } }
    .top .sec07__box::after {
      content: '';
      width: 260px;
      height: 190px;
      background: url("../images/top/s7_img01.png");
      background-size: cover;
      position: absolute;
      background-repeat: no-repeat;
      top: -35px;
      right: 80px; }
      @media screen and (max-width: 767px) {
        .top .sec07__box::after {
          display: none; } }
    .top .sec07__box__tt {
      font-size: 3.2rem;
      letter-spacing: 0.05rem;
      line-height: 46px;
      color: #222222;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .top .sec07__box__tt {
          font-size: 1.8rem;
          line-height: 28px;
          text-align: center;
          margin-bottom: 20px; } }
      .top .sec07__box__tt img {
        vertical-align: sub; }
        @media screen and (max-width: 767px) {
          .top .sec07__box__tt img {
            width: 26px; } }
  .top .sec07__dl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .top .sec07__dl {
        margin-bottom: 10px; } }
    .top .sec07__dl dt {
      background-color: #9A8251;
      height: 76px;
      display: flex;
      align-items: center;
      padding-left: 18px; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl dt {
          height: auto;
          padding: 10px; } }
    .top .sec07__dl__num {
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
      text-align: center;
      padding-right: 18px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__num {
          font-size: 1rem;
          padding-right: 10px; } }
      .top .sec07__dl__num::after {
        content: '';
        width: 2px;
        height: 53px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 5px; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__num::after {
            display: none; } }
      .top .sec07__dl__num span {
        font-family: "Bahnschrift", sans-serif;
        display: block;
        font-size: 3.9rem;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__num span {
            font-size: 1.9rem;
            line-height: 1.5; } }
    .top .sec07__dl__tt {
      font-size: 2.2rem;
      color: #fff;
      font-weight: 700;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__tt {
          font-size: 1.8rem;
          line-height: 28px;
          padding-left: 10px;
          border-left: 1px solid #fff; } }
      .top .sec07__dl__tt span {
        font-size: 2.6rem;
        color: #FFFBBD;
        padding-bottom: 5px;
        border-bottom: 1px solid #FFFBBD; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__tt span {
            font-size: 1.8rem;
            padding-bottom: 2px; } }
    .top .sec07__dl dd {
      border: 2px solid #9A8251;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #fff; }
    .top .sec07__dl__flex {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px 0; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__flex {
          flex-direction: column;
          padding: 15px 20px; } }
    .top .sec07__dl__img {
      width: 320px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__img {
          margin-bottom: 10px;
          width: auto; } }
      .top .sec07__dl__img img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__img img {
            width: 70%; } }
    .top .sec07__dl__text {
      font-size: 1.8rem;
      line-height: 33px;
      color: #222222;
      letter-spacing: 0.05rem;
      width: calc(100% - 320px);
      padding-right: 10px; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__text {
          font-size: 1.8rem;
          line-height: 25px;
          width: 100%;
          padding-right: 0; } }
      .top .sec07__dl__text span {
        font-size: 2.2rem;
        font-weight: 700;
        background-color: #FFFBBD;
        padding: 0 3px; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__text span {
            font-size: 1.8rem;
            line-height: 25px; } }
    .top .sec07__dl__nav {
      display: flex;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .top .sec07__dl__nav {
          flex-direction: column;
          padding: 15px; } }
      .top .sec07__dl__nav li {
        width: 215px; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__nav li {
            display: flex;
            width: 100%; } }
        .top .sec07__dl__nav li:last-child {
          margin-left: 30px; }
          @media screen and (max-width: 767px) {
            .top .sec07__dl__nav li:last-child {
              margin-left: 0;
              margin-top: 10px; } }
      .top .sec07__dl__nav__img {
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__nav__img {
            width: 110px; } }
        .top .sec07__dl__nav__img img {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .top .sec07__dl__nav__img img {
              width: 100%; } }
      .top .sec07__dl__nav__text {
        font-size: 1.6rem;
        line-height: 24px;
        letter-spacing: 0.05rem;
        color: #222222; }
        @media screen and (max-width: 767px) {
          .top .sec07__dl__nav__text {
            width: calc(100% - 110px);
            padding-left: 10px; } }
        .top .sec07__dl__nav__text span {
          font-size: 1.4rem; }
          @media screen and (max-width: 767px) {
            .top .sec07__dl__nav__text span {
              font-size: 1.6rem; } }

.sec08 {
  padding-top: 55px;
  padding-bottom: 125px; }
  @media screen and (max-width: 767px) {
    .sec08 {
      padding: 25px 0; } }
  .sec08.bg {
    background-color: #F4F3F1;
    padding-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .sec08.bg {
        padding-bottom: 25px; } }
    .sec08.bg .nav_04 {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .sec08 .nav_04 {
    margin-top: 55px;
    padding-bottom: 70px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .sec08 .nav_04 {
        padding-bottom: 20px;
        margin-top: 25px;
        margin-bottom: 20px; } }
  .sec08 .text_02 {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .sec08 .text_02 {
        margin-top: 25px; } }
  .sec08 .c_nav_drop.auto {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .sec08 .c_nav_drop.auto {
        margin-top: 15px;
        margin-bottom: 30px; } }

.sitemap__content {
  padding-top: 60px;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .sitemap__content {
      padding-bottom: 10px;
      padding-top: 15px;
      border-bottom: 0;
      position: relative; }
      .sitemap__content::before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        background-color: #C7C7C7;
        position: absolute;
        left: 10px;
        bottom: 0; } }
  .sitemap__content .c_link_top {
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .sitemap__content .c_link_top {
        margin-bottom: 30px; } }
  .sitemap__content__dl {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .sitemap__content__dl {
        margin-bottom: 15px; } }
    .sitemap__content__dl dd {
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .sitemap__content__dl dd {
          padding-left: 0; }
          .sitemap__content__dl dd .c_link_01.mt20 {
            margin-top: 0; } }
  .sitemap__content .c_text01--st01 {
    text-align: left;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .sitemap__content .c_text01--st01 {
        padding: 0 7px;
        margin-bottom: 35px; } }

.company__content {
  padding-top: 40px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .company__content {
      padding-bottom: 25px; } }

.company__table {
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .company__table {
      margin-bottom: 30px; } }
  .company__table table {
    width: 100%;
    border-collapse: collapse; }
  .company__table th {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 38px;
    text-align: left;
    padding-bottom: 13px;
    width: 217px;
    border-bottom: 2px solid #CFA944;
    border-collapse: collapse;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .company__table th {
        font-size: 1.4rem;
        line-height: 19px;
        border-bottom: 0;
        display: block;
        width: 100%;
        padding-top: 10px; } }
  .company__table td {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 38px;
    padding-bottom: 13px;
    border-bottom: 2px solid #CFA944;
    border-collapse: collapse;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .company__table td {
        font-size: 1.4rem;
        line-height: 19px;
        display: block;
        width: 100%;
        padding-top: 0;
        border-bottom: 1px solid #CFA944; } }

.company__dl {
  padding: 25px 20px;
  border: 2px solid #CFA944;
  border-radius: 3px;
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .company__dl {
      padding: 12px 10px;
      margin-bottom: 60px; } }
  .company__dl dt {
    font-size: 2.6rem;
    line-height: 36px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .company__dl dt {
        font-size: 1.6rem;
        line-height: 20px;
        margin-bottom: 10px; } }
  .company__dl dd {
    font-size: 2rem;
    letter-spacing: 0.05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .company__dl dd {
        font-size: 1.4rem;
        line-height: 18px; } }

.company__tt {
  font-size: 3.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #BC9327;
  line-height: 46px;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .company__tt {
      font-size: 1.8rem;
      line-height: 23px;
      margin-bottom: 15px; } }

.company__map {
  width: 100%;
  height: 465px;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .company__map {
      height: 250px;
      margin-bottom: 20px; } }
  .company__map iframe {
    width: 100%;
    height: 100%; }

.company__gr {
  width: 1040px;
  margin: 0 auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .company__gr {
      width: 100%;
      margin-bottom: 50px;
      padding: 0 10px; } }

.company__text {
  font-size: 2rem;
  color: #222222;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .company__text {
      font-size: 1.4rem;
      line-height: 19px; } }

.urgency .s_sec01 {
  padding-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .urgency .s_sec01 {
      padding-top: 15px;
      margin-bottom: 30px; } }
  .urgency .s_sec01__text {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    line-height: 52px;
    letter-spacing: 1px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec01__text {
        font-size: 1.6rem;
        line-height: 28px;
        text-align: left; } }
    .urgency .s_sec01__text span {
      color: #FF0000;
      text-decoration: underline; }

.urgency .s_sec02 {
  padding-top: 85px;
  background-color: #FFFBF2; }
  @media screen and (max-width: 767px) {
    .urgency .s_sec02 {
      padding-top: 25px; } }
  .urgency .s_sec02 .list_01 {
    background-image: url("../images/urgency/s2_bg.png");
    background-color: transparent;
    border: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    background-size: 100% 100%; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec02 .list_01 {
        background-image: url("../images/urgency/s2_bg_sp@2x.png");
        background-size: 100% 100%;
        padding-top: 33px;
        padding-bottom: 117px; } }
    .urgency .s_sec02 .list_01::before {
      border-left: 46px solid transparent;
      border-right: 46px solid transparent;
      border-top: 37px solid #818181; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec02 .list_01::before {
          border-top: 20px solid #818181;
          border-left: 23px solid transparent;
          border-right: 23px solid transparent;
          bottom: -20px; } }
    .urgency .s_sec02 .list_01:after {
      content: '';
      width: 352px;
      height: 302px;
      background: url("../images/urgency/s2_icon.png") no-repeat center;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: -115px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec02 .list_01:after {
          width: 130px;
          height: 113px;
          right: auto;
          left: 50%;
          transform: translateX(-50%); } }
    .urgency .s_sec02 .list_01 li {
      font-size: 2.2rem;
      font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
      color: #022222; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec02 .list_01 li {
          font-size: 1.6rem;
          margin-bottom: 10px;
          padding-left: 20px; } }
  .urgency .s_sec02__flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec02__flex {
        display: block;
        margin-top: 35px; } }
  .urgency .s_sec02__img {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec02__img {
        width: 186.5px;
        margin: 0 auto;
        margin-top: 20px; } }
    .urgency .s_sec02__img img {
      max-width: 100%; }
  .urgency .s_sec02__text {
    font-size: 3rem;
    line-height: 68px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-left: 50px;
    text-align: center;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec02__text {
        display: table;
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 27px; } }
    .urgency .s_sec02__text span {
      font-size: 3.6rem;
      background-color: #fff9c2; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec02__text span {
          font-size: 1.8rem; } }

.urgency .s_sec03 {
  padding-top: 95px;
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .urgency .s_sec03 {
      padding-top: 30px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .urgency .s_sec03 .c-tt01 {
      position: relative;
      padding-left: 0; } }
  .urgency .s_sec03 .c-tt01 img {
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec03 .c-tt01 img {
        width: 33px;
        position: absolute;
        left: -40px;
        top: 0px; } }
  .urgency .s_sec03__top {
    text-align: center;
    color: #fff;
    background-color: #FF6C00;
    border-radius: 22px;
    font-size: 3rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    padding: 10px 38px;
    font-weight: bold;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec03__top {
        font-size: 1.5rem;
        padding: 5px 15px;
        margin-bottom: 15px; } }
    .urgency .s_sec03__top::before {
      content: '';
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 16px solid #FF6C00;
      position: absolute;
      bottom: -16px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__top::before {
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 6px solid #FF6C00;
          bottom: -6px; } }
    .urgency .s_sec03__top:after {
      content: '';
      width: 92px;
      height: 41px;
      background: url("../images/urgency/icon_01.png") no-repeat center;
      background-size: contain;
      position: absolute;
      right: -83px;
      top: 11px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__top:after {
          width: 46px;
          height: 20px;
          right: -38px;
          top: 7px; } }
  .urgency .s_sec03__nav {
    display: flex;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec03__nav {
        flex-direction: column;
        margin-bottom: 20px; } }
    .urgency .s_sec03__nav li {
      position: relative;
      background-color: #F6FFFD;
      border: 1px solid #138777;
      border-radius: 10px;
      width: 176px;
      padding-bottom: 30px;
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__nav li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 70px;
          padding-bottom: 20px;
          border-radius: 5px; } }
      .urgency .s_sec03__nav li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec03__nav li:last-child {
            margin-bottom: 0; } }
    .urgency .s_sec03__nav li + li::before {
      content: '';
      width: 38px;
      height: 24px;
      background: url("../images/urgency/icon_right.png") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: -45px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__nav li + li::before {
          width: 31px;
          height: 20px;
          top: -55px;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); } }
    .urgency .s_sec03__nav__num {
      border-style: solid;
      border-width: 2px;
      border-color: #06837f;
      border-radius: 50%;
      background-image: linear-gradient(to top, #137e71 0%, #10b697 100%);
      position: relative;
      width: 103px;
      height: 103px;
      display: block;
      z-index: 300;
      font-size: 6rem;
      color: #fff;
      text-align: center;
      font-family: adobe-garamond-pro, serif;
      line-height: 103px;
      margin: 0 auto;
      margin-top: -38px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__nav__num {
          width: 51px;
          height: 51px;
          line-height: 51px;
          font-size: 3rem;
          margin-top: -20px;
          margin-bottom: 15px;
          border-width: 0;
          z-index: 2; } }
      .urgency .s_sec03__nav__num::before {
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid #fff;
        position: absolute;
        left: 1px;
        top: 1px;
        border-radius: 50%; }
    .urgency .s_sec03__nav__cont {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__nav__cont {
          display: flex;
          justify-content: center;
          align-items: center; }
          .urgency .s_sec03__nav__cont img {
            width: 38px;
            height: auto; } }
    .urgency .s_sec03__nav__text {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: 0.05rem;
      color: #222222;
      margin-top: 30px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec03__nav__text {
          font-size: 1.8rem;
          line-height: 1;
          margin-top: 0;
          height: auto;
          margin-left: 12px; }
          .urgency .s_sec03__nav__text br {
            display: none; } }

.urgency .s_sec04 {
  padding-top: 85px;
  background: url(../images/urgency/s4_background.png) center;
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .urgency .s_sec04 {
      padding-top: 25px;
      padding-bottom: 5px; } }
  .urgency .s_sec04__dropdown {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__dropdown {
        flex-direction: column;
        margin-bottom: 25px; } }
    .urgency .s_sec04__dropdown li {
      border-radius: 10px;
      box-shadow: 0 5px 0 #004b49;
      background-image: linear-gradient(to top, #137e71 0%, #10b697 100%);
      width: 525px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__dropdown li {
          width: 100%;
          box-shadow: 0 3px 0 #004b49;
          margin-bottom: 10px; } }
      .urgency .s_sec04__dropdown li::before {
        content: '';
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border-radius: 10px;
        border: 2px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 0; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__dropdown li::before {
            border: 1px solid #fff;
            width: calc(100% - 4px);
            height: calc(100% - 4px); } }
      .urgency .s_sec04__dropdown li::after {
        content: '';
        border-left: 17px solid transparent;
        border-bottom: 17px solid #fff;
        position: absolute;
        right: 10px;
        bottom: 10px; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__dropdown li::after {
            border-left: 8px solid transparent;
            border-bottom: 8px solid #fff; } }
    .urgency .s_sec04__dropdown a {
      display: flex;
      flex-direction: column;
      height: 162px;
      justify-content: center;
      padding: 40px 30px;
      padding-right: 100px;
      z-index: 2;
      position: relative; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__dropdown a {
          padding: 20px 10px;
          height: auto; } }
    .urgency .s_sec04__dropdown__text {
      font-size: 1.8rem;
      color: #fff;
      line-height: 20px;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__dropdown__text {
          font-size: 1.2rem;
          line-height: 15px;
          text-align: center; } }
    .urgency .s_sec04__dropdown__text02 {
      font-size: 2.8rem;
      letter-spacing: 0.05rem;
      line-height: 46px;
      font-weight: bold;
      color: #fff;
      line-height: 37px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__dropdown__text02 {
          font-size: 1.6rem;
          line-height: 23px;
          text-align: center; } }
      .urgency .s_sec04__dropdown__text02 span {
        color: #FCFF00;
        font-size: 3.2rem; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__dropdown__text02 span {
            font-size: 1.8rem; } }
    .urgency .s_sec04__dropdown__icon {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__dropdown__icon {
          display: none; } }
  .urgency .s_sec04__content {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__content {
        margin-bottom: 25px; } }
  .urgency .s_sec04__text {
    font-size: 2.8rem;
    line-height: 46px;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #222222;
    margin-top: 45px;
    margin-bottom: 45px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__text {
        font-size: 1.4rem;
        line-height: 21px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .urgency .s_sec04__nav {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__nav {
        margin-top: 20px; } }
    .urgency .s_sec04__nav li {
      width: 350px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 10px;
      border: 1px solid #CFA944;
      background-color: #fff;
      margin-bottom: 15px;
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__nav li {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 10px;
          border-radius: 5px; } }
      .urgency .s_sec04__nav li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__nav li:nth-child(3n) {
            margin-right: 3%; } }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__nav li:nth-child(2n) {
          margin-right: 0; } }
      .urgency .s_sec04__nav li p {
        font-size: 1.8rem;
        color: #BC9327;
        font-weight: bold;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        display: table;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__nav li p {
            font-size: 1.4rem;
            line-height: 20px;
            padding: 0 5px; } }
      .urgency .s_sec04__nav li img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__nav li img {
            max-width: 52px; } }
  .urgency .s_sec04__box {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 50px;
    margin-top: 30px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__box {
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px; } }
    .urgency .s_sec04__box__nav {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__nav {
          flex-direction: column-reverse; } }
      .urgency .s_sec04__box__nav__img {
        width: 475px; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box__nav__img {
            width: 100%;
            margin-bottom: 15px; } }
        .urgency .s_sec04__box__nav__img img {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .urgency .s_sec04__box__nav__img img {
              width: 100%; } }
    .urgency .s_sec04__box__text01 {
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 45px;
      background-color: #004240;
      border-radius: 22px;
      display: table;
      color: #fff;
      width: 194px;
      text-align: center;
      position: relative;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text01 {
          font-size: 1.4rem;
          width: 97px;
          line-height: 28px;
          border-radius: 11px;
          margin: 0 auto; } }
      .urgency .s_sec04__box__text01::before {
        content: '';
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 9px solid #004240;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box__text01::before {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 5px solid #004240;
            bottom: -5px; } }
    .urgency .s_sec04__box__text02 {
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 38px;
      color: #004240;
      margin-top: 25px;
      margin-bottom: 10px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text02 {
          font-size: 2rem;
          line-height: 24px;
          text-align: center;
          margin-bottom: 5px;
          margin-top: 12px; } }
    .urgency .s_sec04__box__text03 {
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.05rem;
      line-height: 28px;
      color: #222222;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text03 {
          font-size: 1.4rem;
          line-height: 15px;
          text-align: center; } }
    .urgency .s_sec04__box__text04 {
      font-size: 2.2rem;
      font-weight: bold;
      letter-spacing: 0.05rem;
      line-height: 38px;
      color: #FF2727;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text04 {
          font-size: 1.2rem;
          font-style: italic;
          text-align: center;
          text-shadow: 1.5px 0 0 #FEE564, -1.5px 0 0 #FEE564, 0 1.5px 0 #FEE564, 0 -1.5px 0 #FEE564, 1.5px 1.5px #FEE564, -1.5px -1.5px 0 #FEE564, 1.5px -1.5px 0 #FEE564, -1.5px 1.5px 0 #FEE564;
          letter-spacing: 1px;
          line-height: 1;
          margin-top: 8px;
          position: relative; } }
    .urgency .s_sec04__box__text05 {
      font-size: 2.8rem;
      font-weight: bold;
      letter-spacing: 0.05rem;
      line-height: 50px;
      color: #FF2727;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text05 {
          font-size: 1.4rem;
          line-height: 1;
          text-align: center;
          text-shadow: 1.5px 0 0 #FEE564, -1.5px 0 0 #FEE564, 0 1.5px 0 #FEE564, 0 -1.5px 0 #FEE564, 1.5px 1.5px #FEE564, -1.5px -1.5px 0 #FEE564, 1.5px -1.5px 0 #FEE564, -1.5px 1.5px 0 #FEE564;
          background: linear-gradient(transparent 60%, #FEE564 40%);
          background-position: bottom;
          margin: 0 auto;
          padding: 0 7px;
          display: table;
          position: relative;
          font-style: italic;
          margin-top: 5px; } }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text05::before {
          content: '';
          width: 24px;
          height: 25px;
          background-image: url("../images/urgency/icon_l.png");
          background-size: contain;
          position: absolute;
          left: -13px;
          top: -12px; } }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text05::after {
          content: '';
          width: 24px;
          height: 25px;
          background-image: url("../images/urgency/icon_r.png");
          background-size: contain;
          position: absolute;
          right: -13px;
          top: -12px; } }
      .urgency .s_sec04__box__text05 .ff_g {
        font-family: "Arial", sans-serif;
        font-size: 7rem; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box__text05 .ff_g {
            font-size: 3.5rem; } }
      .urgency .s_sec04__box__text05 .fs_02 {
        font-size: 4rem; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box__text05 .fs_02 {
            font-size: 2rem; } }
    .urgency .s_sec04__box__text06 {
      font-size: 2.2rem;
      font-weight: bold;
      color: #06837F;
      letter-spacing: 0.05rem;
      line-height: 1;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box__text06 {
          font-size: 1.6rem;
          line-height: 19px;
          text-align: center;
          margin-top: 15px; } }
      .urgency .s_sec04__box__text06 img {
        margin-right: 7px; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box__text06 img {
            width: 14px;
            margin-right: 3px; } }
    .urgency .s_sec04__box .list_01 {
      background: none;
      padding: 0;
      border: 0;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__box .list_01 {
          margin-top: 10px; } }
      .urgency .s_sec04__box .list_01::before {
        display: none; }
      .urgency .s_sec04__box .list_01 li {
        margin-bottom: 5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__box .list_01 li {
            margin-bottom: 10px;
            padding-right: 20px;
            padding-left: 20px;
            line-height: 23px; } }
  .urgency .s_sec04__tt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    color: #FF2727;
    margin-top: 35px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__tt {
        font-size: 1.4rem; } }
    .urgency .s_sec04__tt img {
      margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__tt img {
          width: 12px; } }
  .urgency .s_sec04__tt02 {
    font-size: 3.2rem;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: #004240;
    text-align: center;
    margin-top: 35px;
    position: relative;
    padding-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__tt02 {
        font-size: 1.6rem;
        line-height: 21px;
        padding-bottom: 25px;
        margin-top: 10px; } }
    .urgency .s_sec04__tt02::before {
      content: '';
      border-left: 45px solid transparent;
      border-right: 45px solid transparent;
      border-top: 31px solid #004240;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__tt02::before {
          border-left: 22px solid transparent;
          border-right: 22px solid transparent;
          border-top: 15px solid #004240; } }
  .urgency .s_sec04__phone {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__phone {
        flex-direction: column;
        align-items: center;
        background-image: linear-gradient(to top, #dfbb5b 0%, #eed185 100%);
        border-radius: 5px;
        border: 1px solid #dfbb5b;
        padding: 10px;
        box-shadow: 0 3px 0 #a27f23;
        position: relative;
        max-width: 305px;
        margin: 15px auto 0; } }
    .urgency .s_sec04__phone img {
      max-width: 100%;
      margin-right: 10px; }
    .urgency .s_sec04__phone__top {
      font-size: 1.4rem;
      text-align: center;
      line-height: 1;
      color: #222222;
      font-weight: bold;
      margin-bottom: 8px;
      display: none; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__phone__top {
          display: block; } }
      .urgency .s_sec04__phone__top span {
        color: #FF0024; }
    .urgency .s_sec04__phone__num {
      font-size: 5.8rem;
      font-family: "Bahnschrift", sans-serif;
      font-weight: bold;
      display: block;
      color: #FF2727; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__phone__num {
          font-size: 3.4rem;
          color: #222222;
          position: relative;
          padding-left: 35px;
          background-image: url("../images/common/icon_phone01.png");
          background-repeat: no-repeat;
          background-size: 31px 31px;
          background-position: left top;
          line-height: 1; } }
    .urgency .s_sec04__phone__text {
      font-size: 2.2rem;
      letter-spacing: 0.03rem;
      font-style: italic;
      color: #FF2727;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__phone__text {
          font-size: 1.4rem;
          color: #222222;
          margin-top: 5px;
          font-style: normal;
          text-align: center;
          display: block; } }
    .urgency .s_sec04__phone__href {
      display: none; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__phone__href {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  .urgency .s_sec04__bot {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 45px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec04__bot {
        margin-top: 17px; } }
    .urgency .s_sec04__bot .icon {
      text-align: center;
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__bot .icon {
          margin-bottom: 15px; }
          .urgency .s_sec04__bot .icon img {
            width: 4px; } }
    .urgency .s_sec04__bot__tt {
      font-size: 2.4rem;
      line-height: 46px;
      color: #222222;
      letter-spacing: 0.05rem;
      text-align: center;
      font-weight: 700;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__bot__tt {
          font-size: 1.6rem;
          line-height: 20px; } }
    .urgency .s_sec04__bot__tt02 {
      font-size: 3.2rem;
      line-height: 46px;
      color: #FF2727;
      letter-spacing: 0.05rem;
      text-align: center;
      font-weight: 700;
      margin-bottom: 20px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__bot__tt02 {
          font-size: 1.6rem;
          line-height: 23px;
          margin-bottom: 15px; } }
    .urgency .s_sec04__bot__img {
      margin-top: 45px;
      margin-bottom: 35px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec04__bot__img {
          max-width: 450px;
          margin: 15px auto 25px; } }
      .urgency .s_sec04__bot__img__text {
        color: #222222;
        font-weight: 700;
        position: absolute;
        top: 60px;
        left: 45px;
        font-size: 2.2rem;
        line-height: 36px;
        color: #022222; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec04__bot__img__text {
            font-size: 1.4rem;
            line-height: 23px;
            left: 24px;
            top: 14px; } }
        @media screen and (max-width: 420px) {
          .urgency .s_sec04__bot__img__text {
            font-size: 3.7vw;
            line-height: 19px;
            left: 6px;
            top: 2vh; } }
      .urgency .s_sec04__bot__img img {
        max-width: 100%; }

.urgency .s_sec05 {
  padding-top: 85px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .urgency .s_sec05 {
      padding-top: 25px;
      padding-bottom: 15px; } }
  .urgency .s_sec05__dl {
    background-color: #F5EFDC;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 50px;
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .urgency .s_sec05__dl {
        flex-direction: column;
        padding: 20px 17px;
        border-radius: 5px;
        margin-bottom: 15px;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); } }
    .urgency .s_sec05__dl dt {
      width: calc(100% - 475px);
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec05__dl dt {
          width: 100%;
          padding-right: 0; } }
    .urgency .s_sec05__dl dd {
      width: 475px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec05__dl dd {
          width: 100%;
          margin-top: 15px;
          height: 141px; } }
      .urgency .s_sec05__dl dd img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec05__dl dd img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; } }
    .urgency .s_sec05__dl__text01 {
      font-size: 2.2rem;
      letter-spacing: 0.07rem;
      font-weight: bold;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      width: 265px;
      background-color: #A5801D;
      border-radius: 22px;
      text-align: center;
      color: #fff;
      line-height: 45px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec05__dl__text01 {
          font-size: 1rem;
          border-radius: 11px;
          width: 132px;
          line-height: 23px;
          margin-bottom: 8px; } }
      .urgency .s_sec05__dl__text01 span {
        font-size: 2.6rem; }
        @media screen and (max-width: 767px) {
          .urgency .s_sec05__dl__text01 span {
            font-size: 1.3rem; } }
    .urgency .s_sec05__dl__tt {
      font-size: 3.2rem;
      font-weight: bold;
      color: #A5801D;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 42px;
      letter-spacing: 0.05rem;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec05__dl__tt {
          font-size: 1.6rem;
          line-height: 21px;
          margin-bottom: 10px; } }
    .urgency .s_sec05__dl__text02 {
      font-size: 1.8rem;
      color: #222222;
      line-height: 36px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      letter-spacing: 0.05rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .urgency .s_sec05__dl__text02 {
          font-size: 1.4rem;
          line-height: 21px; } }

.tb_urgency table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CFA944;
  background-color: #fff; }

.tb_urgency th {
  font-size: 2rem;
  line-height: 38px;
  color: #222222;
  background-color: #FFF3DD;
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #CFA944; }
  @media screen and (max-width: 767px) {
    .tb_urgency th {
      font-size: 1.4rem;
      line-height: 19px; } }
  .tb_urgency th:nth-child(2) {
    background-color: #F4DA79; }

.tb_urgency td {
  font-size: 1.8rem;
  line-height: 38px;
  color: #222222;
  text-align: center;
  padding: 5px 20px;
  border-collapse: collapse;
  border: 1px solid #CFA944; }
  @media screen and (max-width: 767px) {
    .tb_urgency td {
      font-size: 1.4rem;
      line-height: 19px;
      padding: 5px 10px; } }
  .tb_urgency td:nth-child(2) {
    background-color: #FFFDEB;
    color: #E95D00;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .tb_urgency td:nth-child(2) {
        font-size: 1.1rem; } }
  .tb_urgency td .ff_a {
    font-family: "Arial", sans-serif;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .tb_urgency td .ff_a {
        font-size: 1.6rem; } }
  .tb_urgency td .color_01 {
    color: #222222;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .tb_urgency td .color_01 {
        font-size: 1.2rem; } }

.tb_urgency.st01 table {
  border: 1px solid #b6b6b6; }

.tb_urgency.st01 th {
  border: 1px solid #b6b6b6;
  font-size: 2.4rem;
  line-height: 34px; }
  @media screen and (max-width: 767px) {
    .tb_urgency.st01 th {
      font-size: 1.4rem;
      line-height: 19px; } }
  .tb_urgency.st01 th:nth-child(2) {
    background-color: #FFF3DD; }

.tb_urgency.st01 td {
  line-height: 32px;
  border: 1px solid #b6b6b6;
  font-size: 2.4rem;
  padding: 8px 20px; }
  @media screen and (max-width: 767px) {
    .tb_urgency.st01 td {
      line-height: 23px;
      font-size: 1.4rem;
      padding: 5px; } }
  .tb_urgency.st01 td:nth-child(2) {
    background-color: #fff;
    color: #FF2727; }
  .tb_urgency.st01 td:first-child {
    text-align: left; }
  .tb_urgency.st01 td .ff_b {
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .tb_urgency.st01 td .ff_b {
        font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .price .sec08.bg {
    padding-bottom: 30px; } }

.price__bg {
  background-color: #F5EFDF;
  padding-top: 40px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .price__bg {
      padding-top: 15px;
      padding-bottom: 20px; } }

.price_top {
  background-color: #F4F3F1;
  padding-top: 75px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .price_top {
      padding-top: 27px;
      padding-bottom: 15px; } }
  .price_top__tt {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0.25rem;
    color: #222222;
    text-align: center;
    margin-bottom: 60px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .price_top__tt {
        font-size: 2rem;
        line-height: 31px;
        margin-bottom: 20px; } }
    .price_top__tt span {
      color: #FF2323;
      display: block;
      text-decoration: underline; }
  .price_top__nav {
    display: flex;
    flex-wrap: wrap; }
    .price_top__nav li {
      width: 48%;
      margin-right: 3%;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .price_top__nav li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px; } }
      .price_top__nav li:nth-child(2n) {
        margin-right: 0; }
    .price_top__nav__text {
      font-size: 1.8rem;
      font-weight: 700;
      color: #222222;
      text-align: center;
      margin-bottom: 7px; }
      @media screen and (max-width: 767px) {
        .price_top__nav__text {
          font-size: 1.4rem;
          line-height: 19px; } }
    .price_top__nav__btn {
      font-size: 2rem;
      color: #fff;
      line-height: 32px;
      letter-spacing: 0.05rem;
      display: block;
      text-align: center;
      font-weight: bold;
      border-radius: 5px;
      background-image: linear-gradient(to top, #06837f 0%, #28b2ae 100%);
      border: 2px solid #0b8985;
      height: 94px;
      line-height: 86px;
      box-shadow: 0 5px 0 #024442;
      position: relative; }
      @media screen and (max-width: 767px) {
        .price_top__nav__btn {
          font-size: 1.8rem;
          height: 55px;
          line-height: 49px;
          box-shadow: 0 3px 0 #024442;
          border: 1px solid #0b8985; } }
      .price_top__nav__btn span {
        font-size: 2.2rem;
        color: #FCFF00; }
        @media screen and (max-width: 767px) {
          .price_top__nav__btn span {
            font-size: 1.8rem; } }
      .price_top__nav__btn::before {
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 6px solid #fff;
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .price_top__nav__btn::before {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 4px solid #fff; } }

.price_bottom {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .price_bottom {
      margin-top: 30px; } }
  .price_bottom .tb_urgency.st_01 {
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .price_bottom .tb_urgency.st_01 {
        margin-bottom: 15px; } }
    .price_bottom .tb_urgency.st_01 .text_color {
      color: #FF1D1D;
      font-weight: 700; }
    .price_bottom .tb_urgency.st_01 .fs22 {
      font-size: 3rem; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_01 .fs22 {
          font-size: 1.4rem;
          color: #222222; } }
    .price_bottom .tb_urgency.st_01 .text_top {
      font-size: 1.8rem;
      color: #fff;
      font-weight: bold;
      background-color: #FF1D1D;
      border-radius: 12px;
      padding: 4px 13px;
      display: block;
      line-height: 1;
      width: 116px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_01 .text_top {
          font-size: 1.2rem;
          line-height: 17px;
          width: 80px;
          padding: 1px;
          margin-bottom: 6px; } }
    .price_bottom .tb_urgency.st_01 th {
      line-height: 28px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_01 th {
          line-height: 19px;
          padding: 5px 0; } }
    .price_bottom .tb_urgency.st_01 td {
      line-height: 28px;
      padding: 25px 10px;
      width: 33%;
      font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_01 td {
          line-height: 19px;
          padding: 10px 5px;
          font-size: 1.4rem;
          width: 35%; } }
  .price_bottom .tb_urgency.st_01 td:nth-child(2) {
    color: #222222; }
    .price_bottom .tb_urgency.st_01 td:nth-child(2) .text_color {
      font-size: 2.6rem; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_01 td:nth-child(2) .text_color {
          font-size: 1.2rem; } }
      .price_bottom .tb_urgency.st_01 td:nth-child(2) .text_color.ff_a {
        font-size: 3.6rem; }
        @media screen and (max-width: 767px) {
          .price_bottom .tb_urgency.st_01 td:nth-child(2) .text_color.ff_a {
            font-size: 1.6rem; } }
  .price_bottom__text {
    font-size: 2.8rem;
    line-height: 46px;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #222222;
    margin-bottom: 45px;
    font-weight: bold;
    font-family: "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .price_bottom__text {
        font-size: 1.4rem;
        line-height: 21px;
        margin-bottom: 20px; } }
  .price_bottom .nav_06 {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .price_bottom .nav_06 {
        margin-top: 17px; } }
  .price_bottom__content {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .price_bottom__content {
        margin-bottom: 30px; } }
  .price_bottom .tb_urgency.st_02 {
    margin-top: -33px; }
    @media screen and (max-width: 767px) {
      .price_bottom .tb_urgency.st_02 {
        margin-top: 0; } }
    .price_bottom .tb_urgency.st_02 th {
      font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .price_bottom .tb_urgency.st_02 th, .price_bottom .tb_urgency.st_02 table {
        border: 1px solid #b6b6b6;
        font-size: 1.4rem; } }
    .price_bottom .tb_urgency.st_02 td {
      padding: 20px 20px;
      font-size: 2.4rem;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_02 td {
          padding: 5px;
          border: 1px solid #b6b6b6;
          font-size: 1.4rem;
          line-height: 23px; } }
    .price_bottom .tb_urgency.st_02 td:nth-child(2) {
      color: #FF1D1D; }
    .price_bottom .tb_urgency.st_02 td:first-child {
      text-align: left; }
  .price_bottom .c-tt07.st01 {
    color: #C19B36;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  .price_bottom .s_sec04__box__text04 {
    font-size: 1.8rem;
    display: table;
    background-color: #FF2727;
    border-radius: 13px;
    color: #fff;
    line-height: 27px;
    padding: 0 18px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .price_bottom .s_sec04__box__text04 {
        text-shadow: none;
        font-size: 1.4rem;
        line-height: 13px;
        padding: 4px 8px;
        border-radius: 6px;
        margin: 0 auto;
        font-style: normal; } }
  .price_bottom .s_sec04__box__text03 {
    color: #FF2727; }
    @media screen and (max-width: 767px) {
      .price_bottom .s_sec04__box__text03 {
        font-size: 1.6rem;
        line-height: 19px;
        margin-top: 8px; } }
  .price_bottom .s_sec04__box__text02 {
    margin-top: 0;
    color: #06837F; }
    @media screen and (max-width: 767px) {
      .price_bottom .s_sec04__box__text02 {
        font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .price_bottom .s_sec04__box__text05 {
      text-shadow: none;
      background: none;
      font-style: normal; }
      .price_bottom .s_sec04__box__text05::before, .price_bottom .s_sec04__box__text05::after {
        display: none; } }
  .price_bottom .list_02 {
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .price_bottom .list_02 {
        margin-top: 5px; } }
  .price_bottom .s_sec04__box__nav > li:first-child {
    width: calc(100% - 475px); }
    @media screen and (max-width: 767px) {
      .price_bottom .s_sec04__box__nav > li:first-child {
        width: 100%; } }
  .price_bottom .s_sec04__box {
    margin-bottom: 85px; }
    @media screen and (max-width: 767px) {
      .price_bottom .s_sec04__box {
        padding: 20px;
        margin-bottom: 15px; } }
  .price_bottom__box {
    font-size: 2rem;
    color: #06837f;
    text-align: center;
    font-weight: 700;
    line-height: 27px;
    background-color: #EDFFFE;
    border: 1px solid #06837F;
    padding: 25px 10px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .price_bottom__box {
        font-size: 1.6rem;
        line-height: 23px;
        padding: 12px 10px;
        margin-top: 15px;
        margin-bottom: 30px; } }
  .price_bottom .tb_urgency.st_03 {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .price_bottom .tb_urgency.st_03 {
        margin-top: 15px; } }
    .price_bottom .tb_urgency.st_03 table {
      border: 1px solid #06837F; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_03 table {
          border: 1px solid #b6b6b6; } }
    .price_bottom .tb_urgency.st_03 th {
      font-size: 2.2rem;
      color: #FCFF00;
      background-color: #06837F;
      border: 1px solid #06837F; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_03 th {
          font-size: 1.6rem;
          border: 1px solid #b6b6b6;
          line-height: 28px; } }
    .price_bottom .tb_urgency.st_03 td {
      border: 1px solid #06837F;
      padding: 20px 40px;
      width: 50%;
      font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .price_bottom .tb_urgency.st_03 td {
          padding: 8px 10px;
          border: 1px solid #b6b6b6;
          font-size: 1.4rem; } }
      .price_bottom .tb_urgency.st_03 td:first-child {
        text-align: left; }
      .price_bottom .tb_urgency.st_03 td:nth-child(2) {
        color: #FF1D1D;
        background-color: #EDFFFE; }
        @media screen and (max-width: 767px) {
          .price_bottom .tb_urgency.st_03 td:nth-child(2) {
            font-size: 1.1rem; } }
      .price_bottom .tb_urgency.st_03 td .fs20 {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .price_bottom .tb_urgency.st_03 td .fs20 {
            font-size: 1.2rem; } }
  .price_bottom__text02 {
    font-size: 1.8rem;
    line-height: 27px;
    color: #222222;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .price_bottom__text02 {
        font-size: 1.2rem;
        line-height: 19px;
        margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .price_bottom .c-tt07.st01 span {
      font-size: 1.6rem; } }

.area_top {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F4F3F1; }
  @media screen and (max-width: 767px) {
    .area_top {
      padding-top: 30px;
      padding-bottom: 0; } }
  .area_top__flex {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .area_top__flex {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .area_top__flex > li {
        display: flex;
        flex-direction: column;
        margin-bottom: 35px; } }
  .area_top .nav_05__text {
    font-size: 2.4rem;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .area_top .nav_05__text {
        order: 2;
        font-size: 1.4rem;
        line-height: 21px; } }
  .area_top__img {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .area_top__img {
        order: 1;
        margin-top: 0;
        margin-bottom: 15px; } }
    .area_top__img img {
      max-width: 100%; }
  .area_top__text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #222222;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .area_top__text {
        order: 3;
        font-size: 1.4rem;
        line-height: 21px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .area_top .c_nav_drop {
      order: 4; } }
  .area_top .c_nav_drop.auto {
    justify-content: center;
    margin-top: 21px; }
    @media screen and (max-width: 767px) {
      .area_top .c_nav_drop.auto {
        margin-top: 10px; } }

.a_sec_acf {
  margin-top: 50px;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .a_sec_acf {
      margin-bottom: 60px; } }

.list_area li {
  border-bottom: 2px solid #B5B5B5;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .list_area li {
      padding-bottom: 20px;
      margin-bottom: 30px; } }
  .list_area li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.list_area__top {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222222;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .list_area__top {
      font-size: 1.4rem;
      line-height: 19px;
      margin-bottom: 7px;
      font-weight: normal; } }

.list_area__label {
  width: 186px;
  line-height: 40px;
  background-color: #CFA944;
  display: inline-block;
  font-size: 2.2rem;
  text-align: center;
  color: #222222;
  margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .list_area__label {
      font-size: 1.4rem;
      width: auto;
      line-height: 20px;
      padding: 2px 9px; } }
  .list_area__label.bg_blue {
    background-color: #72B7EC; }
  .list_area__label.bg_yellow {
    background-color: #CA9E2A; }
  .list_area__label.list_area__label.bg_black {
    background-color: #000000;
    color: #fff; }
  .list_area__label.list_area__label.bg_green {
    background-color: #688F0B; }

.list_area__title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .list_area__title {
      font-size: 1.8rem;
      line-height: 24px;
      margin-bottom: 15px; } }

.list_area__img {
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .list_area__img {
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; } }
  .list_area__img img {
    max-width: 100%; }
  .list_area__img__item {
    width: 510px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .list_area__img__item {
        width: 255px; } }
    .list_area__img__item:nth-child(2) {
      float: right;
      position: relative;
      margin-left: 60px; }
      @media screen and (max-width: 767px) {
        .list_area__img__item:nth-child(2) {
          margin-left: 0;
          margin-top: 25px; } }
      .list_area__img__item:nth-child(2)::before {
        content: '';
        border-top: 52px solid transparent;
        border-bottom: 52px solid transparent;
        border-left: 30px solid #CFA944;
        position: absolute;
        left: -45px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .list_area__img__item:nth-child(2)::before {
            border-left: 26px solid transparent;
            border-right: 26px solid transparent;
            border-top: 15px solid #CFA944;
            top: -19px;
            left: 50%;
            transform: translateX(-50%); } }
    .list_area__img__item__text {
      font-size: 1.8rem;
      width: 170px;
      text-align: center;
      font-weight: 700;
      background-color: rgba(207, 169, 68, 0.8);
      line-height: 36px;
      color: #0c0c0c;
      letter-spacing: 1px;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .list_area__img__item__text {
          font-size: 1.1rem;
          line-height: 18px;
          width: 85px; } }

.list_area__cont {
  *zoom: 1; }
  .list_area__cont:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .list_area__cont {
      display: flex;
      flex-direction: column; } }

.list_area__dl {
  max-width: 515px;
  float: left; }
  @media screen and (max-width: 767px) {
    .list_area__dl {
      width: 100%;
      float: none;
      order: 2; } }
  .list_area__dl dt {
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: 0.05rem;
    color: #B28E2E;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .list_area__dl dt {
        font-size: 1.8rem;
        line-height: 19px; } }
    .list_area__dl dt::before {
      content: '';
      width: 28px;
      height: 28px;
      background-image: url("../images/area/icon_checkbox.png");
      background-size: contain;
      display: inline-block;
      margin-right: 7px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .list_area__dl dt::before {
          width: 14px;
          height: 14px; } }
  .list_area__dl dd {
    font-size: 2rem;
    line-height: 34px;
    color: #222222;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .list_area__dl dd {
        font-size: 1.6rem;
        line-height: 28px; } }

.list_area__text {
  width: 510px;
  text-align: left;
  float: right;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .list_area__text {
      width: 100%;
      float: none;
      order: 1;
      margin-bottom: 15px; } }
  .list_area__text span {
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #CFA944;
    display: table; }
    @media screen and (max-width: 767px) {
      .list_area__text span {
        font-size: 1.4rem; } }

.list_area__bot {
  float: right;
  width: 510px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .list_area__bot {
      width: 100%;
      float: none;
      order: 3; } }
  .list_area__bot dt {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .list_area__bot dt {
        font-size: 1.8rem;
        line-height: 19px; } }
  .list_area__bot dd {
    font-size: 2.4rem;
    line-height: 38px;
    font-weight: 700;
    color: #FF2727;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .list_area__bot dd {
        font-size: 1.5rem;
        line-height: 24px; } }
    .list_area__bot dd span {
      font-size: 5.4rem;
      font-family: "Arial", sans-serif; }
      @media screen and (max-width: 767px) {
        .list_area__bot dd span {
          font-size: 3.5rem; } }

.list_area__gr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background-color: #F7F2E4;
  padding: 30px 0 10px;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .list_area__gr {
      order: 4;
      flex-direction: column;
      align-items: center;
      padding: 20px 20px 10px; } }
  .list_area__gr__left {
    display: flex; }
    @media screen and (max-width: 767px) {
      .list_area__gr__left {
        margin-bottom: 10px; } }
  .list_area__gr__dl dt {
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .list_area__gr__dl dt {
        font-size: 1.6rem;
        line-height: 19px;
        text-align: left; } }
  .list_area__gr__dl dd {
    font-size: 2.4rem;
    font-weight: 700;
    color: #B28E2E;
    text-align: center;
    line-height: 70px; }
    @media screen and (max-width: 767px) {
      .list_area__gr__dl dd {
        font-size: 1.4rem;
        line-height: 19px;
        text-align: left;
        white-space: nowrap; } }
    .list_area__gr__dl dd span {
      font-size: 4rem;
      font-family: "Arial", sans-serif; }
      @media screen and (max-width: 767px) {
        .list_area__gr__dl dd span {
          font-size: 2rem; } }
  .list_area__gr__dl.st01 dd {
    color: #FF2727; }
  @media screen and (max-width: 767px) {
    .list_area__gr__dl.st02 {
      width: 80%; } }
  .list_area__gr__dl.st02 dd {
    color: #FF2727; }
    .list_area__gr__dl.st02 dd span {
      font-size: 6rem; }
      @media screen and (max-width: 767px) {
        .list_area__gr__dl.st02 dd span {
          font-size: 3rem; } }
  .list_area__gr__fs01 {
    font-size: 3rem;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .list_area__gr__fs01 {
        font-size: 1.4rem;
        line-height: 19px; } }
  .list_area__gr__fs02 {
    font-size: 4rem;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
    font-family: "Arial", sans-serif;
    margin: 0 50px 0 25px; }
    @media screen and (max-width: 767px) {
      .list_area__gr__fs02 {
        font-size: 3rem;
        line-height: 22px;
        margin: 0 15px 0 0; } }

.c_l_blue {
  background-color: #59A3DB; }

.c_l_black {
  background-color: #000;
  color: #fff; }

.c_l_green {
  background-color: #688F0B; }

.reason .r_sec01 {
  padding-top: 60px;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .reason .r_sec01 {
      padding-top: 10px;
      margin-bottom: 25px; } }
  .reason .r_sec01__tt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 52px;
    color: #222222;
    margin-bottom: 85px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec01__tt {
        font-size: 1.6rem;
        line-height: 28px;
        margin-bottom: 30px; } }
    .reason .r_sec01__tt span {
      color: #ff0000;
      text-decoration: underline; }
  .reason .r_sec01__box {
    background-color: #f5efdf;
    padding: 60px 100px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec01__box {
        padding: 20px 10px; } }
    .reason .r_sec01__box__top {
      font-size: 2.4rem;
      color: #fff;
      display: table;
      margin: 0 auto;
      letter-spacing: 1px;
      font-weight: 700;
      border-radius: 23px;
      background-color: #06837F;
      padding: 10px 36px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec01__box__top {
          font-size: 2rem;
          line-height: 26px;
          padding: 6px 17px; } }
    .reason .r_sec01__box__tt {
      font-size: 2.4rem;
      line-height: 42px;
      text-align: center;
      color: #222222;
      font-weight: 700;
      margin-bottom: 40px;
      margin-top: 17px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec01__box__tt {
          font-size: 1.6rem;
          line-height: 26px;
          text-align: left;
          letter-spacing: 0.05rem;
          margin-bottom: 10px;
          margin-top: 10px; } }
      .reason .r_sec01__box__tt p {
        background-color: #FFFEC0;
        display: table;
        margin: 0 auto;
        line-height: 1;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .reason .r_sec01__box__tt p {
            display: none; } }
      .reason .r_sec01__box__tt span {
        color: #FF2626; }
        @media screen and (max-width: 767px) {
          .reason .r_sec01__box__tt span {
            background-color: #FFFEC0; }
            .reason .r_sec01__box__tt span.color_normal {
              color: #222222;
              background: none; } }
    .reason .r_sec01__box__text {
      font-size: 2rem;
      line-height: 42px;
      letter-spacing: 0.05rem;
      color: #222222; }
      @media screen and (max-width: 767px) {
        .reason .r_sec01__box__text {
          font-size: 1.6rem;
          line-height: 28px; } }

.reason .r_sec02 {
  padding-top: 105px;
  background: url(../images/urgency/s4_background.png) center;
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .reason .r_sec02 {
      padding-bottom: 20px;
      padding-top: 30px; } }
  .reason .r_sec02 .s_sec03__top::after {
    display: none; }
  .reason .r_sec02 .nav_09 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02 .nav_09 {
        margin-bottom: 25px; } }
    .reason .r_sec02 .nav_09--style01 {
      margin-bottom: 0;
      margin-top: 63px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02 .nav_09--style01 {
          margin-top: 20px; } }
      .reason .r_sec02 .nav_09--style01 li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .reason .r_sec02 .nav_09--box {
      margin-bottom: 40px; }
  .reason .r_sec02 .nav_06 {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02 .nav_06 {
        margin-top: 15px; } }
  .reason .r_sec02__box {
    margin-top: 40px;
    position: relative;
    height: 195px;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02__box {
        height: 95px;
        padding-top: 15px;
        width: 305px;
        margin: 20px auto; } }
    .reason .r_sec02__box__img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0%;
      z-index: 0; }
      .reason .r_sec02__box__img img {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .reason .r_sec02__box__img img {
            height: 100%;
            object-fit: contain; } }
    .reason .r_sec02__box__text {
      font-size: 2.2rem;
      text-align: center;
      letter-spacing: 0.05rem;
      font-weight: 700;
      line-height: 29px;
      color: #222222;
      position: relative;
      z-index: 2;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__box__text {
          font-size: 1.2rem;
          line-height: 19px;
          margin-bottom: 5px;
          display: table;
          margin-left: auto;
          margin-right: 20px; } }
    .reason .r_sec02__box__tt {
      font-size: 4rem;
      letter-spacing: 0.05rem;
      line-height: 1;
      color: #222222;
      font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
      font-weight: 700;
      text-align: center;
      position: relative;
      z-index: 2;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__box__tt {
          font-size: 1.8rem;
          line-height: 19px;
          display: table;
          margin-left: auto;
          margin-right: 17px;
          margin-bottom: 5px; } }
      .reason .r_sec02__box__tt span {
        color: #A50000; }
    .reason .r_sec02__box__link {
      font-size: 2rem;
      font-weight: 700;
      color: #fff;
      border-radius: 16px;
      line-height: 31px;
      width: 196px;
      text-align: center;
      display: block;
      background: url("../images/common/icon_arrow01.png") no-repeat center;
      background-size: 16px 16px;
      background-position: left 25px center;
      background-color: #A50000;
      padding-left: 10px;
      position: relative;
      z-index: 2;
      margin-left: auto;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__box__link {
          font-size: 1.2rem;
          line-height: 18px;
          width: 109px;
          background-size: 10px 10px;
          background-position: left 15px center;
          margin-right: 45px; } }
    .reason .r_sec02__box a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  .reason .r_sec02__content {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02__content {
        margin-bottom: 30px; } }
  .reason .r_sec02__dl {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px 45px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02__dl {
        padding: 25px 0;
        margin-top: 15px; } }
    .reason .r_sec02__dl dt {
      width: calc(100% - 465px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px dashed #222222; }
      @media (min-width: 768px) {
        .reason .r_sec02__dl dt:nth-last-child(-n+2) {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__dl dt {
          width: 100%;
          margin-bottom: 15px;
          border-bottom: 0;
          padding-bottom: 0; } }
    .reason .r_sec02__dl dd {
      width: 465px;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px dashed #222222; }
      .reason .r_sec02__dl dd:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__dl dd {
          width: 100%;
          text-align: center;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px dashed #C9C9C9; }
          .reason .r_sec02__dl dd:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0; } }
      .reason .r_sec02__dl dd img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .reason .r_sec02__dl dd img {
            max-width: 238px; } }
    .reason .r_sec02__dl__point {
      font-size: 1.8rem;
      font-weight: 700;
      display: table;
      letter-spacing: 0.05rem;
      text-align: center;
      color: #222222;
      background: url("../images/reason/bg_text.png") center no-repeat;
      background-size: contain;
      line-height: 1;
      width: 75px;
      margin: 0 auto;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__dl__point {
          font-size: 0.9rem;
          margin-bottom: 15px; } }
      .reason .r_sec02__dl__point span {
        display: block;
        font-size: 4rem;
        text-align: center;
        line-height: 1;
        padding-bottom: 7px; }
        @media screen and (max-width: 767px) {
          .reason .r_sec02__dl__point span {
            font-size: 2rem; } }
    .reason .r_sec02__dl__text {
      font-size: 2.6rem;
      font-weight: 700;
      text-align: center;
      color: #222222;
      line-height: 42px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__dl__text {
          font-size: 1.8rem;
          line-height: 26px; } }
  .reason .r_sec02__nav {
    padding: 40px 38px 45px;
    background-color: #F5EFDF;
    border-radius: 5px;
    border: 2px solid #DFBB5B;
    display: flex;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02__nav {
        flex-direction: column;
        padding: 20px;
        border: 1px solid #DFBB5B;
        margin-bottom: 30px; } }
    .reason .r_sec02__nav li {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__nav li {
          width: 100%; } }
    .reason .r_sec02__nav__top {
      display: table;
      border-radius: 22px;
      background-color: #EC871D;
      font-size: 2.6rem;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 700;
      width: 368px;
      line-height: 45px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__nav__top {
          font-size: 1.2rem;
          width: 189px;
          line-height: 23px;
          margin: 0 auto; } }
    .reason .r_sec02__nav__tt {
      font-size: 3.6rem;
      line-height: 60px;
      color: #222222;
      font-weight: normal;
      margin-bottom: 15px;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__nav__tt {
          font-size: 1.8rem;
          line-height: 30px;
          text-align: center;
          margin: 8px 0; } }
      .reason .r_sec02__nav__tt span {
        font-weight: 700;
        background-color: #FFEAB2;
        color: #FF0707; }
    .reason .r_sec02__nav__text {
      font-size: 1.8rem;
      line-height: 32px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #222222; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__nav__text {
          font-size: 1.2rem;
          line-height: 18px;
          text-align: center; } }
    .reason .r_sec02__nav__img {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .reason .r_sec02__nav__img {
          margin-top: 10px; } }
      .reason .r_sec02__nav__img img {
        width: 100%; }
  .reason .r_sec02 .lst_reason {
    margin-top: 60px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02 .lst_reason {
        margin-bottom: 20px;
        margin-top: 15px; } }
  .reason .r_sec02 .btn_01, .reason .r_sec02 .btn_02 {
    max-width: 495px;
    line-height: 85px;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .reason .r_sec02 .btn_01, .reason .r_sec02 .btn_02 {
        font-size: 1.6rem;
        line-height: 54px;
        max-width: 260px; } }
  @media screen and (max-width: 767px) {
    .reason .r_sec02 .c-tt07 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .reason .r_sec02 .btn_02 {
      max-width: 310px; } }

.reason .r_sec03 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .reason .r_sec03 {
      padding: 25px 0; } }
  .reason .r_sec03 .nav_02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec03 .nav_02 {
        margin-bottom: 0; } }

.reason .r_sec04 {
  padding-top: 100px;
  background: url(../images/reason/bg.png) center;
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .reason .r_sec04 {
      padding-top: 30px;
      padding-bottom: 20px; } }
  .reason .r_sec04__top {
    text-align: center; }
    .reason .r_sec04__top img {
      max-width: 100%; }
  .reason .r_sec04__tt {
    font-size: 2.8rem;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05rem;
    margin-top: 55px;
    margin-bottom: 55px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; }
    @media screen and (max-width: 767px) {
      .reason .r_sec04__tt {
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 15px; } }
    .reason .r_sec04__tt span {
      color: #FF3B00;
      background-color: #FFEFB8; }

.reason .r_sec05 {
  padding-top: 80px;
  padding-bottom: 0;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .reason .r_sec05 {
      padding-top: 35px;
      padding-bottom: 30px; } }
  .reason .r_sec05 .c-tt01 img {
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec05 .c-tt01 img {
        width: 33px;
        position: absolute;
        left: -40px;
        top: 0px; } }
  .reason .r_sec05 .c-tt01 {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec05 .c-tt01 {
        margin-bottom: 50px; } }
  .reason .r_sec05 .s_sec03__nav {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .reason .r_sec05 .s_sec03__nav {
        margin-bottom: 20px; } }

.reason .sec08.bg {
  padding-top: 85px; }
  @media screen and (max-width: 767px) {
    .reason .sec08.bg {
      padding-top: 30px; } }

.lst_reason {
  padding-bottom: 30px;
  border-bottom: 1px solid #B8B8B8; }
  @media screen and (max-width: 767px) {
    .lst_reason {
      padding-bottom: 18px;
      border-bottom: 0; } }
  .lst_reason__top {
    font-size: 2.4rem;
    color: #222222;
    line-height: 38px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .lst_reason__top {
        font-size: 1.8rem;
        line-height: 26px;
        padding-left: 95px;
        position: relative; } }
    .lst_reason__top span {
      color: #fff;
      font-size: 2rem;
      width: 124px;
      line-height: 36px;
      margin-right: 15px;
      background-color: #CFA944;
      display: inline-block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .lst_reason__top span {
          font-size: 1.4rem;
          width: 86px;
          line-height: 18px;
          padding: 4px 9px;
          margin-right: 9px;
          font-weight: normal;
          position: absolute;
          left: 0;
          top: 0; } }
  .lst_reason__tt {
    font-size: 2rem;
    line-height: 38px;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lst_reason__tt {
        margin-top: 8px;
        font-size: 1.4rem;
        line-height: 19px;
        margin-bottom: 7px; } }
  .lst_reason__img img {
    max-width: 100%; }
  .lst_reason__content {
    margin-top: 20px; }
    .lst_reason__content dl {
      margin-bottom: 4px;
      display: flex; }
      .lst_reason__content dl dt {
        font-size: 2rem;
        color: #222222;
        font-weight: 700;
        line-height: 38px;
        padding-left: 30px;
        background: url("../images/reason/icon_checkbox.png") no-repeat center;
        background-size: 24px 24px;
        background-position: left center;
        width: 170px; }
        @media screen and (max-width: 767px) {
          .lst_reason__content dl dt {
            font-size: 1.6rem;
            line-height: 19px;
            background-size: 16px 16px;
            width: 140px;
            padding-left: 22px; } }
      .lst_reason__content dl dd {
        font-size: 2rem;
        color: #222222;
        font-weight: 700;
        line-height: 38px; }
        @media screen and (max-width: 767px) {
          .lst_reason__content dl dd {
            font-size: 1.6rem;
            line-height: 19px; } }
        .lst_reason__content dl dd.color_01 {
          color: #CFA944; }
          @media screen and (max-width: 767px) {
            .lst_reason__content dl dd.color_01 {
              font-size: 1.4rem; } }
          .lst_reason__content dl dd.color_01 span {
            font-size: 3rem; }
            @media screen and (max-width: 767px) {
              .lst_reason__content dl dd.color_01 span {
                font-size: 1.8rem; } }
        .lst_reason__content dl dd.color_02 {
          color: #FF081F;
          padding-left: 19px; }
          @media screen and (max-width: 767px) {
            .lst_reason__content dl dd.color_02 {
              font-size: 1.4rem;
              padding-left: 10px; } }
          .lst_reason__content dl dd.color_02 span {
            font-size: 3rem; }
            @media screen and (max-width: 767px) {
              .lst_reason__content dl dd.color_02 span {
                font-size: 1.8rem; } }

.list_re_dl {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .list_re_dl {
      margin-bottom: 10px; } }
  .list_re_dl dt {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 36px;
    padding: 20px 35px;
    background-color: #138576; }
    @media screen and (max-width: 767px) {
      .list_re_dl dt {
        font-size: 1.8rem;
        line-height: 23px;
        padding: 7px 15px; } }
  .list_re_dl dd {
    border: 5px solid #138576;
    padding: 40px 35px 30px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media screen and (max-width: 767px) {
      .list_re_dl dd {
        padding: 10px 15px;
        border: 2px solid #138576; } }
    .list_re_dl dd h4 {
      font-size: 2.6rem;
      line-height: 34px;
      color: #138576;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .list_re_dl dd h4 {
          font-size: 1.8rem;
          line-height: 21px;
          margin-bottom: 5px; } }
    .list_re_dl dd p {
      font-size: 1.8rem;
      line-height: 32px;
      color: #222222;
      letter-spacing: 0.05rem; }
      @media screen and (max-width: 767px) {
        .list_re_dl dd p {
          font-size: 1.6rem;
          line-height: 28px; } }

.f_sec01 {
  padding-top: 75px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .f_sec01 {
      padding-top: 30px;
      margin-bottom: 30px; } }
  .f_sec01__tt {
    font-size: 2.4rem;
    color: #222222;
    line-height: 52px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .f_sec01__tt {
        font-size: 1.8rem;
        line-height: 30px;
        letter-spacing: 0.05rem; } }
    .f_sec01__tt span {
      color: #FF0000;
      background-color: #FFFEC0; }
  .f_sec01 .nav_flow {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .f_sec01 .nav_flow {
        margin-top: 15px; } }
  .f_sec01__box {
    background-color: #fff;
    padding: 60px 90px;
    border: 1px solid #138576;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .f_sec01__box {
        margin-top: 20px;
        padding: 15px; } }
    .f_sec01__box__head {
      font-size: 2.4rem;
      line-height: 46px;
      color: #fff;
      display: table;
      margin: 0 auto;
      border-radius: 23px;
      background-color: #06837F;
      padding: 0 38px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .f_sec01__box__head {
          font-size: 1.6rem;
          line-height: 23px;
          border-radius: 12px;
          padding: 0 17px;
          margin-bottom: 15px; } }
    .f_sec01__box__text {
      font-size: 2rem;
      line-height: 42px;
      color: #333333;
      letter-spacing: 0.05rem; }
      @media screen and (max-width: 767px) {
        .f_sec01__box__text {
          font-size: 1.6rem;
          line-height: 26px; } }
      .f_sec01__box__text span {
        font-weight: 700;
        text-decoration: underline; }
  .f_sec01 table, .f_sec01 input, .f_sec01 textarea, .f_sec01 select, .f_sec01 option, .f_sec01 button, .f_sec01 h1, .f_sec01 h2, .f_sec01 h3, .f_sec01 h4, .f_sec01 h5, .f_sec01 h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important; }

.f_sec02 {
  background-color: #F5EFDF;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .f_sec02 {
      padding: 20px 0; } }

.f_sec03 {
  padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    .f_sec03 {
      padding-top: 20px; } }
  .f_sec03 .cta_02 {
    margin-top: 85px; }
    @media screen and (max-width: 767px) {
      .f_sec03 .cta_02 {
        margin-top: 20px; } }
  .f_sec03 .u_arrow {
    border-left: 93px solid transparent;
    border-right: 93px solid transparent;
    border-top: 63px solid #CFA944;
    margin-top: 40px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .f_sec03 .u_arrow {
        margin: 20px auto 0;
        border-left: 47px solid transparent;
        border-right: 47px solid transparent;
        border-top: 32px solid #CFA944; } }
  .f_sec03__content {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .f_sec03__content {
        margin-bottom: 30px; } }
    .f_sec03__content .c-tt07 {
      margin-top: 60px;
      margin-bottom: 35px; }
      @media screen and (max-width: 767px) {
        .f_sec03__content .c-tt07 {
          margin-top: 20px;
          margin-bottom: 15px;
          font-size: 2rem; } }
    .f_sec03__content .nav_09__text span.color_black {
      text-decoration: none;
      font-weight: 700; }
  .f_sec03__box {
    background-color: #F5EFDF;
    border: 1px solid #138576;
    padding: 50px 90px;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .f_sec03__box {
        padding: 20px 10px;
        margin-top: 15px; } }
    .f_sec03__box__tt {
      font-size: 2.6rem;
      line-height: 38px;
      letter-spacing: 0.05rem;
      font-weight: 700;
      border-radius: 46px;
      color: #fff;
      padding: 8px 60px;
      display: table;
      margin: 0 auto;
      background-color: #06837F;
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 767px) {
        .f_sec03__box__tt {
          font-size: 1.8rem;
          line-height: 23px;
          background-color: transparent;
          color: #06837f;
          padding: 0;
          margin-bottom: 10px; } }
    .f_sec03__box__text {
      font-size: 2rem;
      line-height: 42px;
      letter-spacing: 0.05rem;
      font-weight: 500;
      color: #222222;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .f_sec03__box__text {
          font-size: 1.4rem;
          line-height: 21px;
          color: #333333;
          margin-bottom: 15px; } }
    .f_sec03__box__img {
      text-align: center; }
      .f_sec03__box__img img {
        max-width: 100%; }
  .f_sec03 table, .f_sec03 input, .f_sec03 textarea, .f_sec03 select, .f_sec03 option, .f_sec03 button, .f_sec03 h1, .f_sec03 h2, .f_sec03 h3, .f_sec03 h4, .f_sec03 h5, .f_sec03 h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important; }
  .f_sec03 .nav_09__tt {
    color: #333;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .f_sec03 .nav_09__tt {
        margin-bottom: 10px; } }

.f_sec04 {
  padding: 80px 0;
  background-color: #F4F3F1; }
  @media screen and (max-width: 767px) {
    .f_sec04 {
      padding: 30px 0; } }
  .f_sec04__tt {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 38px;
    color: #0C8B87;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .f_sec04__tt {
        font-size: 1.8rem;
        line-height: 21px;
        margin-bottom: 15px; } }
  .f_sec04__block {
    margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .f_sec04__block {
        margin-bottom: 30px; } }
  .f_sec04 table, .f_sec04 input, .f_sec04 textarea, .f_sec04 select, .f_sec04 option, .f_sec04 button, .f_sec04 h1, .f_sec04 h2, .f_sec04 h3, .f_sec04 h4, .f_sec04 h5, .f_sec04 h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important; }

.f_sec05 {
  margin-top: 100px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .f_sec05 {
      margin-top: 30px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .f_sec05 .s_sec03__top {
      font-size: 1.4rem; } }
  .f_sec05 .s_sec03__top::after {
    display: none; }
  .f_sec05__tt {
    font-size: 3.6rem;
    text-align: center;
    line-height: 54px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    color: #222222;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .f_sec05__tt {
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 25px; } }
    .f_sec05__tt span {
      color: #FF2323;
      background-color: #FFFEC0; }
  .f_sec05 .nav_02 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.nav_flow {
  display: flex;
  justify-content: space-between; }
  .nav_flow li {
    width: 255px;
    border: 2px solid #138576;
    background-color: #F6FFFE;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    padding-bottom: 62px; }
    @media screen and (max-width: 767px) {
      .nav_flow li {
        width: 23.5%;
        padding: 10px 0;
        padding-bottom: 23px;
        border: 1px solid #138576; } }
    .nav_flow li::before {
      content: '';
      background-color: #138777;
      width: 100%;
      height: 42px;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        .nav_flow li::before {
          height: 16px; } }
    .nav_flow li::after {
      content: '';
      width: 13px;
      height: 21px;
      transform: rotate(90deg);
      background-image: url("../images/common/icon_arrow02.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      bottom: 10px; }
      @media screen and (max-width: 767px) {
        .nav_flow li::after {
          width: 7px;
          height: 11px;
          bottom: 3px; } }
    .nav_flow li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .nav_flow li span {
      font-family: "Arial", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      color: #138777;
      display: block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .nav_flow li span {
          font-size: 1rem;
          width: 50px;
          line-height: 13px;
          background-color: #138777;
          border-radius: 3px;
          color: #fff;
          margin: 0 auto; } }
    .nav_flow li figure {
      text-align: center;
      margin: 20px 30px;
      height: 77px;
      line-height: 77px; }
      @media screen and (max-width: 767px) {
        .nav_flow li figure {
          margin: 10px 0;
          line-height: 38px;
          height: 38px; } }
      .nav_flow li figure img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .nav_flow li figure img {
            max-height: 38px; } }
    .nav_flow li p {
      font-size: 2.4rem;
      font-weight: 700;
      letter-spacing: 0.05rem;
      line-height: 32px;
      color: #138777;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .nav_flow li p {
          font-size: 1.2rem;
          line-height: 16px;
          letter-spacing: -1px; } }

.list_flow {
  display: flex;
  padding: 50px;
  background: #fff;
  border: 2px solid #CFA944;
  border-radius: 3px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .list_flow {
      flex-direction: column-reverse;
      padding: 20px;
      border: 1px solid #CFA944;
      margin-bottom: 10px; } }
  .list_flow dt {
    width: calc(100% - 480px);
    padding-right: 50px; }
    @media screen and (max-width: 767px) {
      .list_flow dt {
        width: 100%;
        padding-right: 0;
        margin-top: 15px; } }
  .list_flow dd {
    width: 480px; }
    @media screen and (max-width: 767px) {
      .list_flow dd {
        width: 100%;
        padding: 0 10px; } }
    .list_flow dd img {
      width: 100%; }
  .list_flow__tt {
    font-size: 2.6rem;
    line-height: 38px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .list_flow__tt {
        font-size: 1.8rem;
        line-height: 24px;
        padding-left: 20px;
        margin-bottom: 8px; } }
    .list_flow__tt span {
      color: #FF1111;
      background-color: #FFFEC0; }
    .list_flow__tt img {
      position: absolute;
      left: 0;
      top: 5px; }
      @media screen and (max-width: 767px) {
        .list_flow__tt img {
          width: 16px;
          top: 4px; } }
  .list_flow__text {
    font-size: 1.8rem;
    line-height: 34px;
    letter-spacing: 0.05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .list_flow__text {
        font-size: 1.6rem;
        line-height: 23px; } }
    .list_flow__text span {
      font-weight: 700; }

.flow_qa {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .flow_qa {
      margin-bottom: 5px; } }
  .flow_qa dt {
    background-color: #0C8B87;
    font-size: 2.4rem;
    line-height: 38px;
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .flow_qa dt {
        font-size: 1.4rem;
        line-height: 23px;
        padding: 10px 7px;
        padding-right: 20px;
        padding-left: 22px;
        position: relative; } }
    .flow_qa dt::after {
      content: '';
      font-family: "Arial", sans-serif;
      width: 21px;
      height: 21px;
      background: url("../images/flow/normal.png") no-repeat center;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .flow_qa dt::after {
          width: 11px;
          height: 11px;
          background-size: contain;
          right: 5px; } }
    .flow_qa dt span {
      font-family: "Arial", sans-serif;
      font-size: 2.6rem;
      font-weight: bold;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .flow_qa dt span {
          font-size: 1.4rem;
          line-height: 23px;
          position: absolute;
          left: 7px;
          top: 10px; } }
    .flow_qa dt.active::after {
      content: '';
      background-image: url("../images/flow/open.png"); }
  .flow_qa dd {
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #0C8B87;
    display: flex;
    display: none; }
    .flow_qa dd.open {
      display: flex;
      padding: 10px; }
    .flow_qa dd p {
      font-size: 1.8rem;
      line-height: 32px;
      color: #222222;
      font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .flow_qa dd p {
          font-size: 1.4rem;
          line-height: 23px; } }
  .flow_qa__a {
    font-size: 2.6rem;
    font-family: "Arial", sans-serif;
    line-height: 38px;
    letter-spacing: 0.05rem;
    color: #0C8B87;
    font-weight: bold;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .flow_qa__a {
        font-size: 1.3rem;
        line-height: 19px;
        margin-right: 5px; } }
  .flow_qa__link {
    font-size: 2rem;
    font-weight: 700;
    line-height: 29px;
    color: #222222;
    padding-left: 31px;
    background-image: url("../images/flow/icon_01.png");
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 11px;
    display: table;
    font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .flow_qa__link {
        font-size: 1.1rem;
        line-height: 16px;
        background-size: 11px 11px;
        padding-left: 15px; } }

.fa_sec01 {
  padding-top: 80px;
  background-color: #f4f3f1;
  padding-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .fa_sec01 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .fa_sec01__tt {
    font-size: 2.6rem;
    color: #222222;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .fa_sec01__tt {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 10px; } }
  .fa_sec01__search {
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .fa_sec01__search {
        margin-bottom: 20px; } }
    .fa_sec01__search input {
      appearance: none;
      font-size: 2rem;
      padding: 0 20px;
      width: calc(100% - 200px);
      height: 62px;
      border: 1px solid #022222;
      border-radius: 5px 0 0 5px; }
      @media screen and (max-width: 767px) {
        .fa_sec01__search input {
          font-size: 1.4rem;
          padding: 0 7px;
          height: 31px;
          width: calc(100% - 74px);
          border-radius: 3px 0 0 3px; } }
    .fa_sec01__search button {
      width: 200px;
      display: block;
      cursor: pointer;
      background-color: #111111;
      border-radius: 0 5px 5px 0;
      color: #fff;
      font-size: 2rem;
      background-image: url("../images/faq/icon_magnifier.png");
      background-repeat: no-repeat;
      background-position: left 55px center;
      background-size: 24px 24px;
      padding-left: 20px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .fa_sec01__search button {
          font-size: 1.2rem;
          background-size: 13px 13px;
          width: 72px;
          height: 31px;
          background-position: left 12px center;
          padding-left: 10px;
          border-radius: 0 3px 3px 0; } }
  .fa_sec01 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    opacity: 1;
    /* Firefox */ }
  .fa_sec01 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9a9a9; }
  .fa_sec01 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a9a9a9; }

.fa_sec02 {
  padding: 80px 0 60px; }
  @media screen and (max-width: 767px) {
    .fa_sec02 {
      padding: 30px 0; } }
  .fa_sec02__content {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .fa_sec02__content {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .fa_sec02__content .f_sec04__tt {
        font-size: 2rem; } }
  .fa_sec02 .flow_qa dd {
    background-color: #f4f3f1; }

.case .kv_main__title01 {
  top: 58%; }
  @media (min-width: 768px) and (max-width: 1380px) {
    .case .kv_main__title01 {
      font-size: 4.2vw; } }

.c_sec01 {
  padding-top: 80px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c_sec01 {
      padding-top: 30px;
      padding-bottom: 0; } }
  .c_sec01__tt {
    font-size: 2.4rem;
    line-height: 52px;
    color: #222222;
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 80px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .c_sec01__tt {
        font-size: 1.8rem;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 30px; } }

.c_sec03 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .c_sec03 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .c_sec03 .nav_02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c_sec03 .nav_02 {
        margin-bottom: 10px; } }

.v_sec01 {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .v_sec01 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .v_sec01__tt {
    font-size: 2.4rem;
    color: #222222;
    line-height: 52px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .v_sec01__tt {
        font-size: 1.8rem;
        text-align: left;
        line-height: 30px;
        padding-bottom: 22px;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .lst_voice {
    margin-bottom: 10px; } }

.lst_voice li {
  background-color: #f1f9ff;
  padding: 50px 60px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .lst_voice li {
      padding: 20px 15px;
      margin-bottom: 10px; } }

.lst_voice__top {
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .lst_voice__top {
      flex-direction: column;
      margin-top: 15px;
      margin-bottom: 10px; } }
  .lst_voice__top dt {
    width: 460px; }
    @media screen and (max-width: 767px) {
      .lst_voice__top dt {
        width: 100%; } }
    .lst_voice__top dt img {
      width: 100%; }
  .lst_voice__top dd {
    width: calc(100% - 460px);
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .lst_voice__top dd {
        width: 100%;
        padding-left: 0;
        margin-top: 15px; } }

.lst_voice__cat {
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 0.05rem;
  color: #fff;
  background-color: #cb9e27;
  display: inline-block;
  padding: 2px 25px; }
  @media screen and (max-width: 767px) {
    .lst_voice__cat {
      font-size: 1.2rem;
      line-height: 19px;
      padding: 2px 12px; } }

.lst_voice__tt {
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 0.05rem;
  color: #222222;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .lst_voice__tt {
      font-size: 1.6rem;
      line-height: 19px;
      margin-top: 8px;
      margin-bottom: 10px; } }

.lst_voice__text {
  font-size: 1.8rem;
  line-height: 38px;
  color: #222222; }
  @media screen and (max-width: 767px) {
    .lst_voice__text {
      font-size: 1.6rem;
      line-height: 28px; } }

.lst_voice__bottom {
  background-color: #fff; }
  .lst_voice__bottom dt {
    font-size: 2.4rem;
    line-height: 28px;
    color: #05528b;
    font-weight: 700;
    padding: 20px;
    border-bottom: 1px solid #d8d8d8; }
    @media screen and (max-width: 767px) {
      .lst_voice__bottom dt {
        font-size: 1.4rem;
        line-height: 14px;
        padding: 10px 15px; } }
    .lst_voice__bottom dt img {
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        .lst_voice__bottom dt img {
          width: 19px;
          margin-right: 8px; } }
  .lst_voice__bottom dd {
    display: flex;
    align-items: center;
    padding: 20px 20px 30px; }
    @media screen and (max-width: 767px) {
      .lst_voice__bottom dd {
        flex-direction: column;
        padding: 10px 15px; } }
    .lst_voice__bottom dd p {
      font-size: 1.8rem;
      color: #222222;
      line-height: 38px;
      width: calc(100% - 151px);
      padding-left: 25px; }
      @media screen and (max-width: 767px) {
        .lst_voice__bottom dd p {
          width: 100%;
          padding-left: 0;
          font-size: 1.6rem;
          line-height: 28px; } }
  .lst_voice__bottom__img {
    width: 151px; }
    @media screen and (max-width: 767px) {
      .lst_voice__bottom__img {
        width: 75px;
        margin-bottom: 12px; } }
    .lst_voice__bottom__img img {
      width: 100%; }

.v_c_blue {
  background-color: #59A3DB; }

.v_c_black {
  background-color: #000; }

.v_c_green {
  background-color: #688F0B; }

@media screen and (max-width: 767px) {
  .ihinseiri .s_sec03__top {
    font-size: 1.4rem;
    padding: 5px 30px; } }

.ihinseiri .s_sec03__top::after {
  display: none; }

.i_sec01 {
  background-color: #f5efdf;
  padding: 60px 0 80px; }
  @media screen and (max-width: 767px) {
    .i_sec01 {
      padding: 21px 0; } }
  .i_sec01__content {
    margin-top: 55px;
    border-top: 1px solid silver;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec01__content {
        margin-top: 20px;
        padding-top: 20px; } }
  .i_sec01__tt {
    font-size: 2.4rem;
    color: #222222;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .i_sec01__tt {
        font-size: 1.2rem;
        line-height: 21px; } }
    .i_sec01__tt span {
      font-size: 3rem;
      color: #ff1d1d; }
      @media screen and (max-width: 767px) {
        .i_sec01__tt span {
          font-size: 1.5rem; } }

.i_sec02 {
  margin-top: 90px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .i_sec02 {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .i_sec02 .c-tt01 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec02 .c-tt01 {
        margin-bottom: 19px; } }
  .i_sec02__box {
    width: 960px;
    background-image: url(../images/ihinseiri/s2_img01.png);
    padding-top: 70px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 29px;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .i_sec02__box {
        padding: 15px 15px 8px;
        width: 100%;
        background-image: url(../images/ihinseiri/s2_img01_sp.png); } }
    .i_sec02__box::after {
      content: '';
      width: 390px;
      height: 335px;
      background-image: url("../images/ihinseiri/s2_img.png");
      background-size: contain;
      position: absolute;
      right: 5px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .i_sec02__box::after {
          display: none; } }
    .i_sec02__box__tt {
      font-size: 2.4rem;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      color: #30b2f1;
      font-weight: 700;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .i_sec02__box__tt {
          font-size: 1.8rem;
          line-height: 28px;
          margin-bottom: 10px; } }
    .i_sec02__box__text {
      font-size: 3.4rem;
      color: #222222;
      font-weight: 700;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      margin-bottom: 35px; }
      @media screen and (max-width: 767px) {
        .i_sec02__box__text {
          font-size: 1.6rem;
          margin-bottom: 28px; } }
  .i_sec02 .list_01 {
    background: transparent;
    border: 0;
    padding: 0;
    max-width: 100%; }
    .i_sec02 .list_01 li {
      font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
      color: #022222;
      font-size: 2.2rem;
      margin-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .i_sec02 .list_01 li {
          font-size: 1.6rem;
          padding-left: 20px;
          margin-bottom: 9px; } }
    .i_sec02 .list_01::before {
      border-top: 37px solid #2fb2f1;
      bottom: -85px; }
      @media screen and (max-width: 767px) {
        .i_sec02 .list_01::before {
          border-top: 18px solid #2fb2f1;
          bottom: -34px; } }
  .i_sec02__bot {
    margin-bottom: 65px;
    margin-top: 100px !important; }
    @media screen and (max-width: 767px) {
      .i_sec02__bot {
        margin-top: 40px !important;
        margin-bottom: 17px; } }
    .i_sec02__bot__item {
      width: 525px; }
      @media screen and (max-width: 767px) {
        .i_sec02__bot__item {
          width: 100%; } }
    .i_sec02__bot .s_sec02__img {
      width: 560px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .i_sec02__bot .s_sec02__img {
          width: 193px;
          margin-top: 3px; } }
    .i_sec02__bot__top {
      font-size: 2.4rem;
      letter-spacing: 1px;
      color: #fff;
      background-color: #ff6c00;
      border-radius: 20px;
      line-height: 1;
      padding: 7px 29px;
      display: table;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .i_sec02__bot__top {
          font-size: 1.4rem;
          border-radius: 10px;
          padding: 4px 15px;
          margin: 0 auto; } }
    .i_sec02__bot__tt {
      font-size: 3rem;
      line-height: 48px;
      font-weight: 700;
      color: #222222;
      letter-spacing: 0.05rem;
      margin-bottom: 30px;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .i_sec02__bot__tt {
          font-size: 1.8rem;
          text-align: center;
          line-height: 28px;
          margin-top: 7px;
          margin-bottom: 20px; } }
      .i_sec02__bot__tt span {
        font-size: 3.6rem;
        color: #ff0404;
        background-color: #fff9c2; }
        @media screen and (max-width: 767px) {
          .i_sec02__bot__tt span {
            font-size: 1.8rem; } }
    .i_sec02__bot__text {
      font-size: 1.8rem;
      color: #222222;
      line-height: 36px;
      letter-spacing: 0.05rem; }
      @media screen and (max-width: 767px) {
        .i_sec02__bot__text {
          font-size: 1.6rem;
          line-height: 28px; } }
      .i_sec02__bot__text span {
        font-weight: 700;
        color: #ff2d17;
        background-color: #fff9c2; }
  .i_sec02__gr {
    background-color: #fffce2;
    padding: 60px 60px 45px;
    border-radius: 5px;
    border: 1px solid #b3874c; }
    @media screen and (max-width: 767px) {
      .i_sec02__gr {
        padding: 11px 15px;
        border-radius: 3px; } }
    .i_sec02__gr .sec07__dl__nav {
      padding-bottom: 0;
      padding-top: 40px; }
      @media screen and (max-width: 767px) {
        .i_sec02__gr .sec07__dl__nav {
          padding: 15px 0 0; } }
    .i_sec02__gr .c-tt07 {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 767px) {
        .i_sec02__gr .c-tt07 {
          font-size: 1.8rem;
          background: none;
          color: #cfa944;
          padding: 0; }
          .i_sec02__gr .c-tt07 span {
            color: #222222;
            font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .i_sec02__gr .sec07__dl__nav__img {
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .i_sec02__gr .sec07__dl__nav__text {
        font-size: 1.4rem;
        line-height: 19px; }
        .i_sec02__gr .sec07__dl__nav__text span {
          font-size: 1.2rem; } }

.i_sec03 {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .i_sec03 {
      margin-bottom: 30px; } }
  .i_sec03 .c-tt01 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec03 .c-tt01 {
        margin-bottom: 15px; } }
    .i_sec03 .c-tt01 span {
      color: #ff2b2b; }
  .i_sec03__text {
    font-size: 1.8rem;
    line-height: 38px;
    color: #222222;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec03__text {
        font-size: 1.6rem;
        line-height: 28px;
        text-align: left;
        margin-bottom: 15px; } }
    .i_sec03__text .text_color {
      color: #ff4141;
      font-weight: 700;
      background-color: #fff9c2; }
  @media screen and (max-width: 767px) {
    .i_sec03 .nav_06--col_5 li {
      border-radius: 3px 3px 0 0; } }
  @media screen and (max-width: 767px) {
    .i_sec03 .nav_06--col_5 .nav_06__img {
      height: 83px; } }
  .i_sec03 .nav_06--col_5 .nav_06__text {
    font-size: 1.8rem;
    padding: 9px 10px; }
    @media screen and (max-width: 767px) {
      .i_sec03 .nav_06--col_5 .nav_06__text {
        font-size: 1.25rem;
        padding: 5px 10px; } }
  .i_sec03 .r_sec02__box {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .i_sec03 .r_sec02__box {
        margin-bottom: 20px;
        margin-top: 10px; } }
  .i_sec03 .c-tt04 {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .i_sec03 .c-tt04 {
        font-size: 1.8rem;
        line-height: 19px;
        margin-bottom: 20px; } }
    .i_sec03 .c-tt04 span {
      color: #ff2626; }
  .i_sec03__gr {
    background-color: #F2F2F2;
    padding: 40px 50px; }
    @media screen and (max-width: 767px) {
      .i_sec03__gr {
        border: 0;
        padding: 20px 15px 5px; } }
  .i_sec03__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .i_sec03__list {
        justify-content: flex-start; } }
    .i_sec03__list li {
      font-size: 2.2rem;
      color: #022222;
      font-weight: 500;
      position: relative;
      padding-left: 30px;
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .i_sec03__list li {
          font-size: 1.4rem;
          line-height: 16px;
          margin-bottom: 10px;
          margin-right: 7px;
          padding-left: 20px; } }
      .i_sec03__list li:last-child {
        margin-right: 0; }
      .i_sec03__list li:before {
        content: '';
        width: 22px;
        height: 20px;
        background: url(../images/common/icon_checkmark.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 3px; }
        @media screen and (max-width: 767px) {
          .i_sec03__list li:before {
            width: 11px;
            height: 10px; } }

.i_sec04 {
  background-color: #f5efdf;
  padding: 55px 0; }
  @media screen and (max-width: 767px) {
    .i_sec04 {
      padding: 30px 0; } }

.nav_ihin_01 {
  display: flex;
  justify-content: center;
  margin-top: 33px; }
  @media screen and (max-width: 767px) {
    .nav_ihin_01 {
      margin-top: 10px; } }
  .nav_ihin_01 li {
    width: 150px;
    text-align: center;
    margin-right: 25px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_01 li {
        width: 70px;
        margin-right: 10px; } }
    .nav_ihin_01 li:last-child {
      margin-right: 0; }
  .nav_ihin_01__img img {
    max-width: 100%; }
  .nav_ihin_01__text {
    color: #5bb6d5;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_01__text {
        font-size: 1.2rem;
        margin-top: 10px; } }

.i_sec05 {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .i_sec05 {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .i_sec05 .c-tt01 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .i_sec05 .c-tt01 {
        margin-bottom: 15px; } }
  .i_sec05 .c-tt04 {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec05 .c-tt04 {
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 12px; } }
  .i_sec05__dl {
    background-color: #F5EFDF;
    padding: 40px 50px 30px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .i_sec05__dl {
        padding: 20px;
        text-align: center;
        margin-bottom: 20px; } }
    .i_sec05__dl dt {
      font-size: 2.4rem;
      text-align: center;
      font-weight: 700;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      letter-spacing: 0.05rem;
      color: #FF2C2C;
      display: table;
      margin: 0 auto 25px;
      background-color: #fff9c2; }
      @media screen and (max-width: 767px) {
        .i_sec05__dl dt {
          font-size: 1.8rem;
          line-height: 28px;
          display: inline;
          text-align: center; } }
    .i_sec05__dl dd {
      font-size: 1.8rem;
      color: #222222;
      line-height: 38px; }
      @media screen and (max-width: 767px) {
        .i_sec05__dl dd {
          font-size: 1.6rem;
          line-height: 28px;
          text-align: left;
          margin-top: 5px; } }
  .i_sec05__top {
    display: table;
    margin: 0 auto;
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    font-weight: 700;
    line-height: 35px;
    padding: 0 28px;
    background-color: #FF6C00;
    border-radius: 17px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .i_sec05__top {
        font-size: 1.2rem;
        padding: 0 15px;
        line-height: 18px; } }
  .i_sec05 .c-tt07 {
    line-height: 48px;
    margin-top: 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .i_sec05 .c-tt07 {
        font-size: 1.8rem;
        line-height: 30px;
        margin-top: 7px;
        margin-bottom: 4px; } }
    .i_sec05 .c-tt07 span {
      color: #FF3E32;
      background-color: #FFF9C2;
      font-size: 3.6rem; }
      @media screen and (max-width: 767px) {
        .i_sec05 .c-tt07 span {
          font-size: 1.8rem; } }
  .i_sec05__text {
    font-size: 2rem;
    color: #222222;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .i_sec05__text {
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 8px; } }
  .i_sec05__text02 {
    font-size: 1.8rem;
    color: #222222;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .i_sec05__text02 {
        font-size: 1.4rem;
        line-height: 23px;
        margin-bottom: 15px; } }
  .i_sec05__img {
    text-align: center;
    margin: 50px 0 80px; }
    @media screen and (max-width: 767px) {
      .i_sec05__img {
        margin: 15px 0 30px; } }
    .i_sec05__img img {
      max-width: 100%; }
  @media (min-width: 768px) {
    .i_sec05 .btn_01, .i_sec05 .btn_02 {
      max-width: 495px;
      line-height: 90px;
      background-image: linear-gradient(to top, #06837f 0%, #28b2ae 100%);
      font-size: 2.4rem; } }

.nav_ihin_02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .nav_ihin_02 {
      margin-bottom: 10px; } }
  .nav_ihin_02 > li {
    border-radius: 5px;
    border: 1px solid #CFA944;
    background-color: #fff;
    width: 525px;
    margin-right: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02 > li {
        width: 100%;
        margin-right: 0;
        border-radius: 3px;
        padding-bottom: 15px;
        margin-bottom: 10px; } }
    .nav_ihin_02 > li:nth-child(2n) {
      margin-right: 0; }
  .nav_ihin_02__top {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 38px;
    padding: 10px;
    background-color: #CFA944; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02__top {
        font-size: 1.8rem;
        line-height: 23px;
        padding: 5px; } }
  .nav_ihin_02__img {
    width: 410px;
    height: 185px;
    margin: 30px auto 25px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02__img {
        width: 205px;
        height: 92px;
        margin: 15px auto; } }
    .nav_ihin_02__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .nav_ihin_02__gr {
    display: flex;
    justify-content: space-between;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02__gr {
        padding: 0 12px; } }
    .nav_ihin_02__gr dl {
      width: 50%; }
      .nav_ihin_02__gr dl dt {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 25px;
        padding: 0 17px;
        border-radius: 12px;
        margin-bottom: 10px;
        display: table; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__gr dl dt {
            font-size: 1.2rem;
            line-height: 16px;
            border-radius: 6px;
            padding: 0 10px; } }
      .nav_ihin_02__gr dl dd {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 38px; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__gr dl dd {
            font-size: 1.4rem;
            line-height: 25px; } }
        .nav_ihin_02__gr dl dd span {
          font-family: "Arial", sans-serif;
          font-size: 4.4rem; }
          @media screen and (max-width: 767px) {
            .nav_ihin_02__gr dl dd span {
              font-size: 2.7rem; } }
    .nav_ihin_02__gr__left {
      position: relative; }
      .nav_ihin_02__gr__left::before {
        content: '';
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 17px solid #666666;
        position: absolute;
        right: -8px;
        bottom: 9px; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__gr__left::before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 11px solid #666666;
            right: -5px; } }
      .nav_ihin_02__gr__left dt {
        color: #666666;
        border: 1px solid #666666; }
      .nav_ihin_02__gr__left dd {
        color: #666666; }
    .nav_ihin_02__gr__right {
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .nav_ihin_02__gr__right {
          padding-left: 12px; } }
      .nav_ihin_02__gr__right dt {
        color: #FF0A0A;
        border: 1px solid #FF0A0A; }
      .nav_ihin_02__gr__right dd {
        color: #FF0A0A; }
  .nav_ihin_02__nav {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02__nav {
        padding: 0 15px;
        margin-top: 15px; } }
    .nav_ihin_02__nav li {
      text-align: center;
      background-color: #EEEEEE;
      padding: 15px;
      width: 220px; }
      @media screen and (max-width: 767px) {
        .nav_ihin_02__nav li {
          width: 48%;
          padding: 5px; } }
      .nav_ihin_02__nav li h4 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 29px;
        color: #222222; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__nav li h4 {
            font-size: 1.4rem;
            line-height: 22px; } }
      .nav_ihin_02__nav li figure {
        line-height: 82px; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__nav li figure {
            line-height: 50px; } }
      .nav_ihin_02__nav li img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__nav li img {
            max-height: 37px; } }
      .nav_ihin_02__nav li p {
        font-size: 1.6rem;
        line-height: 22px;
        color: #222222; }
        @media screen and (max-width: 767px) {
          .nav_ihin_02__nav li p {
            font-size: 1.2rem;
            line-height: 16px; } }
  .nav_ihin_02__text {
    font-size: 1.8rem;
    line-height: 38px;
    color: #222222;
    letter-spacing: 0.05rem;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_02__text {
        font-size: 1.6rem;
        line-height: 28px;
        padding: 0 15px; } }
    .nav_ihin_02__text span {
      font-size: 1.4rem; }

.i_sec06 {
  margin-top: 95px;
  margin-bottom: 95px; }
  @media screen and (max-width: 767px) {
    .i_sec06 {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .i_sec06 .c-tt01 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .i_sec06 .c-tt01 {
        margin-bottom: 15px; } }
  .i_sec06 .c-tt04 {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .i_sec06 .c-tt04 {
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .i_sec06 .c-tt05 {
      margin-top: 30px; } }
  .i_sec06 .i_sec03__text.left {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .i_sec06 .i_sec03__text.left .no_sp {
        font-weight: normal; } }
  .i_sec06 .r_sec01__box__tt {
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .i_sec06 .r_sec01__box__tt {
        margin-bottom: 15px; } }
    .i_sec06 .r_sec01__box__tt span {
      background-color: #FFFEC0; }
  .i_sec06 .r_sec01__box {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .i_sec06 .r_sec01__box {
        margin-bottom: 30px; } }
  .i_sec06__flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      .i_sec06__flex {
        flex-direction: column-reverse; } }
    .i_sec06__flex__img {
      width: 424px; }
      @media screen and (max-width: 767px) {
        .i_sec06__flex__img {
          width: 100%;
          margin-bottom: 15px; } }
      .i_sec06__flex__img img {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .i_sec06__flex__img img {
            width: 100%; } }
    .i_sec06__flex .r_sec01__box__text {
      width: calc(100% - 424px);
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .i_sec06__flex .r_sec01__box__text {
          width: 100%;
          padding-right: 0; } }
  .i_sec06__text {
    font-size: 2.4rem;
    line-height: 38px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .i_sec06__text {
        font-size: 1.6rem;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 30px; } }
  .i_sec06 .nav_09__tt {
    font-size: 3rem;
    line-height: 48px; }
    @media screen and (max-width: 767px) {
      .i_sec06 .nav_09__tt {
        font-size: 1.5rem;
        line-height: 28px;
        text-align: center; } }
    .i_sec06 .nav_09__tt span {
      font-size: 3.6rem;
      color: #FF0404;
      background-color: #FFF9C2; }
      @media screen and (max-width: 767px) {
        .i_sec06 .nav_09__tt span {
          font-size: 1.8rem; } }
  .i_sec06 .nav_09__text span {
    color: #FF2D17;
    background-color: #FFF9C2;
    text-decoration: none;
    font-weight: 700; }

.i_sec07 {
  margin-bottom: 80px;
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .i_sec07 {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .i_sec07 .nav_ihin_02 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .i_sec07 .nav_ihin_02 {
        margin-bottom: 20px; } }
    .i_sec07 .nav_ihin_02 li {
      min-height: 667px; }
      @media screen and (max-width: 767px) {
        .i_sec07 .nav_ihin_02 li {
          min-height: auto; } }
  .i_sec07 .sec07__box {
    margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .i_sec07 .sec07__box {
        margin-bottom: 30px; } }
  .i_sec07 .sec07__box__tt {
    font-size: 3.8rem;
    color: #9A8251; }
    @media screen and (max-width: 767px) {
      .i_sec07 .sec07__box__tt {
        font-size: 1.8rem;
        line-height: 23px; } }
  .i_sec07 .nav_02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .i_sec07 .nav_02 {
        margin-bottom: 0; } }

.i_sec08 {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f5efdf; }
  @media screen and (max-width: 767px) {
    .i_sec08 {
      padding: 30px 0; } }
  .i_sec08 .nav_03 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .i_sec08 .nav_03 {
        margin-bottom: 10px; }
        .i_sec08 .nav_03 .nav_03__tt {
          font-weight: normal; } }

.i_slider {
  width: 860px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .i_slider {
      width: auto;
      margin: 0 45px 18px; } }
  .i_slider__item {
    background-color: #FFFFFF;
    border: 1px solid #CFA944;
    padding: 30px;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .i_slider__item {
        padding: 15px;
        border-radius: 3px; } }
  .i_slider__top {
    font-size: 1.8rem;
    color: #fff;
    background-color: #FF6C00;
    border-radius: 15px;
    line-height: 29px;
    display: table;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .i_slider__top {
        font-size: 1.4rem;
        line-height: 23px;
        padding: 0 8px;
        margin-bottom: 5px; } }
  .i_slider__tt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .i_slider__tt {
        line-height: 23px;
        font-size: 1.6rem;
        margin-bottom: 15px; } }
    .i_slider__tt span {
      color: #FF2929; }
  .i_slider__img {
    text-align: center;
    width: 530px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .i_slider__img {
        width: 100%;
        margin-bottom: 10px; } }
    .i_slider__img img {
      width: 100%; }
  .i_slider__dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .i_slider__dl {
        padding-bottom: 5px;
        margin-bottom: 5px; } }
    .i_slider__dl dt {
      font-size: 1.8rem;
      color: #222222;
      letter-spacing: 2px;
      font-weight: 700;
      line-height: 28px; }
      @media screen and (max-width: 767px) {
        .i_slider__dl dt {
          font-size: 1.4rem;
          line-height: 14px; } }
    .i_slider__dl dd {
      color: #FF6C00;
      font-size: 1.8rem;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .i_slider__dl dd {
          font-size: 1.8rem; } }
      .i_slider__dl dd span {
        font-family: "Arial", sans-serif;
        font-size: 3rem;
        font-weight: 700;
        line-height: 28px; }
        @media screen and (max-width: 767px) {
          .i_slider__dl dd span {
            font-size: 1.8rem;
            line-height: 18px; } }
    .i_slider__dl.color_02 dd {
      color: #CFA944; }
      .i_slider__dl.color_02 dd span {
        color: #CFA944; }
  .i_slider__content {
    width: 530px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .i_slider__content {
        width: 100%; } }
  .i_slider__bottom {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 15px; }
    .i_slider__bottom__text01 {
      font-size: 1.6rem;
      line-height: 22px;
      letter-spacing: 0.05rem;
      font-weight: 700;
      color: #fff;
      background-color: #FF2929;
      border-radius: 11px;
      padding: 0 14px;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .i_slider__bottom__text01 {
          font-size: 1.1rem;
          line-height: 15px;
          padding: 0 6px;
          margin-right: 8px; } }
    .i_slider__bottom__text02 {
      font-family: "Arial", sans-serif;
      font-size: 4rem;
      line-height: 28px;
      color: #FF2929;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .i_slider__bottom__text02 {
          font-size: 2.9rem;
          line-height: 19px; } }
    .i_slider__bottom__text03 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #FF2929; }
      @media screen and (max-width: 767px) {
        .i_slider__bottom__text03 {
          font-size: 1.6rem; } }
  .i_slider .slick-prev, .i_slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .i_slider .slick-prev, .i_slider .slick-next {
        width: 30px;
        height: 30px; } }
    .i_slider .slick-prev::before, .i_slider .slick-next::before {
      display: none; }
  .i_slider .slick-prev {
    background-image: url("../images/ihinseiri/prev.png");
    left: -65px; }
    @media screen and (max-width: 767px) {
      .i_slider .slick-prev {
        left: -40px; } }
  .i_slider .slick-next {
    background-image: url("../images/ihinseiri/next.png");
    right: -65px; }
    @media screen and (max-width: 767px) {
      .i_slider .slick-next {
        right: -40px; } }

.nav_ihin_03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .nav_ihin_03 {
      margin-bottom: 15px; } }
  .nav_ihin_03 li {
    border: 1px solid #BEA265;
    border-radius: 4px;
    width: 350px;
    margin-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .nav_ihin_03 li {
        width: 32%;
        margin-right: 2%;
        padding-top: 5px;
        border-radius: 2px;
        margin-bottom: 6px;
        padding-bottom: 5px; } }
    .nav_ihin_03 li:nth-child(3n) {
      margin-right: 0; }
    .nav_ihin_03 li a {
      display: block; }
  .nav_ihin_03__img {
    line-height: 129px;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .nav_ihin_03__img {
        height: 55px;
        line-height: 55px;
        margin-bottom: 2px; } }
    .nav_ihin_03__img img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .nav_ihin_03__img img {
          width: 100%;
          height: 100%;
          object-fit: contain; } }
  .nav_ihin_03__text {
    font-size: 2rem;
    color: #222222;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .nav_ihin_03__text {
        font-size: 1.4rem;
        line-height: 28px;
        margin-top: 5px; } }

.tokushuseiso .i_sec01 {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .tokushuseiso .i_sec01 {
      padding: 10px 0; } }

.t_sec02 {
  margin-top: 60px;
  margin-bottom: 66px; }
  @media screen and (max-width: 767px) {
    .t_sec02 {
      margin-top: 40px;
      margin-bottom: 7px; } }
  .t_sec02 .c-tt01 {
    margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .c-tt01 {
        margin-bottom: 20px; } }
  .t_sec02 .i_sec02__box::after {
    right: -60px; }
  .t_sec02 .i_sec02__box {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .i_sec02__box {
        margin-bottom: 37px;
        padding-bottom: 7px; } }
  .t_sec02 .c-tt07 {
    font-size: 4rem;
    line-height: 50px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .c-tt07 {
        font-size: 1.8rem;
        line-height: 24px; } }
    .t_sec02 .c-tt07 span {
      font-size: 4rem;
      color: #FF0404;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .t_sec02 .c-tt07 span {
          font-size: 1.8rem;
          line-height: 24px; } }
  .t_sec02 .i_sec02__bot {
    margin-top: 34px !important;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .i_sec02__bot {
        margin-top: 8px !important;
        margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .t_sec02 .list_01 li {
      margin-bottom: 9px; }
    .t_sec02 .list_01::before {
      bottom: -44px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .t_sec02 .list_01::before {
      bottom: -33px; } }
  .t_sec02 .i_sec02__bot__text span {
    background-color: transparent;
    color: #FF0404; }
    .t_sec02 .i_sec02__bot__text span.u_bold {
      color: #222222; }
  .t_sec02 .i_sec02__bot__item {
    width: 625px;
    padding-left: 25px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .i_sec02__bot__item {
        width: 100%;
        padding-left: 0; } }
  .t_sec02 .s_sec02__img {
    width: 455px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .t_sec02 .s_sec02__img {
        width: 193px; } }
  .t_sec02 .i_sec02__bot__tt {
    font-size: 2.6rem;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .i_sec02__bot__tt {
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 21px; } }
    .t_sec02 .i_sec02__bot__tt span {
      font-size: 2.6rem; }
      @media screen and (max-width: 767px) {
        .t_sec02 .i_sec02__bot__tt span {
          font-size: 1.6rem;
          line-height: 28px; } }
  .t_sec02 .nav_06__img {
    height: 146px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .nav_06__img {
        height: 79px; } }
  .t_sec02 .nav_06__text {
    padding: 8px 10px; }
    @media screen and (max-width: 767px) {
      .t_sec02 .nav_06__text {
        font-size: 1.25rem; } }

.t_sec03 .list_01 {
  border: 2px solid #D4D4D4;
  margin-bottom: 95px;
  max-width: 960px;
  padding: 62px 53px 48px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .list_01 {
      padding: 20px 15px 15px;
      margin-bottom: 25px; } }
  .t_sec03 .list_01::before {
    border-left: 46px solid transparent;
    border-right: 46px solid transparent;
    border-top: 37px solid #D4D4D4; }
    @media screen and (max-width: 767px) {
      .t_sec03 .list_01::before {
        display: none; } }
  .t_sec03 .list_01 li {
    margin-bottom: 19px;
    font-size: 2.2rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; }
    @media screen and (max-width: 767px) {
      .t_sec03 .list_01 li {
        margin-bottom: 9px;
        font-size: 1.6rem; } }

.t_sec03 .c-tt01 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .c-tt01 {
      margin-bottom: 20px; } }

.t_sec03 .c-tt07 {
  font-size: 4rem; }
  @media screen and (max-width: 767px) {
    .t_sec03 .c-tt07 {
      font-size: 1.8rem; } }

.t_sec03 .s_sec04__box {
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .s_sec04__box {
      margin-bottom: 30px; } }

.t_sec03 .s_sec04__box__text02 {
  color: #06837f; }

.t_sec03 .s_sec04__box__text04 {
  font-size: 1.8rem;
  display: table;
  background-color: #FF2727;
  border-radius: 13px;
  color: #fff;
  line-height: 27px;
  padding: 0 18px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .s_sec04__box__text04 {
      text-shadow: none;
      font-size: 1.4rem;
      line-height: 13px;
      padding: 4px 8px;
      border-radius: 6px;
      margin: 0 auto;
      font-style: normal; } }

@media screen and (max-width: 767px) {
  .t_sec03 .s_sec04__box__text05 {
    text-shadow: none;
    background: none;
    font-style: normal; }
    .t_sec03 .s_sec04__box__text05::before, .t_sec03 .s_sec04__box__text05::after {
      display: none; } }

@media screen and (max-width: 767px) {
  .t_sec03 .s_sec04__box__text06 {
    margin-top: 6px; } }

.t_sec03 .s_sec04__box__nav > li:first-child {
  width: calc(100% - 475px); }
  @media screen and (max-width: 767px) {
    .t_sec03 .s_sec04__box__nav > li:first-child {
      width: 100%; } }

.t_sec03 .s_sec04__box__text03 {
  color: #ff2727; }
  @media screen and (max-width: 767px) {
    .t_sec03 .s_sec04__box__text03 {
      font-size: 1.6rem;
      line-height: 19px;
      margin-top: 8px; } }

.t_sec03 .list_02 {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .list_02 {
      margin-top: 3px; } }

.t_sec03__tt {
  font-size: 2.4rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 38px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  color: #06837F;
  padding-top: 50px;
  border-top: 1px solid #B6B6B6;
  margin-top: 41px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .t_sec03__tt {
      margin-top: 10px;
      padding-top: 10px;
      font-size: 1.2rem;
      line-height: 16px;
      margin-bottom: 5px; } }
  .t_sec03__tt span {
    font-size: 3.2rem; }
    @media screen and (max-width: 767px) {
      .t_sec03__tt span {
        font-size: 1.8rem;
        line-height: 29px; } }

.t_sec03 .btn_01, .t_sec03 .btn_02 {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .t_sec03 .btn_01, .t_sec03 .btn_02 {
      margin-top: 15px; } }
  @media (min-width: 769px) {
    .t_sec03 .btn_01, .t_sec03 .btn_02 {
      line-height: 85px;
      font-size: 2.4rem;
      max-width: 494px; } }

@media screen and (max-width: 767px) {
  .t_sec03 .tb_urgency.st01 th {
    padding: 2px; } }

.t_sec03 .tb_urgency.st01 th:nth-child(2) {
  background-color: #f4da79; }

@media screen and (max-width: 767px) {
  .t_sec03 .tb_urgency.st01 td {
    padding: 2px 10px; } }

.t_sec03 .tb_urgency.st01 td:nth-child(2) {
  background-color: #fffdeb; }

@media screen and (max-width: 767px) {
  .t_sec03 .list_area__bot dd span {
    font-size: 3rem; } }

.t_sec05 {
  margin-top: 100px;
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .t_sec05 {
      margin-top: 40px;
      margin-bottom: 30px; } }
  .t_sec05__gr {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .t_sec05__gr {
        margin-bottom: 35px; } }
    .t_sec05__gr__top {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .t_sec05__gr__top {
          flex-direction: column; } }
    .t_sec05__gr__tt {
      font-size: 2.8rem;
      line-height: 46px;
      letter-spacing: 0.05rem;
      font-weight: 700;
      text-align: center;
      color: #138576;
      position: relative; }
      @media screen and (max-width: 767px) {
        .t_sec05__gr__tt {
          font-size: 1.6rem;
          line-height: 23px;
          margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .t_sec05__gr p img {
        width: 132px; } }
  .t_sec05__block {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .t_sec05__block {
        margin-bottom: 10px; } }
    .t_sec05__block dt {
      background-color: #138576;
      padding: 14px 20px;
      display: flex; }
      @media screen and (max-width: 767px) {
        .t_sec05__block dt {
          padding: 12px 10px;
          align-items: center; } }
      .t_sec05__block dt p {
        font-size: 2.8rem;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.05rem;
        line-height: 46px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
        @media screen and (max-width: 767px) {
          .t_sec05__block dt p {
            font-size: 1.8rem;
            line-height: 23px;
            width: calc(100% - 70px); } }
        .t_sec05__block dt p:first-child {
          border-right: 2px solid #fff;
          margin-right: 17px; }
          @media screen and (max-width: 767px) {
            .t_sec05__block dt p:first-child {
              font-size: 1.4rem;
              width: 60px;
              margin-right: 10px; } }
      .t_sec05__block dt .num {
        width: 51px;
        line-height: 51px;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        color: #138576;
        font-size: 2.8rem;
        display: inline-block;
        margin-right: 20px;
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          .t_sec05__block dt .num {
            width: 25px;
            line-height: 25px;
            margin-left: 8px;
            font-size: 1.4rem;
            margin-right: 0; } }
    .t_sec05__block dd {
      font-size: 1.8rem;
      line-height: 32px;
      letter-spacing: 0.05rem;
      padding: 30px;
      border: 2px solid #138576;
      border-radius: 0 0 5px 5px; }
      @media screen and (max-width: 767px) {
        .t_sec05__block dd {
          font-size: 1.4rem;
          line-height: 24px;
          border: 1px solid #138576;
          padding: 7px 15px 13px; } }
      .t_sec05__block dd span {
        font-weight: 700;
        background-color: #FFF9C2; }
  .t_sec05 .sec07__box {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .t_sec05 .sec07__box {
        margin-bottom: 40px; }
        .t_sec05 .sec07__box::after {
          display: block;
          width: 92px;
          height: 80px;
          top: -14px;
          right: 0; } }
  .t_sec05__nav {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 50px; }
    @media screen and (max-width: 767px) {
      .t_sec05__nav {
        padding: 15px; } }
    .t_sec05__nav__img {
      width: 243px;
      border-radius: 10px;
      box-shadow: 0 0 19px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 767px) {
        .t_sec05__nav__img {
          width: 100px;
          height: fit-content; } }
      .t_sec05__nav__img img {
        max-width: 100%;
        border-radius: 10px; }
    .t_sec05__nav__content {
      width: calc(100% - 234px);
      padding-left: 30px;
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
        .t_sec05__nav__content {
          width: calc(100% - 100px);
          padding-left: 10px;
          padding-top: 0; } }
      .t_sec05__nav__content h3 {
        font-size: 2.6rem;
        line-height: 38px;
        color: #222222;
        letter-spacing: 0.05rem; }
        @media screen and (max-width: 767px) {
          .t_sec05__nav__content h3 {
            font-size: 1.6rem;
            line-height: 23px; } }
      .t_sec05__nav__content p {
        font-size: 1.8rem;
        line-height: 32px;
        letter-spacing: 0.05rem;
        color: #222222;
        margin-top: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .t_sec05__nav__content p {
            font-size: 1.4rem;
            line-height: 19px;
            margin-top: 10px; } }
      .t_sec05__nav__content a {
        font-size: 1.8rem;
        letter-spacing: 1px;
        color: #128E7C;
        text-decoration: underline;
        display: table;
        margin-left: auto; }
        @media screen and (max-width: 767px) {
          .t_sec05__nav__content a {
            font-size: 1.4rem;
            position: relative;
            padding-left: 15px;
            line-height: 19px; } }
        .t_sec05__nav__content a img {
          margin-right: 7px; }
          @media screen and (max-width: 767px) {
            .t_sec05__nav__content a img {
              position: absolute;
              left: 0;
              top: 5px;
              width: 8px; } }
  .t_sec05 .c-tt01 {
    margin-bottom: 58px; }
    @media screen and (max-width: 767px) {
      .t_sec05 .c-tt01 {
        margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .t_sec05 .sec07__box__tt {
      text-align: left;
      position: relative;
      padding-left: 45px; }
      .t_sec05 .sec07__box__tt img {
        width: 35px;
        position: absolute;
        left: 0;
        top: 5px; } }

.list_toku {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 70px 60px; }
  @media screen and (max-width: 767px) {
    .list_toku {
      padding: 20px 15px; } }
  .list_toku li {
    padding-bottom: 40px;
    border-bottom: 1px dashed #8893a4;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .list_toku li {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .list_toku li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .list_toku dl {
    display: flex; }
    @media screen and (max-width: 767px) {
      .list_toku dl {
        flex-direction: column; } }
    .list_toku dl dt {
      width: calc(100% - 320px);
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .list_toku dl dt {
          width: 100%;
          padding-right: 0;
          margin-bottom: 15px; } }
    .list_toku dl dd {
      width: 320px; }
      @media screen and (max-width: 767px) {
        .list_toku dl dd {
          width: 100%;
          padding: 0 40px; } }
      .list_toku dl dd img {
        width: 100%; }
  .list_toku__step {
    font-size: 1.8rem;
    color: #fff;
    display: table;
    font-weight: 700;
    line-height: 36px;
    width: 135px;
    border-radius: 18px;
    background-color: #EC871D;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .list_toku__step {
        font-size: 1.1rem;
        border-radius: 9px;
        line-height: 18px;
        width: 68px;
        margin-bottom: 8px; } }
  .list_toku__tt {
    font-size: 2.6rem;
    line-height: 42px;
    font-weight: 700;
    color: #EC871D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .list_toku__tt {
        font-size: 1.8rem;
        line-height: 21px; } }
  .list_toku__text {
    font-size: 1.8rem;
    line-height: 34px;
    letter-spacing: .05rem;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .list_toku__text {
        font-size: 1.6rem;
        line-height: 28px; } }

.t_sec06 {
  background-color: #fffaeb;
  padding-top: 80px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .t_sec06 {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .t_sec06 .list_toku {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .t_sec06 .list_toku {
        margin-bottom: 20px; } }
  .t_sec06 .c-tt01 {
    margin-bottom: 58px; }
    @media screen and (max-width: 767px) {
      .t_sec06 .c-tt01 {
        margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .t_sec06 .btn_01, .t_sec06 .btn_02 {
      line-height: 85px;
      font-size: 2.4rem;
      max-width: 494px; } }

.t_sec09 {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .t_sec09 {
      margin-bottom: 20px; } }
  .t_sec09 .s_sec03__top {
    width: 352px; }
    @media screen and (max-width: 767px) {
      .t_sec09 .s_sec03__top {
        width: 170px; } }
    .t_sec09 .s_sec03__top::after {
      display: none; }
  .t_sec09 .nav_03 {
    flex-wrap: wrap; }
    .t_sec09 .nav_03 li {
      margin-bottom: 25px; }
      .t_sec09 .nav_03 li:nth-child(4n) {
        margin-right: 0; }
    @media screen and (max-width: 767px) {
      .t_sec09 .nav_03__tt {
        font-weight: normal;
        font-size: 1.4rem; } }

.column .kv_main__title.st02 {
  top: 30%; }
  @media screen and (max-width: 767px) {
    .column .kv_main__title.st02 {
      top: 33%; } }

.column .c-footer {
  padding-bottom: 5px; }

@media screen and (max-width: 1380px) and (min-width: 768px) {
  .column .kv_main__title.st02 {
    font-size: 4.6vw; }
  .column .kv_main__title.st02 span {
    font-size: 3.3vw;
    line-height: 52px; }
  .column .kv_main__text02 {
    font-size: 1.8vw;
    line-height: 33px; } }

.c_sec01 {
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .c_sec01 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 769px) {
    .c_sec01 .price_top__nav li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 20px; }
      .c_sec01 .price_top__nav li a {
        line-height: 72px;
        height: 78px;
        background-image: linear-gradient(90deg, #06837f 0%, #28b2ae 100%); }
      .c_sec01 .price_top__nav li:nth-child(2n) {
        margin-right: 2%; }
      .c_sec01 .price_top__nav li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .c_sec01 .price_top__nav li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 7px; }
      .c_sec01 .price_top__nav li:nth-child(2n) {
        margin-right: 0; }
    .c_sec01 .price_top__nav__btn {
      font-size: 1.4rem;
      height: 50px;
      line-height: 45px; }
      .c_sec01 .price_top__nav__btn::before {
        bottom: 5px; } }

.c_sec02 {
  margin-bottom: 120px;
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .c_sec02 {
      margin-top: 30px;
      margin-bottom: 35px; } }

.list_column {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .list_column {
      margin-bottom: 15px;
      margin-top: 20px; } }
  .list_column li {
    display: flex;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fffbf2;
    border: 1px solid #e1e1e1;
    padding: 40px;
    padding-right: 50px;
    background-image: url("../images/common/icon_arrow04.png");
    background-size: 16px 24px;
    background-position: right 16px center;
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .list_column li {
        padding: 8px;
        background-size: 8px 12px;
        background-position: right 3px center;
        padding-right: 17px;
        border-radius: 3px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); } }
    .list_column li::before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 50px;
      background-color: #e1e1e1; }
      @media screen and (max-width: 767px) {
        .list_column li::before {
          right: 17px; } }
  .list_column__img {
    width: 165px;
    height: 165px;
    overflow: hidden;
    border: 2px solid #CFA944;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .list_column__img {
        width: 100px;
        height: 100px; } }
    .list_column__img img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .list_column__cont {
    width: calc(100% - 165px);
    padding-left: 25px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .list_column__cont {
        width: calc(100% - 100px);
        padding-left: 8px;
        padding-right: 10px; } }
  .list_column__cate {
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    font-weight: 700;
    color: #fff;
    width: 115px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .list_column__cate {
        font-size: 1.2rem;
        line-height: 16px;
        width: 80px; } }
    .list_column__cate.bg_orange {
      background-color: #e57c00; }
    .list_column__cate.bg_yellow {
      background-color: #ca9e2a; }
    .list_column__cate.bg_green {
      background-color: #688f0b; }
    .list_column__cate.bg_blue {
      background-color: #59a3db; }
    .list_column__cate.bg_purple {
      background-color: #662aca; }
    .list_column__cate.bg_black {
      background-color: #252525; }
  .list_column__date {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.05rem;
    color: #222222;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .list_column__date {
        font-size: 1.1rem;
        line-height: 16px;
        margin-left: 3px; } }
  .list_column__tt {
    font-size: 2.4rem;
    line-height: 38px;
    font-weight: 700;
    color: #222222;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .list_column__tt {
        font-size: 1.4rem;
        line-height: 20px;
        margin-top: 8px; } }
  .list_column__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

.article {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .article {
      margin-bottom: 30px; } }
  .article__content {
    padding: 60px;
    margin-top: 80px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .article__content {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 25px;
        margin-bottom: 30px; } }
  .article__title {
    font-size: 3.2rem;
    color: #222222;
    line-height: 46px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .article__title {
        font-size: 2rem;
        line-height: 29px;
        margin-bottom: 10px; } }
  .article__date {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 27px;
    color: #222222; }
    @media screen and (max-width: 767px) {
      .article__date {
        font-size: 1.2rem;
        line-height: 23px; } }
    .article__date img {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .article__date img {
          width: 10px;
          margin-right: 3px; } }
  .article__cate {
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .article__cate {
        margin-right: 7px; } }
    .article__cate a {
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.05rem;
      padding: 5px 17px;
      display: inline-block;
      background-color: #DDDDDD;
      color: #222222;
      margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .article__cate a {
          font-size: 1.2rem;
          padding: 4px 10px;
          margin-right: 3px;
          min-width: 70px;
          margin-bottom: 3px;
          text-align: center; } }
  .article__top {
    padding-bottom: 40px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .article__top {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  .article__bottom p {
    font-size: 1.8rem;
    line-height: 38px;
    color: #222222;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .article__bottom p {
        font-size: 1.6rem;
        line-height: 28px;
        margin-bottom: 10px;
        letter-spacing: 0.25px; } }
  .article__bottom ul, .article__bottom ol {
    margin-bottom: 20px; }
    .article__bottom ul li, .article__bottom ol li {
      font-size: 1.8rem;
      line-height: 38px;
      color: #222222; }
      @media screen and (max-width: 767px) {
        .article__bottom ul li, .article__bottom ol li {
          font-size: 1.6rem;
          line-height: 28px;
          letter-spacing: 0.25px; } }
  .article__bottom h1 {
    font-size: 3.2rem;
    color: #222222;
    line-height: 46px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .article__bottom h1 {
        font-size: 2rem;
        line-height: 29px;
        margin-bottom: 10px; } }
  .article__bottom h2 {
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
    line-height: 38px;
    color: #fff;
    background-color: #CFA944;
    padding: 11px 20px;
    color: #fff;
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .article__bottom h2 {
        font-size: 2rem;
        line-height: 25px;
        padding: 7px 10px;
        margin-bottom: 15px;
        margin-top: 30px; } }
    .article__bottom h2::before {
      content: '';
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      border: 1px solid #fbf1b5;
      position: absolute;
      left: 2px;
      top: 2px; }
      @media screen and (max-width: 767px) {
        .article__bottom h2::before {
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          left: 1px;
          top: 1px; } }
  .article__bottom h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #CFA944;
    line-height: 38px;
    letter-spacing: 0.05rem;
    padding-left: 12px;
    position: relative;
    border-left: 6px solid #CFA944;
    margin: 30px 0;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .article__bottom h3 {
        font-size: 2rem;
        line-height: 25px;
        padding-left: 7px;
        border-left: 3px solid #CFA944;
        margin: 30px 0 20px 0; } }
    .article__bottom h3::before {
      content: '';
      width: 100%;
      height: calc(100% + 20px);
      position: absolute;
      left: -6px;
      top: -11px;
      border-top: 2px solid #CFA944;
      border-bottom: 2px solid #CFA944; }
      @media screen and (max-width: 767px) {
        .article__bottom h3::before {
          height: calc(100% + 8px);
          border-top: 1px solid #CFA944;
          border-bottom: 1px solid #CFA944;
          top: -4px;
          left: -3px; } }
  .article__bottom h4 {
    font-size: 2rem;
    line-height: 38px;
    color: #CFA944;
    background-color: #F9EED2;
    border: 2px solid #CFA944;
    padding: 2px 10px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .article__bottom h4 {
        border: 1px solid #CFA944;
        line-height: 30px;
        padding: 5px 7px;
        margin-bottom: 15px;
        margin-top: 30px; } }
  .article__bottom h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #CFA944;
    line-height: 38px;
    letter-spacing: 0.05rem;
    padding-left: 12px;
    border-left: 6px solid #CFA944;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .article__bottom h5 {
        font-size: 1.8rem;
        line-height: 19px;
        padding-left: 7px;
        border-left: 3px solid #CFA944;
        margin-bottom: 15px;
        margin-top: 30px; } }
    .article__bottom h5::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #CFA944;
      position: absolute;
      left: -6px;
      bottom: -10px; }
      @media screen and (max-width: 767px) {
        .article__bottom h5::before {
          height: 1px;
          bottom: -7px; } }
  .article__bottom h6 {
    font-size: 2rem;
    font-weight: 700;
    color: #CFA944;
    line-height: 38px;
    letter-spacing: 0.05rem;
    padding-left: 12px;
    border-left: 6px solid #CFA944;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .article__bottom h6 {
        font-size: 1.8rem;
        line-height: 19px;
        border-left: 3px solid #CFA944;
        margin-bottom: 10px;
        margin-top: 30px;
        padding-left: 7px; } }
  .article__bottom img {
    max-width: 100%;
    height: auto;
    display: block; }
  .article__bottom img.aligncenter {
    margin: 0 auto; }
  .article__kv {
    padding: 0 40px;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .article__kv {
        padding: 0;
        margin-bottom: 25px; } }
    .article__kv img {
      width: 100%; }
  .article #toc_container {
    padding: 35px 45px;
    background: #EBEBEB;
    margin-top: 35px;
    margin-bottom: 40px;
    display: block !important;
    border: 2px solid #CCCCCC; }
    @media screen and (max-width: 767px) {
      .article #toc_container {
        padding: 20px 20px;
        margin: 15px 0 30px; } }
    .article #toc_container .toc_title {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 38px;
      color: #222222;
      margin-bottom: 35px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .article #toc_container .toc_title {
          margin-bottom: 20px;
          line-height: 1;
          font-size: 1.4rem; } }
    .article #toc_container .toc_list {
      margin-top: 0 !important; }
      .article #toc_container .toc_list > li {
        color: #222222;
        font-size: 1.6rem;
        line-height: 27px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .article #toc_container .toc_list > li {
            font-size: 1.4rem;
            margin-bottom: 1px; } }
        .article #toc_container .toc_list > li:last-child {
          margin-bottom: 0; }
        .article #toc_container .toc_list > li a {
          color: #0747A1; }
      .article #toc_container .toc_list ol li span {
        color: #222222;
        margin-right: 4px; }
  .article__imgtext {
    display: flex;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .article__imgtext {
        margin-bottom: 30px;
        margin-top: 30px; } }
    .article__imgtext__img {
      width: 93px; }
      @media screen and (max-width: 767px) {
        .article__imgtext__img {
          width: 80px; } }
      .article__imgtext__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .article__imgtext__img span {
        width: 93px;
        height: 93px;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        display: block;
        line-height: 1;
        border: 3px solid #D0C699; }
        @media screen and (max-width: 767px) {
          .article__imgtext__img span {
            width: 80px;
            height: 80px;
            border: 1px solid #D0C699; } }
      .article__imgtext__img figcaption {
        font-size: 1.6rem;
        line-height: 25px;
        font-weight: bold;
        color: #222222;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .article__imgtext__img figcaption {
            font-size: 1.4rem;
            line-height: 21px; } }
    .article__imgtext__content {
      width: calc(100% - 133px);
      padding: 15px 15px 0 15px;
      border-radius: 5px;
      position: relative;
      margin-left: 40px;
      min-height: 119px;
      background-color: #FAF8EE;
      border: 2px solid #D0C699; }
      @media screen and (max-width: 767px) {
        .article__imgtext__content {
          width: calc(100% - 85px);
          padding: 15px;
          margin-left: 20px;
          border-radius: 3px;
          border: 1px solid #D0C699;
          min-height: auto; } }
      .article__imgtext__content::before {
        content: '';
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 29px solid #D0C699;
        position: absolute;
        left: -29px;
        top: 30px; }
        @media screen and (max-width: 767px) {
          .article__imgtext__content::before {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 14px solid #D0C699;
            left: -14px;
            top: 20px; } }
      @media screen and (max-width: 767px) {
        .article__imgtext__content p {
          font-size: 1.6rem;
          line-height: 28px;
          margin-bottom: 0; } }
  .article__box {
    border: 2px solid #CECECE;
    padding: 40px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .article__box {
        padding: 15px;
        flex-direction: column;
        margin-bottom: 30px;
        border: 1px solid #CECECE;
        margin-top: 40px; } }
    .article__box__img {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .article__box__img {
          margin-bottom: 10px; } }
      .article__box__img p {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        overflow: hidden;
        width: 95px;
        height: 95px;
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .article__box__img p {
            width: 100px;
            height: 100px; } }
        .article__box__img p img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .article__box__img figcaption {
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 38px;
        color: #222222;
        margin-left: 20px; }
        .article__box__img figcaption span {
          font-weight: normal; }
    .article__box__text {
      font-size: 1.8rem;
      line-height: 32px;
      color: #222222;
      padding: 0;
      margin-bottom: 0 !important; }

.article__imgtext.st01 .article__imgtext__content {
  margin-right: 40px;
  background-color: #fff;
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .article__imgtext.st01 .article__imgtext__content {
    margin-right: 20px; } }

.article__imgtext.st01 .article__imgtext__content:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -29px; }

@media screen and (max-width: 767px) {
  .article__imgtext.st01 .article__imgtext__content:before {
    right: -14px;
    top: 20px; } }

.text_show_result {
  font-size: 1.8rem;
  line-height: 32px;
  color: #222222;
  font-weight: 400;
  display: none; }

.fa_sec02.show .fa_sec02__content {
  margin-bottom: 10px; }

.js-search-show {
  display: none;
  margin-top: 40px; }

.article__bottom table {
  border: 1px solid #333;
  border-collapse: collapse;
  margin-bottom: 30px; }

.article__bottom table th {
  font-size: 1.8rem;
  line-height: 26px;
  color: #222222;
  border: 1px solid #333;
  padding: 5px;
  border-collapse: collapse; }

.article__bottom table td {
  font-size: 1.8rem;
  line-height: 26px;
  color: #222222;
  border: 1px solid #333;
  padding: 5px;
  border-collapse: collapse; }

.article__bottom table td p {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .article__bottom .cta_01__img {
    margin-bottom: 0; }
  .article__bottom table th {
    font-size: 1.6rem;
    line-height: 28px; }
  .article__bottom table td {
    font-size: 1.6rem;
    line-height: 28px; } }

@media (min-width: 768px) {
  .article__bottom .cta_01__img img.sp-only {
    display: none; } }

.article__bottom .cta_01__top__left {
  line-height: 20px;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0; }

.article__bottom .cta_01__top__right {
  font-size: 3.7rem;
  color: #ff6c00;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0; }

.article__bottom .cta_01__top__right span {
  font-size: 85px; }

.article__bottom .cta_01__bottom {
  font-size: 1.6rem;
  line-height: 26px;
  color: #222222; }

.article__bottom .cta_01__item02__top {
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 0; }

.article__bottom .cta_01__item02__phone {
  font-size: 5rem;
  line-height: 62px;
  margin-bottom: 0;
  padding-left: 62px; }

.article__bottom .cta_01__item02__phone img {
  left: 0px;
  top: 0px;
  width: 56px; }

.article__bottom .btn-cta__top {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1; }

.article__bottom .btn-cta__bottom {
  font-size: 2rem;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0; }

.article__bottom .btn-cta__top img {
  display: unset; }

.article__bottom .cta_01__item02 {
  margin-left: 10px; }

.article__bottom .cta_01 {
  margin: 40px 0 40px 0; }

@media screen and (max-width: 767px) {
  .article__bottom .btn-cta, .article__bottom .cta_01__item01 {
    display: none; }
  .article__bottom iframe.wp-embedded-content {
    width: 100% !important; } }

.article__bottom dl dt, .article__bottom dl dd {
  font-size: 1.8rem;
  line-height: 38px;
  color: #222222; }

@media screen and (max-width: 767px) {
  .article__bottom dl dt, .article__bottom dl dd {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.25px; } }

.yellow_u_line {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #fff081 80%); }

.column_link_text {
  border-bottom: 1px solid #0000EE;
  color: #0000EE; }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

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


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










































