@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* @font-face {
  font-family: 'Sawarabi MinCho';
  src: url(../fonts/Sawarabi_Mincho/SawarabiMincho-Regular.ttf), url(../fonts/Sawarabi_Mincho/SawarabiMincho-Regular.ttf);
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/Lato-Regular.ttf), url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf), url(../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
} */

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #F00;
  color: #FFF;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-headerPC__inner {
  width: 1000px;
  height: 70px;
  margin: 0 auto;
}

.c-headerPC__top {
  background-color: #c2d8ed;
  padding: 17px 20px;
}

.c-headerPC__top p {
	width: 51%;
	display: inline-block;
	vertical-align: top;
  font-size: 1.2rem;
  color: #4d84b8;
}

.c-headerPC__top p + p {
  text-align: right;
  width: 48%;
}

.c-headerPC__top span {
	display: inline-block;
	vertical-align: bottom;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4d84b8;
}

.c-headerPC__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-headerPC__logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-menu {
  margin-left: 22px;
}

.c-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-menu a {
  text-decoration: none;
  color: #5fa7c1;
  font-size: 1.4rem;
  display: block;
  padding: 24px 16px 26px;
}
/*------------------------------------------------------------
2022.08.16　SDGsロゴ追加
------------------------------------------------------------*/
.c-headerPC__sdgs {
  background: #e1ecf6;
}
.c-headerPC__sdgs .sdgs_inner {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  padding: 30px 0;
}

.c-headerPC__sdgs p {
  font-size: 16px;
  font-family: "Noto sans jp";
  letter-spacing: 0.1rem;
  color: #059AD9;
  padding-top: 20px;
  margin-left: 40px;
  font-weight: bold;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-menu a {
    padding: 28px 18px 22px;
  }
}

.c-menu a.active {
  color: #fff;
  background-color: #5fb1c9;
}

.c-menu .nav_list {
  position: relative;
}

.c-menu .nav_list a:nth-of-type(2) {
  background: #88aed2;
  color: #fff;
  padding: 10px;
  position: absolute;
  display: none;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.c-menu .nav_list:hover a:nth-of-type(2) {
  display: block;
}

.c-headerSP {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.c-headerSP__inner {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 62px;
}

@media screen and (max-width: 767px) {
  .c-headerSP__logo {
    width: 70%;
  }
}

.c-headerSP__icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #c2d8ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.c-headerSP__icon span {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.c-headerSP__icon.is-change span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.c-headerSP__icon.is-change span:nth-child(2) {
  opacity: 0;
}

.c-headerSP__icon.is-change span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.c-headerSP__nav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 50px;
  left: 0;
  background-color: #c2d8ed;
  background-color: rgba(194, 216, 237, 0.95);
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.c-headerSP__nav.is-active {
  height: 100%;
  padding-bottom: 150px;
}

.c-headerSP__nav ul {
  margin-top: 10px;
}

.c-headerSP__nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 10px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer__es1 {
  background: url("../image/common/bg_01.png");
}

.c-footer .c-footflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0 33px;
}

.c-footer__sdgs {
  display: flex;
  padding: 30px 0;
  margin-left: calc(50% - 500px);
  text-align: center;
}
.c-footer .c-footer__sdgs_img p{
  font-size: 11px;
  color: #222222;
  white-space: nowrap;
  margin-top: 5px;
  
}
.c-footer__sdgs_text{
  font-size:20px;
  color: #059AD9;
  font-weight: bold;
  margin: auto 0 auto 50px;
}
.c-footer__sdgs_text p{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-footer .c-footflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }

  .c-footer__sdgs {
    display: block;
    padding: 30px 15px;
    text-align: center;
    margin-left: 0;
  }

  .c-footer__sdgs_text{
    font-size:15px;
    margin: 20px auto 0;
  }
  .c-footer__sdgs_text p{
    text-align: center;
  }
}

.c-footer .c-footflex__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footflex__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer .c-footflex__text p {
  font-size: 2rem;
  color: #489eb7;
  margin-right: 57px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footflex__text p {
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.c-footer .c-footflex__text a.c-phone:hover {
  opacity: 1 !important;
}

.c-footer .c-footflex__text a.c-phone img:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footflex__text a.c-phone {
    width: 180px;
  }
}

.c-footer__es2 {
  background-color: #999;
  padding: 28px 0 35px;
}

@media screen and (max-width: 767px) {
  .c-footer__es2 {
    padding: 20px 0 10px;
  }
}

.c-footer__es2 .c-con1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footer__es2 .c-con1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer__es2 .c-con1 p {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 45px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-footer__es2 .c-con1 p {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1rem;
  }
}

.c-footer__es2 .c-con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 27px;
}

@media screen and (max-width: 767px) {
  .c-footer__es2 .c-con2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-footbtn {
  width: 300px;
  height: 50px;
  background-color: #5fb1c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footbtn {
    margin-top: 20px;
    width: 200px;
    height: 34px;
  }
  .c-footbtn p {
    width: 125px;
  }
}

/*
------------------------------------------------------------*/
.c-footmenu {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-footmenu {
    display: none;
  }
}

.c-footmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-footmenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-footmenu li {
  border-right: 1px solid #fff;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .c-footmenu li {
    border-right: none;
    padding: 5px;
  }
}

.c-footmenu li:nth-child(1) {
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .c-footmenu li:nth-child(1) {
    padding-left: 0;
  }
}

.c-footmenu li:last-child {
  border: none;
}

.c-footmenu a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  letter-spacing: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-footmenu a {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .c-coppy {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: solid 1px #999;
    text-align: center;
  }
}

.c-coppy p {
  font-size: 1.2rem;
  color: #ddd;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-coppy p {
    font-size: .9rem;
  }
}

.c-btntop {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.c-btntop a {
  display: block;
  border-left: 5px solid #489eb7;
  border-top: 5px solid #489eb7;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 4px;
  position: absolute;
  top: -50px;
  right: -13.3%;
}

@media screen and (max-width: 1200px) {
  .c-btntop a {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-btntop a {
    top: -32px;
    right: 18px;
    width: 12px;
    height: 12px;
  }
}

.l-gotop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
  }
}

.is-fixed {
  overflow: hidden;
}

.l-container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 15px;
  }
}

.l-border {
  width: 100%;
  border: solid 10px #c2d8ed;
  background: #f8f8f8;
  padding: 42px 50px;
}

@media screen and (max-width: 767px) {
  .l-border {
    padding: 20px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
}

.c-btn1 a {
  width: 198px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-btn1 a {
    font-size: 1.2rem;
    width: 120px;
    padding: 6px 0;
  }
}

.c-btn1 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .c-btn1 a span {
    width: 14px;
    height: 14px;
  }
}

.c-btn1 a span:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #a1bdda;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .c-btn1 a span:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #a1bdda;
  }
}

.c-btn1:hover a {
  background-color: #fff;
  border-color: #88aed2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #88aed2;
}

.c-btn1:hover a span {
  background-color: #88aed2;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.c-btn1:hover a span:after {
  border-color: #fff;
}

.c-btn1--color1 a {
  background-color: #88aed2;
  border-color: #88aed2;
}

.c-btn1--hov1 a span:after {
  border-color: #b1b1b1;
}

.c-btn1--hov1:hover a {
  border-color: #bababa;
  color: #bababa;
}

.c-btn1--hov1:hover a span {
  background-color: #bababa;
}

.c-btn1--hov1:hover a span:after {
  border-color: #fff;
}

/*
------------------------------------------------------------*/
.l-btn1 {
  text-align: center;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5, .c-title1 h6, .c-title1 p {
  font-size: 3.8rem;
  color: #0f4e89;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

@media screen and (max-width: 767px) {
  .c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5, .c-title1 h6, .c-title1 p {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
.c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5, .c-title2 h6, .c-title2 p {
  font-size: 3rem;
  color: #0F4E89;
  font-weight: normal;
  text-align: center;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5, .c-title2 h6, .c-title2 p {
    font-size: 2rem;
  }
}

.c-title2--color1 h1, .c-title2--color1 h2, .c-title2--color1 h3, .c-title2--color1 h4, .c-title2--color1 h5, .c-title2--color1 h6, .c-title2--color1 p {
  color: #fff;
}

.c-title2--size1 h1, .c-title2--size1 h2, .c-title2--size1 h3, .c-title2--size1 h4, .c-title2--size1 h5, .c-title2--size1 h6, .c-title2--size1 p {
  font-size: 3.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-title2--size1 h1, .c-title2--size1 h2, .c-title2--size1 h3, .c-title2--size1 h4, .c-title2--size1 h5, .c-title2--size1 h6, .c-title2--size1 p {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
.c-title3 {
  text-align: center;
  color: #fff;
}

.c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5, .c-title3 h6 {
  font-size: 4.6rem;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.25rem;
}

@media screen and (max-width: 767px) {
  .c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5, .c-title3 h6 {
    font-size: 3rem;
  }
}

.c-title3 p {
  font-size: 2rem;
  letter-spacing: 1rem;
  padding-left: 11px;
}

@media screen and (max-width: 767px) {
  .c-title3 p {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

/*
------------------------------------------------------------*/
.c-title4 {
  text-align: center;
  color: #0f4e89;
}

.c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6, .c-title4 p {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.86rem;
}

@media screen and (max-width: 767px) {
  .c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6, .c-title4 p {
    font-size: 2.4rem;
  }
}

.c-title4--line h1, .c-title4--line h2, .c-title4--line h3, .c-title4--line h4, .c-title4--line h5, .c-title4--line h6, .c-title4--line p {
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: 0.89rem;
  padding-bottom: 12px;
}

/*
------------------------------------------------------------*/
.c-title5 h1, .c-title5 h2, .c-title5 h3, .c-title5 h4, .c-title5 h5, .c-title5 h6, .c-title5 p {
  font-size: 2.5rem;
  font-weight: normal;
  color: #4D84B8;
  border-bottom: 1px solid #4D84B8;
  letter-spacing: 0.74rem;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-title5 h1, .c-title5 h2, .c-title5 h3, .c-title5 h4, .c-title5 h5, .c-title5 h6, .c-title5 p {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
.c-title6 {
  text-align: center;
}

.c-title6 h1, .c-title6 h2, .c-title6 h3, .c-title6 h4, .c-title6 h5, .c-title6 h6 {
  font-size: 3rem;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #0f4e89;
}

@media screen and (max-width: 767px) {
  .c-title6 h1, .c-title6 h2, .c-title6 h3, .c-title6 h4, .c-title6 h5, .c-title6 h6 {
    font-size: 2.4rem;
  }
}

.c-title6 p {
  font-size: 1.5rem;
  letter-spacing: 0.7rem;
  margin-top: -1px;
  color: #4D84B8;
}

@media screen and (max-width: 767px) {
  .c-title6 p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1 {
  width: 1000px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c-form1 {
    width: 100%;
  }
}

.c-form1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dec_check .c-form1__box{
	padding: 10px 0;
}

.c-form1__left {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
	.dec_check .c-form1__box{
		padding: 0;
	}
	.c-form1__box+.c-form1__box {
		margin-top: 20px;
	}

  .c-form1__left {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form1__right {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .c-form1__right {
    width: 100%;
  }
}

.c-form1__right input {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #222222;
  letter-spacing: 0.1rem;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 2px 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-form1__right input {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 5px 0 5px 22px;
  }
}

.c-form1__right input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.c-form1__right input::-moz-placeholder {
  color: #e0e0e0;
}

.c-form1__right input:-ms-input-placeholder {
  color: #e0e0e0;
}

.c-form1__right input::placeholder {
  color: #e0e0e0;
}

.c-form1__right select {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding: 8px 0 7px 26px;
  width: 260px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  color: #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../image/common/img_arrow.png") no-repeat;
  background-position: 93% 50%;
}

@media screen and (max-width: 767px) {
  .c-form1__right select {
    width: 100%;
    font-size: 1.4rem;
    background-position: 98% 50%;
  }
}

.c-form1__right select::-ms-expand {
  display: none;
}

.c-form1__right textarea {
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
  height: 200px;
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 20px;
  padding: 5px 24px;
}

@media screen and (max-width: 767px) {
  .c-form1__right textarea {
    font-size: 1.4rem;
    height: 120px;
    padding: 5px 22px;
  }
}

.c-form1__text {
  color: #222222;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding-left: 112px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-form1__text {
    padding-left: 0;
    font-size: 1.4rem;
    padding-top: 0;
		color: #0F4E89;
		font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .c-form1__text--norequire {
    padding-left: 0;
  }
}

.c-form1__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  width: 62px;
  padding: 3px 0 7px;
  background-color: #5fb1c9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-form1__tag {
    width: 42px;
    padding: 1px 0;
    font-size: 1.4rem;
    position: relative;
    margin-left: 10px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-img1 {
  width: 500px;
  height: 300px;
  background-color: #bababa;
}

.c-img1 a img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-img1 a + a {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-img1,
  .c-img1 a img {
    width: 100%;
    height: auto;
  }
}

.c-img1 p {
  text-align: center;
  font-size: 2.5rem;
  color: #f8f8f8;
  padding-top: 121px;
  padding-left: 30px;
  letter-spacing: 0.62rem;
}

@media screen and (max-width: 767px) {
  .c-img1 p {
    padding: 80px 0;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/*
------------------------------------------------------------*/
.c-img2 {
  background-color: #c2d8ed;
  width: 1000px;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .c-img2 {
    width: 100%;
    height: auto;
  }
}

.c-img2 p {
  font-size: 2rem;
  color: #777777;
  text-align: center;
  padding-top: 175px;
  letter-spacing: 0.6rem;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-img2 p {
    font-size: 1.8rem;
    padding: 100px 0;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-table1 table {
    border-top: 1px solid #e0e0e0;
  }
}

.c-table1 th, .c-table1 td {
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0 14px;
}

@media screen and (max-width: 767px) {
  .c-table1 th, .c-table1 td {
    display: block;
    border: none;
    font-size: 1.4rem;
    padding: 0;
  }
}

.c-table1 th {
  font-weight: normal;
  letter-spacing: 0.06rem;
  width: 20%;
  color: #222222;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 100%;
    padding-left: 25px;
  }
}

.c-table1 td {
  width: 80%;
  color: #4d84b8;
  padding-left: 50px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 767px) {
  .c-table1 td {
    width: 100%;
    padding-left: 25px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.c-table1 td a {
  text-decoration: none;
  color: #4d84b8;
}

/*
------------------------------------------------------------*/
.c-table2 table {
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-table2 table {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
}

.c-table2 tbody th, .c-table2 tbody td {
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  vertical-align: top;
  padding: 20px 0 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table2 tbody th, .c-table2 tbody td {
    display: block;
    padding: 0;
  }
}

.c-table2 tbody th {
  font-size: 1.6rem;
  color: #0F4E89;
  padding-left: 80px;
  letter-spacing: 0.2rem;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .c-table2 tbody th {
    width: 100%;
    padding: 15px;
    font-size: 1.4rem;
    background-color: #f8f8f8;
  }
}

.c-table2 tbody td {
  font-size: 1.6rem;
  color: #222222;
  width: 75%;
  padding: 20px 28px 20px 20px;
  letter-spacing: 0.12rem;
}

@media screen and (max-width: 767px) {
  .c-table2 tbody td {
    width: 100%;
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

.c-table2 tbody td p {
	width: 550px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.c-table2 tbody td p {
		width: 80%;
	}
}

.c-table2 tbody td a {
	margin: 0 65px;
	vertical-align: middle;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.c-table2 tbody td a {
		width: 20%;
	}
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual1 {
  background: url("../image/common/bg_02.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .c-mainvisual1 {
    margin-top: 50px;
  }
}

.c-mainvisual1__title {
  padding: 118px 0 110px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual1__title {
    padding: 60px 0 40px;
  }
}


/*------------------------------------------------------------
page company
------------------------------------------------------------*/
.p-company1 {
  margin-top: 92px;
}

@media screen and (max-width: 767px) {
  .p-company1 {
    margin-top: 40px;
  }
}

.p-company1 .c-title6 {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .p-company1 .c-title6 {
    margin-bottom: 15px;
  }
}

.p-company1 .c-table2 td {
  padding-top: 13px;
}

.p-company2 {
  margin-top: 94px;
}

@media screen and (max-width: 767px) {
  .p-company2 {
    margin-top: 45px;
  }
}

.p-company2 .c-title6 {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-company2 .c-title6 {
    margin-bottom: 15px;
  }
}

.p-company3 {
  margin-top: 93px;
}

@media screen and (max-width: 767px) {
  .p-company3 {
    margin-top: 45px;
  }
}

.p-company3 .c-title6 {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-company3 .c-title6 {
    margin-bottom: 15px;
  }
}

.p-company3__map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .p-company3__map iframe {
    height: auto;
  }
}

.p-company .c-table2 tr:nth-child(odd) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .p-company .c-table2 td {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-company .c-table2 th {
    padding: 0 15px;
  }
}


.p-company4 {
  margin-top: 40px;
  padding-bottom: 15px;
  overflow:hidden;
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-company4 {
    margin-top: 20px;
  }
}

.p-company4 .c-title5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-company4 .c-title5 {
    margin-bottom: 15px;
	font-size: 2rem;
  }
}

.p-company__text ul {
  font-size: 1.6rem;
  color: #555;
  letter-spacing: 0.11rem;
  line-height: 3rem;
  margin-top: 15px;
}

.p-company__text li{
  width:50%;
  padding:5px 10px;
  }

.p-company__text ul li:nth-child(even){
  float:left;
  }

.p-company__text ul li:nth-child(odd){
  float:left;
  clear:left;
  }

@media screen and (max-width: 767px) {
  .p-company__text ul {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .p-company__text li{
    width:100%;
    padding:5px;
  }

  .p-company__text ul li:nth-child(even){
  float:none;
  }

  .p-company__text ul li:nth-child(odd){
  float:none;
  }
}


/*------------------------------------------------------------
page business
------------------------------------------------------------*/
.p-business1 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-business1 {
    margin-top: 45px;
  }
}

.p-business1 .l-border {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

.p-business1 .l-border .c-title4 h1, .p-business1 .l-border .c-title4 h2, .p-business1 .l-border .c-title4 h3, .p-business1 .l-border .c-title4 h4, .p-business1 .l-border .c-title4 h5, .p-business1 .l-border .c-title4 h6 {
  margin-bottom: 14px;
  letter-spacing: 1rem;
}
@media screen and (max-width: 767px) {
	.p-business1 .l-border .c-title4 h1, .p-business1 .l-border .c-title4 h2, .p-business1 .l-border .c-title4 h3, .p-business1 .l-border .c-title4 h4, .p-business1 .l-border .c-title4 h5, .p-business1 .l-border .c-title4 h6 {
		letter-spacing: .5rem;
	}
}
.p-business1 .l-border .c-title5 {
  margin-top: 35px;
}

.p-business1 .l-border .c-title5 h4 {
  letter-spacing: 0.55rem;
}

.p-business1 .l-border .p-business__text {
  margin-bottom: 0;
}

.p-business1 .p-business__text+img{
	margin-left: 30px;
	height: 300px;
}
@media screen and (max-width: 767px) {
	.p-business1 .p-business__text+img{
		margin-left: 0;
		height: auto;
	}
}

.p-business2 .p-business__text+img {
	margin-left: 30px;
	height: 350px;
}

@media screen and (max-width: 767px) {
	.p-business2 .p-business__text+img {
		margin-left: 0;
		margin-bottom: 10px;
		height: auto;
	}
}

.p-business2 {
  margin-top: 98px;
}

@media screen and (max-width: 767px) {
  .p-business2 {
    margin-top: 50px;
  }
}

.p-business2 .l-border {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  padding-bottom: 50px;
}

.p-business2 .l-border .p-business__text {
  margin-bottom: 0;
}

.p-business3 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-business3 {
    margin-top: 50px;
  }
}

.p-business3 .l-border {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.p-business3 .p-business__text .dec_text {
	font-size: 25px;
	color: #5fb1c9;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.p-business3 .p-business__text .dec_text {
		font-size: 25px;
		line-height: 1.3;
	}
}

.p-business3 .dec_bottom {
	margin-bottom: 20px;
}

.p-business3 .p-business__text ul li::before {
	content: '◆';
}

.p-business3 .box-business__circle {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .p-business3 .box-business__circle {
		margin-bottom: 20px;
	}
}

.p-business3 .box-business__circle .box-business__01 {
	width: 300px;
	height: 300px;
	padding: 60px 30px 0;
	display: inline-block;
	border: 1px solid #c2d8ed;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}

.p-business3 .box-business__circle .box-business__01+.box-business__01 {
	margin-left: -20px;
}

@media screen and (max-width: 767px) {
	.p-business3 .box-business__circle .box-business__01+.box-business__01 {
		margin-left: 0;
		margin-top: -20px;
	}
}

.p-business3 .box-business__circle .box-business__01 p {
	font-size: 20px;
	color: #4d84b8;
	display: block;
	border-bottom: 1px solid #4d84b8;
	margin-bottom: 10px;
}

.p-business4 {
  margin-top: 100px;
  padding-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .p-business4 {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.p-business4 .l-border {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}

.p-business4 .l-border .p-business__text {
  margin-bottom: 0;
}

.p-business__text {
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .p-business__text {
    margin-bottom: 30px;
  }
}

.p-business__text p {
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.11rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .p-business__text p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.p-business__text p span {
  color: #5fb1c9;
  font-weight: bold;
}

.p-business__text--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-business__text--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-business__text--img img {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .p-business__text--img img {
    width: 100%;
  }
}

.p-business__text ul {
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.11rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .p-business__text ul {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.p-business__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-business__text li:before {
  content: '・';
}

.p-business .c-title4--line {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .p-business .c-title4--line {
    margin-bottom: 25px;
  }
}

.p-business .c-title4--line h1, .p-business .c-title4--line h2, .p-business .c-title4--line h3, .p-business .c-title4--line h4, .p-business .c-title4--line h5, .p-business .c-title4--line h6 {
  padding-bottom: 12px;
}

.p-business .c-title5 {
  margin-bottom: 22px;
}

/*------------------------------------------------------------
page recruit
------------------------------------------------------------*/
.p-recruit__text {
  margin-bottom: 45px;
}

.is-none {
  display:none;
}

@media screen and (max-width: 767px) {
  .p-recruit__text {
    margin-bottom: 20px;
  }
}


.p-recruit__text p {
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.11rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .p-recruit__text p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.p-recruit1 {
  margin-top: 92px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit1 {
    margin-top: 45px;
	padding-bottom: 50px;
  }
}

.p-recruit1 .c-title5 {
  margin-bottom: 30px;
}

.p-recruit2 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-recruit2 {
    margin-top: 30px;
  }
}

.p-recruit2 .c-title5 {
  margin-bottom: 30px;
}

.p-recruit .c-table2 tr:nth-child(odd) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .p-recruit .c-table2 td {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit .c-table2 th {
    padding: 0 15px;
  }
}


/*------------------------------------------------------------
page contact
------------------------------------------------------------*/
.p-contact {
  padding: 92px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 45px 0 50px;
  }
}

.p-contact__text {
  margin-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-bottom: 45px;
  }
}

.p-contact__text p {
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.11rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .p-contact__text p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.p-contact .l-btn1 {
  margin-top: 81px;
}

@media screen and (max-width: 767px) {
  .p-contact .l-btn1 {
    margin-top: 30px;
  }
}

.p-contact .c-btn1 {
  position: relative;
  cursor: pointer;
}

.p-contact .c-btn1:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 46px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-btn1:before {
    width: 14px;
    height: 14px;
    top: 30%;
    right: 18px;
  }
}

.p-contact .c-btn1:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #a1bdda;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 46px;
  margin: 4px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .p-contact .c-btn1:after {
    width: 4px;
    height: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #a1bdda;
    top: 30%;
    right: 18px;
  }
}

.p-contact .c-btn1 input {
  background-color: #8cb1d2;
  color: #fff;
  border: 1px solid #8cb1d2;
  font-size: 1.6rem;
  padding: 12px 65px 12px 45px;
  line-height: normal;
  cursor: pointer;
  letter-spacing: 0.13rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .p-contact .c-btn1 input {
    font-size: 1.2rem;
    padding: 6px 35px 6px 18px;
  }
}

.p-contact .c-btn1:hover input {
  background-color: #fff;
  color: #88aed2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p-contact .c-btn1:hover:before {
  content: '';
  background-color: #88aed2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p-contact .c-btn1:hover:after {
  content: '';
  border-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p-contact .c-form1__right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-contact .formError {
  border: none;
  position: unset !important;
  margin-top: -10px !important;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .p-contact .formError {
    margin-bottom: 10px;
  }
}

.p-contact .formError .formErrorArrow {
  display: none;
}

.p-contact .formError .formErrorContent {
  border: none;
  background-color: #fff;
  color: #ee0101;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-contact .formError .formErrorContent {
    font-size: 1rem;
  }
}



/*------------------------------------------------------------
top
------------------------------------------------------------*/
.p-top__main {
  background: url("../image/top/top_01.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 780px;
  padding-top: 148px;
}

@media screen and (max-width: 767px) {
  .p-top__main {
    margin-top: 50px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 230px;
  }
}

.p-top__maintxt {
  margin-top: 16px;
}

.p-top__maintxt p {
  font-size: 1.8rem;
  color: #555555;
  text-align: center;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-top__maintxt p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
  }
}

.p-top .p-top01 {
  margin: 52px 0 71px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top01 {
    margin: 24px 0 35px;
  }
}

.p-top .p-top01 .c-table1 {
  margin-top: 28px;
  height: 181px;
  overflow-y: scroll;
  padding-right: 30px;
}

.p-top .p-top01 .c-table1::-webkit-scrollbar { 
  width: 10px; 
}

.p-top .p-top01 .c-table1::-webkit-scrollbar-track { 
  border-radius: 10px; 
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); 
}

.p-top .p-top01 .c-table1::-webkit-scrollbar-thumb { 
  background-color: #4d84b8; 
  border-radius: 10px; 
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); 
}

.p-top .p-top02 {
  background: url("../image/top/top_02.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 {
    padding: 40px 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.p-top .p-top02__box {
  background-color: rgba(77,132,184, 0.9);
  padding: 50px 0 52px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02__box {
    padding: 24px 0 26px;
  }
}

.p-top .p-top02__text {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02__text {
    font-size: 1.2rem;
    margin-bottom: 12px;
    padding: 0 10px;
  }
}

.p-top .p-top02 .c-title2 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-title2 {
    margin-bottom: 12px;
  }
}

.p-top .p-top02 .c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 23px 0 23px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-flex {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top .p-top02 .c-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-circle {
    padding-top: 8px;
    width: 100px;
    height: 100px;
    margin: 6px 17px;
  }
}

.p-top .p-top02 .c-circle p {
	font-size: 12px;
	line-height: 1.3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-circle p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin-top: 10px;
  }
}

.p-top .p-top02 .c-circle--padtop {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-circle--padtop {
    padding-top: 8px;
  }
  .p-top .p-top02 .c-circle--padtop p {
    margin-top: 2px;
  }
}

.p-top .p-top02 .c-circle--padtop2 {
  padding-top: 25px;
}
.p-top .p-top02 .dec_top {
	padding-top: 20px;
}
.p-top .p-top02 .dec_top .c-circle__img {
	margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-circle--padtop2 {
    padding-top: 18px;
  }
	.p-top .p-top02 .dec_top {
		padding-top: 10px;
	}
}

.p-top .p-top02 .c-circle--padtop2 p,
.p-top .p-top02 .c-circle .c-txt1{
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-circle__img {
    width: 35px;
  }
}

.p-top .p-top02 .c-btn1 {
  margin: 38px 0 0 4px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top02 .c-btn1 {
    margin: 20px 0 0;
  }
}

.p-top .p-top03 {
  background: url("../image/top/top_14.jpg") repeat;
  padding: 52px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top03 {
    padding: 25px 0;
  }
}

.p-top .p-top03__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin: 35px 0 48px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top03__image {
    padding: 0;
	display: block;
	margin-right: 0;
  }
}

.p-top .p-top03__image a{
  margin-right: 20px;
}

.p-top .p-top03__image a:last-child{
  margin-right: 0;
}

.p-top .p-top03__image a:nth-child(n+5){
  display: none;
}

.p-top .p-top03__image a img{
  width: 235px;
  height: 160px;
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media screen and (max-width: 767px) {
  .p-top .p-top03__image a img{
	width: 100%;
    height: 15em;
    margin: 0;
	padding: 0 15%;
  }
  .p-top .p-top03__image p {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .p-top .p-top03__image p:nth-child(odd) {
    margin-right: 5px;
  }
  .p-top .p-top03__image p img {
    width: 100%;
  }
}

.p-top .p-top04 {
  background: url("../image/top/top_11.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 330px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top .p-top04 {
    height: 200px;
  }
}

.p-top .p-top04__right {
  background-color: rgba(247, 251, 253, 0.9);
  width: 50%;
  height: 330px;
  position: absolute;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-top .p-top04__right {
    width: 100%;
    left: 0;
    height: 200px;
  }
}

.p-top .p-top05 {
  background: url("../image/top/top_12.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 328px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top05 {
    background-position: center;
    height: 200px;
  }
}

.p-top .p-top05__left {
  background-color: rgba(15, 78, 137, 0.9);
  width: 50%;
  height: 328px;
  position: absolute;
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top05__left {
    width: 100%;
    right: 0;
    height: 200px;
  }
}

.p-top .c-coninner {
  width: 500px;
  text-align: center;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-top .c-coninner {
    width: 100%;
    padding-top: 40px;
  }
}

.p-top .c-coninner p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #222222;
  margin: 14px 0 20px;
}

@media screen and (max-width: 767px) {
  .p-top .c-coninner p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 2px 0 10px;
  }
}

.p-top .c-coninner--left p {
  color: #fff;
  margin: 11px 0 20px;
}

.p-top .p-top06 {
  background: url("../image/top/top_13.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 62px 0 69px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top06 {
    padding: 30px 0 35px;
  }
}

.p-top .p-top06__txt {
  padding: 12px 0 26px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top06__txt {
    padding: 5px 0 10px;
  }
}

.p-top .p-top06__txt p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top .p-top06__txt p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.p-top .p-top07 {
  padding: 62px 0 69px;
}

@media screen and (max-width: 767px) {
  .p-top .p-top07 {
    padding: 30px 0 35px;
  }
}

.p-top .p-top07__txt{
  width: 100%;
	margin: 35px auto 60px;
}

@media screen and (max-width: 767px) {
	.p-top .p-top07__txt{
		margin: 20px auto;
	}
}

.p-top .p-top07__txt tr{
	font-size: 15px;
	border-top: 1px solid #e0e0e0;
	display: block;
}

.p-top .p-top07__txt tr:last-child{
	border-bottom: 1px solid #e0e0e0;
}

.p-top .p-top07__txt tr th,
.p-top .p-top07__txt tr td{
	font-weight: 400;
}

@media screen and (max-width: 767px) {
.p-top .p-top07__txt tr th,
.p-top .p-top07__txt tr td{
	display: block;
}
}

.p-top .p-top07__txt tr th{
	width: 250px;
	padding: 20px 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-top .p-top07__txt tr th{
		width: 100%;
		padding: 10px;
		text-align: left;
		font-weight: 700;
	}
}

.p-top .p-top07__txt tr td{
	width: 750px;
	padding: 20px 10px;
}

@media screen and (max-width: 767px) {
	.p-top .p-top07__txt tr td{
		width: 100%;
		padding: 0 10px 10px;
	}
}

.p-top .p-top07__txt tr td p {
	width: 550px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-top .p-top07__txt tr td p {
		width: 80%;
		padding: 0 ;
	}
}

.p-top .p-top07__txt tr td p a{
	margin: 0;
	color: #4d84b8;
	text-decoration: none;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-top .p-top07__txt tr td p a{
		width: 100%;
	}
}


.p-top .p-top07__txt tr td a {
	margin: 0 77px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.p-top .p-top07__txt tr td a {
		width: 20%;
		margin: 0;
	}
}

.p-top .p-top07__txt tr td p+a+a{
	display: none;
}

/*------------------------------------------------------------
message
------------------------------------------------------------*/

.p-message__image,
.p-message__text{
	width: 47%;
	display: inline-block;
	margin: 100px auto;
	vertical-align: top;
}

.p-message__image {
	margin-left: 5.5%;
}

@media screen and (max-width: 767px) {
	.p-message__image,
	.p-message__text{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
  .p-message__text {
    padding: 45px 0 15px;
  }
	.p-message__image {
		margin-left: 0;
		padding-bottom: 50px;
	}
}

.p-message__text p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #222222;
  letter-spacing: 0.11rem;
}

@media screen and (max-width: 767px) {
  .p-message__text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.p-message__text p:last-child {
  font-size: 2rem;
  text-align: right;
	margin-top: 45px;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
@media screen and (max-width: 767px) {
  .p-message__text p:last-child {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.p-message__text p:last-child span {
  letter-spacing: 0.6rem;
  padding-left: 12px;
}
.p-message__text .c-sign span:first-child {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-message__text p:last-child span {
    letter-spacing: 0.3rem;
    padding-left: 4px;
  }
}

.p-message__text p:last-child span:nth-child(2) {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-message__text p:last-child span:nth-child(2) {
    padding-left: 8px;
  }
}


/*------------------------------------------------------------
construction
------------------------------------------------------------*/
.p-construction .c-title5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-construction .c-title5 {
    margin-bottom: 15px;
  }
}

.p-construction .c-title5 h3 {
  letter-spacing: 0.55rem;
}

.p-construction__content {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-construction__content {
    margin-bottom: 50px;
  }
}

.p-construction__box {
  margin: 92px 0 93px;
}

@media screen and (max-width: 767px) {
  .p-construction__box {
    margin: 40px 0;
  }
}

.p-construction__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-construction__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-construction__text {
  margin: -9px 0 0 30px;
}

@media screen and (max-width: 767px) {
  .p-construction__text {
    margin: 10px 0 0 0;
  }
}

.p-construction__text p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #222222;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p-construction__text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.p-construction__text p:last-child {
  margin-top: 30px;
  letter-spacing: 0.12rem;
}

@media screen and (max-width: 767px) {
  .p-construction__text p:last-child {
    margin-top: 10px;
    letter-spacing: 0;
  }
}

.p-construction__text span {
  font-weight: bold;
  display: inline-block;
  position: relative;
  display: inline-block;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .p-construction__text span {
    width: 90px;
  }
}

.p-construction__text span:after {
  content: '-';
  font-weight: normal;
  position: absolute;
  left: 107px;
}

@media screen and (max-width: 767px) {
  .p-construction__text span:after {
    left: 70px;
  }
}


/*------------------------------------------------------------
page thanks
------------------------------------------------------------*/
.p-thanks {
  padding: 92px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 45px 0 50px;
  }
}

.p-thanks__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-bottom: 20px;
  }
}

.p-thanks__text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-thanks__text p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-thanks .c-btn1 a {
    width: 130px;
  }
}

.u-txtCenter {
  text-align: center;
}
