@charset "UTF-8";
@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=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*****************************************************

 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; }

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

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

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

ol {
  text-align: left;
  padding: 0;
  margin: 0; }

ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }
  ul 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; }

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

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

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 36px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: #fff; }

h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #05668d;
  margin-bottom: 40px; }
  h2::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/common/h2_icon.svg") center/cover no-repeat;
    margin-right: 15px;
    vertical-align: -14%; }

h2 + p {
  font-size: 16px;
  color: #272727;
  line-height: 31px;
  margin-bottom: 40px; }
  h2 + p a {
    text-decoration: none;
    color: #05668D; }

h3 {
  font-size: 21px;
  color: #05668d;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 30px; }
  h3::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #159a5f;
    position: absolute;
    bottom: 0;
    left: 0; }

h3 + p a {
  text-decoration: none;
  color: #272727; }

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

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; }

.link_btn {
  display: block;
  text-decoration: none;
  width: 364px;
  padding: 18px;
  box-sizing: border-box;
  background: #fdd558;
  border-radius: 8px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  position: relative;
  margin: 40px auto 0; }
  .link_btn::after {
    font-family: 'Font Awesome 5 free';
    content: '\f061';
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top: 24px;
    right: 20px; }
  .link_btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all .3s;
    z-index: -1;
    background: #fcc826; }
  .link_btn:hover::before {
    width: 100%; }

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

  #menu {
    visibility: hidden; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    font-size: 31px; }

  h2 {
    font-size: 26px; }
    h2::before {
      width: 30px;
      height: 30px;
      margin-right: 10px; }

  h2 + p {
    line-height: 28px; }

  h3 {
    font-size: 19px; }

  section {
    padding: 40px 0;
    /*&:last-of-type {padding:40px 0 100px;}*/ }

  .sp_none {
    display: none !important; }

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

  .sp_menu {
    position: absolute;
    top: 22px;
    right: 22px; }
    .sp_menu i {
      font-size: 30px;
      color: #159A5F; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

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

  #mm-1 > ul > li:nth-child(6) > a {
    background: #fdd558;
    color: #159a5f !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px; }

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

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    font-family: 'Cabin', sans-serif; } }
@media print {
  .pc_none {
    display: none !important; }

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

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
  background: #fff; }
  .global_header img {
    width: 200px;
    height: auto;
    vertical-align: -20%; }
  .global_header nav {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .global_header nav a {
      display: inline-block;
      margin-right: 80px;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-weight: 600;
      color: #05668d;
      font-size: 18px;
      text-decoration: none;
      position: relative;
      z-index: 2;
      transition: 0.2s ease-in-out; }
      .global_header nav a:hover:before {
        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-origin: left;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23e0ff00; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
        animation: waving 3s linear infinite;
        transform: scaleX(1); }
@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%; } }
      .global_header nav a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 80px;
        left: 0;
        bottom: -45px;
        z-index: -1;
        transform: scaleX(0);
        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
        transform-origin: right;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23e0ff00; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x; }
      .global_header nav a:last-of-type {
        background: #fdd558;
        border-radius: 8px;
        padding: 14px 40px;
        color: #159a5f;
        margin-right: 0;
        overflow: hidden;
        z-index: 0;
        position: relative; }
        .global_header nav a:last-of-type:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 100%;
          transition: all .3s;
          z-index: -1;
          background: #fee28a; }
        .global_header nav a:last-of-type:hover::after {
          width: 100%; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 80px; }

  .global_header img {
    width: 160px; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_wrap {
  width: 100%;
  background: #159a5f;
  padding: 100px 0 0; }
  .footer_wrap .fotter_group_container {
    background: #fff;
    margin-top: -190px;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px; }
    .footer_wrap .fotter_group_container p {
      font-size: 16px;
      color: #272727;
      font-weight: bold; }
    .footer_wrap .fotter_group_container .footer_group_icon {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
      .footer_wrap .fotter_group_container .footer_group_icon figure {
        position: relative;
        z-index: 0;
        transition: .3s; }
        .footer_wrap .fotter_group_container .footer_group_icon figure a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
      .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(1) {
        width: 74px; }
      .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(2) {
        width: 266px; }
      .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(3) {
        width: 250px; }
        .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(3):hover {
          opacity: .7;
          transition: .3s; }
      .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(4) {
        width: 250px; }
        .footer_wrap .fotter_group_container .footer_group_icon figure:nth-of-type(4):hover {
          opacity: .7;
          transition: .3s; }
  .footer_wrap .footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px; }
    .footer_wrap .footer_container figure {
      width: 23.75%; }
    .footer_wrap .footer_container p {
      width: 33%;
      font-size: 16px;
      color: #fff; }
      .footer_wrap .footer_container p span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 4px; }
      .footer_wrap .footer_container p a {
        text-decoration: none;
        color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #159a5f;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #159a5f;
    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; }

.copyright_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  background: #159a5f;
  font-size: 14px;
  color: #FFF;
  padding: 14px 0;
  text-align: right; }

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

 アーカイブページ
 
*****************************************************/
/* ページャー
----------------------------------------------------*/
.pager {
  padding: 80px 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 #004898 solid;
    color: #004898;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #0E6B9E solid;
      color: #FF7300;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #004898;
    border: 2px #004898 solid;
    color: #FFF; }

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

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .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: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .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) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important; }

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

 フォーム
 
*****************************************************/
.contactform_container {
  width: 80%;
  /*padding-bottom:80px;*/
  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 #27953d;
      font-size: 16px;
      color: #333;
      padding: 26px 0; }
      .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 #ccc;
      font-size: 16px;
      color: #666;
      padding: 20px 40px;
      box-sizing: border-box; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }

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

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

.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: #efefef;
  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::-webkit-scrollbar {
  width: 8px; }

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

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

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

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .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; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 20px 40px;
    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; }

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

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

  .contact_phone_container span {
    font-size: 24px; }

  .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 140px;
    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: 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"] {
  text-decoration: none;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  background: #fdd558;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  padding: 15px 0;
  width: 40%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer;
  border-radius: 5px; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #FFF;
  border: 1px solid #09244d;
  font-weight: 300;
  font-size: 18px;
  color: #09244d;
  padding: 5px 0;
  width: 40%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }

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

  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
 
*****************************************************/
/* cover
----------------------------------------------------*/
.main_cover {
  width: 100%;
  height: 720px;
  z-index: 0; }
  .main_cover video {
    width: 100%;
    height: 720px;
    object-fit: cover;
    font-family: 'object-fit:cover;'; }
  .main_cover .movie_item {
    font-size: 0;
    position: relative; }
    .main_cover .movie_item:before {
      width: 100%;
      height: 100%;
      content: '';
      background: url(../images/common/bg-overlay.png) transparent;
      opacity: .1;
      position: absolute; }

@media screen and (max-width: 896px) {
  .main_cover {
    height: 220px; }

  .main_cover video {
    width: 100%;
    height: 220px; }

  .main_cover .movie_item {
    margin-bottom: 20px; } }
/* トップ共通パーツ
----------------------------------------------------*/
.wavy_btn_w {
  display: block;
  width: 280px;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  font-size: 18px;
  color: #05668d;
  font-weight: bold;
  position: relative;
  padding-bottom: 24px;
  transition: .2s; }
  .wavy_btn_w i {
    font-size: 21px;
    margin-left: 16px; }
  .wavy_btn_w::after {
    content: '';
    width: 260px;
    height: 21px;
    background: url("../images/common/wavy_lg.svg") center/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .wavy_btn_w:hover {
    color: #eb3f3f;
    transition: .2s; }

.wavy_btn_n {
  display: block;
  width: 200px;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 24px;
  transition: .2s; }
  .wavy_btn_n i {
    font-size: 21px;
    margin-left: 16px; }
  .wavy_btn_n::after {
    content: '';
    width: 170px;
    height: 21px;
    background: url("../images/common/wavy_sw.svg") center/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .wavy_btn_n:hover {
    color: #eb3f3f;
    transition: .2s; }

@media screen and (max-width: 896px) {
  .wavy_btn_w, .wavy_btn_n {
    width: 80%;
    padding-bottom: 32px; }
    .wavy_btn_w::after, .wavy_btn_n::after {
      width: 100%;
      height: 26px; }

  .wavy_btn_n {
    width: 80%;
    padding-bottom: 32px; }
    .wavy_btn_n::after {
      width: 170px;
      height: 21px; } }
/* about
----------------------------------------------------*/
.top_about_wrap {
  width: 100%;
  padding: 0 0 80px; }
  .top_about_wrap .top_copy_container {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-top: -80px;
    margin-bottom: 20px;
    border-radius: 10px; }
    .top_about_wrap .top_copy_container figure {
      width: 800px;
      margin: 0 auto; }
  .top_about_wrap .top_about_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .top_about_wrap .top_about_container figure {
      width: 35px;
      margin-top: 10px;
      margin-right: 16px; }
    .top_about_wrap .top_about_container h2 {
      width: 30%; }
      .top_about_wrap .top_about_container h2::before {
        display: none; }
    .top_about_wrap .top_about_container p {
      width: 61.6%;
      margin-left: 24px; }
  .top_about_wrap .top_about_detail_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0; }
    .top_about_wrap .top_about_detail_container .top_about_detail_item {
      width: 30.89%;
      background: #159a5f;
      border-radius: 8px;
      padding: 24px;
      box-sizing: border-box;
      position: relative; }
      .top_about_wrap .top_about_detail_container .top_about_detail_item figure {
        position: absolute;
        top: -40px;
        right: 24px;
        background: #fff;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .top_about_wrap .top_about_detail_container .top_about_detail_item figure img {
          width: auto;
          height: 50px; }
      .top_about_wrap .top_about_detail_container .top_about_detail_item p {
        font-size: 16px;
        color: #fff; }
        .top_about_wrap .top_about_detail_container .top_about_detail_item p:nth-of-type(1) {
          font-size: 18px;
          font-weight: bold; }

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

  .top_about_wrap .top_copy_container {
    margin-top: -40px; }

  .top_about_wrap .top_copy_container figure {
    width: 100%; }

  .top_about_wrap .top_about_container figure {
    display: none; }

  .top_about_wrap .top_about_container h2 {
    width: 100%; }
    .top_about_wrap .top_about_container h2:before {
      display: inline-block; }

  .top_about_wrap .top_about_container p {
    width: 100%;
    margin-left: 0; }

  .top_about_wrap .top_about_detail_container .top_about_detail_item {
    width: 100%;
    margin-bottom: 40px; }
    .top_about_wrap .top_about_detail_container .top_about_detail_item:last-of-type {
      margin-bottom: 0; } }
/* service
----------------------------------------------------*/
.top_service_wrap {
  .width: 100%;
  padding: 80px 0;
  background: #edf6f9; }
  .top_service_wrap img {
    width: auto; }

.top_slide_container {
  width: 100%; }

.simply-scroll {
  width: 100%; }
  .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 300px; }
    .simply-scroll .simply-scroll-clip li {
      float: left;
      width: 300px;
      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) {
  .simply-scroll .simply-scroll-clip {
    height: 120px; }

  .simply-scroll .simply-scroll-clip li {
    width: 120px; } }
/* business
----------------------------------------------------*/
.top_business_wrap {
  width: 100%;
  overflow: hidden; }
  .top_business_wrap .top_business_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 0;
    position: relative; }
    .top_business_wrap .top_business_container .top_business_item {
      width: 48%;
      z-index: 0;
      position: relative;
      padding: 80px 0 270px;
      box-sizing: border-box;
      text-align: center; }
      .top_business_wrap .top_business_container .top_business_item h2 {
        color: #fff; }
        .top_business_wrap .top_business_container .top_business_item h2::before {
          background: url("../images/common/h2_icon_w.svg") center/cover no-repeat; }
      .top_business_wrap .top_business_container .top_business_item h2 + p {
        width: 84%;
        text-align: left;
        margin: 0 auto;
        color: #fff; }
    .top_business_wrap .top_business_container::before, .top_business_wrap .top_business_container::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: -10; }
    .top_business_wrap .top_business_container::before {
      transform: translateX(-50%);
      background: url("../images/home/top_guide_bk.jpg") top center/cover no-repeat; }
    .top_business_wrap .top_business_container::after {
      transform: translateX(50%);
      background: url("../images/home/top_facility_bk.jpg") top center/cover no-repeat; }

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

  .top_business_wrap .top_business_container .top_business_item {
    width: 100%;
    padding: 40px 0; }

  .top_business_wrap .top_business_container::before, .top_business_wrap .top_business_container::after {
    height: 50%; }

  .top_business_wrap .top_business_container::after {
    transform: translate(0, 100%); }

  .top_business_wrap .top_business_container::before {
    transform: translate(0); } }
/* recruit
----------------------------------------------------*/
.top_recruit_wrap {
  width: 100%;
  background: url("../images/home/top_recruit_bk.jpg") center/cover no-repeat;
  padding: 80px 0; }
  .top_recruit_wrap .top_recruit_container {
    width: 45%; }

@media screen and (max-width: 896px) {
  .top_recruit_wrap {
    padding: 40px 0;
    background-position: 20%; }

  .top_recruit_wrap .top_recruit_container {
    width: 100%; } }
/*****************************************************

 下層共通
 
*****************************************************/
/* cover
----------------------------------------------------*/
.lv1_cover {
  width: 100%;
  height: 348px;
  padding: 120px 0;
  box-sizing: border-box; }
  .lv1_cover span {
    display: block;
    color: #bc4749;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    margin-bottom: -10px; }

.about {
  background: url("../images/common/cover_about.jpg") center/cover no-repeat; }

.business {
  background: url("../images/common/cover_business.jpg") center/cover no-repeat; }

.facility {
  background: url("../images/common/cover_facility.jpg") center/cover no-repeat; }

.recruit {
  background: url("../images/common/cover_recruit.jpg") center/cover no-repeat; }

.contact {
  background: url("../images/common/cover_contact.jpg?20220613") center/cover no-repeat; }

.breadcrumb {
  width: 100%;
  background: #edf6f9;
  padding: 8px 13%;
  box-sizing: border-box;
  font-size: 14px;
  color: #272727; }
  .breadcrumb a {
    text-decoration: none;
    color: #05668d; }
    .breadcrumb a i {
      margin: 0 8px 0 0; }
  .breadcrumb i {
    font-size: 16px;
    margin: 0 14px; }

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

  .breadcrumb {
    padding: 8px 5%; } }
.common_2col_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .common_2col_container p {
    width: 48%;
    font-size: 16px;
    color: #272727; }
  .common_2col_container figure {
    width: 48%; }
    .common_2col_container figure figcaption {
      font-size: 16px;
      color: #272727;
      text-align: right; }
      .common_2col_container figure figcaption span {
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
        font-size: 28px;
        margin-left: 10px; }

@media screen and (max-width: 896px) {
  .common_2col_container p {
    margin-bottom: 24px; }

  .common_2col_container p, .common_2col_container figure {
    width: 100%; } }
/* info
----------------------------------------------------*/
.common_info_wrap {
  width: 100%;
  padding: 80px 0 140px;
  background: #f7f7f7; }
  .common_info_wrap .common_info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .common_info_wrap .common_info_container .common_info_item {
      width: 48%; }
      .common_info_wrap .common_info_container .common_info_item a {
        text-decoration: none;
        color: #272727;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
        font-size: 18px; }
        .common_info_wrap .common_info_container .common_info_item a span {
          color: #159a5f;
          font-size: 28px;
          margin-left: 8px;
          margin-right: 16px; }
        .common_info_wrap .common_info_container .common_info_item a:nth-of-type(2) {
          display: block;
          width: 464px;
          padding: 24px;
          box-sizing: border-box;
          background: #fdd558;
          border-radius: 8px;
          color: #fff;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: normal;
          font-size: 18px;
          position: relative;
          overflow: hidden;
          z-index: 0;
          position: relative;
          margin: 30px 0; }
          .common_info_wrap .common_info_container .common_info_item a:nth-of-type(2)::after {
            font-family: 'Font Awesome 5 free';
            content: '\f061';
            font-weight: 900;
            color: #FFF;
            position: absolute;
            top: 24px;
            right: 20px; }
          .common_info_wrap .common_info_container .common_info_item a:nth-of-type(2):before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            transition: all .3s;
            z-index: -1;
            background: #fcc826; }
          .common_info_wrap .common_info_container .common_info_item a:nth-of-type(2):hover::before {
            width: 100%; }
      .common_info_wrap .common_info_container .common_info_item > span {
        font-size: 14px;
        color: #272727; }
      .common_info_wrap .common_info_container .common_info_item > div {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px; }
        .common_info_wrap .common_info_container .common_info_item > div figure {
          width: 236px; }
      .common_info_wrap .common_info_container .common_info_item .fb {
        padding: 0;
        background: none;
        text-align: center; }

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

  .common_info_wrap .common_info_container .common_info_item {
    width: 100%; }
    .common_info_wrap .common_info_container .common_info_item:nth-of-type(1) {
      margin-bottom: 40px; }

  .common_info_wrap .common_info_container .common_info_item a:nth-of-type(2) {
    width: 100%; }

  .common_info_wrap .common_info_container .common_info_item > div figure {
    width: 160px; }

  .footer_wrap .fotter_group_container .footer_group_icon {
    justify-content: center; }

  .footer_wrap .footer_container {
    flex-direction: column;
    align-items: center; }

  .footer_wrap .footer_container figure {
    width: 70%; }

  .footer_wrap .footer_container p {
    width: 100%; }
    .footer_wrap .footer_container p:nth-of-type(1) {
      margin: 24px 0; }

  .copyright_container {
    width: 98%;
    text-align: center;
    margin: 30px 0 0; }

  .fb {
    width: 100%;
    max-width: 100%; }

  .fb_iframe_widget_fluid span, .fb_iframe_widget iframe {
    max-width: 100%; } }
/*****************************************************

 ABOUT
 
*****************************************************/
.about_philosophy {
  width: 100%; }
  .about_philosophy p {
    font-size: 18px;
    color: #272727;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px; }
    .about_philosophy p:first-of-type {
      font-size: 31px;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 32px; }
      .about_philosophy p:first-of-type::after {
        content: '';
        width: 260px;
        height: 21px;
        background: url("../images/common/wavy_lg.svg") center/cover no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .about_philosophy p:last-of-type {
      margin-bottom: 0; }

.about_policy {
  font-size: 18px;
  color: #272727;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  line-height: 42px; }
  .about_policy .about_policy_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    .about_policy .about_policy_item p {
      width: 56%;
      text-align: left;
      font-size: 16px;
      color: #272727;
      font-family: 'Noto Serif JP', serif;
      font-weight: bold;
      line-height: 31px; }
      .about_policy .about_policy_item p:first-of-type {
        width: 28%;
        margin-right: 4%;
        text-align: right;
        color: #27953d;
        font-size: 46px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        margin-bottom: 6px;
        letter-spacing: 4px; }
    .about_policy .about_policy_item:nth-of-type(2) p:first-of-type span {
      color: #bc4749; }
    .about_policy .about_policy_item:nth-of-type(3) p:first-of-type span {
      color: #05668d; }

@media screen and (max-width: 896px) {
  .about_philosophy p {
    font-size: 16px; }

  .about_philosophy p:first-of-type {
    width: 80%;
    margin: 0 auto 32px;
    font-size: 28px; }

  .about_philosophy p:first-of-type::after {
    width: 100%;
    height: 26px; }

  .about_policy {
    text-align: left;
    line-height: 28px; }

  .about_policy .about_policy_item p:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 12px; }

  .about_policy .about_policy_item p {
    width: 100%; } }
/* overview - history
----------------------------------------------------*/
.about_overview_wrap table, .about_history_wrap table {
  width: 89.8%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed; }
  .about_overview_wrap table tr:last-of-type th, .about_overview_wrap table tr:last-of-type td, .about_history_wrap table tr:last-of-type th, .about_history_wrap table tr:last-of-type td {
    border-bottom: none; }
  .about_overview_wrap table th, .about_history_wrap table th {
    width: 30%;
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #27953d;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Serif JP', serif;
    vertical-align: top; }
    .about_overview_wrap table th span, .about_history_wrap table th span {
      font-size: 36px; }
  .about_overview_wrap table td, .about_history_wrap table td {
    padding: 16px 0; }
    .about_overview_wrap table td > p, .about_history_wrap table td > p {
      font-size: 16px;
      color: #333;
      padding: 0 20px 0 80px; }
    .about_overview_wrap table td div.overview, .about_overview_wrap table td div.history, .about_history_wrap table td div.overview, .about_history_wrap table td div.history {
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 8px; }
      .about_overview_wrap table td div.overview:last-of-type, .about_overview_wrap table td div.history:last-of-type, .about_history_wrap table td div.overview:last-of-type, .about_history_wrap table td div.history:last-of-type {
        margin-bottom: 0; }
    .about_overview_wrap table td div.overview, .about_history_wrap table td div.overview {
      padding: 0 20px 0 80px;
      box-sizing: border-box; }
      .about_overview_wrap table td div.overview p, .about_history_wrap table td div.overview p {
        width: 70%;
        font-size: 16px;
        color: #333; }
        .about_overview_wrap table td div.overview p:first-of-type, .about_history_wrap table td div.overview p:first-of-type {
          width: 30%; }
        .about_overview_wrap table td div.overview p a, .about_history_wrap table td div.overview p a {
          text-decoration: none;
          color: #333; }
    .about_overview_wrap table td div.history, .about_history_wrap table td div.history {
      padding: 0 20px 0 0;
      box-sizing: border-box; }
      .about_overview_wrap table td div.history p, .about_history_wrap table td div.history p {
        width: 64%;
        font-size: 16px;
        color: #333; }
        .about_overview_wrap table td div.history p:first-of-type, .about_history_wrap table td div.history p:first-of-type {
          width: 36%;
          text-align: right;
          padding-right: 4%;
          box-sizing: border-box; }

.about_overview_wrap td {
  border-bottom: 1px solid #fff; }

.about_history_wrap td {
  border-bottom: 1px solid #ccc; }

.overview_item {
  width: 89.8%;
  margin: 40px auto 0; }
  .overview_item h3 + p {
    margin-bottom: 20px; }
  .overview_item p {
    margin: 20px 0; }
    .overview_item p:last-of-type {
      text-align: right; }
  .overview_item ol {
    margin-left: 20px; }
    .overview_item ol li {
      text-indent: 0px;
      padding-left: 20px;
      margin-bottom: 16px; }
      .overview_item ol li span {
        display: block; }
  .overview_item .pdf_container {
    padding-left: 16px; }
    .overview_item .pdf_container a {
      text-decoration: none;
      color: #05668d;
      display: inline-block;
      margin: 8px 0; }

@media screen and (max-width: 896px) {
  .about_overview_wrap table th, .about_history_wrap table th, .about_overview_wrap table td, .about_history_wrap table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 0; }

  .about_overview_wrap table th, .about_history_wrap table th {
    font-size: 16px; }

  .about_overview_wrap table td, .about_history_wrap table td {
    border-bottom: none;
    font-size: 14px; }

  .about_overview_wrap table td div.history, .about_history_wrap table td div.history {
    padding: 0; }

  .about_overview_wrap table td > p, .about_history_wrap table td > p, .about_overview_wrap table td div.overview, .about_history_wrap table td div.overview {
    padding: 0;
    font-size: 14px; }

  .about_overview_wrap table td div.overview p:first-of-type, .about_history_wrap table td div.overview p:first-of-type {
    width: 60%; }

  .about_overview_wrap table tr:last-of-type th, .about_history_wrap table tr:last-of-type th {
    border-bottom: 1px solid #27953d; }

  .about_overview_wrap table td div.history p, .about_history_wrap table td div.history p {
    width: 100%;
    margin-bottom: 16px; }

  .about_overview_wrap table td div.history p:first-of-type, .about_history_wrap table td div.history p:first-of-type {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold; }

  .about_overview_wrap table td div.overview p, .about_history_wrap table td div.overview p {
    font-size: 14px;
    width: 100%; }

  .about_overview_wrap table td div.overview p:first-of-type, .about_history_wrap table td div.overview p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px; } }
/* office
----------------------------------------------------*/
.abount_office_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .abount_office_container .abount_office_item {
    width: 24.5%; }
    .abount_office_container .abount_office_item figure {
      width: 100%; }
    .abount_office_container .abount_office_item p {
      font-size: 16px;
      color: #333; }
      .abount_office_container .abount_office_item p:first-of-type {
        color: #05668d; }
      .abount_office_container .abount_office_item p a {
        text-decoration: none;
        color: #333; }

@media screen and (max-width: 896px) {
  .abount_office_container .abount_office_item {
    width: 48%;
    margin-bottom: 24px; }
    .abount_office_container .abount_office_item:nth-of-type(n + 3) {
      margin-bottom: 0; } }
/*****************************************************

 Business
 
*****************************************************/
.business_product_wrap {
  background: #edf6f9 url("../images/business/business_bk.png") bottom right/auto no-repeat !important; }

.business_product_1col {
  width: 100%;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .business_product_1col h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px; }
    .business_product_1col h3::after {
      position: static;
      margin-left: 16px; }
  .business_product_1col .product_1col_container, .business_product_1col .product_3col_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .business_product_1col .product_1col_container figure, .business_product_1col .product_3col_container figure {
      width: 33.4%; }
    .business_product_1col .product_1col_container > div, .business_product_1col .product_3col_container > div {
      width: 62%; }
      .business_product_1col .product_1col_container > div > p, .business_product_1col .product_3col_container > div > p {
        font-size: 16px;
        color: #272727; }
        .business_product_1col .product_1col_container > div > p:nth-of-type(2), .business_product_1col .product_3col_container > div > p:nth-of-type(2) {
          width: 100%;
          background: #edf6f9;
          padding: 12px;
          box-sizing: border-box;
          margin-top: 30px; }
          .business_product_1col .product_1col_container > div > p:nth-of-type(2) span, .business_product_1col .product_3col_container > div > p:nth-of-type(2) span {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #05668d; }
    .business_product_1col .product_1col_container > p, .business_product_1col .product_3col_container > p {
      width: 32%;
      padding: 12px;
      box-sizing: border-box;
      font-size: 16px;
      color: #272727;
      background: #fff; }
      .business_product_1col .product_1col_container > p span, .business_product_1col .product_3col_container > p span {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: #05668d; }
  .business_product_1col .product_list_container {
    width: 67.2%; }
    .business_product_1col .product_list_container p {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid #6d6d6d;
      padding-bottom: 8px;
      margin-bottom: 8px; }
      .business_product_1col .product_list_container p span {
        display: block;
        width: 48%;
        font-size: 16px;
        color: #272727; }
        .business_product_1col .product_list_container p span:nth-of-type(1) {
          font-weight: bold; }
  .business_product_1col:nth-of-type(n + 6) {
    background: transparent;
    padding: 0; }
  .business_product_1col:last-of-type {
    margin-bottom: 0; }

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

  .business_product_1col .product_1col_container > div {
    width: 100%;
    margin-top: 16px; }

  .business_product_1col .product_1col_container > div > p:nth-of-type(2) {
    margin-top: 16px; }

  .business_product_1col .product_3col_container > p {
    width: 100%;
    margin-bottom: 16px; }
    .business_product_1col .product_3col_container > p:last-of-type {
      margin-bottom: 0; }

  .business_product_1col .product_list_container, .business_product_1col .product_list_container p span {
    width: 100%; }

  .business_product_wrap {
    background: #edf6f9 !important; } }
/* flow
----------------------------------------------------*/
.flow_pc {
  width: 100%; }
  .flow_pc figure {
    width: auto;
    text-align: center; }
    .flow_pc figure img {
      width: auto; }
    .flow_pc figure:nth-of-type(2) {
      text-align: right; }

@media screen and (min-width: 896px) {
  .flow_sp {
    display: none; } }
@media screen and (max-width: 896px) {
  .flow_pc {
    display: none; }

  .flow_sp {
    width: 100%; } }
/*****************************************************

 Facility
 
*****************************************************/
.facility_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .facility_container .facility_item {
    width: 48%;
    margin-bottom: 60px; }
    .facility_container .facility_item figure {
      width: 100%; }
    .facility_container .facility_item > div {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      background: #edf6f9; }
      .facility_container .facility_item > div p {
        font-size: 16px;
        color: #05668d; }
    .facility_container .facility_item:nth-of-type(5) div p:nth-of-type(4), .facility_container .facility_item:nth-of-type(5) div p:nth-of-type(7) {
      margin-top: 20px; }
    .facility_container .facility_item:last-of-type {
      margin-bottom: 0; }

.insect_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px; }
  .insect_container .insect_item {
    width: 48%;
    margin-bottom: 40px; }
    .insect_container .insect_item figure {
      width: 100%; }
      .insect_container .insect_item figure img {
        width: auto; }
    .insect_container .insect_item ol {
      margin-bottom: 30px; }
    .insect_container .insect_item li {
      margin-left: 20px; }

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

  .insect_container .insect_item {
    width: 100%;
    margin-bottom: 20px; } }
/*****************************************************

 Recruit
 
*****************************************************/
.recruit_header_container {
  margin-bottom: 60px; }
  .recruit_header_container figure {
    width: 81%; }
    .recruit_header_container figure figcaption {
      width: 600px;
      padding: 16px;
      box-sizing: border-box;
      background: rgba(5, 102, 141, 0.5);
      position: absolute;
      bottom: -30px;
      right: 0;
      font-size: 16px;
      color: #fff;
      line-height: 36px; }

.recruit_feature_container {
  margin-bottom: 40px; }
  .recruit_feature_container:last-of-type {
    margin-bottom: 0; }
  .recruit_feature_container .recruit_feature_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .recruit_feature_container .recruit_feature_item figure {
      width: 48%; }
    .recruit_feature_container .recruit_feature_item p {
      width: 48%;
      font-size: 16px;
      color: #272727;
      line-height: 31px; }
  .recruit_feature_container:nth-of-type(odd) .recruit_feature_item {
    flex-direction: row-reverse; }

.recruit_detail_container {
  width: 93.3%;
  margin: 0 auto 60px; }
  .recruit_detail_container:last-of-type {
    margin: 0 auto; }
  .recruit_detail_container li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px dashed #6D6D6D; }
    .recruit_detail_container li p {
      width: 73.41%;
      font-size: 16px;
      color: #272727;
      line-height: 31px; }
      .recruit_detail_container li p:first-of-type {
        width: 20%;
        background: #fff;
        border: 2px solid #05668D;
        border-radius: 5px;
        text-align: center;
        padding: 4px 0;
        color: #05668D;
        font-size: 18px; }

.recruit_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .recruit_wrap .recruit_container {
    width: 48%; }
    .recruit_wrap .recruit_container:first-of-type {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      padding: 40px 0 60px; }
      .recruit_wrap .recruit_container:first-of-type .recruit_flow_item {
        width: 27.7%;
        background: #27953D;
        border-radius: 5px;
        padding: 4px 0 4px 70px;
        position: relative;
        font-size: 18px;
        color: #fff;
        box-sizing: border-box;
        text-align: center; }
        .recruit_wrap .recruit_container:first-of-type .recruit_flow_item figure {
          position: absolute;
          top: -40px;
          left: 24px;
          background: #fff;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .recruit_wrap .recruit_container:first-of-type .recruit_flow_item figure img {
            width: auto;
            height: 50px; }
      .recruit_wrap .recruit_container:first-of-type i {
        font-size: 24px;
        color: #27953D; }

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

  .recruit_header_container figure figcaption {
    width: 100%;
    position: static;
    line-height: 28px; }

  .recruit_feature_container .recruit_feature_item figure {
    width: 100%;
    margin-bottom: 8px; }

  .recruit_feature_container .recruit_feature_item p {
    width: 100%; }

  .recruit_detail_container li {
    padding: 14px 0;
    border-bottom: none; }

  .recruit_detail_container li p:first-of-type {
    width: 100%;
    margin-bottom: 8px; }

  .recruit_detail_container li p {
    width: 100%; }

  .recruit_wrap .recruit_container {
    width: 100%;
    margin-bottom: 40px; }
    .recruit_wrap .recruit_container:last-of-type {
      margin-bottom: 0; }

  .recruit_wrap .recruit_container:first-of-type {
    padding: 40px 0 20px; }

  .recruit_wrap .recruit_container:first-of-type .recruit_flow_item {
    width: 100%;
    padding: 4px 0; }

  .recruit_wrap .recruit_container:first-of-type {
    justify-content: center; }

  .recruit_wrap .recruit_container:first-of-type i {
    transform: rotate(90deg);
    margin: 20px auto; } }
/*****************************************************

 contact
 
*****************************************************/
.contact_phone_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .contact_phone_container .contact_phone_item {
    width: 26.5%; }
    .contact_phone_container .contact_phone_item a {
      text-decoration: none;
      color: #159a5f;
      font-family: 'Noto Serif JP', serif;
      font-size: 32px;
      font-weight: bold; }
      .contact_phone_container .contact_phone_item a i {
        font-size: 24px;
        margin-right: 16px; }
    .contact_phone_container .contact_phone_item p {
      width: 100%;
      text-align: center;
      font-size: 14px;
      color: #272727; }

.contact_mail_container li {
  list-style: disc;
  margin-left: 36px; }

@media screen and (max-width: 896px) {
  .contact_phone_container .contact_phone_item {
    width: 100%;
    margin-bottom: 20px; }
    .contact_phone_container .contact_phone_item:last-of-type {
      margin-bottom: 0; } }
