@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 {
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  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;
  color: #333333;
  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-family: 'Zen Old Mincho', serif;
  font-size: 60px;
  color: #fff;
  font-weight: 500; }

h2 {
  font-size: 36px;
  color: #2b2b2b;
  margin-bottom: 40px;
  text-align: center; }

span.h2_decoration {
  display: block;
  font-size: 14px;
  color: #18933b;
  letter-spacing: 2px;
  text-align: center; }

h2 + p {
  text-align: center;
  color: #4f4844;
  line-height: 40px;
  margin-bottom: 40px; }

h3 {
  font-size: 24px;
  color: #2b2b2b;
  position: relative;
  margin: 8px 0 24px; }
  h3::before {
    content: '';
    background: url("../images/common/h3_icon.png");
    width: 16px;
    height: 26px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: -12%; }

h3 + p {
  color: #4f4844;
  line-height: 36px;
  margin-bottom: 40px; }

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

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

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

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

* {
  box-sizing: border-box; }

.link_btn {
  overflow: hidden;
  z-index: 1;
  display: block;
  display: block;
  width: 380px;
  margin: 40px auto;
  background: #18933b;
  padding: 14px;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 10px; }
  .link_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1fbf4d;
    transition: all .2s;
    z-index: -1; }
  .link_btn:hover::before {
    width: 100%; }

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

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

@media screen and (min-width: 767.98px) {
  .pc_none {
    display: none !important; } }
@media (max-height: 480px) and (orientation: landscape) {
  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; }

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

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

  .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: #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 screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 7vw; }

  h2 {
    font-size: 28px; }

  h2 + p {
    text-align: left;
    line-height: 30px; }

  h3 + p {
    line-height: 30px; }

  section {
    padding: 40px 0; }

  .sp_none {
    display: none !important; }

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

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

  .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: #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%;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  padding: 0 1%;
  margin: 0 auto;
  min-width: 1160px; }
  .global_header .logo_container {
    width: 260px;
    max-width: 260px;
    height: 57px; }
    .global_header .logo_container img {
      vertical-align: -20%; }
  .global_header nav {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
    .global_header nav a {
      font-size: 16px;
      font-weight: 600;
      color: #231815;
      margin-left: 60px;
      transition: .2s;
      text-decoration: none; }
      .global_header nav a:first-of-type {
        margin-left: 0; }
      .global_header nav a:last-of-type {
        overflow: hidden;
        z-index: 1;
        display: block;
        position: relative;
        background: linear-gradient(120deg, #18933b 0%, #d8e266 100%);
        padding: 10px 60px;
        color: #fff;
        border-radius: 10px; }
        .global_header nav a:last-of-type::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 100%;
          background-color: #1fbf4d;
          transition: all .2s;
          z-index: -1; }
      .global_header nav a:hover:last-of-type::before {
        width: 100%; }

@media (max-height: 480px) and (orientation: landscape) {
  .global_header {
    min-width: 100%; } }
@media screen and (max-width: 767.98px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%; }

  .global_header .logo_container {
    width: 48%;
    max-width: 260px;
    height: auto; }

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

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  padding: 80px 0 40px;
  background: #2f2f2f; }

.footer_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .footer_container figure {
    width: 100%; }
    .footer_container figure img {
      width: 260px;
      max-width: 260px;
      height: 57px; }
  .footer_container p {
    width: 100%;
    text-align: right;
    color: #fff; }

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

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

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

  .footer_container {
    padding: 0 6%; }

  .footer_container figure {
    text-align: center; }

  .footer_container figure img {
    width: 160px;
    height: auto; }

  .footer_container p {
    font-size: 14px;
    text-align: center; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.case_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  gap: 60px 3%;
  padding: 0 2%;
  min-width: 1380px; }
  .case_container article, .case_container div {
    width: 31%; }
    .case_container article figure, .case_container div figure {
      width: 100%;
      height: 276px;
      margin-bottom: 14px; }
      .case_container article figure img, .case_container div figure img {
        border-radius: 20px;
        height: 100%; }
    .case_container article p, .case_container div p {
      font-weight: 600;
      font-size: 24px; }
    .case_container article span, .case_container div span {
      width: 180px;
      display: block;
      border: 1px solid #0090ff;
      padding: 4px 0;
      text-align: center;
      color: #0090ff;
      font-size: 16px;
      margin-bottom: 10px; }
  .case_container article {
    position: relative;
    z-index: 0;
    transition: .2s; }
    .case_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .case_container article:hover {
      opacity: .7; }

@media (min-width: 767.99px) and (max-width: 1280px) {
  .case_container {
    width: 70%;
    min-width: 930px; }

  .case_container article, .case_container div {
    width: 48.21%; } }
@media screen and (max-width: 767.98px) {
  .case_container {
    width: 88%;
    min-width: auto; }

  .case_container article, .case_container div {
    width: 100%; }

  .case_container article figure, .case_container div figure {
    height: auto; }

  .case_container article p, .case_container div p {
    font-size: 18px; }

  .case_container article span, .case_container div span {
    width: 140px;
    padding: 2px 0;
    font-size: 14px; }

  .case_container article figure img, .case_container div figure img {
    width: auto; } }
/* ページャー
----------------------------------------------------*/
.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 #0090ff solid;
    color: #0090ff;
    background: #fff;
    transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #0090ff;
    border: 2px #0090ff solid;
    color: #FFF; }

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

 シングルページ
 
*****************************************************/
.case_detail_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .case_detail_container figure {
    width: 48.21%; }
    .case_detail_container figure img {
      width: 100%;
      height: 330px;
      border-radius: 20px; }
  .case_detail_container .case_detail_txt {
    width: 48.21%; }
    .case_detail_container .case_detail_txt p {
      font-size: 16px;
      color: #333;
      line-height: 36px; }

h2 + span.casecat {
  width: 180px;
  display: block;
  border: 1px solid #0090ff;
  padding: 4px 0;
  text-align: center;
  color: #0090ff;
  font-size: 16px;
  margin: -26px auto 60px; }

.case_gallery_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px auto;
  gap: 10px 2%; }
  .case_gallery_container figure {
    width: 31%; }
    .case_gallery_container figure img {
      width: 100% x;
      height: 214px;
      border-radius: 20px; }

@media screen and (max-width: 767.98px) {
  .case_detail_container .case_detail_txt, .case_detail_container figure {
    width: 100%; }

  .case_detail_container figure img {
    width: 100%;
    height: auto; }

  .case_gallery_container figure {
    width: 48.21%; }

  .case_gallery_container figure img {
    width: 100%;
    height: 100px;
    border-radius: 10px; } }
/* エディター内装飾
----------------------------------------------------*/
.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 0 10px !important; }

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

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

.contactform_container {
  width: 90%;
  margin: 0 auto; }
  .contactform_container ul {
    width: 100%;
    margin: 0 auto; }
  .contactform_container li {
    list-style: disc;
    font-size: 16px;
    color: #333;
    margin: 6px 0 6px 20px; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #111111;
      font-size: 16px;
      color: #333;
      padding: 26px;
      box-sizing: border-box; }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #d63317;
        padding: 0 10px;
        float: right;
        border-radius: 2px; }
    .contactform_container table td {
      /*width:70%;*/
      border-bottom: 1px solid #ccc;
      font-size: 16px;
      color: #333;
      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: #fefefe;
  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; }

#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;
    padding: 26px 10px; }

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

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

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

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: 684px;
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1920px;
  margin: 0 auto; }
  .main_cover .cover_img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: relative;
    padding: 180px 0;
    z-index: 0;
    background-image: var(--main-cover);
    background-size: cover;
    background-position: center; }
    .main_cover .cover_img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      z-index: -1;
      border-radius: 40px; }
    .main_cover .cover_img p {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .main_cover .cover_img p:first-of-type {
        font-family: 'Zen Old Mincho', serif;
        font-size: 60px;
        color: #fff;
        margin-bottom: 40px; }
    .main_cover .cover_img span {
      display: block;
      width: 340px;
      padding: 8px 20px;
      border-radius: 8px;
      background: linear-gradient(100deg, #0090FF 0%, #2F0281 100%);
      color: #fff;
      text-align: center;
      margin: 0 auto 40px;
      letter-spacing: 3px; }

.topAbout__wrap {
  width: 100%;
  padding: 80px 0;
  text-align: center; }

.topAbout_ph_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px 2%;
  padding: 0 1%; }
  .topAbout_ph_wrap figure {
    width: 31%;
    height: 285px; }
    .topAbout_ph_wrap figure img {
      border-radius: 20px;
      height: 100%; }

.topBusiness__wrap {
  width: 100%;
  padding: 80px 0;
  background: #EBF8F5; }

.topBusiness__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 80px; }
  .topBusiness__container:nth-of-type(even) {
    flex-direction: row-reverse; }
  .topBusiness__container:last-of-type {
    margin-bottom: 0; }
  .topBusiness__container figure {
    width: 48.21%;
    height: 330px; }
    .topBusiness__container figure img {
      border-radius: 20px;
      height: 100%; }
  .topBusiness__container .topBusiness_txt_item {
    width: 48.21%; }
    .topBusiness__container .topBusiness_txt_item .link_btn {
      margin: 40px 0 0 auto; }

.topOverview__wrap {
  width: 100%;
  padding: 80px 0; }
  .topOverview__wrap table {
    width: 91%;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed; }
    .topOverview__wrap table tr {
      border-bottom: 1px solid #ddd; }
    .topOverview__wrap table th, .topOverview__wrap table td {
      padding: 24px 10px 24px; }
    .topOverview__wrap table th {
      width: 20%;
      font-size: 18px;
      font-weight: 500; }
    .topOverview__wrap table td {
      width: 80%; }
      .topOverview__wrap table td a {
        text-decoration: none;
        color: #18933b; }
    .topOverview__wrap table tr:nth-of-type(4) td a {
      color: inherit; }

.topContact__wrap {
  width: 100%;
  padding: 80px 0;
  background: #EBF8F5; }
  .topContact__wrap h2 + div {
    text-align: center;
    margin-bottom: 80px; }
    .topContact__wrap h2 + div p {
      line-height: 28px;
      text-align: center;
      margin-bottom: 40px; }
    .topContact__wrap h2 + div a {
      font-family: 'Zen Old Mincho', serif;
      text-decoration: none;
      color: #ee6055;
      font-size: 36px; }
      .topContact__wrap h2 + div a i {
        font-size: 30px;
        margin-right: 8px; }
    .topContact__wrap h2 + div span {
      display: block; }

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

  .main_cover .cover_img {
    border-radius: 10px;
    padding: 80px 0; }

  .main_cover .cover_img p:first-of-type {
    font-size: 7vw;
    margin-bottom: 10px; }

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

  .main_cover .cover_img span {
    width: 80%;
    padding: 8px 10px;
    margin: 0 auto 20px;
    letter-spacing: 1px; }

  .main_cover .cover_img::before {
    border-radius: 10px; }

  .topAbout__wrap, .topBusiness__wrap, .topOverview__wrap {
    padding: 40px 0; }

  .topAbout_ph_wrap {
    padding: 0 6%; }

  .topAbout_ph_wrap .link_btn {
    margin: 40px auto 0; }

  .topAbout_ph_wrap figure img {
    border-radius: 8px; }

  .topAbout_ph_wrap figure:first-of-type {
    width: 100%;
    height: 140px; }

  .topAbout_ph_wrap figure:nth-of-type(n + 2) {
    width: 48.21%;
    height: 100px; }

  .topBusiness__container {
    margin-bottom: 40px; }

  .topBusiness__container:nth-of-type(even) {
    flex-direction: column; }

  .topBusiness__container figure {
    width: 100%;
    height: 220px; }

  .topBusiness__container .topBusiness_txt_item {
    width: 100%; }

  .topBusiness__container .topBusiness_txt_item .link_btn {
    margin: 40px 0 40px auto; }

  .topOverview__wrap table {
    width: 100%; }

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

  .topOverview__wrap table th {
    padding: 12px 10px 6px; }

  .topOverview__wrap table td {
    padding: 0px 10px 12px; }

  .topContact__wrap {
    padding: 40px 0; } }
/*****************************************************

 common
 
*****************************************************/
.lv1_cover_wrap {
  width: 100%;
  height: 284px;
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1920px;
  margin: 0 auto; }
  .lv1_cover_wrap .lv1_cover {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    padding: 100px 0;
    z-index: 0;
    position: relative;
    text-align: center; }
    .lv1_cover_wrap .lv1_cover::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 26px; }

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

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

.case {
  background: url("../images/common/cover_case.jpg?20251113") center/cover no-repeat; }

.contact__wrap {
  width: 100%;
  height: 450px;
  background: url("../images/common/foot_contact_bk.jpg") center/cover no-repeat;
  padding: 80px 0;
  font-weight: 600;
  position: relative;
  z-index: 0; }
  .contact__wrap h2 + p {
    line-height: 30px; }
  .contact__wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 26px; }

.contact__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 2%;
  max-width: 980px;
  margin: 0 auto; }
  .contact__container p {
    text-align: center;
    width: 48.21%; }
    .contact__container p a {
      font-family: 'Zen Old Mincho', serif;
      text-decoration: none;
      color: #ee6055;
      font-size: 36px; }
      .contact__container p a i {
        font-size: 30px;
        margin-right: 8px; }
  .contact__container div {
    width: 48.21%; }
  .contact__container .link_btn {
    margin: 0 auto; }

@media screen and (max-width: 767.98px) {
  .lv1_cover_wrap {
    height: 184px; }

  .lv1_cover_wrap .lv1_cover {
    padding: 70px 0;
    border-radius: 10px; }

  .lv1_cover_wrap .lv1_cover::before {
    border-radius: 10px; }

  .survey {
    background-position: 80%; }

  .contact__wrap {
    height: auto;
    background-position: 80%;
    padding: 40px 0 100px; }

  .contact__container p, .contact__container div {
    width: 100%; } }
/*****************************************************

 Survey
 
*****************************************************/
.survay_spec_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 80px; }
  .survay_spec_container:nth-of-type(even) {
    flex-direction: row-reverse; }
  .survay_spec_container:last-of-type {
    margin-bottom: 0; }
  .survay_spec_container figure {
    width: 48.21%;
    height: 330px; }
    .survay_spec_container figure img {
      border-radius: 20px;
      height: 100%; }
  .survay_spec_container .survay_spectxt_item {
    width: 48.21%; }

.survey__wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%; }

.survey_device_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 2%;
  margin-bottom: 40px; }
  .survey_device_container figure {
    width: 48.21%;
    height: 416px;
    max-width: 700px; }
    .survey_device_container figure img {
      border-radius: 20px;
      height: 100%; }
  .survey_device_container .survey_device_txt {
    width: 48.21%; }
    .survey_device_container .survey_device_txt p:first-of-type {
      font-size: 24px;
      color: #2b2b2b;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #4d4d4d; }
    .survey_device_container .survey_device_txt span {
      display: block;
      font-size: 18px;
      color: #2b2b2b; }

.survey_ph_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%; }
  .survey_ph_container figure {
    width: 31%;
    height: 285px; }
    .survey_ph_container figure img {
      border-radius: 20px;
      height: 100%; }

@media screen and (max-width: 767.98px) {
  .survey__wrap {
    padding: 0 6%; }

  .survey_device_container figure, .survey_device_container .survey_device_txt {
    width: 100%; }

  .survey_device_container figure {
    height: auto; }

  .survey_device_txt span, .survey_device_txt p:first-of-type {
    text-align: center; }

  .survay_spec_container {
    margin-bottom: 40px; }

  .survay_spec_container:nth-of-type(even) {
    flex-direction: column; }

  .survay_spec_container figure {
    width: 100%;
    height: 220px; }

  .survay_spec_container .survay_spectxt_item {
    width: 100%; }

  .survay_spec_container .survay_spectxt_item .link_btn {
    margin: 40px 0 40px auto; }

  .survey_ph_container figure img {
    border-radius: 8px; }

  .survey_ph_container figure:first-of-type {
    width: 100%;
    height: 140px; }

  .survey_ph_container figure:nth-of-type(n + 2) {
    width: 48.21%;
    height: 100px; } }
/*****************************************************

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