@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* くの字下向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/icomoon.eot?kxzv91");
  src: url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/icomoon.ttf?kxzv91") format("truetype"), url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/icomoon.woff?kxzv91") format("woff"), url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'EBGaramond';
  src: url("/international/wpsystem/wp-content/themes/dev-niph-web/assets/fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
  /* 可変範囲 */
  font-weight: 100 900;
  font-stretch: 75% 125%; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------

ヘッダー

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------

フッター

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------

共通パーツ

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 0 0 0 0;
    height: 700px;
    background-image: url(/international/img/main-v-03.png), url(/international/img/main-v-02.png), url(/international/img/main-v-01.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
    background-position: center bottom, right top, left top;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 auto;
        padding-top: 50px;
        max-width: 1400px;
        background-image: url(/international/img/main-v-03.png), url(/international/img/main-v-02.png), url(/international/img/main-v-01.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: auto, 370px, auto;
        background-position: center bottom, right 65%, left 30%; } }
    @media (max-width: 960px) {
      .home .main-v {
        padding-top: 0;
        background-size: 80%, 300px, 400px;
        background-position: center bottom, right 40%, left 35%; } }
    @media (max-width: 768px) {
      .home .main-v {
        padding-top: 0;
        background-size: 80%, 300px, 400px;
        background-position: center bottom, right 40%, left 35%; } }
    @media (max-width: 570px) {
      .home .main-v {
        padding-top: 0;
        background-size: 80%, 200px, 230px;
        background-position: center bottom, right 49%, left 45%;
        height: 400px;
        margin-top: 20px; } }
    .home .main-v .main-v-inner {
      padding: 0.5em 0.5em 0 0;
      text-align: right;
      font-size: 300%;
      font-weight: bold;
      max-width: 1400px;
      margin: 0 auto;
      color: #555; }
      .home .main-v .main-v-inner p {
        margin: 0 0 0 auto;
        text-align: left;
        max-width: 20em;
        line-height: 1.6em; }
        @media (max-width: 960px) {
          .home .main-v .main-v-inner p {
            font-size: 70%; } }
        .home .main-v .main-v-inner p .green {
          color: #3d9992;
          font-size: 120%;
          display: block;
          text-indent: 2em; }
        .home .main-v .main-v-inner p .last {
          display: block;
          text-align: right; }
      @media (max-width: 767px) {
        .home .main-v .main-v-inner {
          display: none; } }
    .home .main-v .main-v-inner-sp {
      padding: 0 1em 0 1em;
      text-align: right;
      font-size: 200%;
      margin: 0 auto;
      color: #555; }
      @media (min-width: 768px) {
        .home .main-v .main-v-inner-sp {
          display: none; } }
      @media (max-width: 570px) {
        .home .main-v .main-v-inner-sp {
          font-size: 150%; } }
      @media (max-width: 425px) {
        .home .main-v .main-v-inner-sp {
          font-size: 120%; } }
      .home .main-v .main-v-inner-sp p {
        margin: 0 0 0 auto;
        text-align: left;
        max-width: 20em;
        line-height: 1.6em;
        font-weight: bold; }
        .home .main-v .main-v-inner-sp p .green {
          color: #3d9992;
          font-size: 120%;
          display: block;
          text-indent: 2em; }
          @media (max-width: 425px) {
            .home .main-v .main-v-inner-sp p .green {
              text-indent: 1em; } }
        .home .main-v .main-v-inner-sp p .last {
          display: block;
          text-align: right; }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit;
    margin-top: -50px; }
  .home section {
    float: none;
    width: 100%;
    padding: 50px calc((100% - 1100px) / 2);
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
    @media (max-width: 1240px) {
      .home section {
        padding-inline: 20px; } }
    @media (max-width: 425px) {
      .home section {
        padding: 20px; } }
    .home section p {
      font-weight: 500; }
    .home section .btn.grad.left {
      text-align: left; }
    .home section .btn.grad a {
      background-image: linear-gradient(90deg, #3e90b6, #59b37e);
      border-radius: 50px;
      color: #fff;
      padding: 12px 90px 12px 3em;
      font-weight: normal; }
      .home section .btn.grad a::before {
        border-radius: 50%;
        border: none;
        background: #fff;
        width: 12px;
        height: 12px;
        top: calc(50% - 0.25em);
        right: 50px;
        transition: 0.3s; }
      .home section .btn.grad a:hover::before {
        width: 12px;
        height: 12px;
        right: 30px; }
    .home section h2.h2-sub {
      font-family: 'EBGaramond';
      border-bottom: 0;
      font-size: 400%;
      font-weight: 600;
      color: #3d9992; }
      .home section h2.h2-sub span {
        display: block;
        font-size: 20%;
        color: #656565; }
      .home section h2.h2-sub::before {
        display: none; }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #3d9992;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #3d9992; }
  .home .flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px; }
    .home .flex-box .img-box {
      width: 35%;
      background: url(/international/img/sample.jpg) center center/cover no-repeat; }
    .home .flex-box .txt-box {
      width: 55%; }
  .home .about-box {
    padding: 50px 0;
    background: url(/international/img/sekai.png) center right/contain no-repeat; }
    @media (max-width: 767px) {
      .home .about-box {
        padding: 0; }
        .home .about-box h2 {
          margin-top: 0; } }
    @media (max-width: 425px) {
      .home .about-box {
        background: url(/international/img/sekai.png) bottom 40px center/contain no-repeat; } }
    .home .about-box .txt-box {
      max-width: 550px; }
      .home .about-box .txt-box h2 + p {
        margin-bottom: 150px; }
      .home .about-box .txt-box .btn {
        margin-top: 50px; }
  .home .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px; }
    .home .menu .menu-box {
      width: 30%;
      display: flex;
      flex-direction: column;
      align-content: space-between;
      box-shadow: 5px 5px 10px #ccc;
      background: #fff; }
      .home .menu .menu-box:hover {
        opacity: 0.6; }
      .home .menu .menu-box .img-box {
        height: 150px;
        background: url(/international/img/sample.jpg) center center/cover no-repeat; }
      .home .menu .menu-box .txt-box {
        text-align: center; }
        .home .menu .menu-box .txt-box h3 {
          border-bottom: none; }
          .home .menu .menu-box .txt-box h3::before {
            display: none; }
  .home .news-wrap {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -150px; }
    @media (max-width: 767px) {
      .home .news-wrap {
        padding: 50px 0;
        margin-bottom: -50px; } }
    .home .news-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: lab(58 -29.6 -4.91/0.09);
      clip-path: polygon(0 30vw, 100% 0, 100% calc(100% - 30vw), 0 100%);
      z-index: -1; }
    .home .news-wrap::after {
      content: '';
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      background-color: lab(85 0 -0.01/0.1);
      clip-path: polygon(0 5vw, 100% 30vw, 100% calc(100% - 5vw), 0 calc(100% - 30vw));
      z-index: -2; }
  .home .news {
    /* アイコン */ }
    .home .news i::after {
      display: none; }
    .home .news .flex-box {
      align-items: end;
      max-width: 1050px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .home .news .flex-box {
          flex-wrap: wrap;
          justify-content: flex-end; } }
    .home .news h2 {
      margin: 0; }
      @media (max-width: 767px) {
        .home .news h2 {
          width: 100%; } }
      @media (max-width: 767px) {
        .home .news h2 + p {
          margin-top: 0; } }
    .home .news .news-inner {
      max-width: 1000px;
      margin: 0 auto; }
    .home .news .flex-box3 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .home .news .flex-box3 .each-box {
          width: 100%;
          margin-bottom: 20px; } }
    .home .news .other-area {
      max-width: 850px;
      margin: 0 auto; }
      .home .news .other-area a {
        display: flex;
        position: relative;
        color: inherit;
        padding-right: 50px; }
        @media (max-width: 767px) {
          .home .news .other-area a {
            flex-wrap: wrap;
            margin-bottom: 20px;
            padding-right: 40px; } }
        .home .news .other-area a:hover {
          opacity: 0.7; }
        .home .news .other-area a::after {
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          bottom: calc(50% - 8px);
          right: 0;
          background: url(/international/img/arrow01.png) center center/contain no-repeat; }
        .home .news .other-area a .txt-date {
          width: 80px;
          margin-right: 20px; }
    .home .news h3 {
      font-family: 'EBGaramond';
      border-bottom: 0;
      font-size: 300%;
      font-weight: 600;
      color: #3d9992;
      margin-top: 50px;
      padding-left: 0; }
      @media (max-width: 767px) {
        .home .news h3 {
          margin-top: 20px; } }
      .home .news h3 span {
        display: block;
        font-size: 20%;
        color: #656565; }
      .home .news h3::before {
        display: none; }
    .home .news h4 {
      font-family: 'EBGaramond';
      border-bottom: 0;
      font-size: 200%;
      font-weight: 600;
      color: #3d9992;
      margin-top: 50px;
      background: none;
      padding: 8px 0 8px 0; }
      @media (max-width: 767px) {
        .home .news h4 {
          margin-top: 30px; } }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #BF9239; }
  .home .each-box {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    background: #fff;
    position: relative;
    border-radius: 15px;
    color: inherit; }
    .home .each-box:hover {
      opacity: 0.7;
      color: inherit; }
    .home .each-box::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      bottom: 20px;
      right: 20px;
      background: url(/international/img/arrow01.png) center center/contain no-repeat; }
    .home .each-box .img-box {
      height: 200px;
      overflow: hidden;
      border-radius: 15px 15px 0 0; }
      .home .each-box .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .home .each-box .txt-box {
      padding: 10px 20px 30px; }
      .home .each-box .txt-box .txt-category {
        background: #3d9992;
        border-radius: 15px;
        color: #fff;
        font-size: 80%;
        padding: 2px 10px;
        display: inline-block;
        margin-bottom: 7px; }
      .home .each-box .txt-box .title {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 1em; }
      .home .each-box .txt-box p {
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0; }
  .home .highlight .each-box {
    width: 100%;
    flex-direction: row; }
    @media (max-width: 767px) {
      .home .highlight .each-box {
        flex-wrap: wrap; } }
    .home .highlight .each-box .img-box {
      height: 250px;
      width: 40%;
      border-radius: 15px 0 0 15px; }
      @media (max-width: 767px) {
        .home .highlight .each-box .img-box {
          width: 100%;
          border-radius: 15px 15px 0 0; } }
    .home .highlight .each-box .txt-box {
      width: 60%;
      padding: 30px 40px; }
      @media (max-width: 767px) {
        .home .highlight .each-box .txt-box {
          width: 100%;
          padding: 20px 20px 30px; } }
  .home .contents-area .highlight {
    margin-bottom: 30px; }
    .home .contents-area .highlight .each-box {
      background: #eaf4f1; }
      .home .contents-area .highlight .each-box::after {
        top: 40px;
        right: 40px; }
        @media (max-width: 767px) {
          .home .contents-area .highlight .each-box::after {
            top: 190px;
            right: 20px; } }
      .home .contents-area .highlight .each-box .img-box {
        with: 30%;
        height: auto;
        background: url(/international/img/menu01.jpg) center center/cover no-repeat; }
        @media (max-width: 767px) {
          .home .contents-area .highlight .each-box .img-box {
            height: 150px; } }
        .home .contents-area .highlight .each-box .img-box .a-big {
          display: block;
          width: 100%;
          height: 100%; }
      .home .contents-area .highlight .each-box .txt-box {
        border-radius: 0 15px 15px 0;
        width: 70%; }
        @media (max-width: 767px) {
          .home .contents-area .highlight .each-box .txt-box {
            width: 100%; } }
        .home .contents-area .highlight .each-box .txt-box .a-big {
          color: inherit; }
          .home .contents-area .highlight .each-box .txt-box .a-big:hover {
            color: inherit; }
          @media (max-width: 767px) {
            .home .contents-area .highlight .each-box .txt-box .a-big h3 {
              margin-right: 40px; } }
        @media (max-width: 767px) {
          .home .contents-area .highlight .each-box .txt-box .btn {
            margin-top: 10px; } }
        .home .contents-area .highlight .each-box .txt-box .btn a {
          width: 100%;
          box-sizing: border-box;
          padding: 12px 30px 12px 20px;
          text-align: left; }
  .home .contents-area .flex-box {
    gap: 20px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .home .contents-area .flex-box {
        flex-wrap: wrap; } }
    .home .contents-area .flex-box .each-box {
      width: 50%;
      background: #eaf4f1; }
      @media (max-width: 767px) {
        .home .contents-area .flex-box .each-box {
          width: 100%; } }
      .home .contents-area .flex-box .each-box::after {
        right: 40px; }
        @media (max-width: 767px) {
          .home .contents-area .flex-box .each-box::after {
            right: 20px;
            bottom: 15px; } }
      .home .contents-area .flex-box .each-box .img-box {
        width: 100%; }
        @media (max-width: 767px) {
          .home .contents-area .flex-box .each-box .img-box {
            height: 150px; } }
      .home .contents-area .flex-box .each-box.menu02 .img-box {
        background: url(/international/img/menu02.jpg) center center/cover no-repeat; }
      .home .contents-area .flex-box .each-box.menu03 .img-box {
        background: url(/international/img/menu03.jpg) center center/cover no-repeat; }
  .home .contents-area .txt-box {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    padding: 20px 40px 40px; }
    @media (max-width: 767px) {
      .home .contents-area .txt-box {
        padding: 20px 20px 30px; } }
    .home .contents-area .txt-box h3 {
      border-bottom: 0;
      font-size: 200%;
      font-weight: 600;
      color: #3d9992;
      margin-top: 0;
      padding-left: 0; }
      .home .contents-area .txt-box h3::before {
        display: none; }
    @media (max-width: 767px) {
      .home .contents-area .txt-box p {
        margin: 0; } }
  .home .contents-area .flex-box2 .txt-box {
    border-radius: 15px; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }

/* end .home */
/*-------------------------------------------------------------------------------

  共通パーツ

 -------------------------------------------------------------------------------*/
.ct-title-default h1.medium {
  height: auto;
  padding: 0;
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #3e90b6, #59b37e);
  position: relative;
  z-index: 0; }
  .ct-title-default h1.medium::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    filter: brightness(70%);
    z-index: -1;
    top: 0;
    left: 0;
    display: none; }
  .ct-title-default h1.medium span {
    color: white;
    font-size: 150%;
    padding: 100px 30px;
    display: block;
    background: url(/international/img/h1-bg01.png) right 0% bottom 55%/auto 85% no-repeat; }
    @media (max-width: 767px) {
      .ct-title-default h1.medium span {
        padding: 50px 30px;
        background: url(/international/img/h1-bg01.png) center right/230px 115px no-repeat;
        line-height: 1.3em; } }
    @media (max-width: 425px) {
      .ct-title-default h1.medium span {
        padding: 20px 20px 80px;
        background: url(/international/img/h1-bg01.png) bottom right/200px no-repeat; } }
  .ct-title-default h1.medium.medium-none span {
    padding: 40px 30px;
    background: none; }
    @media (max-width: 767px) {
      .ct-title-default h1.medium.medium-none span {
        padding: 20px 20px; } }
  .ct-title-default h1.medium.primary span {
    background: none;
    padding: 80px 30px; }
.ct-title-default h1.medium.jpnmedium {
  background-image: linear-gradient(90deg, #3e90b6, #63cdd5); }
  .ct-title-default h1.medium.jpnmedium span {
    padding: 40px 30px;
    background: none; }
.ct-title-default h2 {
  height: auto;
  padding: 18px 0 15px 0;
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3d9992;
  border-bottom: none; }
  @media (max-width: 767px) {
    .ct-title-default h2 {
      margin-top: 10px; } }
  .ct-title-default h2::before {
    display: none; }
  .ct-title-default h2 + p {
    margin-top: 20px; }
.ct-title-default .h2-line {
  border-bottom: none;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
  display: inline-block;
  padding-left: 0; }
  .ct-title-default .h2-line::before {
    width: 3em;
    left: 50%;
    transform: translateX(-50%); }
.ct-title-default .h2-point {
  border-bottom: none;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 0 0 1em 0;
  padding-left: 2em;
  position: relative; }
  .ct-title-default .h2-point::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
    background: url(/international/img/deigo-mini.png) center center/contain no-repeat; }
.ct-title-default h3 {
  font-size: 150%;
  color: #3d9992;
  border-bottom: 0;
  padding-left: 1.5em;
  position: relative;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .ct-title-default h3 {
      padding-left: 0.7em; } }
  .ct-title-default h3::before {
    position: absolute;
    left: 0;
    top: calc(50% + 0.5em);
    content: "";
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-0.75em);
    background-color: #3d9992; }
  .ct-title-default h3 + h4 {
    margin-top: 20px; }
  .ct-title-default h3 + .link {
    margin: -15px 0; }
    .ct-title-default h3 + .link a {
      text-decoration: underline; }
    .ct-title-default h3 + .link + h4 {
      margin-top: 30px; }
.ct-title-default .h3-point {
  font-size: 120%;
  margin-top: 0;
  border-bottom: none;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin: 40px 0 1em 0;
  padding-left: 1.5em;
  position: relative; }
  .ct-title-default .h3-point::before {
    position: absolute;
    left: 0;
    top: calc(50% + 0.5em);
    content: "";
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-0.75em);
    background-color: #2e7f79; }
.ct-title-default h4 {
  font-size: 120%;
  color: #fff;
  background: #3d9992;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 50px; }
.ct-title-default h5 {
  font-size: 105%;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #3d9992;
  padding-left: 1em;
  margin-top: 35px; }
.ct-title-default h6 {
  font-size: 100%;
  margin: 1em 0 5px 0; }
.ct-title-default p {
  margin: 0 10px 20px 10px; }
  .ct-title-default p + .link {
    margin-top: -15px; }
  .ct-title-default p + .btn {
    margin-top: -15px; }
    .ct-title-default p + .btn.mokuji-area {
      margin-top: 0; }
.ct-title-default .m-btm-0 {
  margin-bottom: 5px; }
.ct-title-default .ul-mini {
  margin: 0 0 0 0.5em; }
.ct-title-default .mokuji-area a {
  margin-right: 10px;
  margin-bottom: 10px; }
  .ct-title-default .mokuji-area a::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 45%; }
.ct-title-default img + .mokuji-area {
  margin-top: 30px; }
.ct-title-default section ul {
  margin: 20px 0 20px 13px; }

.img-mainv {
  width: 100%; }

.img-l {
  max-width: 100%; }

.img-m {
  max-width: 500px; }
  @media (max-width: 767px) {
    .img-m {
      max-width: 100%; } }

.img-s {
  max-width: 300px; }

.img-ss {
  max-width: 100px; }

.img-mail {
  width: 200px;
  margin-left: 10px; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.mini {
  font-size: 80%; }

.m-top-15 {
  margin-top: -15px; }

section .link a {
  position: relative;
  padding-left: 1.7em; }
  section .link a::before {
    position: absolute;
    left: 0.4em;
    top: 0.45em;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0; }

.remarks {
  padding-left: 1.5em;
  position: relative; }
  .remarks::before {
    content: "※";
    width: 1em;
    height: 1em;
    position: absolute;
    display: block;
    top: 0;
    left: 0; }

.result-summary {
  margin-top: 10px; }

.single-wrap {
  margin-bottom: 50px; }
  .single-wrap .read-more a {
    position: relative;
    padding-right: 2em; }
    .single-wrap .read-more a .link-icon::before {
      color: inherit; }

.flex-box {
  display: flex;
  gap: 10px; }
  @media (max-width: 767px) {
    .flex-box {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .flex-box.flex-nowrap {
      flex-wrap: nowrap; } }
  .flex-box figure {
    width: 50%; }
    @media (max-width: 767px) {
      .flex-box figure {
        width: 100%;
        margin: 10px; } }
    .flex-box figure figcaption {
      line-height: 1.2em; }
  .flex-box .box-each {
    width: 200px;
    padding: 10px 5px; }

.jus-b {
  justify-content: space-between; }

.itiran {
  display: none; }
  @media (max-width: 960px) {
    .itiran {
      display: block;
      color: #fff;
      font-size: 92%;
      background: rgba(51, 51, 51, 0.5);
      border: none;
      border-radius: 0;
      text-align: center;
      position: relative;
      padding: 5px 10px 20px 10px;
      width: calc(100% - 20px); }
      .itiran:after {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -5px 0 0 -3px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg); } }

.hax-textalign-right {
  text-align: right; }

dl.qa-list dt {
  padding: 30px 0 0 0;
  display: flex;
  font-weight: bold; }
  dl.qa-list dt:before {
    content: "Q";
    color: #fff;
    font-weight: bold;
    background-color: #3d9992;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 10px;
    height: 25px; }
dl.qa-list dd {
  padding: 10px 0 0 0;
  display: flex; }
  dl.qa-list dd:before {
    content: "A";
    color: #fff;
    font-weight: bold;
    background-color: #2e7f79;
    padding: 5px 11px;
    border-radius: 3px;
    margin-right: 10px;
    height: 25px; }

/*-------------------------------------------------------------------------------

  aboutページ

  -------------------------------------------------------------------------------*/
 /*-------------------------------------------------------------------------------

  jpn-50ページ

  -------------------------------------------------------------------------------*/
.jpn-50 h2 {
  color: #2e76a0; }
.jpn-50 h3 {
  color: #2e76a0; }
  .jpn-50 h3::before {
    background: #2e76a0; }
.jpn-50 h4 {
  background: #2e76a0; }
.jpn-50 h5 {
  border-left: 4px solid #2e76a0; }
.jpn-50 a {
  color: #2e76a0; }
.jpn-50 .btn a {
  color: #2e76a0;
  border: 1px solid #2e76a0; }
  .jpn-50 .btn a:hover {
    background: #2e76a0; }
    .jpn-50 .btn a:hover::before {
      border-top: 2px solid #2e76a0;
      border-right: 2px solid #2e76a0; }
.jpn-50 ul li::before {
  background: #2e76a0; }

 /*-------------------------------------------------------------------------------

  newsページ

  -------------------------------------------------------------------------------*/
.news h3 time {
  font-size: 90%;
  margin-right: 1em; }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  article h1.primary {
    height: auto; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
section .mw_wp_form table th.required:after {
  float: right; }
section .mw_wp_form table .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0; }
section .mw_wp_form table .mwform-checkbox-field.horizontal-item label {
  margin: 0 0 0 1em; }
  section .mw_wp_form table .mwform-checkbox-field.horizontal-item label input {
    margin: 0 5px 0 -1.4em; }
  section .mw_wp_form table .mwform-checkbox-field.horizontal-item label span {
    white-space: normal; }
section .mw_wp_form table th, section .mw_wp_form table td {
  word-break: break-all; }
section .mw_wp_form table textarea {
  width: 91%; }
@media (max-width: 959px) {
  section .mw_wp_form .table-wrap table {
    white-space: normal;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 768px) {
  section .mw_wp_form table tbody {
    display: block; }
    section .mw_wp_form table tbody tr {
      display: block; }
      section .mw_wp_form table tbody tr th,
      section .mw_wp_form table tbody tr td {
        display: block;
        width: 100%; }
        section .mw_wp_form table tbody tr th .size-m,
        section .mw_wp_form table tbody tr td .size-m {
          width: 91%; }
        section .mw_wp_form table tbody tr th textarea,
        section .mw_wp_form table tbody tr td textarea {
          width: 91%;
          height: 60px; }
        section .mw_wp_form table tbody tr th select,
        section .mw_wp_form table tbody tr td select {
          width: 91%; }
          section .mw_wp_form table tbody tr th select option,
          section .mw_wp_form table tbody tr td select option {
            width: 91%;
            white-space: normal; } }

.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */

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