@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 58.5%;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  color: #131313;
  font-family: "Noto Sans JP", serif;
  background: url(../img/common/bg_body.png) repeat-y;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1180px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (max-width: 1699px) {
  .pc03 {
    display: none !important;
  }
}

@media screen and (min-width: 1181px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (min-width: 1700px) {
  .sp03 {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .lg {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  color: #131313;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

footer a[href*="tel:"] {
  color: #000;
}

header a[href*="tel:"] {
  color: #fff;
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  transition: opacity 1s ease-out;
}

.link {
  color: #00552e;
}

.marker {
  background: linear-gradient(transparent 70%, #ffeeb2 70%);
  font-weight: bold;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  width: 100%;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 1180px) {
  header {
    height: 60px;
  }
}
header.is-fixed {
  position: fixed;
}
header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  max-width: 1120px;
  margin: 0 auto;
}
header .inner nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .inner nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}
header .inner nav ul li {
  margin: 0 30px 0 0;
  text-align: center;
}
header .inner nav ul li a {
  line-height: 0;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 1.6;
}
header .inner nav ul li a span {
  font-size: 1rem;
  color: #06bae9;
  font-family: "Inter", sans-serif;
  display: block;
}
header .inner nav ul li:last-child {
  margin: 0;
}
header .inner nav ul li:last-child a {
  border: 0;
  padding: 0;
}
.sp .logo {
  position: absolute;
  left: 10px;
  top: 15px;
}
.sp .contact_btn {
  position: absolute;
  right: 60px;
  top: 7px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}

.menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 5px;
  right: 1%;
  z-index: 9999;
  background: #334a91;
  transform: scale(0.8);
  border-radius: 2px;
}

.menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}

.menu-trigger.active {
  background: #fff;
}

.menu-trigger.active span {
  background-color: #334a91;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

#overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 15%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #334a91;
  display: none;
  text-align: center;
  color: #fff;
}
#overlay h1 {
  text-align: center;
  margin-bottom: 10px;
}

#overlay ul {
  width: 100%;
  margin: 0 0 20px 0;
}

#overlay ul li {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 15px;
  line-height: 1.4;
}
#overlay ul li span {
  font-size: 1.2rem;
}

#overlay ul li {
  text-align: center;
}
#overlay ul li a {
  line-height: 0;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 1.6;
  color: #fff;
}
#overlay ul li a span {
  font-size: 1rem;
  color: #06bae9;
  font-family: "Inter", sans-serif;
  display: block;
}
#overlay ul li:last-child {
  margin: 0;
}
#overlay ul li:last-child a {
  border: 0;
  padding: 0;
}

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
/**********************************************************************************

	footer

***********************************************************************************/
footer {
  position: relative;
  background: url(../img/top/bg_footer.png) no-repeat center top/1060px;
  background-color: #334a91;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 767px) {
  footer {
    background: #334a91;
  }
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 60px;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding: 20px 15px 60px;
  }
}
footer .inner .ttl {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  footer .inner .ttl {
    display: block;
    text-align: center;
  }
}
footer .inner .ttl h2 {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  footer .inner .ttl h2 {
    margin: 0 0 20px 0;
  }
}
footer .inner .lead {
  line-height: 2.4;
  margin-top: 1em;
}
footer .inner nav {
  display: flex;
  align-items: center;
  margin-top: 400px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  footer .inner nav {
    margin-top: 30px;
    display: block;
    text-align: center;
    border-bottom: 0;
  }
}
footer .inner nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  footer .inner nav ul {
    display: block;
    margin: 0 0 20px 0;
  }
}
footer .inner nav ul li {
  margin: 0 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .inner nav ul li {
    margin: 0;
  }
}
footer .inner nav ul li a {
  line-height: 0;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .inner nav ul li a {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
}
footer .inner nav ul li a span {
  font-size: 1rem;
  color: #06bae9;
  font-family: "Inter", sans-serif;
  display: block;
}
footer .inner nav ul li:last-child {
  margin: 0;
}
footer .inner nav ul li:last-child a {
  font-size: 1.2rem;
}
footer .inner .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .inner .info {
    display: block;
    text-align: center;
  }
}
footer .inner .info .info_txt {
  margin-left: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  footer .inner .info .info_txt {
    margin: 20px 0 0 0;
  }
}
footer .inner .info .info_txt .address {
  font-size: 1.4rem;
}

address {
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px;
}

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#container {
  overflow: hidden;
}
#container .main section p {
  line-height: 2;
}
#container .main section .flex {
  display: flex;
  flex-wrap: wrap;
}
#container .main section .bnr {
  text-align: center;
}
#container .main section .inner {
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  #container .main section .inner {
    padding: 40px 15px;
    box-sizing: border-box;
  }
}
#container .main section .inner img {
  max-width: 100%;
  height: auto;
}
#container .main section img {
  max-width: 100%;
  height: auto;
}
#container .toTop {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #container .toTop {
    bottom: 10%;
    right: 0;
  }
}
#container .telnum {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #container .telnum {
    bottom: 1%;
  }
}
#container .gmap {
  padding: 0;
}

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container .wrap {
  background: url(../img/top/bg_contents.png) no-repeat center top/1210px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #top #container .wrap {
    background: url(../img/top/bg_contents_sp.png) no-repeat center top/400px;
    margin-top: 20px;
  }
}
#top #container .wrap .sec001 {
  max-width: 1180px;
  margin: 0 auto;
}
#top #container .wrap .sec001 .inner {
  padding: 0 0 100px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec001 .inner {
    padding: 0 15px 20px 30%;
  }
}
#top #container .wrap .sec001 .inner .box_inner {
  text-align: center;
}
#top #container .wrap .sec001 .inner .box_inner .lead {
  font-size: 2.1rem;
  letter-spacing: 0.5em;
  margin-top: 1em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec001 .inner .box_inner .lead {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
}
#top #container .wrap .sec002 {
  max-width: 1000px;
  margin: 0 auto;
}
#top #container .wrap .sec002 .inner {
  padding: 150px 0 280px;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec002 .inner {
    padding: 20px 15px 15px 15px;
  }
}
#top #container .wrap .sec002 .inner .box_inner .lead {
  margin-top: 1em;
  line-height: 2.4;
  padding-right: 30%;
  text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
#top #container .wrap .sec003 {
  max-width: 1000px;
  margin: 0 auto;
}
#top #container .wrap .sec003 .inner {
  padding: 150px 0 160px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec003 .inner {
    padding: 50px 15px 20px 25%;
  }
}
#top #container .wrap .sec003 .inner .box_inner {
  text-align: right;
}
#top #container .wrap .sec003 .inner .box_inner .lead {
  margin: 1em 0 2em;
  text-align: right;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec003 .inner .box_inner .lead {
    margin: 1em 0 0;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#top #container .wrap .sec003 .inner .box_inner .btn {
  display: flex;
  justify-content: end;
}
#top #container .wrap .sec003 .inner .box_inner .btn a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec003 .inner .box_inner .btn a {
    transform: scale(0.6);
  }
}
#top #container .wrap .sec003 .inner .box_inner .btn a .circle {
  animation: rotation 18s linear infinite;
  position: absolute;
  top: -15px;
  left: 15px;
}
#top #container .wrap .sec004 {
  max-width: 1000px;
  margin: 0 auto;
}
#top #container .wrap .sec004 .inner {
  padding: 250px 0 0;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec004 .inner {
    padding: 5% 15px 20px;
  }
}
#top #container .wrap .sec004 .inner .box_inner .lead {
  margin-top: 450px;
  line-height: 2.4;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec004 .inner .box_inner .lead {
    margin-top: 45%;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
}
#top #container .wrap .sec005 {
  max-width: 1000px;
  margin: 0 auto;
}
#top #container .wrap .sec005 .inner {
  padding: 150px 0 280px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec005 .inner {
    padding: 0 15px 0 15px;
  }
}
#top #container .wrap .sec005 .inner .box_inner {
  text-align: right;
}
#top #container .wrap .sec005 .inner .box_inner .lead {
  margin: 1em 0 2em;
  text-align: right;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec005 .inner .box_inner .lead {
    padding: 0 0 0 30%;
    margin: 1em 0 0;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#top #container .wrap .sec005 .inner .box_inner .btn {
  display: flex;
  justify-content: end;
}
#top #container .wrap .sec005 .inner .box_inner .btn a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #top #container .wrap .sec005 .inner .box_inner .btn a {
    transform: scale(0.6);
  }
}
#top #container .wrap .sec005 .inner .box_inner .btn a .circle {
  animation: rotation 18s linear infinite;
  position: absolute;
  top: -15px;
  left: 15px;
}

/* --------------------------------------------------------------- */
/* ABOUT */
/* --------------------------------------------------------------- */
#local .about footer {
  background: url(../img/common/bg_footer.png) no-repeat right 20%/80%;
  background-color: #334a91;
}
@media screen and (max-width: 767px) {
  #local .about footer {
    background: #334a91;
  }
}
#local .about .lead {
  line-height: 2.3;
}
#local .about .sec001 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner {
    padding: 100px 15px 50px;
  }
}
#local .about .sec001 .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec001 .inner .flex {
  justify-content: space-between;
}
#local .about .sec001 .inner .flex .cont {
  width: calc(55% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .flex .cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .about .sec001 .inner .flex figure {
  width: calc(45% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .flex figure {
    width: 100%;
  }
}
#local .about .sec002 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner {
    padding: 100px 15px 50px;
  }
}
#local .about .sec002 .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec002 .inner .flex {
  justify-content: space-between;
}
#local .about .sec002 .inner .flex .cont {
  width: calc(65% - 20px);
}
#local .about .sec002 .inner .flex .cont h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner .flex .cont {
    width: 100%;
  }
}
#local .about .sec002 .inner .flex .cont .txt {
  margin-bottom: 40px;
}
#local .about .sec002 .inner .flex .cont .name {
  text-align: center;
}
#local .about .sec002 .inner .flex .cont .name .sign {
  display: inline-block;
  text-align: left;
  line-height: 2.8;
}
#local .about .sec002 .inner .flex figure {
  width: calc(35% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .about .sec003 {
  border-radius: 25px 25px 0 0;
  background-image: url(../img/about/txt_recruit.svg), url(../img/about/illust02.svg), url(../img/about/illust03.svg), url(../img/about/illust04.svg), url(../img/about/bg_recruit.png);
  background-size: auto, auto, auto, auto, cover;
  background-repeat: no-repeat;
  background-position: right top, -15% 30%, 100% 70%, 0 100%, center top;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 {
    background-size: 100%, auto, auto, auto, cover;
  }
}
#local .about .sec003 .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner {
    padding: 100px 15px 50px;
  }
}
#local .about .sec003 .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec003 .inner .flex {
  justify-content: space-between;
}
#local .about .sec003 .inner .flex .cont {
  width: calc(58% - 20px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .flex .cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .about .sec003 .inner .flex figure {
  width: calc(42% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .flex figure {
    width: 100%;
  }
}
#local .about .sec003 .inner .recruit_info {
  text-align: center;
  margin: 60px auto;
  max-width: 800px;
}
#local .about .sec003 .inner .recruit_info h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .recruit_info h3 {
    margin-bottom: 40px;
  }
}
#local .about .sec003 .inner .recruit_info table {
  color: #fff;
  width: 100%;
}
#local .about .sec003 .inner .recruit_info table tr th {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
  width: 30%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .recruit_info table tr th {
    font-size: 1.4rem;
    padding: 15px;
  }
}
#local .about .sec003 .inner .recruit_info table tr th.last {
  border-bottom: 0;
}
#local .about .sec003 .inner .recruit_info table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #d1d3d7;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .recruit_info table tr td {
    font-size: 1.4rem;
    padding: 15px;
    text-align: left;
  }
}
#local .about .sec003 .inner .recruit_info table tr td span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .recruit_info table tr td span {
    font-size: 1.3rem;
  }
}
#local .about .sec003 .inner .recruit_info table tr td.last {
  border-bottom: 0;
}
#local .about .sec003 .inner .box {
  max-width: 800px;
  margin: 80px auto;
}
#local .about .sec003 .inner .box h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .box h3 {
    margin-left: 0;
  }
}
#local .about .sec003 .inner .box .box_inner {
  border-radius: 25px;
  background: #fff;
  padding: 45px;
  color: #334a91;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .box .box_inner {
    padding: 20px;
  }
}
#local .about .sec003 .inner .box .box_inner h4 {
  margin-bottom: 30px;
}
#local .about .sec003 .inner .box .box_inner .txt {
  line-height: 1.8;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#local .about .sec003 .inner .box .box_inner .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 30px;
}
#local .about .sec003 .inner .box .box_inner .info dt {
  border-radius: 45px;
  background: #006097;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  width: calc(20% - 10px);
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .box .box_inner .info dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .about .sec003 .inner .box .box_inner .info dd {
  width: calc(80% - 10px);
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .inner .box .box_inner .info dd {
    width: 100%;
  }
}
#local .about .sec004 .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner {
    padding: 60px 15px 20px;
  }
}
#local .about .sec004 .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec004 .inner .flex {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: end;
}
#local .about .sec004 .inner .flex li {
  width: calc(33.333333% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner .flex li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#local .about .sec005 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  #local .about .sec005 .inner {
    padding: 60px 15px 50px;
  }
}
#local .about .sec005 .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .about .sec005 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec005 .inner h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #334a91;
  font-weight: 500;
}
#local .about .sec005 .inner .flex {
  justify-content: space-between;
}
#local .about .sec005 .inner .flex .cont {
  width: calc(55% - 20px);
  color: #334a91;
}
@media screen and (max-width: 767px) {
  #local .about .sec005 .inner .flex .cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .about .sec005 .inner .flex figure {
  width: calc(45% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec005 .inner .flex figure {
    width: 100%;
  }
}
#local .about .sec006 {
  background-image: url(../img/about/bg_ttl01.png), url(../img/about/txt_work.svg);
  background-repeat: no-repeat;
  background-size: 100%, auto;
  background-position: right top, left top;
}
@media screen and (max-width: 767px) {
  #local .about .sec006 {
    background-size: 110%, 100%;
    background-position: 0 7%, left top;
  }
}
#local .about .sec006 .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 400px 0 100px;
}
@media screen and (max-width: 767px) {
  #local .about .sec006 .inner {
    padding: 100px 15px 50px;
  }
}
#local .about .sec006 .inner h2 {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #local .about .sec006 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec007 {
  background-image: url(../img/about/bg_ttl02.png), url(../img/about/txt_company.svg);
  background-repeat: no-repeat;
  background-size: 90%, auto;
  background-position: right top, right top;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 {
    background-size: 100%, 70%;
    background-position: -10% top, right top;
  }
}
#local .about .sec007 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 300px 0 0;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 .inner {
    padding: 100px 15px 0;
  }
}
#local .about .sec007 .inner h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec007 .inner .box {
  margin-bottom: 100px;
}
#local .about .sec007 .inner .box .box_wrap {
  border-radius: 40px;
  background: #334a91;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 .inner .box .box_wrap {
    padding: 20px;
  }
}
#local .about .sec007 .inner .box .box_wrap table {
  color: #fff;
  width: 100%;
}
#local .about .sec007 .inner .box .box_wrap table tr th {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
  width: 30%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 .inner .box .box_wrap table tr th {
    font-size: 1.4rem;
    padding: 15px;
  }
}
#local .about .sec007 .inner .box .box_wrap table tr th.last {
  border-bottom: 0;
}
#local .about .sec007 .inner .box .box_wrap table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #d1d3d7;
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .about .sec007 .inner .box .box_wrap table tr td {
    font-size: 1.4rem;
    padding: 15px;
    text-align: left;
  }
}
#local .about .sec007 .inner .box .box_wrap table tr td span {
  font-size: 1.5rem;
}
#local .about .sec007 .inner .box .box_wrap table tr td.last {
  border-bottom: 0;
}
#local .about .sec008 {
  background-image: url(../img/about/bg_ttl03.png), url(../img/about/txt_access.svg);
  background-repeat: no-repeat;
  background-size: 100%, auto;
  background-position: right top, left 7%;
}
@media screen and (max-width: 767px) {
  #local .about .sec008 {
    background-position: right top, left top;
    background-size: 100%, 80%;
  }
}
#local .about .sec008 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 450px 0 100px;
}
@media screen and (max-width: 767px) {
  #local .about .sec008 .inner {
    padding: 50px 15px 30px;
  }
}
#local .about .sec008 .inner .flex {
  justify-content: space-between;
  align-items: center;
  margin: 90px 0;
}
#local .about .sec008 .inner .flex .cont {
  width: calc(35% - 20px);
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #local .about .sec008 .inner .flex .cont {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
#local .about .sec008 .inner .flex .cont h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #local .about .sec008 .inner .flex .cont h3 {
    font-size: 2rem;
  }
}
#local .about .sec008 .inner .flex .cont .info {
  padding: 15px 0;
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-bottom: 15px;
}
#local .about .sec008 .inner .flex .cont .info .address {
  font-size: 1.8rem;
}
#local .about .sec008 .inner .flex .cont .info .tel {
  font-size: 1.3rem;
}
#local .about .sec008 .inner .flex .cont .info .mail {
  font-size: 1.3rem;
}
#local .about .sec008 .inner .flex .gmap {
  width: calc(65% - 20px);
}
@media screen and (max-width: 767px) {
  #local .about .sec008 .inner .flex .gmap {
    width: 100%;
  }
}
#local .about .sec009 {
  background-image: url(../img/about/bg_ttl04.png), url(../img/about/txt_contact.svg);
  background-repeat: no-repeat;
  background-size: 98%, auto;
  background-position: right 5%, right top;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 {
    background-position: right 3%, right top;
    background-size: 98%, 80%;
  }
}
#local .about .sec009 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 350px 0 100px;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner {
    padding: 150px 15px 100px;
  }
}
#local .about .sec009 .inner h2 {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner h2 {
    margin-bottom: 40px;
  }
}
#local .about .sec009 .inner .form_wrap table {
  width: 100%;
}
#local .about .sec009 .inner .form_wrap table tr th {
  color: #334a91;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner .form_wrap table tr th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
}
#local .about .sec009 .inner .form_wrap table tr th em {
  font-size: 1.2rem;
  color: #fff;
  background: #334a91;
  padding: 3px 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner .form_wrap table tr th em {
    margin-left: 10px;
  }
}
#local .about .sec009 .inner .form_wrap table tr th .free {
  background: #8b8b8b;
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner .form_wrap table tr th .free {
    margin-left: 10px;
  }
}
#local .about .sec009 .inner .form_wrap table tr td {
  padding: 15px;
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .about .sec009 .inner .form_wrap table tr td {
    width: 100%;
    display: block;
    padding: 10px 0 15px;
  }
}
#local .about .sec009 .inner .form_wrap table tr td input, #local .about .sec009 .inner .form_wrap table tr td select, #local .about .sec009 .inner .form_wrap table tr td textarea {
  padding: 15px;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #334a91;
  background: #fff;
}
#local .about .sec009 .inner .form_wrap .privacy_txt {
  text-align: center;
  color: #334a91;
}
#local .about .sec009 .inner .form_wrap .submit {
  text-align: center;
}
#local .about .sec009 .inner .form_wrap .submit input {
  border-radius: 45px;
  background: #334a91;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border: 0;
  padding: 10px;
  width: 250px;
  margin: 50px auto 0;
}
#local .about .sec010 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 100px;
  color: #334a91;
}
@media screen and (max-width: 767px) {
  #local .about .sec010 .inner {
    padding: 60px 15px 60px;
  }
}
#local .about .sec010 .inner h2 {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
#local .about .sec010 .inner h2::after {
  content: url(../img/about/ico_open.svg);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #local .about .sec010 .inner h2::after {
    position: inherit;
    left: auto;
    top: auto;
    margin: 10px auto 0;
    display: block;
  }
}
#local .about .sec010 .inner h2.open::after {
  transform: rotate(180deg);
}
#local .about .sec010 .inner .lead {
  font-size: 1.2rem;
}
#local .about .sec010 .inner .accordion_inner {
  display: none;
}
#local .about .sec010 .inner .box_wrap {
  max-width: 800px;
  margin: 50px auto;
}
#local .about .sec010 .inner .box_wrap .box {
  margin-bottom: 30px;
}
#local .about .sec010 .inner .box_wrap .box h3 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 2px dotted #334a91;
  font-weight: 600;
}
#local .about .sec010 .inner .box_wrap .box .txt {
  font-size: 1.4rem;
}
#local .about .sec010 .inner .info h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#local .about .sec010 .inner .info .txt {
  font-size: 1.4rem;
}
#local .about .sec011 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 150px;
}
#local .about .sec011 .inner h2 {
  text-align: center;
  margin-bottom: 90px;
}/*# sourceMappingURL=style.css.map */