@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
/*****************************************************

 SCSS用
 
*****************************************************/
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 検索
 
*****************************************************/
.serch_box {
  width: 300px;
  position: relative;
  margin: 20px 40px; }
  .serch_box::before {
    font-family: 'Font Awesome 5 free';
    content: '\f002';
    padding-right: 5px;
    font-weight: 900;
    color: #333;
    position: absolute;
    top: 10px;
    left: 20px; }
  .serch_box #s {
    border-radius: 30px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #ccc; }
  .serch_box #searchsubmit {
    position: absolute;
    top: 5px;
    left: 27px;
    margin: 0;
    width: 30px;
    background: none;
    border: none; }

.search_wrap {
  width: 100%;
  padding: 80px 0; }
  .search_wrap ul {
    margin: 40px 26px; }
    .search_wrap ul li {
      margin-bottom: 16px;
      border-bottom: 1px dotted #4d4d4d;
      padding: 4px 4px 8px; }
      .search_wrap ul li p {
        margin-bottom: 8px; }
      .search_wrap ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #4098e5;
        font-weight: bold; }
        .search_wrap ul li a::before {
          display: inline-block;
          font-family: 'Font Awesome 5 free';
          content: '\f105';
          font-weight: 900;
          color: #4098e5;
          margin-right: 8px; }
        .search_wrap ul li a:hover {
          text-decoration: underline; }

@media screen and (max-width: 896px) {
  .serch_box {
    width: 90%;
    margin: 20px auto !important; } }
/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans','Zen Kaku Gothic New', sans-serif , "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  color: #333;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  /*text-align:justify;*/ }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(109, 109, 109, 0.6); }

.lv1_cover span {
  display: block;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0ca50c;
  margin-bottom: -16px; }

.h2_container {
  text-align: center;
  margin-bottom: 60px; }
  .h2_container span {
    font-size: 14px;
    color: #5198d9;
    font-weight: 600; }
  .h2_container + p {
    text-align: center;
    margin-bottom: 60px; }
    .h2_container + p span {
      color: #ff8a00; }

h2 {
  font-size: 31px;
  color: #003f97;
  font-weight: bold; }

h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #ffe600; }

section {
  padding: 80px 0; }
  section:nth-of-type(even) {
    background: #fffdeb; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

* {
  box-sizing: border-box; }

.link_btn {
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 340px;
  margin: 40px auto;
  background: #ff8a00;
  border-radius: 40px;
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  text-align: left;
  position: relative;
  text-decoration: none;
  transition: .2s; }
  .link_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffa133;
    transition: all .2s;
    z-index: -1; }
  .link_btn::after {
    position: absolute;
    top: 18px;
    right: 24px;
    content: "\f105";
    font-family: 'Font Awesome 6 free';
    color: #fff;
    font-size: 18px;
    font-weight: 900; }
  .link_btn:hover::before {
    width: 100%; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  body {
    overflow-x: hidden; }

  section {
    padding: 40px 0; }

  h1:not(#top_h1) {
    font-size: 38px; }

  .lv1_cover span {
    font-size: 14px;
    margin-bottom: -8px; }

  .h2_container + p {
    text-align: left; }

  .h2_container span {
    font-weight: 400; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 18px;
    letter-spacing: 0; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 26px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 24px; }

  .link_btn::after {
    top: 12px; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #ff8a00;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(8) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6), #mm-1 > ul > li:nth-child(7) {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 24px; }
    #mm-1 > ul > li:nth-child(6) a, #mm-1 > ul > li:nth-child(7) a {
      color: #003f97 !important; }
    #mm-1 > ul > li:nth-child(6) span, #mm-1 > ul > li:nth-child(7) span {
      display: block;
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      margin-bottom: 8px; }

  #mm-1 > ul > li:nth-child(7) a {
    color: #ff8400 !important; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .8s; }

.scrollin {
  opacity: 1; }

/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 120px;
  padding: 0 1%;
  margin: 0 auto;
  min-width: 1280px;
  position: absolute;
  z-index: 1; }
  .global_header .logo_container {
    width: 340px;
    max-width: 340px;
    height: 76px; }
    .global_header .logo_container img {
      vertical-align: -20%; }
  .global_header nav {
    width: 100%;
    max-width: 840px; }
    .global_header nav .header_phone_container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 50px;
      margin: 0 23px 10px auto;
      max-width: 840px; }
      .global_header nav .header_phone_container a {
        text-decoration: none;
        width: 33%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 10px;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        font-size: 24px;
        color: #fff; }
        .global_header nav .header_phone_container a span {
          font-size: 14px;
          line-height: 15px;
          color: #fff;
          font-family: 'Noto Sans JP', sans-serif; }
        .global_header nav .header_phone_container a i {
          font-size: 24px; }
        .global_header nav .header_phone_container a:nth-of-type(2) {
          color: #ffe600; }
          .global_header nav .header_phone_container a:nth-of-type(2) span {
            color: #ffe600; }
    .global_header nav .header_nav_container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 50px; }
      .global_header nav .header_nav_container > li:first-of-type {
        margin-left: 0; }
      .global_header nav .header_nav_container > li:last-of-type a {
        overflow: hidden;
        z-index: 0;
        display: block;
        width: 230px;
        background: #ff8a00;
        padding: 3px 20px;
        color: #fff;
        border-radius: 8px;
        position: relative; }
        .global_header nav .header_nav_container > li:last-of-type a::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 100%;
          background-color: #ffa133;
          transition: all .2s;
          z-index: -1; }
        .global_header nav .header_nav_container > li:last-of-type a:hover {
          color: #fff; }
          .global_header nav .header_nav_container > li:last-of-type a:hover::before {
            width: 100%; }
      .global_header nav .header_nav_container > li a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        transition: .2s;
        text-decoration: none; }
        .global_header nav .header_nav_container > li a:hover {
          color: #ff8a00; }
      .global_header nav .header_nav_container > li > ul {
        background-color: rgba(0, 63, 151, 0.8);
        display: none;
        list-style: none;
        position: absolute;
        top: 94px;
        left: auto;
        right: 570px;
        min-width: 160px;
        cursor: pointer;
        padding: 30px 20px 20px;
        box-sizing: border-box; }
        .global_header nav .header_nav_container > li > ul > li {
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #fff; }
          .global_header nav .header_nav_container > li > ul > li:last-of-type {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0; }
          .global_header nav .header_nav_container > li > ul > li:first-of-type {
            margin-top: 10px; }
          .global_header nav .header_nav_container > li > ul > li a {
            text-decoration: none;
            color: #fff; }
      .global_header nav .header_nav_container > li:hover > ul {
        display: block; }
      .global_header nav .header_nav_container > li:first-of-type ul {
        width: 10%; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 80px;
    min-width: 100%;
    padding: 0 2%;
    background: #fff; }

  .global_header .logo_container {
    width: 60%;
    max-width: 350px;
    margin-top: 20px; }

  .global_header .logo_container img {
    vertical-align: -10%; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_contact_section {
  background: #f3fbff; }

.footer_contact_wrap {
  width: 100%; }
  .footer_contact_wrap .inner {
    width: 1008px; }
  .footer_contact_wrap .footer_contact_item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    margin: 0 0 40px; }
    .footer_contact_wrap .footer_contact_item > div {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0 40px; }
      .footer_contact_wrap .footer_contact_item > div a, .footer_contact_wrap .footer_contact_item > div p {
        font-size: 46px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600px;
        font-style: italic;
        text-decoration: none; }
        .footer_contact_wrap .footer_contact_item > div a span, .footer_contact_wrap .footer_contact_item > div p span {
          font-size: 24px;
          margin-right: 20px; }
    .footer_contact_wrap .footer_contact_item:first-of-type > div a, .footer_contact_wrap .footer_contact_item:first-of-type > div p {
      color: #003f97; }
    .footer_contact_wrap .footer_contact_item:nth-of-type(2) > div a, .footer_contact_wrap .footer_contact_item:nth-of-type(2) > div p {
      color: #ff5e00; }
    .footer_contact_wrap .footer_contact_item .link_btn {
      margin: 10px auto 20px; }

.global_footer {
  width: 100%;
  padding: 40px 0 10px;
  background: #5198d9; }
  .global_footer .fotter_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1%;
    gap: 0 40px;
    min-width: 1440px; }
    .global_footer .fotter_container figure {
      width: 340px; }
    .global_footer .fotter_container div {
      width: 60%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0 40px;
      color: #fff; }
      .global_footer .fotter_container div address a {
        color: #fff;
        text-decoration: none; }
    .global_footer .fotter_container > a {
      padding: 6px 30px;
      background: #ff8a00;
      border-radius: 20px;
      color: #fff;
      text-decoration: none; }
  .global_footer .copyright_container {
    width: 100%;
    max-width: 1680px;
    margin: -20px auto 0;
    text-align: right;
    font-size: 14px;
    color: #FFF;
    padding: 0 1%;
    min-width: 1280px; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #003f97;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #003f97;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .footer_contact_wrap {
    padding: 0 0 40px; }

  .footer_contact_wrap .inner {
    width: 90%; }

  .footer_contact_wrap .footer_contact_item {
    padding: 16px; }

  .footer_contact_wrap .footer_contact_item > div a, .footer_contact_wrap .footer_contact_item > div p {
    font-size: 28px; }

  .footer_contact_wrap .footer_contact_item > p {
    font-size: 15px; }

  .global_footer .fotter_container, .global_footer .copyright_container, .global_footer .fotter_container div {
    min-width: 100%;
    justify-content: center; }

  .global_footer .fotter_container figure {
    width: 70%; }

  .global_footer .fotter_container div {
    width: 100%; }

  .global_footer .fotter_container div address:nth-of-type(2) {
    margin-top: 20px; }

  .global_footer .fotter_container > a {
    margin-top: 20px; }

  .global_footer .copyright_container {
    text-align: center;
    margin: 20px 0 0; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_container {
  width: 100%; }
  .news_container article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #5198d9;
    padding: 30px 0;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .news_container article:last-of-type {
      border-bottom: none; }
    .news_container article span:first-of-type {
      width: 10%;
      color: #003f97; }
    .news_container article p {
      width: 80%;
      color: #333;
      font-weight: normal; }
    .news_container article span:last-of-type {
      text-align: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ff8a00;
      color: #ff8a00;
      font-size: 18px;
      padding: 4px; }
    .news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news_container article:hover span:last-of-type {
      background: #ff8a00;
      color: #fff; }

@media screen and (max-width: 896px) {
  .news_container article span:first-of-type {
    width: 100%; }

  .news_container article p {
    width: 100%; }

  .news_container article span:last-of-type {
    display: none; } }
/* ページャー
----------------------------------------------------*/
.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #ff8a00 solid;
    color: #ff8a00;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #ff8a00 solid;
      color: #ff8a00;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #ff8a00;
    border: 2px #ff8a00 solid;
    color: #FFF; }

/*****************************************************

 シングルページ
 
*****************************************************/
.news_single_wrap .inner {
  width: 1080px; }

/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 60px 0 40px; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 24px; }
    .editor_area ul li {
      list-style: disc;
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 24px; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .news_single_wrap .inner {
    width: 90%; }

  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contact_notice_wrap a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  color: #003f84;
  font-weight: bold;
  text-decoration: none; }
  .contact_notice_wrap a i {
    font-size: 21px;
    margin-right: 20px; }

.contact_wrap ul {
  width: 80%;
  margin: 0 auto; }
.contact_wrap li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px; }

.contactform_container {
  width: 90%;
  margin: 0 auto; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #111111;
      font-size: 16px;
      color: #333;
      padding: 26px;
      box-sizing: border-box; }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #d63317;
        padding: 0 10px;
        float: right;
        border-radius: 2px; }
    .contactform_container table td {
      /*width:70%;*/
      border-bottom: 1px solid #eee;
      font-size: 16px;
      color: #666;
      padding: 20px 40px;
      box-sizing: border-box; }

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  margin-right: 20px; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #fff;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
    .privacypolicy p:first-of-type {
      font-size: 18px;
      color: #333;
      font-weight: bold; }
  .privacypolicy h4 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #666; }

.privacypolicy_checkbox_container {
  text-align: center; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

.thanks_container {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }
  .thanks_container h3::after {
    display: none; }

#formWrap h3 {
  margin-bottom: 40px;
  text-align: center; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table tr:last-of-type {
    display: none; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #0A1F54;
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #444;
    padding: 20px 40px;
    box-sizing: border-box; }
  .form_table .confirm_contents {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ffFF00;
  background: #F9A638;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto; }

.error_messe {
  margin-bottom: 10px; }
  .error_messe span {
    background: #ffe0e0;
    padding: 0 10px; }

@media screen and (max-width: 896px) {
  .contact_wrap ul {
    width: 100%; }

  .contactform_wrap {
    padding: 40px 0; }

  .contactform_container {
    width: 90%;
    margin: 0 auto; }

  .contactform_container table th {
    width: 100%;
    display: block; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0; }

  .privacypolicy {
    width: 100%; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 10px 20px 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  background: #ff8a00;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 HOME
 
*****************************************************/
.main_cover {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 0;
  padding: 150px 0; }
  .main_cover::after {
    content: '';
    width: calc((100vw / 2) + 300px);
    height: 100%;
    background: #003f97;
    z-index: -1;
    position: absolute;
    right: 0px;
    top: 0;
    clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0% 100%); }
  .main_cover .slider {
    min-width: 1420px; }
  .main_cover .slider_item {
    margin: 0 20px;
    height: 500px;
    min-width: 800px; }
    .main_cover .slider_item img {
      border-radius: 20px;
      height: 100%;
      object-fit: cover; }
  .main_cover .cover_txt {
    position: absolute;
    top: 300px;
    left: calc((100vw / 5) + 60px);
    width: auto; }
    .main_cover .cover_txt p {
      font-size: 23px;
      color: #fff;
      text-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4); }
      .main_cover .cover_txt p:first-of-type {
        font-size: 60px;
        font-weight: bold;
        line-height: 80px; }
        .main_cover .cover_txt p:first-of-type span {
          font-size: 36px; }
      .main_cover .cover_txt p:last-of-type {
        font-family: 'Cabin', sans-serif;
        font-weight: 600;
        line-height: 32px;
        padding-left: 24px;
        border-left: 4px solid #fff; }

@media (min-width: 896px) and (max-width: 1280px) {
  .main_cover .cover_txt {
    left: 35%; } }
@media screen and (max-width: 896px) {
  .main_cover {
    height: 360px;
    padding: 100px 0; }

  .main_cover .slider {
    min-width: 100%; }

  .main_cover::after {
    width: calc((100vw / 2) + 100px); }

  .main_cover .slider_item {
    height: 220px;
    margin: 0 10px;
    min-width: 280px; }

  .main_cover .cover_txt {
    top: 160px;
    left: calc((100vw / 20) + 10px); }

  .main_cover .cover_txt p {
    font-size: 14px; }

  .main_cover .cover_txt p:first-of-type {
    font-size: 28px;
    line-height: 40px; }
    .main_cover .cover_txt p:first-of-type span {
      font-size: 16px; }

  .main_cover .cover_txt p:last-of-type {
    line-height: 20px; } }
.top_service_wrap {
  width: 100%;
  padding: 80px 1%; }
  .top_service_wrap .top_service_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0; }
    .top_service_wrap .top_service_container .top_service_item {
      width: 30%;
      position: relative;
      z-index: 0; }
      .top_service_wrap .top_service_container .top_service_item figure {
        width: 100%;
        margin: 0;
        z-index: 0; }
      .top_service_wrap .top_service_container .top_service_item p {
        width: 100%;
        height: 150px;
        background-color: rgba(0, 63, 151, 0.3);
        text-align: right;
        padding: 30px 20px;
        font-size: 21px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0; }
      .top_service_wrap .top_service_container .top_service_item span {
        position: absolute;
        bottom: 30px;
        left: 20px;
        font-size: 86px;
        color: #fff;
        writing-mode: vertical-rl; }
      .top_service_wrap .top_service_container .top_service_item:first-of-type span {
        font-size: 50px;
        text-shadow: 0px 0px 6px rgba(109, 109, 109, 0.4); }

.top_scroll_img_wrap {
  width: 100%;
  padding: 80px 0 0; }
  .top_scroll_img_wrap .link_btn {
    margin: 40px auto 0; }

.simply-scroll {
  width: 100%; }
  .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 289px; }
    .simply-scroll .simply-scroll-clip li {
      float: left;
      width: 413px;
      height: 100%; }

.simply-scroll-container {
  position: relative; }

.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .simply-scroll-list li {
    padding: 0;
    margin: 0 10px;
    list-style: none; }
    .simply-scroll-list li img {
      border: none;
      display: block; }

@media screen and (max-width: 896px) {
  .top_service_wrap {
    padding: 40px 4%; }

  .top_service_wrap .top_service_container {
    gap: 40px 0; }

  .top_service_wrap .top_service_container .top_service_item {
    width: 100%; }

  .top_service_wrap .top_service_container .top_service_item span {
    font-size: 60px;
    bottom: 70px; }

  .top_service_wrap .top_service_container .top_service_item:first-of-type span {
    bottom: 50px; }

  .top_scroll_img_wrap {
    padding: 40px 0 0; }

  .simply-scroll .simply-scroll-clip {
    height: 140px; }

  .simply-scroll .simply-scroll-clip li {
    width: 195px; } }
.top_about_wrap {
  width: 100%;
  padding: 80px 0;
  background: #f3fbff; }
  .top_about_wrap .top_about_container {
    width: 100%; }
    .top_about_wrap .top_about_container .top_about_item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 60px; }
      .top_about_wrap .top_about_container .top_about_item:nth-of-type(even) {
        flex-direction: row-reverse; }
      .top_about_wrap .top_about_container .top_about_item figure {
        width: 48.21%; }
      .top_about_wrap .top_about_container .top_about_item > div {
        width: 48.21%; }
        .top_about_wrap .top_about_container .top_about_item > div p {
          word-break: keep-all;
          line-break: strict;
          overflow-wrap: break-word;
          white-space: normal; }
  .top_about_wrap .link_btn {
    margin: 40px auto 0; }

@media screen and (max-width: 896px) {
  .top_about_wrap {
    padding: 40px 0; }

  .top_about_wrap .top_about_container .top_about_item figure, .top_about_wrap .top_about_container .top_about_item > div {
    width: 100%; }

  .top_about_wrap .top_about_container .top_about_item figure {
    margin-bottom: 16px; } }
.top_news_wrap {
  width: 100%;
  padding: 80px 0; }
  .top_news_wrap article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #5198d9;
    padding: 30px 0;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .top_news_wrap article:last-of-type {
      border-bottom: none; }
    .top_news_wrap article span:first-of-type {
      width: 10%;
      color: #003f97; }
    .top_news_wrap article p {
      width: 80%;
      color: #333;
      font-weight: normal; }
    .top_news_wrap article span:last-of-type {
      text-align: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ff8a00;
      color: #ff8a00;
      font-size: 18px;
      padding: 4px; }
    .top_news_wrap article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_news_wrap article:hover span:last-of-type {
      background: #ff8a00;
      color: #fff; }
  .top_news_wrap .link_btn {
    margin: 40px auto 0; }

@media screen and (max-width: 896px) {
  .top_news_wrap {
    padding: 40px 0; }

  .top_news_wrap article span:first-of-type {
    width: 100%; }

  .top_news_wrap article p {
    width: 100%; }

  .top_news_wrap article span:last-of-type {
    display: none; } }
/*****************************************************

 下層共通パーツ
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 420px;
  position: relative;
  z-index: 0;
  padding: 230px 0 100px; }
  .lv1_cover::before {
    content: '';
    width: 100%;
    height: 300px;
    background: url("../images/common/lv1_cover.jpg") bottom center no-repeat;
    position: absolute;
    bottom: 0;
    z-index: -1; }
  .lv1_cover::after {
    content: '';
    width: calc((100vw / 2) + 300px);
    height: 100%;
    background: #003f97;
    z-index: -2;
    position: absolute;
    right: 0px;
    top: 0;
    clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0% 100%); }

@media screen and (max-width: 896px) {
  .lv1_cover {
    height: 260px;
    padding: 130px 0 0; }

  .lv1_cover::after {
    display: none; } }
/*****************************************************

 About
 
*****************************************************/
.overview_container {
  width: 92%;
  margin: 0 auto; }
  .overview_container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .overview_container table tr {
      border-bottom: 1px solid #dddddd; }
      .overview_container table tr:last-of-type {
        border-bottom: none; }
    .overview_container table th, .overview_container table td {
      padding: 30px 10px; }
    .overview_container table th {
      width: 30%;
      font-size: 21px;
      color: #333;
      font-weight: 500;
      vertical-align: top; }
    .overview_container table td {
      width: 70%;
      font-size: 16px;
      color: #333;
      font-weight: 400; }
      .overview_container table td a {
        text-decoration: none;
        color: #333; }
      .overview_container table td ul {
        margin-bottom: 20px; }
        .overview_container table td ul:last-of-type {
          margin-bottom: 0; }
        .overview_container table td ul li {
          list-style: disc;
          margin-left: 24px; }
  .overview_container .map_btn {
    display: block;
    width: 182px;
    padding: 2px 0;
    text-align: center;
    background: #5198d9;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    margin: 8px 0 20px; }
  .overview_container .history_container {
    position: relative; }
    .overview_container .history_container .history_item {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .overview_container .history_container .history_item p {
        font-size: 16px;
        color: #333;
        font-weight: 500; }
        .overview_container .history_container .history_item p:first-of-type {
          width: 20%;
          font-size: 18px;
          color: #333;
          font-weight: bold;
          position: relative;
          padding: 0; }
          .overview_container .history_container .history_item p:first-of-type::after {
            content: '';
            width: 11px;
            height: 11px;
            background: #ffc857;
            border: 3px solid #fff;
            border-radius: 50%;
            position: absolute;
            top: 4px;
            right: -9px; }
        .overview_container .history_container .history_item p:last-of-type {
          width: 80%;
          border-left: 1.5px solid #dfe2e9;
          padding: 0 0px 40px 50px;
          text-align: left; }
      .overview_container .history_container .history_item:last-of-type p:last-of-type {
        border: none; }

.env_container {
  width: 880px;
  margin: 0 auto; }
  .env_container h3 {
    z-index: 0;
    margin-left: 20px; }
    .env_container h3::before {
      content: '';
      position: absolute;
      left: -20px;
      bottom: 24px;
      width: 30px;
      height: 30px;
      background: #47d14e;
      border-radius: 50%;
      z-index: -1; }
  .env_container .env_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 4%;
    margin-bottom: 40px; }
    .env_container .env_item > div {
      width: 80%; }
    .env_container .env_item figure {
      width: 140px; }
  .env_container ol {
    margin: 20px; }
    .env_container ol li {
      margin: 8px;
      list-style: auto; }
  .env_container > p:last-of-type {
    text-align: right;
    margin-top: 20px; }

@media screen and (max-width: 896px) {
  .overview_container {
    width: 100%; }

  .overview_container table th, .overview_container table td {
    width: 100%;
    display: block;
    padding: 10px; }

  .overview_container .history_container .history_item p:first-of-type {
    width: 40%;
    font-size: 16px; }

  .overview_container .history_container .history_item p:last-of-type {
    width: 60%;
    padding: 0 0px 20px 30px; }

  .env_container {
    width: 100%; }

  .env_container .env_item > div {
    width: 100%; }

  .env_container .env_item figure {
    margin-top: 20px; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_phone_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 4%; }
  .contact_phone_container > div {
    width: 300px;
    text-align: center; }
    @media screen and (max-width: 896px) {
      .contact_phone_container > div {
        width: 80%; } }
    .contact_phone_container > div span {
      display: block;
      width: 100%;
      border-bottom: 1px solid;
      border-color: #003f97;
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #003f97; }
    .contact_phone_container > div a {
      text-decoration: none;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #003f97;
      font-size: 24px; }
    .contact_phone_container > div:last-of-type span {
      border-color: #ff8a00;
      color: #ff8a00; }
    .contact_phone_container > div:last-of-type a {
      color: #ff8a00; }

@media screen and (max-width: 896px) {
  .contact_cover h1 {
    font-size: 30px !important; } }
/*****************************************************

 Products
 
*****************************************************/
.products_wrap section:nth-of-type(even) {
  background: #f3fbff; }

.products_wrap p, .products_detail_wrap p, .facility_wrap p {
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  white-space: normal; }
.products_wrap h3, .products_detail_wrap h3, .facility_wrap h3 {
  padding-bottom: 0;
  padding-left: 15px;
  z-index: 0; }
  .products_wrap h3::before, .products_detail_wrap h3::before, .facility_wrap h3::before {
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: #47d14e;
    border-radius: 50%;
    z-index: -1; }

.products_detail_wrap h3 {
  width: 100%; }
  .products_detail_wrap h3:nth-of-type(n + 2) {
    margin-top: 80px; }
  .products_detail_wrap h3 + .product_2col {
    margin-top: 0; }

.product_2col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .product_2col > div, .product_2col > figure {
    width: 48.21%; }
  .product_2col .link_btn {
    margin: 60px 0 0; }
  .product_2col .ttl {
    font-size: 21px;
    color: #003f97;
    font-weight: bold;
    margin-bottom: 24px; }
  .product_2col:nth-of-type(n + 3) {
    margin-top: 80px; }
  .product_2col p span {
    letter-spacing: .5px;
    word-break: auto-phrase; }

.product_3col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px 0; }
  .product_3col > div {
    width: 31%; }
    .product_3col > div figure {
      margin-bottom: 10px; }
    .product_3col > div p:first-of-type {
      font-size: 21px;
      color: #003f97;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ffe600; }
    .product_3col > div p span {
      letter-spacing: .5px;
      word-break: auto-phrase; }
  .product_3col .link_btn {
    margin: 60px 0 0; }

.ph_gallery {
  width: 48.21%; }
  .ph_gallery figure {
    width: 100%;
    height: 324px;
    overflow: hidden; }
    .ph_gallery figure img {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      object-fit: cover; }
  .ph_gallery .ph_thumb_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 2%;
    margin-top: 10px;
    transform: none; }
    .ph_gallery .ph_thumb_item button {
      width: 32%;
      height: 103px;
      filter: grayscale(1);
      cursor: pointer; }
      .ph_gallery .ph_thumb_item button img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .ph_gallery .ph_thumb_item button.is_active {
      filter: grayscale(0); }

@media screen and (max-width: 896px) {
  .product_2col {
    flex-direction: column-reverse; }

  .product_2col > figure {
    margin-bottom: 20px; }

  .product_2col > div, .product_2col > figure {
    width: 100%; }

  .product_3col > div {
    width: 100%; }

  .ph_gallery {
    margin-bottom: 20px; }

  .ph_gallery figure {
    height: 236px; }

  .ph_gallery .ph_thumb_item button {
    height: 88px; }

  .products_wrap h3::before, .products_detail_wrap h3::before, .facility_wrap h3::before {
    bottom: 4px; } }
/*****************************************************

 Facility
 
*****************************************************/
.facility_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 3.56%; }
  .facility_container .facility_item {
    width: 48.21%; }
    .facility_container .facility_item h3 {
      margin-top: 10px; }
    .facility_container .facility_item p span {
      word-break: auto-phrase; }

@media screen and (max-width: 896px) {
  .facility_container .facility_item {
    width: 100%; } }
