@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@font-face {
  font-family: 'Noto_Sans_JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto_Sans_JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%; }

.c-title--h2 {
  font-size: 2.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.4rem + ((1vw - 0.48rem) * 0.5556));
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.3; }

.c-title--h3 {
  font-size: 2.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.0rem + ((1vw - 0.48rem) * 0.5556));
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.3; }

.c-text {
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.5556));
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.7; }

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  .c-title--h3 {
    font-size: 2.8rem; }

  .c-title--h3 {
    font-size: 2.4rem; }

  .c-text {
    font-size: 1.6rem; } }
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  .c-title--h2 {
    font-size: 2.4rem; }

  .c-title--h3 {
    font-size: 2.0rem; }

  .c-text {
    font-size: 1.4rem; } }
body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic' , 'メイリオ' , Meiryo , 'ＭＳ ゴシック' , 'MS Gothic' , HiraKakuProN-W3 , 'TakaoExゴシック' , TakaoExGothic , 'MotoyaLCedar' , 'Droid Sans Japanese' , sans-serif;
  color: #333333;
  line-height: 1.68; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:hover {
    color: #0091CF;
    opacity: .8;
    transition: .3s; }

.red {
  color: #D6272A; }

/*============================
	header
============================*/
header nav {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: transparent; }
  header nav a.navbar-brand {
    width: 160px; }
    header nav a.navbar-brand img {
      width: 100%; }
  header nav .nav_right ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header nav .nav_right ul li a {
      font-size: 1.6rem;
      padding: 1rem 1.5rem; }

@media (max-width: 767px) {
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #BBBBBB;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

  .hamburger span:nth-child(1) {
    top: 10px; }

  .hamburger span:nth-child(2) {
    top: 20px; }

  .hamburger span:nth-child(3) {
    top: 30px; }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(71, 70, 73, 0.8);
    text-align: center;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity .6s ease, visibility .6s ease;
    height: 100vh; }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 120px;
    height: 120px;
    background-color: #FFC800;
    border-radius: 50%;
    margin: 1.5rem 0;
    transition: .4s all; }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0; }

  nav.globalMenuSp ul li:hover {
    background: #ddd; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 1em 0;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    nav.globalMenuSp ul li a > div {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }

  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block; } }
/*============================
	footer
============================*/
footer {
  height: 150px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center; }
  footer .copy {
    font-size: 1rem;
    color: #FFFFFF; }

/*============================
	contents
============================*/
.mv {
  background: url("../img/top_main_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover; }
  .mv .pic_wrap {
    position: relative;
    height: 400px; }
    .mv .pic_wrap h1 {
      margin: 0;
      padding: 0; }
    .mv .pic_wrap picture {
      display: block;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px); }
      .mv .pic_wrap picture img {
        width: 100%;
        min-width: 640px;
        max-width: 740px;
        height: 34.3784%; }
    .mv .pic_wrap .mv_text {
      text-align: center;
      color: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .mv .pic_wrap {
    height: 320px; }
    .mv .pic_wrap picture img {
      min-width: 300px; } }
section .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px; }

section.secAtype {
  padding: 70px 0 0;
  overflow: hidden; }
  section.secAtype:not(:first-child) {
    padding: 70px 0 100px; }
  section.secAtype .title_set {
    text-align: center; }
    section.secAtype .title_set h2 {
      margin-bottom: 6rem;
      display: inline-block;
      border-bottom: solid 1px #CCCCCC;
      padding-bottom: .3em; }
  section.secAtype .jd_title_wrap {
    display: flex;
    align-items: center; }
    section.secAtype .jd_title_wrap .h4 {
      color: #00AA45;
      display: inline-block;
      padding: .2em;
      border: solid 1px #00AA45;
      border-radius: .5rem;
      margin-right: 1em;
      min-width: 110px;
      font-size: 2em;
      text-align: center; }
      section.secAtype .jd_title_wrap .h4._facili {
        color: #E35335;
        border: solid 1px #E35335; }
    section.secAtype .jd_title_wrap .h3 {
      line-height: 1.6; }
  section.secAtype .card {
    padding: 2rem; }
    section.secAtype .card:not(:first-child) {
      margin-top: 6rem; }
    section.secAtype .card .card-header {
      background-color: #FFFFFF;
      border: 0; }
    section.secAtype .card .card-body .excerpt_point {
      margin-top: .5rem; }
      section.secAtype .card .card-body .excerpt_point ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.6rem; }
        section.secAtype .card .card-body .excerpt_point ul li {
          margin-right: .5rem;
          margin-bottom: .5rem;
          height: 4.5rem;
          line-height: 4.5rem; }
          section.secAtype .card .card-body .excerpt_point ul li .excerpt_point_item {
            height: 100%;
            padding: 0 1rem 0 3rem;
            border: solid 1px #DEDEDE;
            display: flex;
            align-items: center; }
            section.secAtype .card .card-body .excerpt_point ul li .excerpt_point_item strong {
              font-size: 2.2rem;
              margin: 0 .4rem; }
            section.secAtype .card .card-body .excerpt_point ul li .excerpt_point_item > div {
              position: relative; }
              section.secAtype .card .card-body .excerpt_point ul li .excerpt_point_item > div::before {
                content: '';
                background-image: url("../img/common/location.svg");
                background-repeat: no-repeat;
                background-size: contain;
                width: 2rem;
                height: 2rem;
                display: inline-block;
                position: absolute;
                top: 50%;
                left: -2rem;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%); }
          section.secAtype .card .card-body .excerpt_point ul li:nth-child(2) .excerpt_point_item {
            padding: .5rem 1rem .5rem 3.5rem; }
          section.secAtype .card .card-body .excerpt_point ul li:nth-child(2) .excerpt_point_item > div::before {
            background-image: url("../img/common/money.svg");
            top: 55%;
            left: -2.5rem; }
          section.secAtype .card .card-body .excerpt_point ul li:nth-child(3) .excerpt_point_item {
            border-color: #EF9300;
            color: #EF9300;
            margin-right: .5rem; }
          section.secAtype .card .card-body .excerpt_point ul li:nth-child(3) .excerpt_point_item > div::before {
            background-image: url("../img/common/present.svg"); }
        section.secAtype .card .card-body .excerpt_point ul .excerpt_point_item {
          display: flex;
          align-items: center;
          height: auto; }
          section.secAtype .card .card-body .excerpt_point ul .excerpt_point_item .excerpt_point_small {
            display: inline-block;
            vertical-align: middle; }
            section.secAtype .card .card-body .excerpt_point ul .excerpt_point_item .excerpt_point_small span {
              font-size: 1.2rem;
              color: rgba(51, 51, 51, 0.7);
              display: inline-block;
              line-height: 1.2; }
    section.secAtype .card .card-body .excerpt_text {
      margin-top: 1rem; }
      section.secAtype .card .card-body .excerpt_text p {
        font-size: 1.6rem; }
    section.secAtype .card .card-body .excerpt_wrap {
      margin-top: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      section.secAtype .card .card-body .excerpt_wrap .excerpt_img_box {
        width: 40%; }
        section.secAtype .card .card-body .excerpt_wrap .excerpt_img_box img {
          width: 100%; }
      section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box {
        width: 58%; }
        section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box table {
          background-color: #BEBFC3;
          border-collapse: separate;
          border-spacing: 1px;
          font-size: 1.4rem; }
          section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box table th {
            background-color: #EFEFEF;
            width: 8em;
            padding: .5rem;
            font-weight: normal; }
          section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box table td {
            background-color: #FFFFFF;
            padding: .5rem;
            word-break: break-all; }
    section.secAtype .card .card-body .excerpt_btn {
      margin-top: 2rem; }
      section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a {
          display: block;
          font-size: 1.8rem;
          font-weight: bold;
          color: #FFFFFF;
          padding: .8em 1.5em;
          background-color: #EF9300;
          border-radius: .5rem;
          position: relative;
          width: 32%;
          text-align: center; }
          section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a:nth-child(2) {
            background-color: #0091CF; }
          section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a:nth-child(3) {
            background-color: #00AA45; }
          section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a::after {
            content: '';
            background-image: url("../img/common/arrow_white.svg");
            background-repeat: no-repeat;
            background-size: contain;
            width: 1.5rem;
            height: 1.2rem;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }

@media (max-width: 1278px) {
  br.custom_none {
    display: none; } }
@media (max-width: 767px) {
  section.secAtype {
    padding: 60px 0 0; }
    section.secAtype:not(:first-child) {
      padding: 60px 0; }
    section.secAtype .title_set {
      text-align: center; }
      section.secAtype .title_set h2 {
        margin-bottom: 4rem;
        padding-bottom: .3em; }
    section.secAtype .inner {
      padding: 0 1.5rem; }
    section.secAtype .jd_title_wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      section.secAtype .jd_title_wrap .h3 {
        margin-top: 1rem; }
    section.secAtype .card {
      padding: 1.5rem 1rem; }
      section.secAtype .card .card-body .excerpt_point {
        margin-top: .5rem; }
        section.secAtype .card .card-body .excerpt_point ul {
          font-size: 1.4rem; }
          section.secAtype .card .card-body .excerpt_point ul li {
            width: 100%; }
            section.secAtype .card .card-body .excerpt_point ul li .excerpt_point_item {
              justify-content: center;
              margin-right: 0; }
            section.secAtype .card .card-body .excerpt_point ul li:nth-child(3) .excerpt_point_item {
              margin-right: 0; }
        section.secAtype .card .card-body .excerpt_point .excerpt_point_item {
          height: auto; }
          section.secAtype .card .card-body .excerpt_point .excerpt_point_item .excerpt_point_small span {
            font-size: 1rem; }
      section.secAtype .card .card-body .excerpt_text {
        margin-top: 1rem; }
        section.secAtype .card .card-body .excerpt_text p {
          font-size: 1.4rem; }
      section.secAtype .card .card-body .excerpt_wrap {
        flex-direction: column; }
        section.secAtype .card .card-body .excerpt_wrap .excerpt_img_box {
          width: 100%; }
        section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box {
          width: 100%;
          margin-top: 1.5rem; }
          section.secAtype .card .card-body .excerpt_wrap .excerpt_table_box table th {
            width: 6em; }
      section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row {
        flex-direction: column; }
        section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a {
          font-size: 1.6rem;
          width: 100%;
          margin-right: 0;
          text-align: center; }
          section.secAtype .card .card-body .excerpt_btn .excerpt_btn_row a:not(:first-child) {
            margin-top: 1.5rem; } }
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px; }

#page_top a {
  background-color: rgba(190, 203, 203, 0.5);
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 4px; }
  #page_top a i {
    font-size: 16px; }

#page_top a:hover {
  background-color: rgba(190, 203, 203, 0.8);
  text-decoration: none; }
