@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");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/*****************************************************

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

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 767.98px) {
  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, 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;
  color: #232323;
  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: 400;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1%;
  position: relative; }

.inner_narrow {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%; }

.inner_wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  min-width: 1120px;
  padding: 0 1%; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 32px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  position: relative;
  margin: 30px 0 40px; }

h1:not(#top_h1) + span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 0; }

.h1_item {
  position: relative; }

h2 {
  font-size: 31px;
  color: #125693;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  position: relative;
  margin: 20px 0 40px; }

h2 + span {
  display: block;
  font-size: 14px;
  color: #67ac84;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 0; }

.h2_item {
  position: relative; }
  .h2_item:nth-of-type(n+2) {
    margin-top: 60px; }

.h2_item + p {
  margin-bottom: 40px; }

h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 13px;
  border-left: 3px solid #67ac84;
  line-height: 36px;
  margin-bottom: 30px; }
  h3:nth-of-type(n+2) {
    margin-top: 60px; }

h3 + p {
  margin-bottom: 40px; }

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #d86e07;
  margin-bottom: 12px; }
  h4:nth-of-type(n+2) {
    margin-top: 30px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #F7F7F7; }
  section:first-of-type {
    padding: 0 0 80px; }

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

.ofcimage {
  object-fit: cover; }

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

* {
  box-sizing: border-box; }

.link_btn {
  display: inline-block;
  width: auto;
  margin: 30px auto 0;
  border: 1px solid #ff8827;
  background: #ff8827;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  border-radius: 28px; }
  .link_btn:hover {
    background: #fff;
    color: #ff8827; }

/* リロード直後一瞬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: 767.98px) {
  .pc_none {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .inner, .inner_narrow, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-width: 90%; } }
@media (max-height: 480px) and (orientation: landscape) {
  h1:not(#top_h1) {
    font-size: 28px;
    margin: 30px 0; }

  h2 {
    font-size: 28px;
    margin-bottom: 32px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }
    section:first-of-type {
      padding: 30px 0 60px; }

  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-width: 90%; }

  .sp_menu {
    position: absolute;
    top: 12px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #ff8827; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

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

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

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

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

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 28px;
    margin: 30px 0; }

  h2 {
    font-size: 28px;
    margin-bottom: 32px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }
    section:first-of-type {
      padding: 30px 0 60px; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-width: 90%; }

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

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

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

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

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

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

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@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%;
  height: 100px;
  background: url("../images/common/bg_white.png");
  min-width: 1160px;
  position: relative;
  z-index: 1; }
  .global_header .header_wrap {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1440px;
    padding: 0 1%;
    margin: 0 auto; }
    .global_header .header_wrap .logo_container {
      width: auto;
      max-width: 248px; }
      .global_header .header_wrap .logo_container img {
        vertical-align: -20%; }
    .global_header .header_wrap nav {
      width: 78%; }
      .global_header .header_wrap nav > ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 50px; }
        .global_header .header_wrap nav > ul > li {
          font-size: 16px;
          font-weight: 500;
          color: #125693;
          z-index: 0;
          position: relative; }
          .global_header .header_wrap nav > ul > li > a {
            color: #125693;
            transition: .2s;
            text-decoration: none;
            z-index: 1; }
          .global_header .header_wrap nav > ul > li > ul {
            background: #FDFAF3;
            display: none;
            position: absolute;
            top: 20px;
            left: calc(( 150px - 100% ) / -2 );
            width: 260px;
            cursor: pointer;
            padding: 20px;
            z-index: -1; }
            .global_header .header_wrap nav > ul > li > ul > li {
              margin-bottom: 10px;
              padding-bottom: 10px;
              border-bottom: 1px solid #604c3f; }
              .global_header .header_wrap nav > ul > li > ul > li:last-of-type {
                border: none;
                margin-bottom: 0;
                padding-bottom: 0; }
              .global_header .header_wrap nav > ul > li > ul > li:first-of-type {
                margin-top: 10px; }
              .global_header .header_wrap nav > ul > li > ul > li a {
                text-decoration: none;
                color: #125693; }
          .global_header .header_wrap nav > ul > li:hover > ul {
            display: block; }
          .global_header .header_wrap nav > ul > li:last-of-type {
            background: #ff8827;
            padding: 4px 40px;
            border: 1px solid #ff8827;
            border-radius: 20px; }
            .global_header .header_wrap nav > ul > li:last-of-type a {
              color: #fff; }
          .global_header .header_wrap nav > ul > li:hover:last-of-type {
            background: #fff; }
            .global_header .header_wrap nav > ul > li:hover:last-of-type a {
              color: #ff8827; }

@media (min-width: 768px) and (max-width: 1024px) {
  .global_header {
    min-width: 1000px; }

  .global_header .header_wrap .logo_container {
    width: 21%;
    vertical-align: 0; }

  .global_header .header_wrap nav > ul {
    gap: 0 20px; } }
@media screen and (max-width: 767.98px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%; }

  .global_header .header_wrap .logo_container {
    width: 48%; }

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

 Footer
 
*****************************************************/
.footerContact_wrap {
  width: 100%;
  background: url("../images/common/bg_white.png");
  height: 385px;
  padding: 80px 0; }
  .footerContact_wrap .footerContact_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0; }
    .footerContact_wrap .footerContact_container h2 + span {
      top: 10px;
      left: 16px; }
    .footerContact_wrap .footerContact_container p {
      width: 76%;
      font-size: 18px; }
    .footerContact_wrap .footerContact_container:nth-of-type(2) {
      justify-content: center;
      gap: 20px 4%; }
      .footerContact_wrap .footerContact_container:nth-of-type(2) > div {
        widows: 38%; }
        .footerContact_wrap .footerContact_container:nth-of-type(2) > div a {
          text-decoration: none;
          color: #ff8827;
          font-family: 'Cabin', sans-serif;
          font-size: 48px;
          font-weight: 600; }
          .footerContact_wrap .footerContact_container:nth-of-type(2) > div a i {
            margin-right: 30px;
            font-size: 41px; }
        .footerContact_wrap .footerContact_container:nth-of-type(2) > div span {
          display: block;
          font-size: 14px;
          color: #232323;
          text-align: right;
          margin-top: -14px; }
      .footerContact_wrap .footerContact_container:nth-of-type(2) .link_btn {
        width: 454px;
        background: #ff8827;
        padding: 20px;
        border-radius: 60px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border: 2px solid #ff8827;
        margin: 0; }
        .footerContact_wrap .footerContact_container:nth-of-type(2) .link_btn:hover {
          background: #fff;
          color: #ff8827; }

.footer_wrap {
  width: 100%;
  padding: 80px 1% 20px;
  background: #67ac84; }
  .footer_wrap .footer_container {
    max-width: 1440px;
    margin: 0 auto; }
    .footer_wrap .footer_container figure {
      max-width: 248px; }
    .footer_wrap .footer_container p {
      color: #fff;
      margin-left: 80px; }
      .footer_wrap .footer_container p i {
        color: #f8f378; }
      .footer_wrap .footer_container p a {
        text-decoration: none;
        color: #fff; }
    .footer_wrap .footer_container span {
      display: block;
      text-align: right;
      color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top a {
    display: block;
    text-decoration: none;
    background: #67ac84;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    opacity: 0.5;
    transition: all  0.5s ease;
    padding: 16px 0; }
    .page-top a:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      display: block;
      font-size: 28px; }

.copyright_container {
  width: 100%;
  text-align: center;
  background: #000;
  font-size: 14px;
  color: #FFF;
  padding: 14px 0; }

@media screen and (max-width: 767.98px) {
  .footerContact_wrap {
    padding: 40px 0;
    height: auto; }

  .footerContact_wrap .footerContact_container p {
    width: 100%;
    font-size: 16px; }

  .footerContact_wrap .footerContact_container:nth-of-type(2) {
    margin-top: 20px; }

  .footerContact_wrap .footerContact_container:nth-of-type(2) > div a {
    font-size: 31px; }

  .footerContact_wrap .footerContact_container:nth-of-type(2) > div a i {
    font-size: 34px;
    margin-right: 20px;
    vertical-align: -30%; }

  .footerContact_wrap .footerContact_container:nth-of-type(2) .link_btn {
    width: 100%;
    padding: 20px; }

  .footer_wrap {
    padding: 40px 2%;
    margin-top: 100px; }

  .footer_wrap .footer_container p {
    margin-left: 0; }

  .footer_wrap .footer_container span {
    margin-top: 40px; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 2%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e7e7e7; }
  .news_container article span {
    width: 8%; }
    .news_container article span:nth-of-type(2) {
      width: 16%;
      margin-top: 5px;
      position: relative;
      z-index: 0;
      transition: .2s; }
      .news_container article span:nth-of-type(2) a {
        display: block;
        border-radius: 20px;
        color: #fff;
        padding: 0;
        font-size: 14px;
        text-align: center;
        text-decoration: none; }
        .news_container article span:nth-of-type(2) a.important {
          background: #a30000; }
        .news_container article span:nth-of-type(2) a.information {
          background: #125693; }
        .news_container article span:nth-of-type(2) a.blog {
          background: #67ac84; }
        .news_container article span:nth-of-type(2) a:hover {
          opacity: .7; }
  .news_container article p {
    width: 60%; }
    .news_container article p a {
      text-decoration: none;
      color: #212121;
      transition: .2s; }
      .news_container article p a:hover {
        color: #a30000; }
  .news_container article i {
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #00a154;
    color: #00a154;
    line-height: 40px; }

/* ページャー
----------------------------------------------------*/
.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 #ff8827 solid;
    color: #ff8827;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #ff8827 solid;
      color: #ff8827;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #ff8827;
    border: 2px #ff8827 solid;
    color: #FFF; }

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

  .news_container article span:nth-of-type(2) {
    width: 50%; }

  .news_container article p {
    width: 100%;
    margin-top: 5px; }

  .news_container article i {
    display: none; } }
/*****************************************************

 シングルページ
 
*****************************************************/
span.term {
  position: relative;
  z-index: 0;
  transition: .2s;
  margin-left: 16px; }
  span.term a {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 1px 20px;
    border-radius: 20px; }
    span.term a.important {
      background: #a30000; }
    span.term a.information {
      background: #125693; }
    span.term a.blog {
      background: #67ac84; }

/* エディター内装飾
----------------------------------------------------*/
.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; }
    .editor_area ul li {
      margin: 8px 0;
      list-style: disc;
      padding-left: 4.2rem; }
      .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 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: #ff8827; }
  .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: 767.98px) {
  .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; } }
/*****************************************************

 フォーム
 
*****************************************************/
.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 #2ca6e0;
      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; }
    .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; }

.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_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 .link_btn {
  margin: 40px auto 0; }

#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: 767.98px) {
  .contact_wrap ul {
    width: 100%; }

  .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 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;
  border: 1px solid #ff8827;
  background: #ff8827;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  border-radius: 40px; }
  input[type="submit"]:hover {
    background: #fff;
    color: #ff8827; }

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: 767.98px) {
  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
 
*****************************************************/
.cover_wrap {
  width: 100%;
  background: url("../images/common/bg_white.png");
  position: relative;
  z-index: 0;
  padding: 0 3%; }
  .cover_wrap::after {
    content: '';
    width: 100%;
    height: 76%;
    background: linear-gradient(180deg, #67ac84 0%, #67ac84 80%, #fff 80%, #fff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .cover_wrap .cover_container {
    max-width: 1440px;
    margin: 0 auto 40px;
    position: relative;
    width: 100%;
    height: 550px;
    background: url("../images/home/main_cover.jpg?20260304") center/cover no-repeat;
    border-radius: 30px; }
  .cover_wrap .cover_txt {
    position: absolute;
    top: 60%;
    left: 10%;
    font-family: 'Zen Kaku Gothic New', sans-serif; }
    .cover_wrap .cover_txt span {
      background: #125693;
      text-align: center;
      padding: 8px 30px;
      font-size: 21px;
      color: #fff;
      font-weight: bold; }
    .cover_wrap .cover_txt p {
      font-size: 36px;
      font-weight: bold;
      color: #1b3027; }
  .cover_wrap .important_notice {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px 1%;
    padding: 32px;
    background: #fff;
    border: 1px solid #a30000; }
    .cover_wrap .important_notice span {
      display: block;
      width: 20%;
      background: #a30000;
      text-align: center;
      border-radius: 20px;
      font-size: 21px;
      color: #fff;
      font-weight: bold; }
    .cover_wrap .important_notice a {
      width: 78%;
      text-decoration: none;
      transition: .2s;
      color: #232323; }
      .cover_wrap .important_notice a:hover {
        color: #a30000;
        text-decoration: underline; }
  .cover_wrap .top_news_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px 0;
    padding: 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    margin-top: 40px; }
    .cover_wrap .top_news_wrap .top_news_h2 {
      width: 20%; }
      .cover_wrap .top_news_wrap .top_news_h2 h2 {
        margin: 0 0 30px; }
      .cover_wrap .top_news_wrap .top_news_h2 .link_btn {
        padding: 4px 20px;
        margin: 0; }
    .cover_wrap .top_news_wrap .top_news_item {
      width: 80%; }
      .cover_wrap .top_news_wrap .top_news_item article {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 6px 1%;
        position: relative;
        z-index: 0;
        transition: .2s;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        .cover_wrap .top_news_wrap .top_news_item article:last-of-type {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .cover_wrap .top_news_wrap .top_news_item article > a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .cover_wrap .top_news_wrap .top_news_item article:hover {
          opacity: .7; }
        .cover_wrap .top_news_wrap .top_news_item article span {
          width: 10%; }
          .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) {
            width: 14%;
            margin-top: 5px;
            position: relative;
            z-index: 0;
            transition: .2s; }
            .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) a {
              display: block;
              text-align: center;
              text-decoration: none;
              font-size: 14px;
              color: #fff;
              padding: 1px 20px;
              border-radius: 20px; }
              .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) a.important {
                background: #a30000; }
              .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) a.information {
                background: #125693; }
              .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) a.blog {
                background: #67ac84; }
        .cover_wrap .top_news_wrap .top_news_item article p {
          width: 62%; }
        .cover_wrap .top_news_wrap .top_news_item article i {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 1px solid #00a154;
          text-align: center;
          line-height: 40px;
          color: #00a154;
          font-size: 18px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .cover_wrap .important_notice, .cover_wrap .top_news_wrap {
    padding: 16px; }

  .cover_wrap .important_notice span {
    width: 100%;
    font-size: 18px; }

  .cover_wrap .important_notice a {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_item {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 h2 {
    margin: 0 0 16px; }

  .cover_wrap .top_news_wrap .top_news_item article {
    justify-content: flex-start; }

  .cover_wrap .top_news_wrap .top_news_item article span {
    width: auto; }

  .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) {
    width: auto;
    margin-left: 16px; }

  .cover_wrap .top_news_wrap .top_news_item article p {
    width: 84%; }

  .cover_wrap .top_news_wrap .top_news_item article {
    align-items: flex-end; } }
@media (max-height: 480px) and (orientation: landscape) {
  .cover_wrap .important_notice, .cover_wrap .top_news_wrap {
    padding: 16px; }

  .cover_wrap .important_notice span {
    width: 100%;
    font-size: 18px; }

  .cover_wrap .important_notice a {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_item {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 h2 {
    margin: 0 0 16px; }

  .cover_wrap .top_news_wrap .top_news_item article {
    justify-content: flex-start; }

  .cover_wrap .top_news_wrap .top_news_item article span {
    width: auto; }

  .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) {
    width: auto;
    margin-left: 16px; }

  .cover_wrap .top_news_wrap .top_news_item article p {
    width: 84%; }

  .cover_wrap .top_news_wrap .top_news_item article {
    align-items: flex-end; } }
@media screen and (max-width: 767.98px) {
  .cover_wrap::after {
    height: 90%; }

  .cover_wrap .cover_container {
    height: 230px;
    margin: 20px auto 40px;
    background-position: 90%; }

  .cover_wrap .cover_txt {
    top: 50%; }

  .cover_wrap .cover_txt span {
    font-size: 16px; }

  .cover_wrap .cover_txt p {
    font-size: 21px;
    margin-top: 6px; }

  .cover_wrap .important_notice, .cover_wrap .top_news_wrap {
    padding: 16px; }

  .cover_wrap .important_notice span {
    width: 100%;
    font-size: 18px; }

  .cover_wrap .important_notice a {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_item {
    width: 100%; }

  .cover_wrap .top_news_wrap .top_news_h2 h2 {
    margin: 0 0 16px; }

  .cover_wrap .top_news_wrap .top_news_item article {
    justify-content: flex-start; }

  .cover_wrap .top_news_wrap .top_news_item article span {
    width: auto; }

  .cover_wrap .top_news_wrap .top_news_item article span:nth-of-type(2) {
    width: auto;
    margin-left: 16px; }

  .cover_wrap .top_news_wrap .top_news_item article p {
    width: 84%; }

  .cover_wrap .top_news_wrap .top_news_item article {
    align-items: flex-end; } }
.top_service_wrap, .top_advantages_wrap {
  width: 100%;
  padding: 80px 0; }
  .top_service_wrap h2, .top_advantages_wrap h2 {
    text-align: center; }
  .top_service_wrap h2 + span, .top_advantages_wrap h2 + span {
    top: -10px;
    right: 0;
    text-align: center; }
  .top_service_wrap .h2plusP, .top_advantages_wrap .h2plusP {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px; }

.top_service_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 1%; }
  .top_service_container .top_service_item {
    width: 48.21%; }
    .top_service_container .top_service_item figure {
      width: 100%;
      height: 234px;
      max-width: 540px;
      margin-bottom: 16px; }
      .top_service_container .top_service_item figure img {
        border-radius: 16px;
        height: 100%;
        object-fit: cover; }
    .top_service_container .top_service_item p:first-of-type {
      font-size: 21px;
      font-weight: bold;
      color: #125693;
      margin-bottom: 12px; }

.top_advantages_wrap {
  background: url("../images/common/bg_white.png"); }

.top_advantages_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 1%; }
  .top_advantages_container .top_advantages_item {
    width: 24%; }
    .top_advantages_container .top_advantages_item figure {
      width: 100%;
      height: 170px;
      max-width: 540px;
      margin-bottom: 16px; }
      .top_advantages_container .top_advantages_item figure img {
        border-radius: 16px;
        height: 100%;
        object-fit: cover; }
    .top_advantages_container .top_advantages_item h3 {
      font-size: 18px;
      letter-spacing: 0; }
    .top_advantages_container .top_advantages_item:nth-of-type(3) h3 {
      font-size: 18px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .top_advantages_container .top_advantages_item {
    width: 48.21%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .top_advantages_container .top_advantages_item {
    width: 100%; } }
@media screen and (max-width: 767.98px) {
  .top_service_wrap, .top_advantages_wrap {
    padding: 40px 0; }

  .top_service_wrap .h2plusP, .top_advantages_wrap .h2plusP {
    width: 100%; }

  .top_service_container .top_service_item {
    width: 100%; }

  .top_advantages_container .top_advantages_item {
    width: 100%; } }
.top_office_wrap {
  width: 100%;
  padding: 80px 0; }
  .top_office_wrap h2 + span {
    left: 16px; }

.top_office_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 1%;
  margin-top: 40px; }
  .top_office_container .top_office_item {
    width: 30%; }
    .top_office_container .top_office_item figure {
      max-width: 540px;
      height: 168px;
      margin: 0;
      position: relative;
      position: relative;
      z-index: 0;
      transition: .2s;
      border-radius: 16px;
      overflow: hidden; }
      .top_office_container .top_office_item figure a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .top_office_container .top_office_item figure:hover img {
        transform: scale(1.2); }
      .top_office_container .top_office_item figure img {
        border-radius: 16px;
        transition: .3s; }
      .top_office_container .top_office_item figure span {
        display: block;
        width: 66%;
        background: rgba(255, 136, 39, 0.8);
        text-align: center;
        color: #fff;
        border-radius: 28px;
        padding: 8px 0;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0 auto; }

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

  .top_office_container .top_office_item {
    width: 100%; } }
/*****************************************************

 共通パーツ
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 390px;
  background: linear-gradient(180deg, #67ac84 0%, #67ac84 70%, #fff 70%, #fff 100%);
  padding: 80px 0px 0; }

.lv1_cover_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .lv1_cover_container div {
    width: 48.21%; }
  .lv1_cover_container figure {
    width: 48.21%;
    height: 234px;
    max-width: 540px;
    box-shadow: -20px 20px 0px #edf0f5;
    font-size: 0;
    border-radius: 12px; }
    .lv1_cover_container figure img {
      border-radius: 12px;
      height: 100%;
      object-fit: cover; }

.parts_container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .parts_container table tr {
    border-bottom: 1px solid #ddd; }
  .parts_container table th, .parts_container table td {
    padding: 16px 8px; }
    .parts_container table th a, .parts_container table td a {
      text-decoration: none;
      color: #212121; }
      .parts_container table th a::before, .parts_container table td a::before {
        display: none; }
  .parts_container table th {
    width: 30%;
    font-size: 18px; }
.parts_container .notice_item {
  background: #fff4e9;
  border-radius: 12px;
  padding: 12px;
  font-size: 15px;
  color: #464646; }

.editor_container table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #125693;
  table-layout: fixed; }
  .editor_container table thead th, .editor_container table thead td {
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
    background: #125693;
    text-align: center; }
    .editor_container table thead th:last-of-type, .editor_container table thead td:last-of-type {
      border-right: 1px solid #125693; }
  .editor_container table tbody th, .editor_container table tbody td {
    border-right: 1px solid #125693;
    border-bottom: 1px solid #125693;
    padding: 16px 8px;
    text-align: center;
    word-break: break-word; }
.editor_container table + p {
  margin-top: 8px; }
.editor_container a {
  text-decoration: none;
  color: #ff8827; }
  .editor_container a::before {
    display: inline-block;
    margin-right: 16px;
    font-family: 'Font Awesome 6 free';
    content: '\f105';
    font-weight: 900;
    color: #ff8827;
    font-size: 18px; }
.editor_container ul {
  margin-top: 24px; }
  .editor_container ul li {
    margin: 8px 0;
    list-style: disc;
    margin-left: 28px; }
    .editor_container ul li:first-child {
      margin-top: 0; }
.editor_container ol {
  margin-top: 24px; }
  .editor_container ol li {
    margin: 8px 0;
    list-style: decimal;
    margin-left: 28px; }
    .editor_container ol li:first-child {
      margin-top: 0; }
.editor_container p span {
  font-size: 14px;
  color: #464646; }

.hedding_description {
  margin-bottom: 40px; }

.description_txt span {
  background: linear-gradient(transparent 60%, #ffed95 60%); }

.accordion_container {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4); }
  .accordion_container .accordion_title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    background-color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    cursor: pointer;
    transition: .3s; }
    .accordion_container .accordion_title span {
      font-family: 'Cabin', sans-serif;
      font-weight: 600;
      font-size: 28px;
      margin-right: 30px;
      line-height: 40px;
      color: #125693; }
    .accordion_container .accordion_title::before {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      transform: rotate(90deg);
      background: #ff8827;
      transition: all .3s ease-in-out; }
    .accordion_container .accordion_title::after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      background: #ff8827;
      transition: all .2s ease-in-out; }

.accordion_container .accordion_title.open::before {
  transform: rotate(180deg); }
.accordion_container .accordion_title.open::after {
  opacity: 0; }

.accordion_content {
  display: flex;
  align-items: flex-start;
  padding: 14px 20px;
  background: #f9f9f9; }
  .accordion_content p {
    line-height: 28px; }
    .accordion_content p a {
      text-decoration: none;
      color: #ff8827; }
    .accordion_content p span {
      color: #ff8827; }
  .accordion_content > span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-right: 30px;
    color: #ff8827; }

.content_header {
  /*padding-bottom:40px;*/
  margin-bottom: 40px;
  border-bottom: 1px solid #125693; }

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

  .lv1_cover_container div {
    width: 100%; }

  .lv1_cover_container figure {
    width: 90%;
    height: 150px;
    margin: 0 auto;
    box-shadow: -10px 10px 0px #edf0f5; }

  .parts_container table th, .parts_container table td {
    width: 100%;
    display: block; }

  .parts_container table th {
    padding: 16px 0 0; }

  .parts_container table td {
    padding: 0 0 16px; }

  .accordion_container .accordion_title {
    padding: 8px 10px 40px;
    align-items: center;
    font-size: 16px; }

  .accordion_container .accordion_title::after, .accordion_container .accordion_title::before {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .accordion_container .accordion_title span {
    margin-right: 15px;
    font-size: 21px; }

  .accordion_content {
    align-items: flex-start; }

  .accordion_content span {
    margin-right: 15px;
    font-size: 21px; } }
/*****************************************************

 about
 
*****************************************************/
.office_container .notice_item {
  width: 70%;
  margin: 16px 0 0; }
.office_container iframe {
  margin-top: 40px; }

.staff_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 3%;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d2d2; }
  .staff_container:nth-of-type(n+2) {
    margin-top: 40px; }
  .staff_container:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }
  .staff_container figure {
    width: 294px;
    max-width: 294px;
    height: 364px; }
    .staff_container figure figcaption {
      padding-left: 13px;
      border-left: 3px solid #67ac84;
      margin-top: 8px; }
      .staff_container figure figcaption span {
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 20px;
        font-weight: bold; }
        .staff_container figure figcaption span:first-of-type {
          background: #67ac84;
          border-radius: 16px;
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          text-align: center;
          margin-right: 16px;
          padding: 2px 10px; }
    .staff_container figure img {
      height: 100%;
      object-fit: cover; }
  .staff_container .staff_item {
    width: 65%; }
    .staff_container .staff_item h4 {
      margin-bottom: 6px;
      padding-bottom: 6px;
      border-bottom: 1px dashed #d5d2d2; }

@media screen and (max-width: 767.98px) {
  .office_container .notice_item {
    width: 100%; }

  .staff_container figure {
    width: 100%; }

  .staff_container .staff_item {
    width: 100%; } }
/*****************************************************

 voice
 
*****************************************************/
.voice_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 4%; }
  .voice_container .voice_item {
    width: 45%; }
    .voice_container .voice_item figure {
      width: auto; }
      .voice_container .voice_item figure a {
        text-decoration: none; }
      .voice_container .voice_item figure img {
        width: auto; }
    .voice_container .voice_item > a {
      text-decoration: none;
      color: #ff8827; }
      .voice_container .voice_item > a::before {
        display: inline-block;
        margin-right: 16px;
        font-family: 'Font Awesome 6 free';
        content: '\f105';
        font-weight: 900;
        color: #ff8827;
        font-size: 18px; }

@media screen and (max-width: 767.98px) {
  .voice_container .voice_item {
    width: 100%; } }
/*****************************************************

 contact
 
*****************************************************/
.contact_notice_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 60px; }
  .contact_notice_wrap p {
    width: 40%; }
  .contact_notice_wrap a {
    font-family: 'Cabin', sans-serif;
    font-size: 48px;
    color: #ff8827;
    font-weight: bold;
    text-decoration: none;
    line-height: 31px; }
    .contact_notice_wrap a i {
      font-size: 41px;
      margin-right: 20px; }
    .contact_notice_wrap a span {
      display: block;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: normal;
      font-size: 14px;
      text-align: right;
      color: #212121; }

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

@media screen and (max-width: 767.98px) {
  .contact_notice_wrap p {
    width: 100%; } }
/*****************************************************

 service
 
*****************************************************/
.service_notice {
  width: 100%;
  padding: 16px;
  border: 1px solid #a30000;
  margin-top: 40px;
  margin-bottom: 40px; }
