@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@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=Jua&display=swap);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
@media (max-width: 767px) {
  a[href^="tel:"] {
    /* スマートフォンでのみ電話番号リンクを有効にするCSS */
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #f2f2f2;
  z-index: 0;
  color: #4d4d4d;
  font-size: 1.6rem;
  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.8;
  letter-spacing: 0.5px;
  min-width: 1300px;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
    min-width: 100%;
  }
}
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*　inner
----------------------------------------------------*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 90%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　共通見出し
----------------------------------------------------*/
.h2_title {
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #061f51;
  font-weight: 800;
  letter-spacing: 1px;
}
.h2_title span {
  display: block;
  color: #f6ac2d;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Jua", sans-serif;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title {
    font-size: 2.4rem;
  }
  .h2_title span {
    font-size: 2rem;
  }
}
/* max-width:896px */
.h2_title_w {
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #FFF;
  font-weight: 800;
  letter-spacing: 1px;
}
.h2_title_w span {
  display: block;
  color: #f6ac2d;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Jua", sans-serif;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title_w {
    font-size: 2.4rem;
  }
  .h2_title_w span {
    font-size: 2rem;
  }
}
/* max-width:896px */
.h3_title {
  position: relative;
  margin: 16px 0;
  color: #061f51;
  padding-left: 2.5rem;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  box-sizing: border-box;
}
.h3_title::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  position: absolute;
  top: 1.5rem;
  left: 0;
  font-size: 1.6rem;
  color: #f6ac2d;
}

/* SP */
@media screen and (max-width: 896px) {
  .h3_title {
    font-size: 2rem;
  }
  .h3_title::before {
    top: 0.5rem;
    font-size: 1.3rem;
  }
}
/* max-width:896px */
.text_accent {
  margin: 16px 0 16px;
  color: #061f51;
  font-size: 2.6rem;
  font-weight: 700;
}

/* SP */
@media screen and (max-width: 896px) {
  .text_accent {
    width: 96%;
    margin: 16px 0 16px;
    font-size: 1.6rem;
  }
}
/* max-width:896px */
/*　リンク
----------------------------------------------------*/
a {
  color: #044aa5;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 770px) {
  a:hover {
    opacity: 1.0;
  }
}
/*　ボタン
----------------------------------------------------*/
.btn_base a {
  background: #061f51;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 56px auto 0;
  max-width: 220px;
  padding: 12px 20px;
  color: #FFF;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.btn_base a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 2rem;
  font-size: 1.6rem;
  transition: right 0.3s;
}
.btn_base a:hover {
  background: #659CCE;
}
.btn_base a:hover:after {
  right: 1.4rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_base a {
    box-sizing: border-box;
    margin: 24px auto 0;
    max-width: 80%;
  }
}
/* max-width:896px */
/*アイコンありボタン*/
.btn_arrow a {
  display: block;
  position: relative;
  color: #044aa5;
  font-weight: 700;
}
.btn_arrow a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: relative;
  font-size: 1.6rem;
  color: #044aa5;
  padding-right: 8px;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_arrow a::before {
    font-size: 1.2rem;
    padding-right: 4px;
  }
}
/* max-width:896px */
/*　テーブル
----------------------------------------------------*/
/*　tbl_type01
----------------------------------------------------*/
.tbl_type01 {
  width: 100%;
  border-top: 1px solid #557ebf;
}
.tbl_type01 tr th {
  width: 203px;
  width: 19%;
  padding: 20px;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: solid 1px #557ebf;
  vertical-align: top;
}
.tbl_type01 tr td {
  width: calc(100% - 203px);
  width: calc(100% - 19%);
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #557ebf;
}

@media screen and (max-width: 896px) {
  .tbl_type01 tr th {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 16px 0 4px;
    white-space: nowrap;
    border-bottom: none;
  }
  .tbl_type01 tr td {
    display: block;
    width: 100%;
    padding: 0px 0 16px 8px;
  }
}
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col_box .col1 {
    width: 100%;
    height: auto;
    margin: 4% auto 0;
  }
  .col_box .col1:first-child {
    margin-top: 0;
  }
  .col_box .col2 {
    width: 49%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .col3 {
    box-sizing: border-box;
    width: 30%;
    height: auto;
    margin: 3.5% 0 0 4%;
  }
  .col_box .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_box .col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col_box .col4 {
    width: 22%;
    height: auto;
    margin: 1.6% 0 0 4%;
  }
  .col_box .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_box .col4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col_box .col5 {
    width: 18.4%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_box .col5:nth-child(-n+5) {
    margin-top: 0;
  }
}
/* SP */
@media screen and (max-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .col_box .sp_col2 {
    width: 48%;
    height: auto;
    margin: 4% 0 0 4%;
  }
  .col_box .sp_col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .sp_col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .sp_col1 {
    width: 100%;
    height: auto;
    margin: 12% auto 0;
  }
  .col_box .sp_col1:first-child {
    margin-top: 0;
  }
}
/* max-width:896px */
/*　インデント
----------------------------------------------------*/
.indent {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  width: 100%;
  min-width: 1040px;
  max-height: 120px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.cover_header {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 85%, transparent 100%);
  z-index: 3;
  position: fixed;
  top: -100px;
}

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

  .cover_header {
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, white 0%, white 25%, white 35%, transparent 100%);
    top: -100px;
  }
}
/* header_contents
----------------------------------------------------*/
.header_contents {
  position: relative;
  width: 97%;
  height: 70px;
  margin: 1.5% auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.header_contents .header_title {
  margin: 0% 0% 0 1%;
  width: 16%;
  max-width: 398px;
  height: auto;
  max-height: 120px;
}
.header_contents .header_title .title_logo {
  width: 100%;
  /* max-width: 398px; */
  height: 100%;
  /* max-height: 120px; */
  display: flex;
  align-items: center;
}
.header_contents .header_title .title_logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 20.1%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/logo_header.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

@media screen and (max-width: 1450px) {
  .header_contents {
    width: 95%;
    margin: 3% auto 0;
  }
  .header_contents .inner {
    width: 100%;
    min-width: 1130px;
  }
}
@media screen and (max-width: 896px) {
  .header_contents {
    height: 48px;
  }
  .header_contents .inner {
    width: 100%;
    min-width: 0;
  }
  .header_contents .header_title {
    margin: 0% 0% 0 1%;
    width: 58%;
    height: auto;
  }
  .header_contents .header_title .title_logo {
    width: 160px;
    height: auto;
  }
}
/* global_nav
------------------------------------*/
.global_nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  /*filter: drop-shadow(0px 0px 2px #f2f2f2);*/
}

@media screen and (max-width: 1430px) {
  .global_nav {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .global_nav {
    margin-right: 12px;
  }
}
/* pc_nav_contents
----------------------------------------------------*/
.pc_nav_contents {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}
.pc_nav_contents .header_menu_list {
  display: flex;
  height: 70px;
  align-items: center;
}
.pc_nav_contents .header_menu_list li {
  margin-left: 48px;
  height: 100%;
}
.pc_nav_contents .header_menu_list li i {
  font-size: 2.6rem;
}
.pc_nav_contents .header_menu_list li:first-child {
  margin-left: 0;
}
.pc_nav_contents .header_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 24px 0 24px;
  box-sizing: border-box;
  color: #061f51;
  font-weight: 600;
}
.pc_nav_contents .header_menu_list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #f6ac2d;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.pc_nav_contents .header_menu_list li a:hover {
  opacity: 1.0;
}
.pc_nav_contents .header_menu_list li a:hover::after {
  transform-origin: right top;
  transform: scale(1, 1);
}
.pc_nav_contents .header_menu_list li.active a::after {
  transform: scale(1, 1);
}
.pc_nav_contents .header_contact_list {
  margin-left: 48px;
  display: block;
  width: 250px;
  height: 70px;
}
.pc_nav_contents .header_contact_list li {
  height: 50%;
}
.pc_nav_contents .header_contact_list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 900;
  text-align: center;
}
.pc_nav_contents .header_contact_list li a i {
  margin-right: 6px;
}

.sp_nav_contents {
  display: none;
}

@media screen and (max-width: 1450px) {
  .pc_nav_contents .header_menu_list li {
    margin-left: 24px;
  }
  .pc_nav_contents .header_contact_list {
    margin-left: 24px;
    display: block;
    width: 180px;
    height: 70px;
  }
  .pc_nav_contents .header_contact_list li {
    height: 50%;
  }
  .pc_nav_contents .header_contact_list li.tel {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .pc_nav_contents .header_contact_list li.mail a {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
/* sp_nav_contents
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .pc_nav_contents {
    display: none;
  }

  .sp_nav_contents {
    display: block;
    margin-left: auto;
  }
  .sp_nav_contents p.menu {
    /*margin-right:16px;*/
  }
  .sp_nav_contents p.menu a {
    color: #044aa5;
    font-size: 2.4rem;
    line-height: 1;
  }

  .mm-menu {
    background: #fff !important;
    border-color: rgba(0, 77, 160, 0.5) !important;
    color: #061f51 !important;
    font-weight: 700;
  }
  .mm-menu .mm-navbar {
    background: #044aa5;
  }
  .mm-menu .mm-navbar .mm-navbar__title {
    color: #fff !important;
    font-weight: 400 !important;
    letter-spacing: 3px !important;
    font-family: "Jua", sans-serif !important;
  }
  .mm-menu .fa-circle {
    font-size: 1.2rem !important;
    color: #f6ac2d !important;
  }
  .mm-menu .tel {
    color: #1d5ba9 !important;
    font-weight: 900;
  }
  .mm-menu .top_cover_contents {
    padding: 16px;
  }
}
/* トップページ・メインビジュアル
----------------------------------------------------*/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  position: relative;
  width: 100%;
  height: auto;
}
.top_mainvisual .header_img {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_mainvisual .header_img img {
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  height: auto;
}
.top_mainvisual .inner {
  /*width:calc(100% - 512px);*/
  width: calc(100% - 10%);
  max-width: 1400px;
  height: auto;
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_mainvisual .title_catchcopy {
  width: 50%;
  text-align: center;
}
.top_mainvisual .title_catchcopy .title_catchcopy_copy {
  margin: 0 0 40px 0;
}
.top_mainvisual .title_catchcopy .title_catchcopy_copy p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 800;
  color: #061f51;
  letter-spacing: 2px;
}
.top_mainvisual .title_catchcopy .title_catchcopy_copy p span {
  font-size: clamp(3rem, 2.8vw, 5rem);
}
.top_mainvisual .title_catchcopy h1 img {
  width: clamp(200px, 30vw, 400px);
  height: auto;
}

@media screen and (max-width: 896px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .top_mainvisual .header_img {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .top_mainvisual .header_img img {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0.3;
  }
  .top_mainvisual .inner {
    width: 100%;
    max-width: 100%;
    height: 480px;
    position: absolute;
    top: 210px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top_mainvisual .title_catchcopy {
    width: 100%;
    text-align: center;
  }
  .top_mainvisual .title_catchcopy .title_catchcopy_copy {
    margin: 0 0 24px 0;
  }
}
/* max-width:896px */
/* 下層ページ・メインビジュアル
----------------------------------------------------*/
/* mainvisual
----------------------------------------------------*/
.mainvisual {
  width: 100%;
  height: 500px;
  background: url("../images/common/lower_img_bg_01.png") no-repeat top right;
  position: relative;
}
.mainvisual .inner {
  width: 100%;
  max-width: 1400px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainvisual .page_title {
  position: relative;
}
.mainvisual .page_title .en {
  display: block;
  color: #f6ac2d;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
  font-family: "Jua", sans-serif;
  letter-spacing: 3px;
}
.mainvisual .page_title .jp {
  color: #061f51;
  font-size: clamp(2.8rem, 3.4vw, 5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
}

@media screen and (max-width: 896px) {
  .mainvisual {
    margin-top: 48px;
    height: 30vh;
    background-position: center right;
    background-size: 90%;
  }
  .mainvisual .inner {
    width: 95%;
    height: 9vh;
  }
  .mainvisual .page_title {
    min-height: 0;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  background: #044aa5;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.global_footer .footer_contact_box {
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px 8px;
  color: #061f51;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.global_footer .footer_contact_box h3 {
  font-size: 2rem;
  font-weight: 800;
}
.global_footer .footer_contact_box .form {
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 35px 8px;
}
.global_footer .footer_contact_box .phone {
  box-sizing: border-box;
  background: #f6ac2d;
  border-radius: 20px;
  padding: 24px 8px;
}
.global_footer .footer_contact_box figure {
  width: 100%;
  height: auto;
  margin: 40px 0 24px;
}
.global_footer .footer_contact_box figure img {
  width: 25%;
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .global_footer {
    padding: 40px 0;
  }
  .global_footer .footer_contact_box {
    width: 100%;
    padding: 24px 8px;
  }
  .global_footer .footer_contact_box h3 {
    font-size: 1.8rem;
  }
  .global_footer .footer_contact_box .form {
    width: 100%;
    padding: 16px 8px;
  }
  .global_footer .footer_contact_box .phone {
    width: 100%;
    margin: 16px 0 0;
    padding: 16px 8px;
  }
  .global_footer figure {
    width: 100%;
    height: auto;
    margin: 0px 0 24px;
  }
  .global_footer figure img {
    width: 60%;
    height: auto;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_about
----------------------------------------------------*/
.top_about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.top_about .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 60%;
  height: auto;
  padding: 5% 12%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #FFF;
  line-height: 2;
}
.top_about .text_contents .img_about_img_01 {
  position: absolute;
  right: -430px;
  bottom: -40px;
  z-index: 10;
}
.top_about .text_contents .img_about_img_01 img {
  width: clamp(300px, 50vw, 500px);
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_about .text_contents {
    width: 90%;
    padding: 7% 7% 17%;
  }
  .top_about .text_contents .img_about_img_01 {
    position: absolute;
    right: -30px;
    bottom: -160px;
    z-index: 10;
  }
}
/* max-width:896px */
/* top_strength
----------------------------------------------------*/
.top_strength {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.top_strength .h2_title {
  text-align: center;
}
.top_strength h3 {
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 295px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  top: 110px;
}
.top_strength .bg_01 {
  position: relative;
  text-align: center;
    /*background: url("../images/home/strength_img_01.png") no-repeat;
		background-size: auto;
		background-position:center;*/
}
.top_strength .bg_02 {
  position: relative;
  text-align: center;
  /*background: url("../images/home/strength_img_02.png") no-repeat;
  background-size: auto;
  background-position:center;*/
}
.top_strength .bg_03 {
  position: relative;
  text-align: center;
  /*background: url("../images/home/strength_img_03.png") no-repeat;
  background-size: auto;
  background-position:center;*/
}

/* SP */
@media screen and (max-width: 896px) {
  .top_strength {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
  }
  .top_strength h3 {
    height: 200px;
    font-size: 1.8rem;
    top: 35%;
  }
  .top_strength .bg_01 img {
    width: 64%;
  }
  .top_strength .bg_02 img {
    width: 64%;
  }
  .top_strength .bg_03 img {
    width: 64%;
  }
}
/* max-width:896px */
/* top_custamer
----------------------------------------------------*/
.top_customer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.top_customer .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 60%;
  height: auto;
  padding: 5% 8%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFF;
  line-height: 2;
  margin: 0 0 0 auto;
}
.top_customer .text_contents .img_customer_img_01 {
  position: absolute;
  left: -430px;
  bottom: -40px;
  z-index: 10;
}
.top_customer .text_contents .img_customer_img_01 img {
  width: clamp(300px, 50vw, 500px);
  height: auto;
}
.top_customer .voice_slider .voice_list li .slide_inner {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.top_customer .voice_slider .voice_list li .slide_inner .text_area {
  width: 83%;
  min-height: 220px;
  margin: 0 auto;
}
.top_customer .voice_slider .voice_list li .slide_inner .text_area .customer_name {
  margin: 16px 0 0;
  text-align: right;
  font-weight: 600;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_customer .text_contents {
    width: 100%;
    padding: 10% 7% 17%;
  }
  .top_customer .text_contents .img_customer_img_01 {
    position: absolute;
    left: 40px;
    bottom: -140px;
    z-index: 10;
  }
  .top_customer .voice_slider .voice_list li {
    width: 100%;
  }
  .top_customer .voice_slider .voice_list li .slide_inner {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .top_customer .voice_slider .voice_list li .slide_inner .text_area {
    width: 100%;
    min-height: 220px;
    margin: 40px auto 0;
  }

  .swiper-button-next {
    top: 20px !important;
    right: 0 !important;
    padding: 0 !important;
  }

  .swiper-button-prev {
    top: 20px !important;
    left: 0 !important;
    padding: 0 !important;
  }
}
/* max-width:896px */
/* top_instagram
----------------------------------------------------*/
.top_instagram {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

.bound {
  animation: key .7s ease infinite alternate;
}

@keyframes key {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
/*****************************************************

 Page - 事業内容
 
*****************************************************/
/* service_intro
----------------------------------------------------*/
.service_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.service_intro .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  height: auto;
  padding: 5% 16% 5% 12%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #FFF;
  line-height: 2;
}
.service_intro .text_contents .service_img_main {
  position: absolute;
  right: -140px;
  bottom: 60px;
  z-index: 10;
}
.service_intro .text_contents .service_img_main img {
  width: clamp(160px, 40vw, 300px);
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .service_intro {
    padding: 0 0 50px;
  }
  .service_intro .text_contents {
    width: 90%;
    padding: 7% 7% 35%;
  }
  .service_intro .text_contents .service_img_main {
    position: absolute;
    right: -30px;
    bottom: -70px;
    z-index: 10;
  }
}
/* max-width:896px */
.service_menu {
  position: relative;
  width: 100%;
  padding: 0 0 40px 0;
  background: url("../images/common/lower_img_bg_02.png") no-repeat left bottom 50px;
}
.service_menu .service_menu_box {
  width: 80%;
  margin: 0 auto;
}
.service_menu .service_menu_box .col5 {
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  line-height: 1.4;
}
.service_menu .service_menu_box .col5 img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
}
.service_menu .service_menu_box .col5:first-child img {
  height: 135px;
}
.service_menu .service_menu_text {
  width: 50%;
  height: auto;
  margin: 80px 0 80px 40%;
}

/* SP */
@media screen and (max-width: 896px) {
  .service_menu {
    width: 100%;
    padding: 0 0 40px 0;
    background: none;
  }
  .service_menu .service_menu_box {
    width: 92%;
    margin: 0 auto;
  }
  .service_menu .service_menu_box .col5 {
    padding: 10px;
  }
  .service_menu .service_menu_box .col5 img {
    height: 100px;
  }
  .service_menu .service_menu_box .col5:first-child img {
    height: 90px;
  }
  .service_menu .service_menu_text {
    width: 90%;
    height: auto;
    margin: 40px auto;
  }
}
/* max-width:896px */
.service_contents {
  padding: 0 0 100px 0;
}
.service_contents .left_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.service_contents .left_box .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  height: auto;
  padding: 5% 16% 5% 12%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #FFF;
  line-height: 2;
}
.service_contents .left_box .text_contents .service_img_left {
  position: absolute;
  right: -140px;
  top: 100px;
  z-index: 10;
}
.service_contents .left_box .text_contents .service_img_left img {
  width: clamp(160px, 30vw, 340px);
  height: auto;
}
.service_contents .right_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.service_contents .right_box .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  height: auto;
  padding: 5% 12% 5% 16%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FFF;
  line-height: 2;
  margin: 0 0 0 auto;
}
.service_contents .right_box .text_contents .service_img_right {
  position: absolute;
  left: -140px;
  top: 100px;
  z-index: 10;
}
.service_contents .right_box .text_contents .service_img_right img {
  width: clamp(160px, 30vw, 340px);
  height: auto;
}
.service_contents .last_copy {
  text-align: center;
  color: #061f51;
  font-weight: 700;
  font-size: 1.8rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .service_contents {
    padding: 0 0 40px 0;
  }
  .service_contents .left_box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
  }
  .service_contents .left_box .text_contents {
    width: 90%;
    height: auto;
    padding: 7% 7%;
  }
  .service_contents .left_box .text_contents .service_img_left {
    right: -30px;
    top: -80px;
    z-index: 10;
  }
  .service_contents .right_box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
  .service_contents .right_box .text_contents {
    width: 90%;
    padding: 7% 7%;
    margin: 0 0 0 auto;
  }
  .service_contents .right_box .text_contents .service_img_right {
    left: auto;
    right: 20px;
    top: -60px;
    z-index: 10;
  }
  .service_contents .last_copy {
    width: 90%;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
/* max-width:896px */
/*****************************************************

 Page - 会社概要
 
*****************************************************/
/* about_intro
----------------------------------------------------*/
.about_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.about_intro .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  height: auto;
  padding: 5% 16% 5% 12%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #FFF;
  line-height: 2;
}
.about_intro .text_contents .about_name {
  margin: 24px 0 0 0;
  text-align: right;
}
.about_intro .text_contents .about_name span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
.about_intro .text_contents .about_img_main {
  position: absolute;
  right: -140px;
  bottom: 60px;
  z-index: 10;
}
.about_intro .text_contents .about_img_main img {
  width: clamp(160px, 40vw, 300px);
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .about_intro {
    padding: 0 0 50px;
  }
  .about_intro .text_contents {
    width: 90%;
    padding: 7% 7% 35%;
  }
  .about_intro .text_contents .about_name {
    margin: 16px 0 0 0;
    text-align: left;
  }
  .about_intro .text_contents .about_name span {
    font-size: 1.8rem;
  }
  .about_intro .text_contents .about_img_main {
    position: absolute;
    right: -20px;
    bottom: -40px;
    z-index: 10;
  }
}
/* max-width:896px */
.about_access {
  margin: 100px auto;
}
.about_access .about_access_box {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #FFF;
  border-radius: 40px;
}

/* SP */
@media screen and (max-width: 896px) {
  .about_access {
    margin: 60px auto;
  }
  .about_access .about_access_box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 24px;
    background-color: #FFF;
    border-radius: 16px;
  }
}
/* max-width:896px */
/*****************************************************

 Page - お問い合わせフォーム
 
*****************************************************/
/* contact_intro
----------------------------------------------------*/
.contact_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
}
.contact_intro .text_contents {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  height: auto;
  padding: 5% 16% 5% 12%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #FFF;
  line-height: 2;
}
.contact_intro .text_contents .contact_img_main {
  position: absolute;
  right: -140px;
  bottom: 60px;
  z-index: 10;
}
.contact_intro .text_contents .contact_img_main img {
  width: clamp(160px, 40vw, 300px);
  height: auto;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_intro {
    padding: 0 0 50px;
  }
  .contact_intro .text_contents {
    width: 90%;
    padding: 7% 7% 35%;
  }
  .contact_intro .text_contents .contact_img_main {
    position: absolute;
    right: 10px;
    bottom: -40px;
    z-index: 10;
  }
}
/* max-width:896px */
/* policy_scroll_box
-----------------------------------*/
.policy_scroll_box {
  margin-top: 8px;
  width: auto;
  height: 290px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  background: #FFF;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 1.4rem;
}
.policy_scroll_box::-webkit-scrollbar {
  width: 8px;
}
.policy_scroll_box::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.policy_scroll_box::-webkit-scrollbar-thumb {
  background: #444444;
}
.policy_scroll_box h3 {
  margin: 0 auto 24px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.policy_scroll_box h4 {
  margin: 24px 0 0;
  color: #333333;
  font-weight: 700;
}
.policy_scroll_box ul, .policy_scroll_box ol {
  margin: 8px 8px;
}
.policy_scroll_box ul li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.policy_scroll_box ul li::before {
  content: '・';
}
.policy_scroll_box ol li {
  list-style: decimal;
  margin-left: 1.4rem;
}
.policy_scroll_box p strong {
  font-weight: 700;
}

@media screen and (max-width: 1030px) {
  .policy_scroll_box {
    margin: 8px 0 24px 0;
    width: auto;
    padding: 16px;
    box-sizing: border-box;
    /*height: 180px;
    overflow-y: scroll;*/
  }
  .policy_scroll_box h3 {
    margin: 0 auto 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .policy_scroll_box h4 {
    margin: 24px auto 8px;
    font-weight: 700;
  }
  .policy_scroll_box ul {
    margin: 8px 8px;
  }
  .policy_scroll_box ul li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
  }
}
/* mailform_area
----------------------------------------------------*/
.mailform_area {
  margin: 100px 0;
}

@media screen and (max-width: 896px) {
  .mailform_area {
    margin: 40px 0;
  }
}
/* tbl_form
---------------------------------------*/
.tbl_form {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.tbl_form caption {
  margin: 64px 0 24px;
  color: #f73746;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
.tbl_form tr {
  /*&:first-child{
  	th,td{
  		border-top:0;
  	}
  }*/
}
.tbl_form tr th, .tbl_form tr td {
  border-top: solid 1px #ccc;
}
.tbl_form tr th {
  width: 24%;
  width: 320px;
  padding: 32px 24px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}
.tbl_form tr th span.required {
  position: relative;
  margin: 0 0 0 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: #31aa8d;
  border-radius: 4px;
  padding: 1px 7px 2px;
  box-sizing: border-box;
  line-height: 1;
}
.tbl_form tr td {
  width: 76%;
  width: 960px;
  padding: 32px 24px;
  text-align: left;
  line-height: 1.8;
}
.tbl_form tr:last-child th, .tbl_form tr:last-child td {
  border-bottom: solid 1px #ccc;
}

.tbl_form + .link_btn {
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .tbl_form {
    margin-top: 24px;
    width: 100%;
    font-size: 1.4rem;
  }
  .tbl_form caption {
    margin: 24px 0 16px;
    color: #f73746;
    font-size: 1.6rem;
  }
  .tbl_form tr th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    position: relative;
  }
  .tbl_form tr th span.required {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 0 8px;
  }
  .tbl_form tr td {
    border-top: 0;
    display: block;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    border-bottom: 0;
  }
  .tbl_form tr:last-child th {
    border-bottom: 0;
  }

  .tbl_form + .link_btn {
    margin-top: 40px;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  max-width: 778px;
  height: auto;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, input[type="date"].w100, input[type="number"].w100, textarea.w100, select.w100 {
  width: 100%;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, input[type="number"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, input[type="number"].w80, textarea.w80, select.w80 {
  width: 80%;
  max-width: 476px;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, input[type="number"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, input[type="number"].w60, textarea.w60, select.w60 {
  width: 60%;
  max-width: 276px;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, input[type="number"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, input[type="number"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, input[type="date"].w20, input[type="number"].w20, textarea.w20, select.w20 {
  width: 20%;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
  width: 40%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
  width: 100%;
}
input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
  width: 25%;
  max-width: 110px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 4px #8bd2f5;
  border: 1px solid #8bd2f5;
}

textarea {
  height: 180px;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, input[type="date"].w90, input[type="date"].w80, input[type="date"].w70, input[type="date"].w60, input[type="date"].w50, input[type="date"].w40, input[type="date"].w20, input[type="number"].w90, input[type="number"].w80, input[type="number"].w70, input[type="number"].w60, input[type="number"].w50, input[type="number"].w40, input[type="number"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }
  input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
    width: 24%;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

label input[type="checkbox"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }
}
.wpcf7-radio label::before {
  margin-top: -8px;
  border-radius: 50%;
}
.wpcf7-radio label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}
.wpcf7-radio input[type="radio"] label {
  padding: 3px 3px 3px 0;
}
.wpcf7-radio label input[type="radio"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
}

@media screen and (max-width: 896px) {
  .wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 11px;
  }
}
[data-name="agree_policy"] .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

select.year,
select.month,
select.day {
  width: 15%;
}

/*エラー時の表示*/
.wpcf7-not-valid-tip {
  display: none !important;
}

/*お問い合わせ内容と備考欄（テキストエリア）のエラー時の表示*/
/*[data-name="oubo-shubetsu"] .wpcf7-not-valid-tip,*/
[data-name="inquiry"] .wpcf7-not-valid-tip,
[data-name="purpose"] .wpcf7-not-valid-tip,
[data-name="remark"] .wpcf7-not-valid-tip,
[data-name="contact_detail"] .wpcf7-not-valid-tip {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}
.wpcf7-not-valid.w100, .wpcf7-not-valid.w90, .wpcf7-not-valid.w80, .wpcf7-not-valid.w70, .wpcf7-not-valid.w60, .wpcf7-not-valid.w50, .wpcf7-not-valid.w40, .wpcf7-not-valid.w20, .wpcf7-not-valid.zip, .wpcf7-not-valid.addr, .wpcf7-not-valid.detail, .wpcf7-not-valid.year, .wpcf7-not-valid.month, .wpcf7-not-valid.day {
  border: solid 1px #c1272d !important;
}
.wpcf7-not-valid.wpcf7-checkbox, .wpcf7-not-valid.wpcf7-radio {
  /*color: #a21b20 !important;*/
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-checkbox label::before, .wpcf7-not-valid.wpcf7-radio label::before {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}

.agree_checkbox {
  margin: 40px auto;
  text-align: center;
}

/* btn_contact
-----------------------------------*/
.btn_contact {
  margin: 0 auto;
  width: 400px;
  background: #061f51;
  padding: 18px 16px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
  display: block;
  border-radius: 32px;
  cursor: pointer;
}
.btn_contact i {
  margin-right: 10px;
}
.btn_contact:hover {
  background: #659CCE;
}

@media screen and (max-width: 896px) {
  .btn_contact {
    width: 80%;
    max-width: 400px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #1d5ba9;
    border: 2px solid #1d5ba9;
    padding: 14px 0;
    transition: all .3s;
  }
  .btn_contact i {
    margin-right: 10px;
  }
  .btn_contact:hover {
    background: #659CCE;
  }
}
/*****************************************************

 Page - プライバシーポリシー
 
*****************************************************/
/* policy
----------------------------------------------------*/
.policy {
  padding: 80px 0;
}
.policy article {
  margin: 56px 0 0;
}
.policy ul li {
  text-indent: -1rem;
  margin-left: 1rem;
}
.policy ul li::before {
  content: '-';
  margin-right: 4px;
  font-size: 2rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .policy {
    padding: 40px 0;
  }
  .policy article {
    margin: 24px 0 0;
  }
}
/* max-width:896px */
/*     reCAPTCHA     */
.grecaptcha-badge {
  z-index: 9999 !important;
}
