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

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

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

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

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

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

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

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

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

.clearfix {
  display: block; }

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

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

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

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

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 28px;
  color: #1c2d4e;
  font-weight: 600; }

h2 {
  font-size: 24px;
  color: #1c2d4e;
  font-weight: 600;
  margin-bottom: 40px; }

h3 {
  color: #1c2d4e;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px; }

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

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

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

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

* {
  box-sizing: border-box; }

.link_btn {
  display: block;
  width: 128px;
  margin: 16px auto;
  border: 1px solid #1d50b1;
  background: #1d50b1;
  padding: 4px 12px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 20px; }
  .link_btn i {
    font-size: 20px;
    margin-right: 6px; }
  .link_btn:hover {
    background: #fff;
    transition: .3s;
    color: #1d50b1; }
    .link_btn:hover i {
      color: #1d50b1; }

/* リロード直後一瞬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 screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 22px; }

  h2 {
    font-size: 21px; }

  h3 {
    font-size: 18px; }

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

  .sp_none {
    display: none !important; }

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

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

  .sp_nav {
    visibility: visible; }

  .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: #383435;
    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%;
  position: absolute;
  z-index: 1; }
  .global_header .header_container {
    width: 100%;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1440px;
    padding: 0 1% 0 4%;
    margin: 0 auto;
    min-width: 1120px; }
    .global_header .header_container .logo_container {
      width: 144px;
      max-width: 144px;
      height: 47px; }
      .global_header .header_container .logo_container img {
        vertical-align: -10%; }
    .global_header .header_container nav {
      width: 80%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 4%;
      /*.nav_container {
      	display:flex;flex-wrap:wrap;align-items:center;position:relative;height:40px;z-index:0;
      	a {
      		font-size:16px;font-weight: bold;color:#1c2d4e;transition:.2s;text-decoration: none;height:100%;padding:5px 30px;border-radius:20px;
      		&:hover {}
      	}
      	&::after {content:'';background:#fff;position:absolute;width:100%;height:100%;border-radius:20px;z-index:-1;}
      }
      .nav_left {
      	width:48%;justify-content:space-between;min-width:540px;
      	a {	
      		&:hover {background:#fff;}
      		&.menu_current {background:#1d50b1;color:#fff;}
      	}
      }*/ }
      .global_header .header_container nav .nav_right {
        width: auto;
        justify-content: flex-start; }
        .global_header .header_container nav .nav_right::after {
          inset: auto; }
        .global_header .header_container nav .nav_right a {
          background: #1d50b1;
          color: #fff;
          transition: .2s;
          height: 40px; }
          .global_header .header_container nav .nav_right a i {
            margin-right: 8px; }
          .global_header .header_container nav .nav_right a:hover {
            background: #d64d13; }

/* ------- Base ------- */
.nav_container {
  --blue:rgba(144,180,249,0.2);
  --active-blue:#1d50b1;
  --radius:40px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: var(--radius);
  z-index: 0;
  padding: 4px;
  /*height:40px;*/ }

.nav_container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: var(--radius);
  z-index: -1; }

/* 共通リンクの初期状態：白背景＆青文字 */
.nav_container a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 26px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  color: #1d50b1;
  transition: background-color .5s ease, color .5s ease; }

/* ホバー時：青背景＆白文字（フェード） */
.nav_container a:hover, .nav_container a:focus-visible {
  background: var(--blue);
  color: #1d50b1; }

/* ── menu_current のルール ───────────── */
/* 1) 通常時＆自分をホバーしても常に青背景＆白文字 */
.nav_container a.menu_current {
  background: var(--active-blue);
  color: #fff; }

/* 2) ほかのリンクがホバーされている間だけ、
      menu_current を白背景＆青文字に一時フェード（
      ただし menu_current 自身がホバー中は除外） */
.nav_container:has(a:hover):not(:has(a.menu_current:hover)) a.menu_current {
  background: #fff;
  color: #1d50b1; }

/* 低モーション環境 */
@media (prefers-reduced-motion: reduce) {
  .nav_container a {
    transition: none; } }
@media screen and (max-width: 767.98px) {
  .global_header .header_container {
    height: 60px;
    min-width: 100%; }

  .global_header .header_container .logo_container {
    width: 94px;
    height: auto; }

  .global_header .header_container .logo_container img {
    vertical-align: 0; } }
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  background: #1c2d4e; }
  .global_footer .f_separator {
    width: 100%;
    height: 1px;
    background: #fff; }
  .global_footer .footer_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff; }
    .global_footer .footer_container figure {
      width: 144px; }
    .global_footer .footer_container a {
      text-decoration: none;
      color: #fff; }
  .global_footer .upper_row {
    padding: 40px 1%; }
    .global_footer .upper_row .footer_nav {
      width: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .global_footer .upper_row .footer_nav a:nth-of-type(n + 2) {
        margin-left: 30px; }
  .global_footer .lower_column {
    padding: 20px 1%; }

@media screen and (max-width: 767.98px) {
  .global_footer .footer_container {
    align-items: flex-start;
    flex-direction: column; }

  .global_footer .footer_container figure {
    margin-bottom: 20px; }

  .global_footer .upper_row {
    padding: 40px 4%; }

  .global_footer .upper_row .footer_nav {
    flex-direction: column;
    align-items: flex-start; }

  .global_footer .upper_row .footer_nav a:nth-of-type(n + 2) {
    margin-left: 0; }

  .global_footer .lower_column {
    padding: 20px 4%;
    flex-direction: column-reverse;
    align-items: flex-end; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
/* ページャー
----------------------------------------------------*/
.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 #1d50b1 solid;
    color: #1d50b1;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #1d50b1 solid;
      color: #1d50b1;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #1d50b1;
    border: 2px #1d50b1 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: 767.98px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 4% 10px 0 !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 {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 320px; }

#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) {
  .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;
    padding: 14px 0; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #2ca6e0; }

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

  .privacypolicy {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  background: #1d50b1;
  padding: 14px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: #d64d13;
    color: #fff; }

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
 
*****************************************************/
.main_cover {
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .main_cover::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(223, 233, 250, 0.4);
    position: absolute; }
  .main_cover video {
    width: 100vw;
    height: 100vh;
    object-fit: cover; }
  .main_cover .main_cover_txt {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 150px 0; }
    .main_cover .main_cover_txt span {
      display: block;
      font-size: 31px;
      color: #1c2d4e;
      font-weight: 500;
      animation: fade-in 1.5s forwards; }
      .main_cover .main_cover_txt span:first-of-type {
        font-size: 110px;
        font-family: 'Cabin', sans-serif;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 10px;
        animation-delay: 0; }
      .main_cover .main_cover_txt span:nth-of-type(2) {
        opacity: 0;
        animation-delay: 0.6s; }
    .main_cover .main_cover_txt .link_btn {
      opacity: 0;
      animation: fade-in 1.5s 1.6s forwards;
      margin-top: 40px; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: .9; } }
@media screen and (max-width: 767.98px) {
  .main_cover .main_cover_txt {
    padding: 186px 0; }

  .main_cover .main_cover_txt span:first-of-type {
    font-size: 11vw; }

  .main_cover .main_cover_txt span {
    font-size: 6vw; } }
.topAbout__wrap {
  width: 100%;
  padding: 80px 2%; }

.topAbout__container {
  width: 100%;
  max-width: 1440px;
  min-width: 1120px;
  background: #fdf6f3;
  border-radius: 40px;
  padding: 0 40px 40px;
  text-align: center;
  margin: 0 auto; }
  .topAbout__container h2 {
    width: 600px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
    position: relative;
    margin: 0 auto 40px; }
    .topAbout__container h2::before, .topAbout__container h2:after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0; }
    .topAbout__container h2::before {
      background: url("../images/common/curve_left.png");
      left: -20px; }
    .topAbout__container h2::after {
      background: url("../images/common/curve_right.png");
      right: -20px; }
  .topAbout__container h2 + p {
    width: 80%;
    color: #212121;
    font-weight: 600;
    text-align: center;
    margin: 0 auto; }
  .topAbout__container h3 {
    text-align: center; }

.topAbout-slide {
  max-width: 1260px;
  min-width: 1120px;
  margin: 40px auto 0;
  /*padding:0 2%;*/ }
  .topAbout-slide li {
    width: 400px;
    background: #fff;
    padding: 40px 20px 30px;
    position: relative;
    margin: 16px 10px; }
    .topAbout-slide li > span:first-of-type {
      font-size: 40px;
      font-weight: 900;
      color: #c59f3d;
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
      text-align: center;
      display: block; }

@media (min-width: 1400px) {
  .topAbout-slide li {
    height: 230px; } }
@media (min-width: 1120px) and (max-width: 1399px) {
  .topAbout-slide li {
    height: 260px; } }
@media (min-width: 767.99px) and (max-width: 1119px) {
  .topAbout-slide li {
    height: 280px; } }
@media screen and (max-width: 767.98px) {
  .topAbout__wrap {
    padding: 40px 0; }

  .topAbout__container {
    min-width: 100%;
    border-radius: 0;
    padding: 0 20px 40px; }

  .topAbout-slide {
    min-width: 100%; }

  .topAbout__container h2 {
    width: 92%;
    padding: 16px 20px; }

  .topAbout__container h2 + p {
    width: 96%; }

  .topAbout-slide li {
    height: auto; } }
.topService__wrap {
  width: 100%;
  padding: 80px 1%;
  background: #edf0f7; }

.topService__container {
  width: 100%;
  max-width: 1120px;
  min-width: 1120px;
  margin: 0 auto; }
  .topService__container span {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: 100px;
    color: #1c2d4e;
    font-style: italic;
    margin-bottom: -20px; }

.topService-item__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 80px; }
  .topService-item__container .topService-item {
    width: 540px;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    position: relative;
    padding: 120px 30px 30px; }
    .topService-item__container .topService-item figure {
      position: absolute;
      top: -80px;
      left: 0;
      right: 0;
      display: block;
      text-align: center; }
      .topService-item__container .topService-item figure img {
        width: auto;
        height: 166px; }
    .topService-item__container .topService-item h3 {
      text-align: center; }
    .topService-item__container .topService-item:nth-of-type(n + 3) {
      margin-top: 160px; }

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

  .topService__container {
    min-width: 100%; }

  .topService-item__container .topService-item {
    height: auto; }

  .topService__container span {
    font-size: 16vw; }

  .topService-item__container {
    margin-top: 120px; }

  .topService-item__container .topService-item:nth-of-type(2) {
    margin-top: 160px; } }
.topContact__wrap {
  width: 100%;
  padding: 80px 2%;
  background: #f5f4f3; }

.topContact__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 40px;
  padding: 80px;
  max-width: 1440px;
  min-width: 1120px;
  margin: 0 auto; }
  .topContact__container .topContact__item span {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: 100px;
    color: #dfe9fa;
    font-style: italic;
    margin-bottom: -20px; }
  .topContact__container .topContact__item .link_btn {
    width: 258px;
    margin: 40px auto 0; }

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

  .topContact__container {
    min-width: 92%;
    border-radius: 20px;
    padding: 24px 24px 40px; }

  .topContact__container .topContact__item span {
    font-size: 16vw; } }
.topNews__wrap {
  width: 100%;
  padding: 80px 2%; }

.topNews__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  min-width: 1120px;
  margin: 0 auto; }
  .topNews__container .topNews__h2item {
    width: 23%; }
    .topNews__container .topNews__h2item span {
      display: block;
      font-family: 'Cabin', sans-serif;
      font-size: 100px;
      color: #1c2d4e;
      font-style: italic;
      margin-bottom: -20px; }
    .topNews__container .topNews__h2item .link_btn {
      margin: 60px auto 0 0; }
  .topNews__container .topNews__item {
    width: 76%;
    background: #d5f4ea;
    border-radius: 40px;
    padding: 60px; }

.news__container article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  transition: .2s;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .news__container article a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .news__container article:hover {
    opacity: .7; }
  .news__container article span {
    width: 9%;
    color: #1c2d4e; }
  .news__container article p {
    width: 78%;
    height: 53px;
    color: #1c2d4e;
    padding-left: 60px;
    margin-left: 60px;
    border-left: 1px solid #fff; }
  .news__container article::after {
    font-family: 'Font Awesome 6 free';
    content: '\f138';
    font-weight: 900;
    font-size: 28px;
    color: #1d50b1;
    position: absolute;
    bottom: 4px;
    right: 10px; }
  .news__container article:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

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

  .topNews__container {
    min-width: 100%; }

  .topNews__container .topNews__item, .topNews__container .topNews__h2item {
    width: 100%; }

  .topNews__container .topNews__h2item span {
    font-size: 16vw; }

  .topNews__container .topNews__h2item .link_btn {
    margin: -10px auto 40px  0; }

  .topNews__container .topNews__item {
    padding: 30px;
    border-radius: 20px; }

  .news__container article {
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .news__container article span {
    width: 100%; }

  .news__container article p {
    width: 82%;
    height: auto;
    adding-left: 0;
    margin-left: 0;
    border-left: none; } }
/*****************************************************

 Lv1 common style
 
*****************************************************/
.lv1_wrap {
  background: url("../images/common/lv1_cover.png") center top/auto no-repeat; }

.lv1_cover {
  width: 100%;
  height: 450px;
  padding: 120px 1%; }
  .lv1_cover span {
    display: block;
    margin-bottom: -20px;
    animation: fade-in 1.5s forwards;
    font-family: 'Cabin', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 72px;
    color: #1c2d4e;
    font-weight: 500; }
  .lv1_cover h1 {
    animation: fade-in 1.5s forwards;
    opacity: 0;
    animation-delay: 0.6s; }

.lv1_h2_wrap > span {
  display: block;
  font-family: 'Cabin', sans-serif;
  font-size: 72px;
  color: #dfe9fa;
  font-style: italic;
  margin-bottom: -40px; }

@media screen and (max-width: 767.98px) {
  .lv1_cover span {
    font-size: 42px;
    margin-bottom: -14px; } }
/*****************************************************

 CONTACT
 
*****************************************************/
.contact_wrap {
  margin-top: -150px; }
  .contact_wrap > ul {
    width: 88%;
    margin: 0 auto; }
    .contact_wrap > ul > li {
      list-style: disc;
      font-size: 16px;
      color: #333;
      margin: 6px 0 6px 20px; }

@media screen and (max-width: 767.98px) {
  .contact_wrap {
    margin-top: -200px; }

  .contact_wrap ul {
    width: 100%; } }
/*****************************************************

 news
 
*****************************************************/
.news_wrap {
  margin-top: -150px; }

.newsArchive__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 2%; }
  .newsArchive__container article {
    width: 32%;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .newsArchive__container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .newsArchive__container article:hover {
      opacity: .7; }
    .newsArchive__container article figure {
      width: 100%; }
    .newsArchive__container article span {
      display: block;
      margin-bottom: 8px; }
    .newsArchive__container article p {
      width: 100%; }

@media screen and (max-width: 767.98px) {
  .news_wrap {
    margin-top: -200px; }

  .newsArchive__container {
    justify-content: space-between; }

  .newsArchive__container article {
    width: 48.21%; } }
/*****************************************************

 Page_name
 
*****************************************************/
/* section_name
----------------------------------------------------*/
