@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=Noto+Serif+JP:wght@200..900);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500);
/* アイコンフォント　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: #FFF;
  z-index: 0;
  color: #333333;
  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.65;
  letter-spacing: 0.5px; }

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem; } }
/* 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; } }
/*****************************************************

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

.cover_header {
  width: 100%;
  height: auto;
  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: 48px; }

  .cover_header {
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, white 0%, white 25%, white 35%, transparent 100%);
    top: -100px; } }
/* header_contents
----------------------------------------------------*/
.header_contents {
  width: 100%;
  height: 72px;
  background: #0B308E;
  display: flex;
  align-items: center; }
  .header_contents .header_title {
    margin: 0% 0% 0 2%;
    width: 16%;
    height: auto; }
    .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: 50px;
        text-indent: -9999px;
        overflow: hidden;
        background: url("../images/common/header_logo.png") no-repeat;
        background-size: contain;
        transition: 0.3s; }

@media screen and (max-width: 1450px) {
  .header_contents .inner {
    width: 100%;
    min-width: 1130px; }
  .header_contents .header_title .title_logo a {
    height: 30px; } }
@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 2%;
      width: 58%;
      height: auto; }
      .header_contents .header_title .title_logo {
        width: 220px;
        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: 72px;
    align-items: center; }
    .pc_nav_contents .header_menu_list li {
      margin-left: 30px;
      height: 100%; }
      .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: 25px 0 20px;
        box-sizing: border-box;
        color: #fff;
        font-weight: 600; }
        .pc_nav_contents .header_menu_list li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 5%;
          background: #DC000C;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: transform .2s; }
        .pc_nav_contents .header_menu_list li a:hover {
          opacity: 1.0; }
          .pc_nav_contents .header_menu_list li a:hover::after {
            transform-origin: center top;
            transform: scale(1, 1); }
      .pc_nav_contents .header_menu_list li.active a::after {
        transform: scale(1, 1); }
      .pc_nav_contents .header_menu_list li .nav_icon {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        padding: 0 0 28px;
        box-sizing: border-box;
        color: #fff;
        font-size: 2.4rem; }
  .pc_nav_contents .header_contact_list {
    margin-left: 48px;
    display: block;
    width: 250px;
    height: 72px; }
    .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: 72px; }
    .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 {
      color: #FFF !important;
      /*margin-right:16px;*/ }
      .sp_nav_contents p.menu a {
        color: #FFF !important;
        font-size: 2.4rem;
        line-height: 1; }

  .mm-menu {
    background: #0B308E !important;
    border-color: #506CA5 !important;
    color: #fff !important; }
    .mm-menu .mm-navbar {
      background: #0B308E; }
      .mm-menu .mm-navbar .mm-navbar__title {
        color: #fff !important; }
    .mm-menu a {
      color: #FFF !important;
      font-size: 1.5rem;
      line-height: 1;
      padding: 16px 10px 16px 20px !important; }
    .mm-menu .contact {
      color: #FFF !important;
      font-weight: 900;
      border-color: #d8edff; }
    .mm-menu .tel {
      color: #FFF !important;
      font-weight: 900; }
    .mm-menu .top_cover_contents {
      padding: 16px; } }
/* トップページ・メインビジュアル
----------------------------------------------------*/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 800px;
  background: url("../images/home/top_header_img.jpg") no-repeat;
  background-size: cover;
  background-position: top center; }
  .top_mainvisual .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 512px);
    width: calc(100% - 26.05%);
    max-width: 1400px;
    height: 800px;
    position: relative; }
  .top_mainvisual .title_logo {
    width: 100%;
    height: auto; }
    .top_mainvisual .title_logo img {
      width: 225px;
      height: auto; }
  .top_mainvisual .title_catchcopy {
    width: 100%;
    height: auto; }
    .top_mainvisual .title_catchcopy h1 {
      color: #0B308E;
      font-size: 3.0rem;
      font-size: clamp(2.2rem, 3.4vw, 3.4rem);
      font-weight: 700;
      line-height: 1.65;
      font-family: "Noto Serif JP", serif;
      margin: 40px 0 0; }

@media screen and (max-width: 896px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: auto;
    background: url("../images/home/top_header_img_sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center; }
    .top_mainvisual .header_img {
      position: relative;
      width: 100%;
      height: auto; }
      .top_mainvisual .header_img img {
        position: absolute;
        right: 0;
        bottom: -20px;
        width: 75%;
        height: auto; }
    .top_mainvisual .inner {
      width: calc(100% - 512px);
      width: 100%;
      max-width: 1400px;
      height: auto;
      position: relative;
      margin: 0 auto;
      padding: 90px 0 20px;
      z-index: 1;
      /*text-align: center;*/ }
    .top_mainvisual .title_logo {
      width: 100%;
      height: auto;
      text-align: center; }
      .top_mainvisual .title_logo img {
        width: 100px;
        height: auto; }
    .top_mainvisual .title_catchcopy h1 {
      color: #333;
      font-size: 3.6rem;
      font-size: clamp(1.8rem, 3.4vw, 4.4rem);
      font-weight: 700;
      line-height: 1.65;
      text-align: center;
      margin: 10px 0 0; }
    .top_mainvisual .title_txt_img {
      position: relative;
      width: 100%;
      height: auto;
      text-align: center; }
      .top_mainvisual .title_txt_img img {
        width: 100%;
        height: auto; } }
/* max-width:896px */
/* 下層ページ・メインビジュアル
----------------------------------------------------*/
/* mainvisual
----------------------------------------------------*/
.mainvisual {
  width: 100%;
  height: 380px;
  background: url("../images/common/bg_cover.jpg") no-repeat top left/cover;
  position: relative;
  border-bottom: 1px solid #0B308E; }
  .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;
    font-family: "Noto Serif JP", serif;
    font-size: 3.4rem;
    font-weight: 700;
    color: #0B308E; }

@media screen and (max-width: 896px) {
  .mainvisual {
    margin-top: 48px;
    height: 20vh;
    background-position: center center; }
    .mainvisual .inner {
      width: 95%;
      height: 9vh; }
    .mainvisual .page_title {
      min-height: 0;
      font-size: 2.4rem;
      padding: 8px 0 0 24px; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
/* SP */
/* max-width:896px */
/* footer_pdf_link
----------------------------------------------------*/
.footer_pdf_link {
  background: url("../images/common/footer_bg.png") no-repeat;
  width: 100%;
  height: 155px;
  object-fit: cover; }
  .footer_pdf_link .col_box {
    justify-content: center; }
  .footer_pdf_link ul {
    box-sizing: border-box;
    padding: 60px 0 0; }
    .footer_pdf_link ul li {
      background-color: #0B308E; }
      .footer_pdf_link ul li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 1.4rem; }

/* footer_icon
----------------------------------------------------*/
.footer_icon {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 20px 40px 10px; }
  .footer_icon li {
    margin: 0 16px; }

/* SP */
@media screen and (max-width: 896px) {
  .footer_pdf_link {
    box-sizing: border-box;
    background: url("../images/common/footer_bg.png") no-repeat;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 16px 0 24px; }
    .footer_pdf_link .col_box {
      justify-content: space-around; }
    .footer_pdf_link ul {
      box-sizing: border-box;
      padding: 10px 0 0; }
      .footer_pdf_link ul .sp_col2 {
        margin: 4% 0 0 4%; }
      .footer_pdf_link ul li {
        background-color: #0B308E; }
        .footer_pdf_link ul li a {
          display: block;
          box-sizing: border-box;
          width: 100%;
          height: auto;
          padding: 10px;
          color: #fff;
          text-align: center;
          font-size: 1.3rem; }

  .footer_icon li img {
    width: 100%; } }
/* max-width:896px */
/* footer_info
----------------------------------------------------*/
.footer_info {
  padding: 40px 0;
  text-align: center; }
  .footer_info .footer_logo {
    margin: 0 0 20px 0; }
  .footer_info i {
    font-size: 3rem;
    margin: 8px 8px 0;
    color: #fff; }

.footer_add {
  display: flex;
  align-items: center;
  width: 730px;
  margin: 0 auto;
  padding: 0 0 8px;
  font-size: 1.4rem;
  color: #fff; }
  .footer_add dt {
    border: 1px solid #fff;
    padding: 4px;
    width: 150px;
    height: auto;
    text-align: center; }
  .footer_add dd {
    margin: 0 0 0 16px; }

.copyright {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px; }

/* SP */
@media screen and (max-width: 896px) {
  .footer_info {
    padding: 20px 0; }
    .footer_info i {
      margin: 0 8px 0; }

  .footer_add {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8px;
    font-size: 1.4rem;
    color: #fff; }
    .footer_add dt {
      border: 1px solid #fff;
      padding: 4px 16px;
      width: auto;
      height: auto;
      margin: 0 auto;
      text-align: center; }
    .footer_add dd {
      margin: 4px 0 16px 0;
      width: 100%;
      text-align: center; } }
/* max-width:896px */
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　共通見出し
----------------------------------------------------*/
.h2_title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: center;
  margin: 0 0 56px 0; }
  .h2_title span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    color: #E50012;
    margin: 0 0 10px 0; }
    .h2_title span::before, .h2_title span::after {
      content: '';
      width: 1px;
      height: 25px;
      background-color: #E50012; }
    .h2_title span::before {
      margin-right: 30px; }
    .h2_title span::after {
      margin-left: 30px; }

/* SP */
@media screen and (max-width: 896px) {
  .h2_title {
    font-size: 2rem;
    margin: 0 0 24px 0; }
    .h2_title span {
      font-size: 1.4rem; } }
/* max-width:896px */
.h3_title {
  font-size: 2rem;
  font-weight: 700;
  color: #E50012;
  margin: 0 0 6px 0; }
  .h3_title span {
    font-size: 1.4rem; }

/* SP */
@media screen and (max-width: 896px) {
  .h3_title {
    font-size: 1.6rem;
    line-height: 1.2; }
    .h3_title span {
      font-size: 1.3rem; } }
/* max-width:896px */
/*　リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

@media screen and (max-width: 770px) {
  a:hover {
    opacity: 1.0; } }
/*　ボタン
----------------------------------------------------*/
.btn_blue a {
  box-sizing: border-box;
  background: #0B308E;
  position: relative;
  display: flex;
  align-items: center;
  margin: 56px auto 0;
  max-width: 400px;
  padding: 12px 20px 12px 40px;
  color: #FFF;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  justify-content: center; }
  .btn_blue a:after {
    content: "";
    position: absolute;
    top: 47%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0; }
  .btn_blue a:hover {
    background: #659CCE; }
    .btn_blue a:hover:after {
      right: 1.4rem; }

/* SP */
@media screen and (max-width: 896px) {
  .btn_blue a {
    box-sizing: border-box;
    margin: 24px auto 0;
    width: 100%;
    padding: 12px; } }
/* max-width:896px */
/*アイコンありボタン*/
.btn_arrow a {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px;
  color: #004DA0;
  border-bottom: 2px solid #004DA0; }
  .btn_arrow a:active {
    color: #919191; }
  .btn_arrow a .arrow {
    position: absolute;
    top: 40%;
    right: 16px; }

/* SP */
@media screen and (max-width: 896px) {
  .btn_arrow a .arrow {
    right: 8px; } }
/* max-width:896px */
/*　テーブル
----------------------------------------------------*/
/*　tbl_type01
----------------------------------------------------*/
.tbl_type01 {
  width: 100%;
  border-top: 1px solid #CCCCCC; }
  .tbl_type01 tr {
    color: #333333; }
    .tbl_type01 tr th {
      width: 203px;
      width: 19%;
      padding: 20px;
      font-weight: 700;
      color: #3664D8;
      box-sizing: border-box;
      border-bottom: solid 1px #CCCCCC;
      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 #CCCCCC; }
      .tbl_type01 tr td a {
        color: #333333; }
      .tbl_type01 tr td ul li {
        text-indent: 4px;
        margin: 8px 0 8px 0; }
        .tbl_type01 tr td ul li a {
          text-indent: 0; }
        .tbl_type01 tr td ul li::before {
          content: '・';
          margin-right: 4px; }
      .tbl_type01 tr td .indent {
        display: block;
        text-indent: -1.6rem;
        margin-left: 1.6rem; }

@media screen and (min-width: 897px) {
  .tbl_type01 tr td ul.col_box li {
    width: 31.5%;
    height: auto;
    margin: 0 0 0 1.8%; }
    .tbl_type01 tr td ul.col_box li:nth-child(3n+1) {
      /*margin-left: 0;*/ }
  .tbl_type01.border_top tr:first-child th {
    border-top: solid 2px #394a56; }
  .tbl_type01.border_top tr:first-child td {
    border-top: solid 1px #8c8c8c; } }
@media screen and (max-width: 896px) {
  .tbl_type01 tr th {
    display: block;
    width: 10%;
    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; }
    .tbl_type01 tr td ul.col_box li {
      width: 46%;
      height: auto;
      margin: 0 0 0 4%; }
      .tbl_type01 tr td ul.col_box li:nth-child(2n+1) {
        /*margin-left: 0;*/ }
    .tbl_type01 tr td .indent {
      display: block;
      text-indent: -1.2rem;
      margin-left: 1.2rem; } }
/*　カラム
----------------------------------------------------*/
@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 .col_left {
      width: 33%;
      height: auto;
      margin: 4% 0 0 0; }
      .col_box .col_left:first-child {
        margin-top: 0; }
    .col_box .col_right {
      width: 67%;
      height: auto;
      margin: 0 0 0 0; }
      .col_box .col_right:first-child {
        margin-top: 0; }
    .col_box .col_half {
      width: 50%;
      height: auto;
      /*&:first-child{
      	margin-top:0;
      }*/ }
      .col_box .col_half.half_48 {
        width: 48%; }
    .col_box .col1 {
      width: 100%;
      height: auto;
      margin: 4% auto 0; }
      .col_box .col1:first-child {
        margin-top: 0; }
    .col_box .col2 {
      width: 48%;
      height: auto;
      margin: 4% 0 0 4%; }
      .col_box .col2:nth-child(2n+1) {
        margin-left: 0; }
      .col_box .col2:nth-child(-n+2) {
        margin-top: 0; }
    .col_box .col3 {
      width: 30%;
      height: auto;
      margin: 5% 0 0 5%; }
      .col_box .col3:nth-child(3n+1) {
        margin-left: 0; }
      .col_box .col3:nth-child(-n+3) {
        margin-top: 0; }
    .col_box .col4 {
      width: 23.5%;
      height: auto;
      margin: 4% 0 0 2%; }
      .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; }
    .col_box .col_i {
      width: 16.1%;
      height: auto;
      margin: 0.68% 0 0 0.68%; }
      .col_box .col_i:nth-child(6n+1) {
        margin-left: 0; }
      .col_box .col_i:nth-child(-n+6) {
        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_col1 {
      width: 100%;
      height: auto;
      margin: 4% auto 0; }
      .col_box .sp_col1:first-child {
        margin-top: 0; }
    .col_box .sp_col2 {
      width: 48%;
      height: auto;
      margin: 0% 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_col3 {
      width: 30%;
      height: auto;
      margin: 5% 0 0 5%; }
      .col_box .sp_col3:nth-child(3n+1) {
        margin-left: 0; }
      .col_box .sp_col3:nth-child(-n+3) {
        margin-top: 0; } }
/* max-width:896px */
/*　インデント
----------------------------------------------------*/
.indent {
  text-indent: -1.6rem;
  padding-left: 1.6rem; }

/*　共通レイアウト
----------------------------------------------------*/
.text_white_box {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  width: 610px;
  height: 70%;
  padding: 80px;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto 0;
  box-shadow: 2px 3px 23px 0px rgba(0, 0, 0, 0.15);
  z-index: 4; }

/* SP */
@media screen and (max-width: 896px) {
  .text_white_box {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    width: 90%;
    height: 60%;
    padding: 24px;
    top: -40px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    box-shadow: 2px 3px 23px 0px rgba(0, 0, 0, 0.15);
    z-index: 4; } }
/* max-width:896px */
.tel_form_box {
  box-sizing: border-box;
  border: solid 1px #999999;
  border-radius: 10px;
  margin: 32px 0 0;
  padding: 16px;
  background: #fff; }
  .tel_form_box ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .tel_form_box ul:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 20%;
      background: #999999;
      width: 1px;
      height: 60%; }
  .tel_form_box li {
    width: 100%;
    padding: 10px 56px;
    list-style: none; }
    .tel_form_box li .tel {
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1;
      color: #004da0;
      text-align: center; }
      .tel_form_box li .tel a {
        color: #004da0; }
      .tel_form_box li .tel span {
        font-size: 2.4rem; }
    .tel_form_box li .btn_blue a {
      margin: 0 auto; }

/* SP */
@media screen and (max-width: 896px) {
  .tel_form_box {
    border-radius: 10px;
    margin: 16px 0 0;
    padding: 8px;
    background: #fff; }
    .tel_form_box ul {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .tel_form_box ul:before {
        display: none; }
    .tel_form_box li {
      width: 100%;
      padding: 0px; }
      .tel_form_box li .tel {
        font-size: 1.8rem;
        padding: 10px; }
        .tel_form_box li .tel a {
          color: #004da0; }
        .tel_form_box li .tel span {
          font-size: 1.4rem; } }
/* max-width:896px */
/*　背景
----------------------------------------------------*/
.bg_blue {
  background-color: #F3F8FF; }

.bg_darkblue {
  background-color: #3664D8; }

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

 Page - Home
 
*****************************************************/
/* top_about
----------------------------------------------------*/
.top_about {
  position: relative;
  width: 90%;
  height: auto;
  margin: 80px auto; }
  .top_about .top_about_photo {
    background: url("../images/home/top_about_img.jpg") no-repeat;
    object-fit: cover;
    width: 100%;
    height: 710px;
    background-position: top right; }
  .top_about .top_about_copy {
    margin: 0 0 24px 0;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #0B308E; }

/* SP */
@media screen and (max-width: 896px) {
  .top_about {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .top_about .top_about_photo {
      background: none;
      height: auto; }
      .top_about .top_about_photo img {
        width: 100%; }
    .top_about .top_about_copy {
      margin: 0 0 24px 0;
      font-size: 2.8rem;
      font-weight: 700;
      font-family: "Noto Serif JP", serif;
      color: #0B308E; } }
/* max-width:896px */
/* top_news
----------------------------------------------------*/
.top_news {
  padding: 80px 0; }
  .top_news img {
    width: 100%;
    height: 230px;
    object-fit: cover; }
  .top_news .date {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    margin: 0;
    padding: 3% 0 2%;
    line-height: 1;
    color: #888; }

/* SP */
@media screen and (max-width: 896px) {
  .top_news {
    padding: 40px 0; }
    .top_news .col_box li {
      margin: 32px 0 0 0; } }
/* max-width:896px */
/* top_service
----------------------------------------------------*/
.top_service {
  padding: 80px 0; }
  .top_service .top_service_box {
    margin: 56px 0 0;
    justify-content: center; }
    .top_service .top_service_box a {
      display: block;
      width: 30%;
      height: auto;
      margin: 5% 0 0 5%; }
      .top_service .top_service_box a:nth-child(3n+1) {
        margin-left: 0; }
      .top_service .top_service_box a:nth-child(-n+3) {
        margin-top: 0; }
      .top_service .top_service_box a li {
        position: relative;
        width: 360px;
        height: 360px; }
        .top_service .top_service_box a li:after {
          position: absolute;
          border: 1px solid #fff;
          content: "";
          top: 10px;
          bottom: 10px;
          left: 10px;
          right: 10px; }
  .top_service .back_photo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px; }
    .top_service .back_photo p {
      font-size: 2rem;
      font-weight: 600;
      color: #FFF;
      margin: 8px 0 0;
      text-align: center; }
    .top_service .back_photo .icon_arrow {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60px;
      height: 60px;
      background-color: #FFF;
      color: #0B308E; }
      .top_service .back_photo .icon_arrow i {
        padding: 20px; }

.kaitai {
  background: url("../images/home/top_service_img01.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

.unpan {
  background: url("../images/home/top_service_img02.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

.recycle {
  background: url("../images/home/top_service_img03.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

.doboku {
  background: url("../images/home/top_service_img04.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

.sanpai_box {
  background: url("../images/home/top_service_img05.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }

/* SP */
@media screen and (max-width: 896px) {
  .top_service {
    padding: 40px 0; }
    .top_service .top_service_box {
      margin: 16px 0 0;
      justify-content: center; }
      .top_service .top_service_box a {
        display: block;
        width: 100%;
        height: auto;
        margin: 5% 0 0 0%; }
        .top_service .top_service_box a:nth-child(3n+1) {
          margin-left: 0; }
        .top_service .top_service_box a:nth-child(-n+3) {
          margin-top: 5%; }
        .top_service .top_service_box a li {
          position: relative;
          width: 100%;
          height: 100%; }
          .top_service .top_service_box a li:after {
            position: absolute;
            border: 1px solid #fff;
            content: "";
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px; }
    .top_service .back_photo {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 180px; }
      .top_service .back_photo p {
        font-size: 1.6rem;
        font-weight: 600;
        color: #FFF;
        margin: 8px 0 0;
        text-align: center; }
      .top_service .back_photo .icon_arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        background-color: #FFF;
        color: #0B308E; }
        .top_service .back_photo .icon_arrow i {
          padding: 11px; } }
/* max-width:896px */
/* top_recruit
----------------------------------------------------*/
.top_recruit {
  position: relative;
  margin: 0 auto; }
  .top_recruit .top_recruit_photo {
    background: url("../images/home/top_recruit_img.jpg") no-repeat;
    object-fit: cover;
    width: 100%;
    height: 667px;
    background-position: top right; }

/* SP */
@media screen and (max-width: 896px) {
  .top_recruit {
    position: relative;
    margin: 0 auto; }
    .top_recruit .top_recruit_photo {
      background: none;
      height: auto; }
      .top_recruit .top_recruit_photo img {
        width: 100%; } }
/* max-width:896px */
/* top_contact
----------------------------------------------------*/
.top_contact {
  position: relative;
  padding: 80px 0; }
  .top_contact ul {
    margin: 40px 0 0;
    text-align: center; }
    .top_contact ul li {
      box-sizing: border-box;
      background-color: #F3F8FF;
      padding: 40px; }
      .top_contact ul li h3 {
        font-size: 2rem;
        font-weight: 700;
        font-family: "Noto Serif JP", serif;
        color: #333; }
      .top_contact ul li .tel_box {
        box-sizing: border-box;
        border: 1px solid #0B308E;
        background-color: #fff;
        width: 360px;
        height: auto;
        margin: 32px auto 0;
        padding: 12px 20px;
        text-align: center;
        color: #333;
        font-weight: 700; }
      .top_contact ul li .btn_blue a {
        margin-top: 32px; }

/* SP */
@media screen and (max-width: 896px) {
  .top_contact {
    position: relative;
    padding: 40px 0; }
    .top_contact ul {
      margin: 24px 0 0; }
      .top_contact ul li {
        padding: 16px; }
        .top_contact ul li h3 {
          font-size: 1.6rem; }
        .top_contact ul li .tel_box {
          width: 100%;
          margin: 16px auto 0;
          padding: 12px 20px; }
        .top_contact ul li .btn_blue a {
          margin-top: 16px; } }
/* max-width:896px */
/*****************************************************

 Page - service　事業案内
 
*****************************************************/
/* service_intro_copy
----------------------------------------------------*/
.service_intro_copy {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin: 40px 0; }

/* SP */
@media screen and (max-width: 896px) {
  .service_intro_copy {
    font-size: 2rem;
    margin: 20px 0; } }
/* max-width:896px */
/* service_intro
----------------------------------------------------*/
.service_intro {
  position: relative;
  width: 90%;
  height: auto;
  margin: 40px auto 80px; }
  .service_intro .service_intro_photo {
    background: url("../images/service/intro_img.jpg") no-repeat;
    object-fit: cover;
    width: 100%;
    height: 670px;
    background-position: top right; }

/* SP */
@media screen and (max-width: 896px) {
  .service_intro {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .service_intro .service_intro_photo {
      background: none;
      height: auto; }
      .service_intro .service_intro_photo img {
        width: 100%; } }
/* max-width:896px */
/* service
----------------------------------------------------*/
.service {
  padding: 80px 0; }
  .service .service_info {
    padding-top: 100px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -50px;
    /* heightと同じ分のネガティブマージン */
    display: flex;
    justify-content: space-between;
    /*margin: 40px 0 0;*/ }
    .service .service_info .back_photo {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 40%;
      height: 280px; }
      .service .service_info .back_photo .icon_arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        background-color: #FFF;
        color: #0B308E; }
        .service .service_info .back_photo .icon_arrow i {
          padding: 20px; }
      .service .service_info .back_photo:after {
        position: absolute;
        border: 1px solid #fff;
        content: "";
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px; }
    .service .service_info .service_txt {
      width: 56%; }
      .service .service_info .service_txt ul {
        margin: 16px 0 0; }
      .service .service_info .service_txt li {
        text-indent: -1.2em;
        margin: 6px 0 0 1.4em;
        font-size: 1.4rem; }
        .service .service_info .service_txt li:before {
          font-family: "Font Awesome 6 Free";
          content: '\f0c8';
          font-weight: 900;
          margin-right: 4px; }
      .service .service_info .service_txt .col_box .col2 {
        width: 47%; }

/* SP */
@media screen and (max-width: 896px) {
  .service {
    padding: 40px 0; }
    .service .service_info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: -50px 0 0; }
      .service .service_info .back_photo {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 180px; }
        .service .service_info .back_photo .icon_arrow {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 60px;
          height: 60px;
          background-color: #FFF;
          color: #0B308E; }
          .service .service_info .back_photo .icon_arrow i {
            padding: 20px; }
        .service .service_info .back_photo:after {
          position: absolute;
          border: 1px solid #fff;
          content: "";
          top: 10px;
          bottom: 10px;
          left: 10px;
          right: 10px; }
      .service .service_info .service_txt {
        width: 100%; }
        .service .service_info .service_txt .h3_title {
          margin: 16px 0;
          line-height: 1.2; }
        .service .service_info .service_txt ul {
          margin: 16px 0 0; }
        .service .service_info .service_txt li {
          text-indent: -1.2em;
          margin: 6px 0 0 1.4em;
          font-size: 1.4rem; }
          .service .service_info .service_txt li:before {
            font-family: "Font Awesome 6 Free";
            content: '\f0c8';
            font-weight: 900;
            margin-right: 4px; }
        .service .service_info .service_txt .col_box .col2 {
          width: 100%; } }
/* max-width:896px */
.service_machine_data {
  margin: 40px 0 0; }
  .service_machine_data .col3 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 16px;
    font-size: 1.4rem;
    width: 31%;
    margin: 2.5% 0 0 3%; }
    .service_machine_data .col3 h4 {
      font-size: 1.6rem;
      font-weight: 700;
      color: #E50012;
      margin: 0 0 6px 0; }
  .service_machine_data dl {
    display: flex;
    flex-wrap: wrap; }
    .service_machine_data dl .date_list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.4rem;
      width: 100%; }
      .service_machine_data dl .date_list dt {
        box-sizing: border-box;
        width: 80%;
        padding: 4px;
        height: auto; }
        .service_machine_data dl .date_list dt:before {
          font-family: "Font Awesome 6 Free";
          content: '\f0c8';
          font-weight: 900;
          margin-right: 4px; }
      .service_machine_data dl .date_list dd {
        box-sizing: border-box;
        width: 20%;
        margin: 0 0 0 16px;
        text-align: right; }
  .service_machine_data li {
    text-indent: -1.2em;
    margin: 6px 0 0 1.4em;
    font-size: 1.4rem; }
    .service_machine_data li:before {
      font-family: "Font Awesome 6 Free";
      content: '\f0c8';
      font-weight: 900;
      margin-right: 4px; }

/* SP */
@media screen and (max-width: 896px) {
  .service_machine_data .sp_col1 {
    width: 100%;
    height: auto;
    margin: 4% auto 0; }
    .service_machine_data .sp_col1:first-child {
      margin-top: 0; } }
/* max-width:896px */
/*　service_flow
----------------------------------------------------*/
.service_flow {
  padding: 80px 0;
  position: relative; }
  .service_flow .col_box {
    justify-content: center; }

.flow_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px auto; }
  .flow_container .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #7da5f8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding: 10px; }
  .flow_container .arrow {
    font-size: 30px;
    color: #7da5f8; }
  .flow_container .circle_outline {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #7da5f8;
    color: #2a4d91;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding: 10px; }

.flow_copy {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin: 40px 0; }

.flow_materials h4 {
  background-color: #3664D8;
  padding: 8px 0;
  color: #fff;
  font-weight: 600;
  text-align: center; }
.flow_materials li {
  text-indent: -1.2em;
  margin: 6px 0 0 1.4em;
  font-size: 1.4rem; }
  .flow_materials li:before {
    font-family: "Font Awesome 6 Free";
    content: '\f0c8';
    font-weight: 900;
    margin-right: 4px; }

/* SP */
@media screen and (max-width: 896px) {
  .service_flow {
    padding: 40px 0; }
    .service_flow .col_box {
      justify-content: center; }

  .flow_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 40px auto; }
    .flow_container .circle {
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      border-radius: 0%;
      background-color: #7da5f8;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      padding: 10px; }
    .flow_container .arrow {
      font-size: 30px;
      color: #7da5f8; }
      .flow_container .arrow i {
        transform: rotate(90deg); }
    .flow_container .circle_outline {
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      border-radius: 0%;
      border: 3px solid #7da5f8;
      color: #2a4d91;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      padding: 10px; }

  .flow_copy {
    font-size: 1.8rem;
    margin: 20px 0; }

  .flow_materials h4 {
    background-color: #3664D8;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .flow_materials li {
    text-indent: -1.2em;
    margin: 6px 0 0 1.4em;
    font-size: 1.4rem; }
    .flow_materials li:before {
      font-family: "Font Awesome 6 Free";
      content: '\f0c8';
      font-weight: 900;
      margin-right: 4px; } }
/* max-width:896px */
/*　safety_management
----------------------------------------------------*/
.safety_management {
  padding: 80px 0;
  position: relative; }

/* SP */
@media screen and (max-width: 896px) {
  .safety_management {
    padding: 40px 0;
    position: relative; } }
/* max-width:896px */
/*****************************************************

 Page - news_case
 
*****************************************************/
.news_navi_box {
  padding: 80px 0 0; }
  .news_navi_box .col3 a {
    display: block;
    width: 100%;
    background-color: #3664D8;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    text-align: center; }

.news_case_list {
  padding: 80px 0; }
  .news_case_list .date {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    margin: 0;
    padding: 3% 0 2%;
    line-height: 1;
    color: #888; }
  .news_case_list .col_box {
    justify-content: flex-start; }
    .news_case_list .col_box img {
      width: 100%;
      height: 230px;
      object-fit: cover; }

/* SP */
@media screen and (max-width: 896px) {
  .news_navi_box {
    padding: 40px 0 0; }

  .news_case_list {
    padding: 40px 0; }
    .news_case_list .col_box li {
      margin: 32px 0 0 0; }
      .news_case_list .col_box li img {
        width: 100%; } }
/* max-width:896px */
.news_contents {
  padding: 80px 0; }
  .news_contents h2 {
    padding: 10px 0;
    font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 2px solid #E50012; }
  .news_contents .date {
    font-size: 1.4rem;
    color: #888; }
  .news_contents .editor_box {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin: 32px 0;
    padding: 24px 56px 56px;
    background-color: #fff;
    border: 1px solid #999999; }
  .news_contents .w1080 {
    width: 1080px; }

/* SP */
@media screen and (max-width: 896px) {
  .news_contents {
    padding: 40px 0; }
    .news_contents h2 {
      padding: 10px 0;
      font-size: 1.8rem; }
    .news_contents .editor_box {
      width: 100%;
      margin: 32px 0;
      padding: 20px 10px; }
    .news_contents .w1080 {
      width: 90%; } }
/* max-width:896px */
/*　Pager
----------------------------------------------------*/
.pager {
  margin: 0 0 80px;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 12px 2px 0;
    color: #0B308E;
    font-weight: 700;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 8%;
    border: 1px solid #0B308E; }
  .pager a.page-numbers {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pager a.page-numbers:hover {
      background: #92BFD3;
      color: #fff;
      opacity: 1; }
  .pager .current {
    background: #0B308E;
    color: #FFF; }

/*　ページャーが空のとき
-----------------------------------*/
.pager:empty {
  margin-top: 0; }

@media screen and (max-width: 896px) {
  .pager {
    margin: 0 0 40px; }
    .pager .page-numbers {
      width: 35px;
      height: 35px;
      line-height: 35px; } }
/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  margin: 24px auto 0;
  width: 100%;
  height: auto; }
  .editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
    margin-top: 0; }
  .editor_area img {
    max-width: 100%;
    height: auto;
    margin-top: 32px;
    border: none !important;
    vertical-align: bottom; }
  .editor_area .gallery {
    margin-top: 14px !important; }
  .editor_area p {
    margin-top: 16px;
    line-height: 1.9; }
  .editor_area a {
    color: #004DA0;
    position: relative;
    font-weight: 500; }
    .editor_area a::before {
      content: '\f105';
      font: var(--fa-font-solid);
      display: inline-block;
      color: #004DA0;
      margin-right: 4px; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 16px;
    list-style: disc;
    padding-left: 2.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 16px;
    list-style: decimal;
    padding-left: 2.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border: 0;
    border-top: 1px #cccccc dotted;
    margin-top: 40px;
    margin-bottom: 40px; }
    .editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h3, .editor_area hr + h4 {
      margin-top: 0; }
  .editor_area h3 {
    text-indent: -1.2em;
    margin: 6px 0 0 1.4em;
    font-size: 2rem;
    font-weight: 600; }
    .editor_area h3:before {
      font-family: "Font Awesome 6 Free";
      content: '\f0c8';
      font-weight: 900;
      margin-right: 4px;
      color: #E50012; }
  .editor_area h4 {
    margin: 32px auto 0;
    color: #E50012;
    font-size: 1.8rem;
    font-weight: 600; }
    .editor_area h4:first-child {
      margin-top: 0; }
    .editor_area h4 + ul, .editor_area h4 + ol, .editor_area h4 + p {
      margin-top: 12px; }

@media screen and (max-width: 896px) {
  .editor_area {
    margin: 0 auto; }
    .editor_area h3 {
      font-size: 1.5rem; }
    .editor_area h4 {
      font-size: 1.4rem;
      margin: 16px auto 0; } }
/*****************************************************

 Page - 会社概要
 
*****************************************************/
/* about_profile
----------------------------------------------------*/
.about_profile {
  padding: 80px 0; }
  .about_profile .tbl_type01 ul {
    display: flex;
    flex-wrap: wrap; }
    .about_profile .tbl_type01 ul li {
      width: 50%; }
  .about_profile figure {
    text-align: center;
    margin: 40px 0; }

/* SP */
@media screen and (max-width: 896px) {
  .about_profile {
    padding: 40px 0; }
    .about_profile .tbl_type01 ul li {
      width: 100%;
      margin: 2px 0 4px 0; }
    .about_profile figure {
      text-align: center;
      margin: 24px 0; }
      .about_profile figure img {
        width: 100%; }

  .map_container {
    width: 100%; }
    .map_container iframe {
      height: 300px; } }
/* about_history
----------------------------------------------------*/
.about_history {
  padding: 80px 0; }

/* SP */
@media screen and (max-width: 896px) {
  .about_history {
    padding: 40px 0; } }
/* max-width:896px */
/* about_sdgs
----------------------------------------------------*/
.about_sdgs {
  padding: 80px 0; }
  .about_sdgs h2 {
    text-align: center;
    margin: 0 0 24px 0; }
    .about_sdgs h2 img {
      width: 556px;
      height: auto; }

.about_sdgs_category h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #E50012;
  margin: 80px 0 0;
  padding: 16px 0;
  border-bottom: 2px solid #E50012; }
.about_sdgs_category h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3664D8;
  margin: 24px 0 0; }
.about_sdgs_category .about_sdgs_initiatives li {
  text-indent: -1.5em;
  margin-left: 1.5em; }
  .about_sdgs_category .about_sdgs_initiatives li::before {
    content: '・';
    margin-right: 4px;
    font-size: 2rem; }
.about_sdgs_category .about_sdgs_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .about_sdgs_category .about_sdgs_icon li {
    width: 20%;
    margin: 16px 0 0; }

/* SP */
@media screen and (max-width: 896px) {
  .about_sdgs {
    padding: 40px 0; }
    .about_sdgs h2 {
      text-align: center;
      margin: 0 0 24px 0; }
      .about_sdgs h2 img {
        width: 100%; }

  .about_sdgs_category h3 {
    font-size: 1.6rem;
    margin: 40px 0 0;
    padding: 8px 0;
    border-bottom: 2px solid #E50012; }
  .about_sdgs_category h4 {
    font-size: 1.4rem;
    margin: 16px 0 0; }
  .about_sdgs_category .about_sdgs_initiatives li {
    text-indent: -1em;
    margin-left: 1em; }
    .about_sdgs_category .about_sdgs_initiatives li::before {
      content: '・';
      margin-right: 0px;
      font-size: 1.4rem; }
  .about_sdgs_category .about_sdgs_icon {
    margin: 5px 0 0; }
    .about_sdgs_category .about_sdgs_icon li {
      width: 22%;
      margin: 5px; }
      .about_sdgs_category .about_sdgs_icon li img {
        width: 100%; } }
/* max-width:896px */
/*****************************************************

 Page - recruit
 
*****************************************************/
/* recruit_guidelines
----------------------------------------------------*/
.recruit_guidelines {
  padding: 80px 0; }
  .recruit_guidelines .recruit_guidelines_occupation {
    margin: 80px 0 0; }

/* SP */
@media screen and (max-width: 896px) {
  .recruit_guidelines {
    padding: 40px 0; }
    .recruit_guidelines .recruit_guidelines_occupation {
      margin: 40px 0 0; } }
/* max-width:896px */
.recruit_contact {
  padding: 80px 0; }

/* SP */
@media screen and (max-width: 896px) {
  .recruit_contact {
    padding: 40px 0; }
    .recruit_contact .tel_form_box {
      box-sizing: border-box;
      border: solid 1px #999999;
      border-radius: 10px;
      margin: 8px 0 16px;
      padding: 16px;
      background: #fff;
      font-size: 1.3rem; }
      .recruit_contact .tel_form_box ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .recruit_contact .tel_form_box ul:before {
          display: none; }
      .recruit_contact .tel_form_box li {
        width: 100%;
        padding: 0px;
        margin: 8px 0 0; }
        .recruit_contact .tel_form_box li .tel {
          font-size: 1.8rem; }
          .recruit_contact .tel_form_box li .tel span {
            font-size: 1.4rem; } }
/* max-width:896px */
/*****************************************************

 Page - お問い合わせフォーム
 
*****************************************************/
/* contact_tel
-----------------------------------*/
.contact_tel {
  padding: 80px 0; }

/* SP */
@media screen and (max-width: 896px) {
  .contact_tel {
    padding: 40px 0; } }
/* max-width:896px */
/* contact_form
-----------------------------------*/
.contact_form {
  padding: 80px 0; }
  .contact_form .h3_title {
    margin: 36px 0 0; }

/* SP */
@media screen and (max-width: 896px) {
  .contact_form {
    padding: 40px 0 20px; }
    .contact_form .h3_title {
      margin: 16px 0 0; } }
/* max-width:896px */
/* policy_scroll_box
-----------------------------------*/
.policy_scroll_box {
  width: auto;
  height: 290px;
  margin: 16px 0 0;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  background: #fff;
  overflow-y: scroll; }
  .policy_scroll_box::-webkit-scrollbar {
    width: 8px; }
  .policy_scroll_box::-webkit-scrollbar-track {
    background: #CCCCCC; }
  .policy_scroll_box::-webkit-scrollbar-thumb {
    background: #0B308E; }
  .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: 32px auto 16px;
    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: 896px) {
  .policy_scroll_box {
    margin-top: 8px;
    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-top: 40px; }
  .mailform_area span.required {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background: #ad1212;
    border-radius: 1px;
    padding: 1px 7px 1px;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 1.7px; }
  .mailform_area .catch {
    margin: 64px 0 24px;
    color: #f73746;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px; }

@media screen and (max-width: 896px) {
  .mailform_area {
    margin-top: 24px; }
    .mailform_area span.required {
      font-size: 1.2rem;
      padding: 2px 6px 2px 6px; }
    .mailform_area .catch {
      margin: 64px 0 24px;
      color: #f73746;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 2px; } }
/* 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: #ad1212;
        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_base
-----------------------------------*/
.btn_base {
  margin: 0 auto;
  width: 400px;
  background: #0B308E;
  border: solid 2px #0B308E;
  padding: 18px 16px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
  display: block;
  cursor: pointer; }
  .btn_base i {
    margin-right: 10px; }
  .btn_base:hover {
    color: #0B308E;
    background-color: #fff;
    border: 2px solid #0B308E; }

@media screen and (max-width: 896px) {
  .btn_base {
    width: 80%;
    max-width: 400px;
    font-size: 1.4rem;
    padding: 14px 0; } }
/*****************************************************

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