@charset "UTF-8";
/* common
================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; word-break: break-all; }

body { -webkit-text-size-adjust: 100%; }


h1, h2, h3, h4, h5, h6 { word-break: break-word; line-break: strict; overflow-wrap: break-word; word-wrap: break-word; }

ul:not([class]), ol:not([class]) { padding-left: 1.25em; }

ul[class], ol[class] { list-style: none; }

_:-ms-lang(x)::-ms-backdrop, ol:not([class]) { padding-left: 1.6em; }

span { font-weight: inherit; }

blockquote, q { quotes: none; }

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

a { color: inherit; }

@media all and (min-width: 768px) { a:hover { text-decoration: none; } }

a[class] { text-decoration: none; }

ins { background-color: #ff9; text-decoration: none; }

mark { background-color: #ff9; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

address { font-style: normal; }

table { width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid rgba(51, 51, 51, 0.2); margin: 1em 0; padding: 0; }

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

/* form
================================================== */
input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option { display: block; width: 100%; max-width: 100%; font-family: inherit; outline: none; border: 1px solid; border-radius: 0; background: none; }

@media all and (max-width: 767px) { input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option { font-size: 1.6rem; } }

input[type="text"], input[type="email"], input[type="tel"], textarea, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; padding: 0; vertical-align: middle; }

textarea { resize: vertical; }

button { cursor: pointer; }

/* 02_base
================================================ */
html { overflow: auto; }

body { overflow: hidden; min-width: 320px; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #333; font-size: 1.3rem; line-height: 2; letter-spacing: .06em; }

@media all and (min-width: 768px) { body {min-width: 1140px;/* padding-top: 100px; */font-size: 1.6rem;padding: 100px 0px 0px 0px;} }

.l-wrapper { position: relative; }

@media all and (min-width: 768px) { .l-container.is-col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .l-container.is-col2 .l-contents { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: calc(100% - 250px - 20px); }
  .l-container.is-col2 .l-sidebar { width: 250px; } }

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { .u-media-query { font-family: 'tb'; } }

@media all and (min-width: 1140px) { .u-media-query { font-family: 'pc'; } }

@media all and (max-width: 1139px) { .u-view-pc { display: none !important; } }

@media all and (max-width: 767px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 1140px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 768px) { .u-view-sp { display: none !important; } }

@media all and (min-width: 1140px) { .u-view-under-tb { display: none !important; } }

@media all and (max-width: 767px) { .u-view-upper-tb { display: none !important; } }

/* text
-------------------------------------- */
.u-uppercase { text-transform: uppercase; }

.u-font-jost { font-family: 'Jost', sans-serif; font-weight: 700; letter-spacing: .1em; line-height: 1.45; }

.u-bold { font-weight: 700; }

/* link
-------------------------------------- */
a.u-alpha { display: block; text-decoration: none; }

@media all and (min-width: 768px) { a.u-alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-alpha:hover { opacity: .7; } }

a.u-zoom { display: block; text-decoration: none; }

a.u-zoom .u-zoom__img { display: block; }

a.u-zoom .u-zoom__img-wrap { display: block; overflow: hidden; }

@media all and (min-width: 768px) { a.u-zoom .u-zoom__img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-zoom:hover .u-zoom__img { -webkit-transform: scale(1.1); transform: scale(1.1); } }

/* layout
-------------------------------------- */
.u-inner { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 25px; padding-right: 25px; }

@media all and (min-width: 768px) { .u-inner { width: 100%; max-width: 1080px; margin: auto; padding-left: 0; padding-right: 0; } }

/* component
================================================ */
/*	c-bg01
================================================ */
.c-bg01 {/* background: #f4f7f9; */}

/*	.c-btn01.is-yellow
================================================ */
.c-btn01.is-yellow { color: #1183b9; }

.c-btn01.is-yellow .c-btn01__link { background: #ffee54; }

.c-btn01.is-yellow .c-btn01__link:before { width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%231183b9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

@media all and (min-width: 768px) { .c-btn01.is-yellow .c-btn01__link:before { width: 10px; }
  .c-btn01.is-yellow .c-btn01__link:hover:after { background: #ffda21; } }

/*	.c-btn01
================================================ */
.c-btn01 { overflow: hidden; width: 265px; max-width: 100%; margin: 0 auto; border-radius: 70px; color: #fff; font-weight: 700; text-align: center; line-height: 1.4; }

.c-btn01__link { position: relative; 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; border-radius: inherit; height: 50px; padding: 0 30px; background: #1183b9; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-btn01__link:before { position: absolute; z-index: 2; top: 0; right: 20px; bottom: 0; margin: auto; width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-btn01__txt {position: relative;z-index: 3;width: 100%;color: #fff;}

@media all and (min-width: 768px) { .c-btn01 { width: 320px; font-size: 1.5rem; }
  .c-btn01__link { position: relative; height: 70px; padding: 0 35px; }
  .c-btn01__link:before { right: 25px; width: 10px; }
  .c-btn01__link:after { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .c-btn01__link:hover:before { -webkit-transform: translateX(5px); transform: translateX(5px); }
  .c-btn01__link:hover:after { left: 0; width: 100%; background: #0080cb; } }

/* .c-color-black
================================================== */
.c-color-black { color: #333; }

/* .c-color-main
================================================== */
.c-color-main { color: #1183b9; }

/*	.c-cv01
================================================ */
.c-cv01 { position: relative; background: url("../img/common/bg_cv01_sp.jpg") no-repeat center/cover; }

.c-cv01:before { position: absolute; top: 43px; right: 0; left: 0; margin: auto; content: ""; display: block; width: 287px; height: 127px; background: url("../img/common/img_cv01_sp.png") no-repeat center/contain; }

.c-cv01__inner { position: relative; z-index: 2; padding-top: 50px; padding-bottom: 60px; }

.c-cv01__head { margin-bottom: 15px; color: #fff; font-weight: 700; font-size: 2.2rem; text-align: center; letter-spacing: .2em; line-height: 1.6; }

.c-cv01__txt { display: table; margin: 0 auto 25px; color: #fff; font-weight: 700; letter-spacing: .2em; }

.c-cv01-btns__item { width: 325px; max-width: 100%; margin: 0 auto 30px; }

.c-cv01-btns__item:last-of-type { margin-bottom: 0; }

.c-cv01-btns__item-txt { position: relative; display: table; margin: 0 auto 20px; padding: 0 10px; background: #fff; color: #44a6d9; font-weight: 700; font-size: 1.2rem; letter-spacing: .2em; text-align: center; }

.c-cv01-btns__item-txt:before { position: absolute; right: 0; left: 0; bottom: -10px; margin: auto; -webkit-transform: rotate(90deg); transform: rotate(90deg); width: 14px; height: 14px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-cv01-btns__item-btn { -webkit-box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); border-radius: 60px; overflow: hidden; font-weight: 700; text-align: center; font-size: 1.1rem; letter-spacing: .06em; }

.c-cv01-btns__item-btn-link { position: relative; 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; border-radius: inherit; height: 80px; padding: 0 35px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-cv01-btns__item-btn-link:before { position: absolute; z-index: 2; top: 0; right: 25px; bottom: 0; margin: auto; }

.c-cv01-btns__item-btn-txt { position: relative; z-index: 3; width: 100%; }

.c-cv01-btns__item-btn-en { display: block; font-size: 2.4rem; line-height: 1.2; }

.c-cv01-btns__item-btn.is-entry { color: #1183b9; }

.c-cv01-btns__item-btn.is-entry .c-cv01-btns__item-btn-link { background: #ffee54; }

.c-cv01-btns__item-btn.is-entry .c-cv01-btns__item-btn-link:before { width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%231183b9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-cv01-btns__item-btn.is-contact { color: #fff; }

.c-cv01-btns__item-btn.is-contact .c-cv01-btns__item-btn-link { background: #1183b9; }

.c-cv01-btns__item-btn.is-contact .c-cv01-btns__item-btn-link:before { width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

@media all and (max-width: 360px) { .c-cv01__head { margin-left: -15px; margin-right: -15px; } }

@media all and (min-width: 768px) { .c-cv01 { background-image: url("../img/common/bg_cv01_pc.jpg"); }
  .c-cv01:before { top: 31px; width: 754px; height: 334px; background-image: url("../img/common/img_cv01_pc.png"); }
  .c-cv01__inner { padding-top: 96px; padding-bottom: 100px; }
  .c-cv01__head { margin-bottom: 13px; font-size: 4rem; }
  .c-cv01__txt { margin-bottom: 46px; text-align: center; }
  .c-cv01-btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; max-width: 980px; margin: 0 auto; }
  .c-cv01-btns__item { width: 450px; margin: 0; }
  .c-cv01-btns__item-txt { margin-bottom: 23px; padding: 1px 10px; font-size: 1.6rem; }
  .c-cv01-btns__item-txt:before { bottom: -12px; width: 17px; height: 17px; }
  .c-cv01-btns__item-btn { border-radius: 90px; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); font-size: 1.4rem; }
  .c-cv01-btns__item-btn-link { height: 100px; padding: 8px 50px 0; }
  .c-cv01-btns__item-btn-link:before { right: 40px; }
  .c-cv01-btns__item-btn-link:after { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .c-cv01-btns__item-btn-link:hover:before { -webkit-transform: translateX(5px); transform: translateX(5px); }
  .c-cv01-btns__item-btn-link:hover:after { left: 0; width: 100%; }
  .c-cv01-btns__item-btn-en { font-size: 3rem; line-height: 1; }
  .c-cv01-btns__item-btn.is-entry .c-cv01-btns__item-btn-link:before, .c-cv01-btns__item-btn.is-contact .c-cv01-btns__item-btn-link:before { width: 10px; height: 14px; }
  .c-cv01-btns__item-btn.is-entry .c-cv01-btns__item-btn-link:hover:after { background: #ffda21; }
  .c-cv01-btns__item-btn.is-contact .c-cv01-btns__item-btn-link:hover:after { background: #0080cb; } }

/*	.c-cv02
================================================ */
.c-cv02 { position: relative; background: url("../img/common/bg_cv02_sp.jpg") no-repeat center/cover; }

.c-cv02:before { position: absolute; top: 43px; right: 0; left: 0; margin: auto; content: ""; display: block; width: 287px; height: 127px; background: url("../img/common/img_cv01_sp.png") no-repeat center/contain; }

.c-cv02__inner { position: relative; z-index: 2; padding-top: 50px; padding-bottom: 60px; }

.c-cv02__head { margin-bottom: 15px; color: #fff; font-weight: 700; font-size: 2.2rem; text-align: center; letter-spacing: .2em; line-height: 1.6; }

.c-cv02__txt { margin: 0 auto 25px; color: #fff; font-weight: 700; letter-spacing: .2em; }

.c-cv02-btn { width: 325px; max-width: 100%; margin: 0 auto; -webkit-box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); border-radius: 60px; overflow: hidden; color: #fff; font-weight: 700; text-align: center; font-size: 1.1rem; letter-spacing: .06em; }

.c-cv02-btn__link { position: relative; 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; border-radius: inherit; height: 80px; padding: 0 35px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #1183b9; }

.c-cv02-btn__link:before { position: absolute; z-index: 2; top: 0; right: 25px; bottom: 0; margin: auto; width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-cv02-btn__txt { position: relative; z-index: 3; width: 100%; }

.c-cv02-btn__en { display: block; font-size: 2.4rem; line-height: 1.2; }

@media all and (min-width: 768px) { .c-cv02 { background-image: url("../img/common/bg_cv02_pc.jpg"); }
  .c-cv02:before { top: 31px; width: 754px; height: 334px; background-image: url("../img/common/img_cv01_pc.png"); }
  .c-cv02__inner { padding-top: 96px; padding-bottom: 100px; }
  .c-cv02__head { margin-bottom: 13px; font-size: 4rem; }
  .c-cv02__txt { margin-bottom: 46px; text-align: center; }
  .c-cv02-btn { width: 450px; border-radius: 90px; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); font-size: 1.4rem; }
  .c-cv02-btn__link { height: 100px; padding: 8px 50px 0; }
  .c-cv02-btn__link:before { right: 40px; width: 10px; height: 14px; }
  .c-cv02-btn__link:after { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .c-cv02-btn__link:hover:before { -webkit-transform: translateX(5px); transform: translateX(5px); }
  .c-cv02-btn__link:hover:after { left: 0; width: 100%; background: #0080cb; }
  .c-cv02-btn__en { font-size: 3rem; line-height: 1; } }

/*	.c-cv03
================================================ */
.c-cv03 { padding: 38px 25px 40px; background: linear-gradient(135deg, #44a6d9 0, #7ccdf1 100%); -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-cv03__head { margin-bottom: 28px; color: #fff; font-weight: 700; font-size: 2.2rem; letter-spacing: .2em; line-height: 1.6; text-align: center; }

.c-cv03__txt { position: relative; display: table; margin: 0 auto 20px; padding: 0 10px; background: #fff; color: #44a6d9; font-weight: 700; font-size: 1.2rem; letter-spacing: .2em; text-align: center; }

.c-cv03__txt:before { position: absolute; right: 0; left: 0; bottom: -10px; margin: auto; -webkit-transform: rotate(90deg); transform: rotate(90deg); width: 14px; height: 14px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-cv03-btn { width: 325px; max-width: 100%; margin: 0 auto; -webkit-box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); border-radius: 60px; overflow: hidden; color: #1183b9; font-weight: 700; text-align: center; font-size: 1.1rem; letter-spacing: .06em; }

.c-cv03-btn__link { position: relative; 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; border-radius: inherit; height: 80px; padding: 0 35px; background: #ffee54; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-cv03-btn__link:before { position: absolute; z-index: 2; top: 0; right: 25px; bottom: 0; margin: auto; width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%231183b9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-cv03-btn__txt { position: relative; z-index: 3; width: 100%; }

.c-cv03-btn__en { display: block; font-size: 2.4rem; line-height: 1.2; }

@media all and (max-width: 360px) { .c-cv03__head { margin-left: -15px; margin-right: -15px; } }

@media all and (min-width: 768px) { .c-cv03 { width: 100%; max-width: 1080px; margin: 0 auto; 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; padding: 50px 80px 55px; }
  .c-cv03__head { margin: 0; font-size: 3rem; text-align: left; }
  .c-cv03-content { width: 450px; }
  .c-cv03__txt { margin-bottom: 23px; padding: 1px 10px; font-size: 1.6rem; }
  .c-cv03-btn { width: 450px; border-radius: 90px; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); font-size: 1.4rem; }
  .c-cv03-btn__link { height: 100px; padding: 8px 50px 0; }
  .c-cv03-btn__link:before { right: 40px; width: 10px; height: 14px; }
  .c-cv03-btn__link:after { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .c-cv03-btn__link:hover:before { -webkit-transform: translateX(5px); transform: translateX(5px); }
  .c-cv03-btn__link:hover:after { left: 0; width: 100%; background: #ffda21; }
  .c-cv03-btn__en { font-size: 3rem; line-height: 1; } }

/*	.c-flow01
================================================ */
.c-flow01 { position: relative; }

.c-flow01__inner { position: relative; z-index: 2; padding-top: 65px; padding-bottom: 80px; }

.c-flow01-heading { margin-bottom: 35px; }

.c-flow01-list__item { position: relative; margin-bottom: 64px; padding: 30px; border: 8px solid #dbebf5; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-flow01-list__item:before, .c-flow01-list__item:after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 42px 42px 0 42px; position: absolute; left: 0; right: 0; margin: auto; }

.c-flow01-list__item:before { top: 100%; border-color: #dbebf5 transparent transparent transparent; }

.c-flow01-list__item:after { top: calc(100% - 12px); border-color: #fff transparent transparent transparent; }

.c-flow01-list__item:last-of-type { margin-bottom: 0; }

.c-flow01-list__item:last-of-type:before, .c-flow01-list__item:last-of-type:after { content: none; }

.c-flow01-list__num { position: absolute; top: -30px; right: 22px; padding: 0 13px; background: linear-gradient(to bottom, transparent 22px, #fff 22px); color: #dbebf5; font-size: 5.5rem; line-height: 1; letter-spacing: 0; }

.c-flow01-list__head { margin-bottom: 17px; color: #1183b9; font-weight: 700; font-size: 1.8rem; text-align: center; letter-spacing: .2em; line-height: 1.6; }

.c-flow01-list-img-area { 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; margin: 0 auto 16px; width: 100px; height: 100px; border-radius: 50%; background: #f4f7f9; }

.c-flow01-list-img-area.is-img01 svg { width: 46px; height: 53px; margin: 0 0 5px 14px; }

.c-flow01-list-img-area.is-img02 svg { width: 54px; height: 39px; margin: 0 0 5px 0; }

.c-flow01-list-img-area.is-img03 svg { width: 39px; height: 52px; }

.c-flow01-list-img-area.is-img04 svg { width: 28px; height: 57px; }

.c-flow01-list-img-area.is-img05 svg { width: 54px; height: 55px; margin: 0 auto 4px; }

.c-flow01-list-img-area.is-img06 svg { width: 61px; height: 49px; }

.c-flow01-list-img-area.is-img07 svg { width: 51px; height: 39px; }

.c-flow01-list-img-area.is-img08 svg { width: 54px; height: 58px; }

.c-flow01-list__txt { font-size: 1.5rem; }

.c-flow01-list-btn { width: 220px; margin-top: 27px; font-size: 1.6rem; }

.c-flow01-list-btn__link:before { width: 10px !important; }

.c-flow01__deco01, .c-flow01__deco02, .c-flow01__deco03, .c-flow01__deco04 { position: absolute; pointer-events: none; }

.c-flow01__deco01 { top: 47px; right: 0; width: 72px; }

@media all and (max-width: 360px) { .c-flow01-list__item { padding-left: 20px; padding-right: 20px; }
  .c-flow01-list__head { font-size: 1.6rem; } }

@media all and (min-width: 768px) { .c-flow01__inner { padding-top: 135px; padding-bottom: 150px; }
  .c-flow01-heading { margin-bottom: 56px; }
  .c-flow01-list { width: 860px; max-width: 100%; margin: 0 auto; -webkit-transform: translateX(40px); transform: translateX(40px); }
  .c-flow01-list__item { min-height: 235px; margin-bottom: 56px; padding: 30px 220px 46px 66px; border-width: 12px; }
  .c-flow01-list__item:before, .c-flow01-list__item:after { border-width: 45px 45px 0 45px; }
  .c-flow01-list__item:after { top: calc(100% - 15px); }
  .c-flow01-list__num { top: -47px; right: 29px; background: linear-gradient(to bottom, transparent 35px, #fff 35px); font-size: 8rem; }
  .c-flow01-list__head { font-size: 2.5rem; text-align: left; }
  .c-flow01-list-img-area { position: absolute; top: 0; bottom: 0; margin: auto; right: 60px; width: 140px; height: 140px; }
  .c-flow01-list-img-area.is-img01 svg { width: 62px; height: 74px; margin: 0 0 0 11px; }
  .c-flow01-list-img-area.is-img02 svg { width: 75px; height: 55px; margin: 0 0 7px 0; }
  .c-flow01-list-img-area.is-img03 svg { width: 55px; height: 73px; }
  .c-flow01-list-img-area.is-img04 svg { width: 40px; height: 79px; }
  .c-flow01-list-img-area.is-img05 svg { width: 76px; height: 73px; margin: 0 auto 8px; }
  .c-flow01-list-img-area.is-img06 svg { width: 85px; height: 69px; }
  .c-flow01-list-img-area.is-img07 svg { width: 72px; height: 55px; }
  .c-flow01-list-img-area.is-img08 svg { width: 75px; height: 82px; }
  .c-flow01-list-btn { margin: 16px auto 0 0; }
  .c-flow01-list-btn__link { height: 50px; }
  .c-flow01-list-btn__link:before { right: 22px; }
  .c-flow01__deco01 { top: 222px; right: calc(50% - 658px); width: 140px; }
  .c-flow01__deco02 { top: 682px; left: calc(50% - 618px); width: 140px; }
  .c-flow01__deco03 { top: 50%; right: calc(50% - 655px); width: 114px; }
  .c-flow01__deco04 { bottom: 450px; left: calc(50% - 538px); width: 116px; } }

/*	.c-form01
================================================ */
/*	form tags
--------------------------------------------------*/
.c-form01 input[type="text"], .c-form01 input[type="tel"], .c-form01 input[type="number"], .c-form01 input[type="email"], .c-form01 button, .c-form01 select, .c-form01 textarea { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; height: 40px; padding: 5px 15px; font-size: 1.6rem; background: #fff; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: inherit; }

.c-form01 input::-webkit-input-placeholder, .c-form01 textarea::-webkit-input-placeholder { color: #adbabe; font-size: 1.4rem; }

.c-form01 input::-moz-placeholder, .c-form01 textarea::-moz-placeholder { color: #adbabe; font-size: 1.4rem; }

.c-form01 input:-ms-input-placeholder, .c-form01 textarea:-ms-input-placeholder { color: #adbabe; font-size: 1.4rem; }

.c-form01 input::-ms-input-placeholder, .c-form01 textarea::-ms-input-placeholder { color: #adbabe; font-size: 1.4rem; }

.c-form01 input::placeholder, .c-form01 textarea::placeholder { color: #adbabe; font-size: 1.4rem; }

.c-form01 select { cursor: pointer; padding-right: 26px; background: no-repeat right 16px top 50%/10px; background-color: #fff; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231183b9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M4.1.533a.5.5%2C0%2C0%2C1%2C.8%2C0L8.4%2C5.2A.5.5%2C0%2C0%2C1%2C8%2C6H1a.5.5%2C0%2C0%2C1-.4-.8Z%22%20transform%3D%22translate(9%206)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E"); }

.c-form01 select::-ms-expand { display: none; }

.c-form01 textarea { height: 120px; padding: 10px 15px; resize: vertical; }

.c-form01 button { cursor: pointer; border: none; }

.c-form01__area-btn { margin-top: 20px; }

.c-form01__area-btn .c-form01__btn { position: relative; overflow: hidden; width: 325px; max-width: 100%; height: 80px; margin: 0 auto; background: #ffee54; border-radius: 70px; -webkit-box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); color: #1183b9; font-weight: 700; text-align: center; line-height: 1.4; letter-spacing: .06em; }

.c-form01__area-btn .c-form01__btn-in { position: relative; z-index: 3; width: 100%; }

.c-form01__area-btn .c-form01__btn:before { position: absolute; z-index: 2; top: 0; right: 25px; bottom: 0; margin: auto; width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%231183b9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-form01__area-btn .c-form01__btn + .c-form01__btn { margin-top: 20px; }

.c-form01__area-btn .c-form01__btn.is-back { background: #aaa; color: #fff; }

.c-form01__area-btn .c-form01__btn.is-back:before { width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); right: auto; left: 25px; }

.c-form01 .mwform-radio-field { display: block; }

.c-form01 .mwform-radio-field + .mwform-radio-field { margin-top: 2px; }

.c-form01 .mwform-radio-field label { display: block; cursor: pointer; }

.c-form01 .mwform-radio-field input { display: none; }

.c-form01 .mwform-radio-field .mwform-radio-field-text { position: relative; display: block; padding: 7px 0 7px 40px; font-size: 1.4rem; line-height: 1.4; }

.c-form01 .mwform-radio-field .mwform-radio-field-text::before { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 4px; left: 3px; content: ""; display: block; width: 25px; height: 25px; border-radius: 50%; background: #fff; }

.c-form01 .mwform-radio-field input:checked + .mwform-radio-field-text::after { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 5px; left: 4px; content: ""; display: block; width: 23px; height: 23px; border: 6px solid #fff; border-radius: 50%; background: #1183b9; }

.c-form01 .mwform-checkbox-field { display: block; }

.c-form01 .mwform-checkbox-field + .mwform-checkbox-field { margin-top: 10px; }

.c-form01 .mwform-checkbox-field label { display: block; cursor: pointer; }

.c-form01 .mwform-checkbox-field input { display: none; }

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text { position: relative; display: block; padding: 7px 0 7px 40px; font-size: 1.4rem; line-height: 1.4; }

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text::before { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 1px; left: 0; content: ""; display: block; width: 30px; height: 30px; background: #fff; }

.c-form01 .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after { position: absolute; top: 9px; left: 7px; content: ""; display: block; width: 14px; height: 6px; border-style: solid; border-width: 4px 4px 0 0; border-color: #1183b9; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.c-form01 .mwform-tel-field { 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; }

.c-form01 .mwform-tel-field input { width: calc(33.33% - 10px); }

@media all and (min-width: 768px) { .c-form01 input[type="text"], .c-form01 input[type="tel"], .c-form01 input[type="number"], .c-form01 input[type="email"], .c-form01 button, .c-form01 select { padding: 10px 20px; height: 50px; }
  .c-form01 input::-webkit-input-placeholder, .c-form01 textarea::-webkit-input-placeholder { font-size: 1.6rem; }
  .c-form01 input::-moz-placeholder, .c-form01 textarea::-moz-placeholder { font-size: 1.6rem; }
  .c-form01 input:-ms-input-placeholder, .c-form01 textarea:-ms-input-placeholder { font-size: 1.6rem; }
  .c-form01 input::-ms-input-placeholder, .c-form01 textarea::-ms-input-placeholder { font-size: 1.6rem; }
  .c-form01 input::placeholder, .c-form01 textarea::placeholder { font-size: 1.6rem; }
  .c-form01 select { padding-right: 30px; background-position: right 20px center; }
  .c-form01 textarea { height: 200px; padding: 15px 20px; }
  .c-form01__area-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 50px; }
  .c-form01__area-btn .c-form01__btn { width: 450px; height: 100px; font-size: 1.8rem; margin: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .c-form01__area-btn .c-form01__btn:before { right: 40px; width: 10px; height: 14px; }
  .c-form01__area-btn .c-form01__btn:after { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .c-form01__area-btn .c-form01__btn:hover:before { -webkit-transform: translateX(5px); transform: translateX(5px); }
  .c-form01__area-btn .c-form01__btn:hover:after { left: 0; width: 100%; background: #ffda21; }
  .c-form01__area-btn .c-form01__btn.is-back:before { left: 40px; width: 10px; height: 14px; }
  .c-form01__area-btn .c-form01__btn.is-back:after { left: 0; right: auto; }
  .c-form01__area-btn .c-form01__btn.is-back:hover:before { left: 35px; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
  .c-form01__area-btn .c-form01__btn.is-back:hover:after { left: auto; right: 0; background: #999; }
  .c-form01__area-btn .c-form01__btn + .c-form01__btn { margin-top: 0; margin-left: 50px; }
  .c-form01 .mwform-radio-field .mwform-radio-field-text { font-size: 1.6rem; }
  .c-form01 .mwform-radio-field .mwform-radio-field-text::before { top: 6px; }
  .c-form01 .mwform-radio-field input:checked + .mwform-radio-field-text::after { top: 7px; }
  .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text { font-size: 1.6rem; }
  .c-form01 .mwform-checkbox-field .mwform-checkbox-field-text::before { top: 3px; }
  .c-form01 .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after { top: 11px; }
  .c-form01 .mwform-tel-field { width: 500px; }
  .c-form01 .mwform-tel-field input { width: 150px; } }

.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }

/*	form layout
--------------------------------------------------*/
.c-form01 { background: #dbebf5; }

.c-form01__inner { padding-top: 26px; padding-bottom: 80px; }

.c-form01-set { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.c-form01-set__input.is-name { width: calc(50% - 3px); }

.c-form01-set__select.is-year, .c-form01-set__select.is-month, .c-form01-set__select.is-day { width: calc(33.33% - 3px); }

@media all and (min-width: 768px) { .c-form01__inner { padding-top: 95px; padding-bottom: 145px; }
  .c-form01 table th { position: relative; padding-top: 35px; }
  .c-form01-set { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .c-form01-set__input.is-name { width: calc(50% - 5px); }
  .c-form01-set__input.is-name + .c-form01-set__input.is-name { margin-left: 10px; }
  .c-form01-set__select.is-year, .c-form01-set__select.is-month, .c-form01-set__select.is-day { width: 150px; }
  .c-form01-set__select.is-year + .c-form01-set__select.is-year, .c-form01-set__select.is-month + .c-form01-set__select.is-year, .c-form01-set__select.is-day + .c-form01-set__select.is-year, .c-form01-set__select.is-year + .c-form01-set__select.is-month, .c-form01-set__select.is-month + .c-form01-set__select.is-month, .c-form01-set__select.is-day + .c-form01-set__select.is-month, .c-form01-set__select.is-year + .c-form01-set__select.is-day, .c-form01-set__select.is-month + .c-form01-set__select.is-day, .c-form01-set__select.is-day + .c-form01-set__select.is-day { margin-left: 10px; } }

/*	form parts
--------------------------------------------------*/
.c-form01__label { display: inline-block; width: 40px; height: 20px; margin-left: 14px; background: #adbabe; color: #fff; font-weight: 700; font-size: 1.3rem; line-height: 20px; text-align: center; }

.c-form01__label.is-required { background: #44a6d9; }

.c-form01-privacy__txt { margin-top: 10px; }

.c-form01-privacy__link { color: #44a6d9; text-decoration: underline !important; }

@media all and (min-width: 768px) { .c-form01__label { position: absolute; top: 39px; right: 0; margin: 0; width: 40px; height: 25px; line-height: 25px; font-size: 1.4rem; }
  .c-form01-privacy__txt { margin-top: 5px; font-size: 1.4rem; }
  .c-form01-privacy__link:hover { text-decoration: none !important; } }

/*	form confirm, thanks
--------------------------------------------------*/
.mw_wp_form_confirm .c-form01-set { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.mw_wp_form_confirm .c-form01-set__input.is-name { width: auto; }

.mw_wp_form_confirm .c-form01-set__select.is-year, .mw_wp_form_confirm .c-form01-set__select.is-month, .mw_wp_form_confirm .c-form01-set__select.is-day { width: auto; }

@media all and (min-width: 768px) { .mw_wp_form_confirm .c-form01-set__input.is-name { width: auto; }
  .mw_wp_form_confirm .c-form01-set__select.is-year, .mw_wp_form_confirm .c-form01-set__select.is-month, .mw_wp_form_confirm .c-form01-set__select.is-day { width: auto; }
  .mw_wp_form_confirm .c-form01__label { top: 30px; }
  .mw_wp_form_confirm table th { padding-top: 25px; } }

.c-form01-thanks__txt { margin-bottom: 20px; }

.c-form01-thanks-btn { margin-top: 40px; }

@media all and (min-width: 768px) { .c-form01-thanks__txt { margin-bottom: 30px; text-align: center; }
  .c-form01-thanks-btn { margin-top: 50px; } }

/*	.c-head01
================================================ */
.c-head01__en { display: table; margin: 0 auto 18px 0; padding-bottom: 4px; border-bottom: 2px solid #1183b9; color: #1183b9; line-height: 1.2; }

.c-head01__ja { color: #1183b9; font-weight: 700; font-size: 3rem; letter-spacing: .2em; line-height: 1.6; }

.c-head01__lead { margin-top: 7px; color: #1183b9; font-weight: 700; font-size: 1.5rem; line-height: 1.6; letter-spacing: .2em; }

@media all and (min-width: 768px) { .c-head01__en { margin-bottom: 26px; border-width: 3px; font-size: 1.5rem; }
  .c-head01__ja {font-size: 4rem;}
  .c-head01__lead { margin-top: 25px; font-size: 1.8rem; line-height: 1.56; } }

/*	.c-head02
================================================ */
.c-head02__en { margin-bottom: 1px; background: url("../img/common/bg_head01.jpg") left top/300px; color: transparent; font-size: 4.2rem; line-height: 1; word-break: break-word; -webkit-background-clip: text; }

_:-ms-lang(x)::-ms-backdrop, .c-head02__en { background: none; color: #1183b9; }

.c-head02__ja {
  color: #1183b9;
  /* font-weight: 700; */
  letter-spacing: .2em;
  margin-bottom: 26px;
  border-width: 3px;
  font-size: 1.5rem;
  display: table;
  margin: 0 auto 18px 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #1183b9;
  color: #1183b9;
  line-height: 1.2;
  }

@media all and (min-width: 768px) { .c-head02__en { background-position: left top; background-size: 590px; margin-bottom: 6px; font-size: 7rem; }
  .c-head02__ja {/* font-size: 2rem; */} }

/*	.c-head03
================================================ */
.c-head03 { position: relative; padding: 0 0 0 25px; color: #1183b9; font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; line-height: 1.6; }

.c-head03:before { position: absolute; top: 6px; left: 0; content: ""; display: block; width: 15px; height: 15px; background: #44a6d9; }

@media all and (min-width: 768px) { .c-head03 { font-size: 2.2rem; }
  .c-head03:before { top: 11px; width: 15px; height: 15px; } }

/*	.c-head04
================================================ */
.c-head04__en { margin-bottom: 8px; color: #1183b9; font-size: 4rem; line-height: 1; }

.c-head04__ja { color: #1183b9; font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; line-height: 1.6; }

.c-head04__lead { margin-top: 23px; color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; line-height: 1.6; }

@media all and (min-width: 768px) { .c-head04__en { margin-bottom: 10px; font-size: 7rem; }
  .c-head04__ja { font-size: 2rem; }
  .c-head04__lead { margin-top: 55px; font-size: 3rem; } }

/*	.c-line01
================================================ */
.c-line01 { background: linear-gradient(to bottom, transparent calc(100% - 7px), #ffee54 calc(100% - 7px)); background-size: 100% calc(100%); }

@media all and (min-width: 768px) { .c-line01 { background: linear-gradient(to bottom, transparent calc(100% - 12px), #ffee54 calc(100% - 12px)); background-size: 100% calc(100%); } }

/*	.c-list01
================================================ */
.c-list01__item { position: relative; padding: 0 0 0 13px; }

.c-list01__item:before { position: absolute; top: 12px; left: 4px; content: ""; display: block; width: 3px; height: 3px; background: #333; border-radius: 50%; }

@media all and (min-width: 768px) { .c-list01__item { padding-left: 17px; }
  .c-list01__item:before { width: 4px; height: 4px; top: 15px; left: 5px; } }

/*	.c-map01
================================================ */
.c-map01 { height: 400px; width: 100%; }

.c-map01 iframe { width: 100%; height: 100%; }

/*	.c-table01
================================================ */
.c-table01 th { padding: 10px 0; color: #1183b9; font-weight: 700; font-size: 1.4rem; text-align: left; vertical-align: top; }

.c-table01 td { padding: 0 0 16px; }

@media all and (max-width: 767px) { 
  .c-head01__lead {
    margin-top: 20px;
}
  .c-head01__ja {
    font-size: 2.2rem;
}
  
  
  .c-table01 table, .c-table01 thead, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td { display: block; } }

@media all and (min-width: 768px) { .c-table01 th { width: 240px; padding: 25px 0; font-size: 1.6rem; }
  .c-table01 td { padding: 25px 0 25px 40px; } }

/*	.c-table02
================================================ */
.c-table02 tr:last-of-type th { border-color: #44a6d9; }

.c-table02 th, .c-table02 td { padding: 10px 10px 9px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; }

.c-table02 th { width: 100px; background: #44a6d9; border-bottom: 1px solid #fff; color: #fff; font-weight: 700; vertical-align: top; text-align: center; }

.c-table02 td { background: #fff; border-bottom: 1px solid #44a6d9; }

@media all and (min-width: 768px) { .c-table02 th, .c-table02 td { padding: 23px 30px 22px; }
  .c-table02 th { width: 290px; } }

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb { -webkit-transform: translateY(-76px); transform: translateY(-76px); margin-bottom: -76px; }

.l-breadcrumb-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 25px 40px; }

.l-breadcrumb-list__item { display: inline-block; vertical-align: top; font-size: 1.3rem; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item { margin-left: 9px; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before { margin: 0 10px 2px 0; width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2344a6d9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-breadcrumb-list__item a { color: #44a6d9; }

.l-breadcrumb-list__item a:hover { text-decoration: underline; }

/* .l-footer
================================================ */
.l-footer { position: relative; padding: 0 0 50px; }

.l-footer__inner { padding: 0; }

.l-footer__info { padding: 35px 15px 39px; border-bottom: 1px solid #dbebf5; }

.l-footer__info-logo { width: 250px; margin: 0 auto 11px; }

.l-footer__info-logo svg { display: block; width: 124px; }

.l-footer__info-name { margin-bottom: 2px; font-weight: 700; font-size: 1.4rem; text-align: center; letter-spacing: .2em; }

.l-footer__info-txt { font-size: 1.1rem; text-align: center; line-height: 1.63; }

.l-footer__info-txt-bold { font-weight: 700; }

.l-footer-bottom { padding: 26px 15px 35px; }

.l-footer-bottom__nav { margin-bottom: 10px; font-size: 1.1rem; text-align: center; }

.l-footer__cr { color: #adbabe; font-size: 1.1rem; text-align: center; }

@media all and (min-width: 768px) { .l-footer { padding: 96px 0 98px; }
  .l-footer__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .l-footer__info { margin-top: 4px; padding: 0; border-bottom: none; }
  .l-footer__info-logo { width: 300px; margin: 0 auto 25px 0; }
  .l-footer__info-logo svg { width: 300px; height: 36px; }
  .l-footer__info-name { margin-bottom: 6px; font-size: 1.6rem; text-align: left; }
  .l-footer__info-txt { font-size: 1.3rem; text-align: left; line-height: 1.54; letter-spacing: .06em; }
  .l-footer__info-tel { pointer-events: none; }
  .l-footer-nav-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 375px; }
  .l-footer-nav__item { font-size: 1.4rem; }
  .l-footer-nav__item + .l-footer-nav__item { margin-top: 12px; }
  .l-footer-nav__item-link { position: relative; display: block; padding: 0 0 0 14px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-nav__item-link:hover { color: #0080cb; }
  .l-footer-nav__item-link:hover:before { width: 9px; height: 9px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%230080cb%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-nav__item-link:before { position: absolute; top: 10px; left: 0; width: 9px; height: 9px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2344a6d9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-bottom { width: 100%; margin-top: 58px; padding: 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .l-footer-bottom__nav { margin: 0; font-size: 1.2rem; }
  .l-footer-bottom__nav-link:hover { text-decoration: underline; }
  .l-footer__cr { font-size: 1.2rem; } }

/* .l-footer-pagetop
================================================ */
.l-footer-pagetop { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; border-radius: 50%; }

.l-footer-pagetop__link { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; height: 100%; border-radius: 50%; background: #1183b9; color: #fff; text-align: center; text-decoration: none; overflow: hidden; text-indent: 200%; white-space: nowrap; }

.l-footer-pagetop__link:before { position: absolute; top: 16px; left: 17px; margin: auto; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); width: 7px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

@media all and (min-width: 768px) { .l-footer-pagetop { top: auto; right: 40px; bottom: 40px; width: 60px; height: 60px; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
  .l-footer-pagetop__link { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-pagetop__link:before { top: 23px; left: 24px; width: 10px; height: 14px; }
  .l-footer-pagetop__link:hover { background: #0080cb; -webkit-transform: translateY(-5px); transform: translateY(-5px); } }

/*	.l-footer-cv
================================================ */
@media all and (max-width: 767px) { .l-footer-cv { position: fixed; z-index: 1000; width: 100%; left: 0; bottom: -50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-cv.is-show { bottom: 0; }
  .l-footer-cv__btn {width: 100%;font-size: 1rem;font-weight: 700;text-align: center;line-height: 1.4;}
  .l-footer-cv__btn-link { display: block; height: 50px; padding: 10px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .l-footer-cv__btn-en {display: block;font-size: 1.5rem;line-height: 1;/* color: #fff; */}
  .l-footer-cv__btn.is-entry { color: #1183b9; }
  .l-footer-cv__btn.is-entry .l-footer-cv__btn-link { background: #ffee54; }
  .l-footer-cv__btn.is-contact { color: #fff; }
  .l-footer-cv__btn.is-contact .l-footer-cv__btn-link {background: #1183b9;color: #fff;} }

/* .l-header
================================================ */
.l-header { position: relative; z-index: 2000; width: 100%; min-width: 320px; }

@media all and (min-width: 768px) { .l-header {position: fixed;top: 0;left: 0;min-width: 1140px;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;height: 100px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;background: #fff;}
  .l-header.is-fixed { background: #fff; } }

/* .l-header-info
================================================== */
.l-header-info { position: relative; z-index: 3; height: 62px; padding: 17px 60px 0 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.l-header-info__logo {width: 210px;}

.l-header-info__logo svg { display: block; width: 100px; }

@media all and (min-width: 768px) { .l-header-info { height: auto; padding: 0 0 0 40px; }
  .l-header-info__logo {width: 300px;}
  .l-header-info__logo svg { width: 161px; height: 36px; } }

/* .l-nav-btn
================================================== */
.l-nav-btn { position: fixed; top: 10px; right: 10px; width: 42px; height: 42px; background: #1183b9; cursor: pointer; border: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-nav-btn__line { position: absolute; left: 0; right: 0; width: 22px; height: 2px; content: ''; margin: auto; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-nav-btn__line:nth-child(1) { top: 13px; }

.l-nav-btn__line:nth-child(2) { top: 0; bottom: 0; }

.l-nav-btn__line:nth-child(3) { bottom: 13px; }

.l-nav-btn.is-open { background: none; }

.l-nav-btn.is-open .l-nav-btn__line { background: #1183b9; }

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) { top: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) { opacity: 0; }

.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) { bottom: 20px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* .l-nav
================================================ */
.l-nav { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; max-height: calc(100vh - 50px); min-width: 320px; padding: 99px 30px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-overflow-scrolling: touch; }

@media all and (max-width: 767px) { .l-nav { overflow: auto; background: #fff; -webkit-transform: translateX(120%); transform: translateX(120%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-nav::-webkit-scrollbar { display: none; }
  .l-nav.is-open { -webkit-transform: translateX(0); transform: translateX(0); } }

@media all and (min-width: 768px) { .l-nav { position: static; width: auto; min-width: auto; min-height: auto; padding: 0; } }

/* .l-nav-list
================================================== */
@media all and (max-width: 767px) { .l-nav-list__item { font-size: 1.3rem; }
  .l-nav-list__item + .l-nav-list__item { margin-top: 33px; }
  .l-nav-list__item-link { display: block; }
  .l-nav-list__item-en { display: block; font-size: 2.8rem; line-height: 1; } }

@media all and (min-width: 768px) { .l-nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .l-nav-list__item { text-align: center; font-size: 1.1rem; letter-spacing: .06em; }
  .l-nav-list__item-link { display: block; height: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 33px 15px 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-nav-list__item-link:hover { color: #0080cb; }
  .l-nav-list__item-en { display: block; width: 100%; font-size: 1.6rem; line-height: 1; }
  .l-nav-list__item.is-entry, .l-nav-list__item.is-contact { width: 120px; }
  .l-nav-list__item.is-entry .l-nav-list__item-link, .l-nav-list__item.is-contact .l-nav-list__item-link { position: relative; padding-left: 10px; padding-right: 10px; }
  .l-nav-list__item.is-entry .l-nav-list__item-link:before, .l-nav-list__item.is-contact .l-nav-list__item-link:before { position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 100%; pointer-events: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
  .l-nav-list__item.is-entry .l-nav-list__item-link:hover:before, .l-nav-list__item.is-contact .l-nav-list__item-link:hover:before { left: 0; width: 100%; }
  .l-nav-list__item.is-entry .l-nav-list__item-link-in, .l-nav-list__item.is-contact .l-nav-list__item-link-in { position: relative; z-index: 2; display: block; }
  .l-nav-list__item.is-entry { margin-left: 20px; color: #1183b9; }
  .l-nav-list__item.is-entry .l-nav-list__item-link { background: #ffee54; }
  .l-nav-list__item.is-entry .l-nav-list__item-link:hover:before { background: #ffda21; }
  .l-nav-list__item.is-contact { color: #fff; }
  .l-nav-list__item.is-contact .l-nav-list__item-link {background: #1183b9;color: #fff;}
  .l-nav-list__item.is-contact .l-nav-list__item-link:hover { color: #fff; }
  .l-nav-list__item.is-contact .l-nav-list__item-link:hover:before { background: #0080cb; } }

/* .l-nav-overlay
================================================ */
.l-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); z-index: 1000; }

@media all and (min-width: 768px) { .l-nav-overlay { display: none !important; } }

/* .l-main-img HOME
================================================ */
.l-main-img { position: relative; overflow: hidden; margin-top: -62px; padding-top: 76vw; }

.l-main-img__copy-area { padding: 0 0 17px; text-align: center; }

.l-main-img__copy-area-catch { display: block; width: 87%; max-width: 280px; margin: 0 auto 20px; -webkit-transform: translateX(6px); transform: translateX(6px); }

.l-main-img__copy-area-catch-img { width: 100%; }

.l-main-img__copy-area-txt { margin-bottom: 20px; line-height: 1.54; letter-spacing: .2em; }

.l-main-img__copy-area-btn { width: 325px; -webkit-box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); box-shadow: 0 5px 13px rgba(0, 47, 74, 0.16); font-size: 1.4rem; letter-spacing: .2em; }

.l-main-img__copy-area-btn-link { height: 70px; padding: 0 40px 0 65px; }

.l-main-img__copy-area-btn-link:before { right: 25px; }

.l-main-img__copy-area-btn-txt:before { position: absolute; top: 0; bottom: 0; margin: auto; content: ""; display: block; width: 27px; height: 27px; background: url("../img/common/ico_search01.png") no-repeat center/contain; -webkit-transform: translateX(-12px); transform: translateX(-12px); }

.l-main-img__img { overflow: hidden; position: absolute; top: 0; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 106%; height: 74vw; left: -3%; top: -3%; }

.l-main-img__img::after { content: ''; display: inline-block; position: absolute; bottom: -3%; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; opacity: 0; -webkit-transition: opacity 1s ease-in; transition: opacity 1s ease-in; }

.l-main-img__img:first-of-type::after { background-image: url(../img/home/bg_mv01_sp.jpg); }

.l-main-img__img:nth-of-type(2)::after { background-image: url(../img/home/bg_mv02_sp.jpg); }

.l-main-img__img:nth-of-type(3)::after { background-image: url(../img/home/bg_mv03_sp.jpg); }

.l-main-img__img.is-shown::after { opacity: 1; -webkit-animation: 4000ms scale-up ease-out forwards; animation: 4000ms scale-up ease-out forwards; }

@media all and (max-width: 360px) { .l-main-img__copy-area-btn-link { padding-left: 50px; }
  .l-main-img__copy-area-btn-txt { font-size: 1.3rem; }
  .l-main-img__copy-area-btn-txt:before { -webkit-transform: translateX(-20px); transform: translateX(-20px); } }

@media all and (min-width: 768px) { .l-main-img { height: 940px; margin-top: -100px; padding-top: 0; }
  .l-main-img__inner { position: absolute; z-index: 2; top: 0; left: 0; right: 0; margin: auto; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 135px; }
  .l-main-img__copy-area { padding: 0; text-align: left; }
  .l-main-img__copy-area-catch { width: 577px; max-width: none; margin: 0 auto 50px 0; -webkit-transform: none; transform: none; }
  .l-main-img__copy-area-txt { margin-bottom: 40px; font-size: 2rem; }
  .l-main-img__copy-area-btn { margin: 0 auto 0 0; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); width: 450px; font-size: 2rem; }
  .l-main-img__copy-area-btn-link { height: 100px; padding: 0 55px 0 100px; }
  .l-main-img__copy-area-btn-link:before { right: 40px; width: 14px; height: 14px; }
  .l-main-img__copy-area-btn-txt:before { width: 48px; height: 48px; -webkit-transform: translateX(-25px); transform: translateX(-25px); }
  .l-main-img__img { height: 106%; top: -6%; }
  .l-main-img__img:first-of-type::after { background-image: url(../img/home/bg_mv01_pc.jpg); }
  .l-main-img__img:nth-of-type(2)::after { background-image: url(../img/home/bg_mv02_pc.jpg); }
  .l-main-img__img:nth-of-type(3)::after { background-image: url(../img/home/bg_mv03_pc.jpg); } }

@media (min-width: 600px) and (max-height: 736px) { .l-main-img { height: 700px; }
  .l-main-img__inner { padding-bottom: 50px; }
  .l-main-img__copy-area-catch { width: 480px; }
  .l-main-img__copy-area-txt { font-size: 1.8rem; }
  .l-main-img__copy-area-btn { width: 420px; }
  .l-main-img__copy-area-btn-link { height: 80px; padding-left: 80px; } }

@-webkit-keyframes scale-up { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: scale(0.95, 0.95) rotate(0.001deg);
            transform: scale(0.95, 0.95) rotate(0.001deg); }
  100% { -webkit-transform: scale(1, 1) rotate(0.001deg); transform: scale(1, 1) rotate(0.001deg); } }

@keyframes scale-up { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: scale(0.95, 0.95) rotate(0.001deg);
            transform: scale(0.95, 0.95) rotate(0.001deg); }
  100% { -webkit-transform: scale(1, 1) rotate(0.001deg); transform: scale(1, 1) rotate(0.001deg); } }

/* .l-sub-img
================================================ */
.l-sub-img { position: relative; }

.l-sub-img:before { content: ""; display: block; width: 100%; height: 34.7vw; position: absolute; top: 0; right: 0; background: no-repeat top center/cover; }

.l-sub-img__inner { position: relative; z-index: 2; height: 100%; padding: 30.3vw 25px 73px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.l-sub-img__en { width: 100%; margin-bottom: 1px; background: url("../img/common/bg_head01.jpg") left top 10px/300px; color: transparent; font-size: 4.5rem; line-height: 1.2; word-break: break-word; -webkit-background-clip: text; }

_:-ms-lang(x)::-ms-backdrop, .l-sub-img__en { background: none; color: #1183b9; }

.l-sub-img__head { width: 100%; color: #1183b9; font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; }

.l-sub-img.is-blue { height: 200px; background: -webkit-gradient(linear, left top, right top, from(#44a6d9), to(#7ccdf1)); background: linear-gradient(to right, #44a6d9 0%, #7ccdf1 100%); }

.l-sub-img.is-blue:before { content: none; }

.l-sub-img.is-blue .l-sub-img__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 25px; }

.l-sub-img.is-blue .l-sub-img__en { background: none; color: #fff; -webkit-background-clip: initial; }

.l-sub-img.is-blue .l-sub-img__head { color: #fff; }

@media all and (min-width: 768px) { .l-sub-img { height: 480px; padding: 0 20px; }
  .l-sub-img:before { height: 100%; width: calc(50% + 360px); background-position: center; }
  .l-sub-img__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 0 40px; }
  .l-sub-img__en { background-position: left top 20px; background-size: 590px; margin-bottom: 5px; font-size: 9rem; }
  .l-sub-img__head { font-size: 2.2rem; }
  .l-sub-img.is-blue { height: 350px; }
  .l-sub-img.is-blue .l-sub-img__inner { padding: 0 0 15px; } }

@media all and (max-width: 767px) { #about .l-sub-img:before { background-image: url(../img/about/bg_mv01_sp.jpg); }
  #staffing .l-sub-img:before { background-image: url(../img/staffing/bg_mv01_sp.jpg); }
  #interview .l-sub-img:before { background-image: url(../img/interview/bg_mv01_sp.jpg); }
  #forclient .l-sub-img:before { background-image: url(../img/forclient/bg_mv01_sp.jpg); }
  #entry .l-sub-img:before { background-image: url(../img/entry/bg_mv01_sp.jpg); }
  #contact .l-sub-img:before { background-image: url(../img/contact/bg_mv01_sp.jpg); }
  #thanks .l-sub-img:before { background-image: url(../img/contact/bg_mv01_sp.jpg); } }

@media all and (min-width: 768px) { #about .l-sub-img:before { background-image: url(../img/about/bg_mv01_pc.jpg); }
  #staffing .l-sub-img:before { background-image: url(../img/staffing/bg_mv01_pc.jpg); }
  #interview .l-sub-img:before { background-image: url(../img/interview/bg_mv01_pc.jpg); }
  #forclient .l-sub-img:before { background-image: url(../img/forclient/bg_mv01_pc.jpg); }
  #entry .l-sub-img:before { background-image: url(../img/entry/bg_mv01_pc.jpg); }
  #contact .l-sub-img:before { background-image: url(../img/contact/bg_mv01_pc.jpg); }
  #thanks .l-sub-img:before { background-image: url(../img/contact/bg_mv01_pc.jpg); } }

/* .l-sidebar
================================================== */
/* helper
================================================ */
.js-c-anime-elem[data-anime="fadein-up"] { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 0.9s ease; transition: all 0.9s ease; }

.js-c-anime-elem[data-anime="fadein-up"].is-animated { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

.js-c-anime-elem[data-anime="fadein-left"] { opacity: 0; -webkit-transform: translateX(-30px); transform: translateX(-30px); -webkit-transition: all 0.9s ease; transition: all 0.9s ease; }

.js-c-anime-elem[data-anime="fadein-left"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime="fadein-right"] { opacity: 0; -webkit-transform: translateX(30px); transform: translateX(30px); -webkit-transition: all 0.9s ease; transition: all 0.9s ease; }

.js-c-anime-elem[data-anime="fadein-right"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime="draw"] path { stroke-dashoffset: 4000; stroke-dasharray: 4000; -webkit-transition: stroke-dashoffset 5.2s ease; transition: stroke-dashoffset 5.2s ease; }

.js-c-anime-elem[data-anime-delay="0.1"] { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }

.js-c-anime-elem[data-anime-delay="0.2"] { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.js-c-anime-elem[data-anime-delay="0.3"] { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.js-c-anime-elem[data-anime-delay="0.4"] { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }

.js-c-anime-elem[data-anime-delay="0.5"] { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

.js-c-anime-elem[data-anime-delay="0.6"] { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }

.js-c-anime-elem[data-anime-delay="0.7"] { -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }

.js-c-anime-elem[data-anime-delay="0.8"] { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }

.js-c-anime-elem[data-anime-delay="0.9"] { -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }

.js-c-anime-elem[data-anime-delay="1"] { -webkit-transition-delay: 1s; transition-delay: 1s; }

.js-c-anime-elem[data-anime-delay="1.1"] { -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }

.js-c-anime-elem[data-anime-delay="1.2"] { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }

.js-c-anime-elem[data-anime-delay="1.3"] { -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }

.js-c-anime-elem[data-anime-delay="1.4"] { -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }

.js-c-anime-elem[data-anime-delay="1.5"] { -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }

.js-c-anime-elem[data-anime-delay="1.6"] { -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }

.js-c-anime-elem[data-anime-delay="1.7"] { -webkit-transition-delay: 1.7s; transition-delay: 1.7s; }

.js-c-anime-elem[data-anime-delay="1.8"] { -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }

.js-c-anime-elem[data-anime-delay="1.9"] { -webkit-transition-delay: 1.9s; transition-delay: 1.9s; }

.js-c-anime-elem[data-anime-delay="2"] { -webkit-transition-delay: 2s; transition-delay: 2s; }

.js-c-img-slide img { opacity: 0; }

.js-c-img-slide.is_slide { overflow: hidden; position: relative; }

.js-c-img-slide.is_slide img { opacity: 1; }

.js-c-img-slide.is_slide:before { position: absolute; content: ''; -webkit-animation: c-animation01 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; animation: c-animation01 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: #1183b9; pointer-events: none; left: 0; bottom: 0; right: 0; top: 0; z-index: 1; }

@-webkit-keyframes c-animation01 { 100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }

@keyframes c-animation01 { 100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }

.js-c-switch-tab { cursor: pointer; }

.js-c-switch-content { display: none; }

.js-c-switch-content.is-active { display: block; }

.js-c-toggle-trigger { cursor: pointer; }

.js-c-toggle-content { display: none; }

/* page
================================================ */
/* ================================================
	about
================================================ */
/*	.about-concept
================================================ */
.about-concept { position: relative; }

.about-concept__inner { position: relative; z-index: 2; padding-bottom: 98px; }

.about-concept-img-area { position: relative; z-index: 2; width: calc(100% + 50px); margin: 0 auto -90px -25px; }

.about-concept-img-area__img { width: 109%; max-width: none; -webkit-transform: translate(-26px, -22px); transform: translate(-26px, -22px); }

.about-concept-heading { position: relative; margin-bottom: 22px; padding: 132px 0 0; }

.about-concept-heading:before { position: absolute; pointer-events: none; top: 0; left: -27px; content: ""; display: block; width: 293px; height: 157px; background: url("../img/about/txt_concept01.png") no-repeat center/contain; }

.about-concept-heading-in { position: relative; z-index: 2; }

.about-concept-txt-area__txt + .about-concept-txt-area__txt { margin-top: 25px; }

.about-concept__deco01 { position: absolute; pointer-events: none; width: 80px; bottom: 0; left: 10px; }

@media all and (min-width: 768px) { .about-concept__inner { padding-top: 80px; padding-bottom: 68px; }
  .about-concept-img-area { position: absolute; top: 290px; right: -153px; margin: auto; width: 780px; }
  .about-concept-img-area__img { width: 100%; max-width: 100%; -webkit-transform: none; transform: none; }
  .about-concept-heading { z-index: 2; width: 40%; margin-bottom: 32px; padding-top: 102px; }
  .about-concept-heading:before { width: 417px; height: 222px; left: -147px; }
  .about-concept-txt-area { position: relative; z-index: 2; width: 50%; }
  .about-concept-txt-area__txt + .about-concept-txt-area__txt { margin-top: 32px; }
  .about-concept__deco01 { left: calc(50% - 740px); width: 137px; } }

/*	.about-message
================================================ */
.about-message { position: relative; background: linear-gradient(to bottom, transparent 100px, #f4f7f9 100px); }

.about-message:before { position: absolute; pointer-events: none; top: -13vw; left: 0; content: ""; display: block; width: 100%; height: 74.5vw; background: url("../img/about/bg_message01_sp.png") no-repeat center top/100% auto; }

.about-message__inner { position: relative; z-index: 2; padding-top: 23vw; padding-bottom: 62px; }

.about-message-pic-area { position: relative; width: calc(100% - 50px); margin: 0 auto 35px; }

.about-message-pic-area__name { margin-top: 5px; font-weight: 700; font-size: 1.2rem; letter-spacing: .2em; line-height: 1.8; }


.about-message-pic-area__name-big { font-size: 1.5rem; letter-spacing: .2em; }

.about-message-pic-area__pic { width: 100%; }

.about-message-heading { margin-bottom: 22px; }

@media all and (max-width: 360px) { .about-message-heading__lead { font-size: 1.6rem; }
  .about-message-pic-area__name { right: 10px; } }

@media all and (min-width: 768px) { .about-message { padding: 0 20px; background: linear-gradient(to bottom, transparent 500px, #f4f7f9 500px); }
  .about-message:before { height: 1130px; width: 1920px; top: 70px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: url("../img/about/bg_message01_pc.png") no-repeat center/cover; }
  .about-message__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; max-width: 1400px; padding-top: 70px; padding-bottom: 180px; }
  .about-message-pic-area { width: 50%; margin: 0; }
  .about-message-pic-area__name { position: absolute; bottom: -70px; right: 65px; margin-top: 0; font-size: 1.4rem; }
  .about-message-pic-area__name-big { font-size: 2rem; }
  .about-message-txt-area { position: relative; width: 39.3%; margin-top: 223px; }
  .about-message-heading { margin-bottom: 34px; }
  .about-message__txt { max-width: 450px; } }

@media all and (min-width: 1921px) { .about-message:before { width: 100%; height: 59vw; left: 0; -webkit-transform: none; transform: none; } }

/*	.about-company
================================================ */
.about-company__inner { position: relative; z-index: 2; padding-bottom: 70px; }

.about-company-heading { margin-bottom: 28px; }

@media all and (max-width: 360px) { .about-company-data th { width: 90px; } }

@media all and (min-width: 768px) { .about-company__inner { padding-bottom: 129px; }
  .about-company-heading { margin-bottom: 60px; } }

/*	.about-access
================================================ */
.about-access { position: relative; }

.about-access__inner { position: relative; z-index: 2; padding-top: 65px; padding-bottom: 80px; }

.about-access-heading { margin-bottom: 36px; }

.about-access-company { margin-bottom: 26px; }

.about-access-company__name { display: table; margin-bottom: 15px; padding: 0 1px 2px 6px; background: #1183b9; color: #fff; font-weight: 700; font-size: 2.5rem; letter-spacing: .2em; line-height: 1.3; }

.about-access-map { margin: 0 -25px 30px; height: 400px; }

.about-access-map iframe { width: 100%; height: 100%; }

.about-access__deco01, .about-access__deco02, .about-access__deco03 { position: absolute; pointer-events: none; }

.about-access__deco01 { width: 73px; top: 46px; right: 0; }

.about-access__deco03 { width: 56px; bottom: 26px; left: 0; }

@media all and (max-width: 767px) { .about-access-movie { position: relative; }
  .about-access-movie::before { content: ""; display: block; width: 100%; padding-top: 56.25%; }
  .about-access-movie iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
  .about-access-movie + .about-access-movie { margin-top: 20px; } }

@media all and (min-width: 768px) { .about-access__inner { padding-top: 132px; padding-bottom: 150px; }
  .about-access-heading { margin-bottom: 50px; }
  .about-access-company { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 37px; }
  .about-access-company__name { margin: 10px 50px 0 0; padding: 0 4px 2px 8px; font-size: 3rem; -ms-flex-negative: 0; flex-shrink: 0; }
  .about-access-company__txt { font-size: 1.5rem; }
  .about-access-map { margin: 0 auto 40px; height: 580px; }
  .about-access-movie { width: calc(50% - 20px); height: 292px; }
  .about-access-movie-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .about-access-movie iframe { width: 100%; height: 100%; }
  .about-access__deco01 { top: 77px; right: calc(50% - 522px); width: 145px; }
  .about-access__deco02 { top: 637px; width: 135px; left: calc(50% - 700px); }
  .about-access__deco03 { bottom: 104px; right: calc(50% - 734px); left: auto; width: 116px; } }

/* ================================================
	contact
================================================ */
/*	.contact-info
================================================ */
.contact-info__inner { padding-bottom: 33px; }

@media all and (min-width: 768px) { .contact-info__inner { padding-top: 116px; padding-bottom: 97px; }
  .contact-info__lead { text-align: center; } }

/* ================================================
	entry
================================================ */
/*	.entry-info
================================================ */
.entry-info__inner { padding-bottom: 36px; }

.entry-info-about + .entry-info-about { margin-top: 25px; padding-top: 29px; border-top: 1px solid rgba(51, 51, 51, 0.2); }

.entry-info-about__head { margin-bottom: 11px; }

@media all and (min-width: 768px) { .entry-info__inner { padding-top: 119px; padding-bottom: 97px; }
  .entry-info-about + .entry-info-about { margin-top: 33px; padding-top: 33px; }
  .entry-info-about__head { margin-bottom: 7px; } }

/* ================================================
	error
================================================ */
/*	.error-page404
================================================ */
.error-page404__inner { padding-bottom: 33px; }

@media all and (min-width: 768px) { .error-page404__inner { padding-top: 116px; padding-bottom: 97px; } }

/* ================================================
	forclient
================================================ */
/*	l-sub-img
================================================ */
@media all and (max-width: 360px) { #forclient .l-sub-img__en { font-size: 3.8rem; } }

/*	.forclient-feature
================================================ */
.forclient-feature-top { position: relative; padding: 0 0 32px; }

.forclient-feature-top-img-area01 { width: calc(100% - 50px); display: block; margin: 0 auto; }

.forclient-feature-top-img-area01__img { width: 100%; }

.forclient-feature-top-img-area02 { z-index: 2; width: 43%; display: block; margin: -12% 0 -23px auto; }

.forclient-feature-top-img-area02__img { width: 100%; }

.forclient-feature-top__inner { position: relative; z-index: 3; }

.forclient-feature-top-heading { margin-bottom: 25px; }

.forclient-feature-top-txt-area__txt + .forclient-feature-top-txt-area__txt { margin-top: 26px; }

.forclient-feature-top-btn { margin-top: 26px; }

.forclient-feature-top__deco01, .forclient-feature-top__deco02 { position: absolute; pointer-events: none; }

.forclient-feature-top__deco01 { width: 65px; bottom: -2px; right: -19px; }

.forclient-feature-top__deco02 { width: 60px; top: 40vw; left: -9px; }

.forclient-feature__triangle { position: absolute; top: 18%; z-index: -1; left: 41%; -webkit-transform: translateX(-50%) rotate(-8deg); transform: translateX(-50%) rotate(-8deg); width: 60%; }

@media all and (min-width: 768px) { .forclient-feature-top { padding-top: 0; padding-bottom: 115px; }
  .forclient-feature-top-img-area01 { position: absolute; top: 190px; left: calc(50% - 700px); width: 650px; margin: 0; }
  .forclient-feature-top__inner { padding-top: 248px; }
  .forclient-feature-top-heading { width: 40.7%; min-height: 270px; margin: 0 0 107px auto; }
  .forclient-feature-top-txt-area { position: relative; width: 59%; min-height: 300px; }
  .forclient-feature-top-txt-area:before { position: absolute; top: -25px; left: calc(100% + 42px); content: ""; display: block; width: 400px; height: 320px; background: url("../img/forclient/img_feature02.jpg") no-repeat center/contain; }
  .forclient-feature-top-txt-area__txt + .forclient-feature-top-txt-area__txt { margin-top: 32px; }
  .forclient-feature-top-btn { margin-top: 57px; }
  .forclient-feature-top__deco01 { top: 230px; bottom: auto; right: calc(50% - 875px); width: 235px; }
  .forclient-feature-top__deco02 { width: 226px; top: auto; bottom: 105px; left: calc(50% - 813px); }
  .forclient-feature-top__deco03 { position: absolute; pointer-events: none; right: calc(50% - 660px); width: 139px; bottom: -65px; }
  .forclient-feature__triangle { top: 24%; left: 52.4%; -webkit-transform: translateX(-50%) rotate(0deg); transform: translateX(-50%) rotate(0deg); width: 600px; }
  .forclient-feature__triangle svg { width: 600px; height: 500px; } }

@media all and (min-width: 1367px) and (max-width: 1800px) { .forclient-feature-top__deco01 { right: 20px; }
  .forclient-feature-top__deco02 { left: 10px; } }

/*	.forclient-feature-point
--------------------------------------------------*/
.forclient-feature-point { position: relative; }

.forclient-feature-point:before { position: absolute; pointer-events: none; right: 0; bottom: 0; content: ""; display: block; width: 100%; height: calc(100% - 122px); background: #f4f7f9; }

.forclient-feature-point__inner { position: relative; z-index: 2; padding-bottom: 70px; }

.forclient-feature-point__head { margin-bottom: 22px; color: #1183b9; font-weight: 700; font-size: 2.5rem; letter-spacing: .2em; line-height: 1.6; text-align: center; }

.forclient-feature-point__head-bg { margin-right: 3px; padding: 0 3px; color: #fff; background: #1183b9; }

.forclient-feature-point-list__item { position: relative; padding: 30px 30px 32px; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.forclient-feature-point-list__item + .forclient-feature-point-list__item { margin-top: 20px; }

.forclient-feature-point-list__num { position: absolute; top: 0; left: 0; width: 56px; height: 56px; padding: 9px 0 0 9px; background: linear-gradient(135deg, #1183b9 50%, transparent 50%); color: #fff; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.forclient-feature-point-list__img { display: block; width: 85%; max-width: 225px; margin: 0 auto 10px; }

.forclient-feature-point-list__head { margin-bottom: 7px; color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; line-height: 1.56; text-align: center; }

.forclient-feature-point-list__txt { font-size: 1.2rem; }

@media all and (max-width: 360px) { .forclient-feature-point__head { font-size: 2rem; } }

@media all and (min-width: 768px) { .forclient-feature-point:before { width: calc(50% + 700px); height: calc(100% - 170px); }
  .forclient-feature-point__inner { padding-bottom: 103px; }
  .forclient-feature-point__head { margin-bottom: 47px; font-size: 3rem; text-align: left; }
  .forclient-feature-point__head-bg { margin-right: 2px; padding: 0 8px; }
  .forclient-feature-point-list__item { 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; padding: 35px 50px; width: calc(100% - 80px); }
  .forclient-feature-point-list__item:nth-of-type(even) { margin-left: auto; }
  .forclient-feature-point-list__item + .forclient-feature-point-list__item { margin-top: 40px; }
  .forclient-feature-point-list__num { width: 60px; height: 60px; font-size: 1.4rem; }
  .forclient-feature-point-list__img { width: 220px; max-width: none; margin: 0 50px 0 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .forclient-feature-point-list__head { margin-bottom: 13px; font-size: 2.5rem; text-align: left; }
  .forclient-feature-point-list__txt { font-size: 1.5rem; } }

/*	.forclient-solution
================================================ */
.forclient-solution { position: relative; }

.forclient-solution:before { position: absolute; z-index: -1; pointer-events: none; top: 0; left: 0; content: ""; display: block; width: 100%; height: 280px; background: url("../img/forclient/bg_solution01_sp.png") no-repeat center bottom/cover; }

.forclient-solution__inner { position: relative; z-index: 2; padding-top: 65px; padding-bottom: 65px; }

.forclient-solution-heading { position: relative; margin-bottom: 98px; }

.forclient-solution-heading:before { position: absolute; left: -26px; top: -132px; content: ""; display: block; width: 303px; height: 156px; background: url("../img/forclient/txt_solution01.png") no-repeat center/contain; }

.forclient-solution-heading-in { position: relative; z-index: 2; }

@media all and (min-width: 768px) { .forclient-solution:before { height: 925px; width: 1920px; top: -295px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: url("../img/forclient/bg_solution01_pc.png") no-repeat center/cover; }
  .forclient-solution__inner { padding-top: 191px; padding-bottom: 130px; }
  .forclient-solution-heading { margin-bottom: 230px; }
  .forclient-solution-heading:before { width: 435px; height: 223px; left: -146px; top: -102px; } }

@media all and (min-width: 1921px) { .forclient-solution:before { height: 49vw; width: 100%; left: 0; -webkit-transform: none; transform: none; } }

/*	.forclient-solution-sec
--------------------------------------------------*/
.forclient-solution-sec { position: relative; z-index: 2; margin-bottom: 36px; }

.forclient-solution-sec-wrap { position: relative; }

.forclient-solution-sec-wrap__deco01, .forclient-solution-sec-wrap__deco02 { position: absolute; pointer-events: none; }

.forclient-solution-sec-wrap__deco01 { width: 210px; top: -100px; right: -75px; }

.forclient-solution-sec:last-of-type { margin-bottom: 0; }

.forclient-solution-sec-pic-area { width: calc(100% - 50px); margin: 0 auto 14px; }

.forclient-solution-sec-pic-area__pic { width: 100%; }

.forclient-solution-sec-txt-area__head { margin-bottom: 12px; color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; }

@media all and (min-width: 768px) { .forclient-solution-sec { 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; margin-bottom: 60px; }
  .forclient-solution-sec-wrap__deco01 { width: 333px; top: 310px; right: calc(50% - 855px); }
  .forclient-solution-sec-wrap__deco02 { width: 182px; left: calc(50% - 770px); bottom: 340px; }
  .forclient-solution-sec:nth-of-type(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .forclient-solution-sec-pic-area { width: 450px; margin: 0; }
  .forclient-solution-sec-txt-area { width: 52.6%; margin-top: -18px; }
  .forclient-solution-sec-txt-area__head { margin-bottom: 17px; font-size: 2.5rem; } }

/* ================================================
	home
================================================ */
/*	.home-about
================================================ */
.home-about { position: relative; padding-top: 58px; }

.home-about-img-area01 { width: calc(100% - 50px); display: block; margin: 0 auto; }

.home-about-img-area01__img {width: 100%;position: relative;z-index: 1;}

.home-about-img-area02 { z-index: 2; width: 43%; display: block; margin: -12% 0 -23px auto; }

.home-about-img-area02__img { width: 100%; }

.home-about__inner { position: relative; z-index: 3; }

.home-about__triangle { position: absolute; top: 34%; z-index: -1; left: 49%; -webkit-transform: translateX(-50%) rotate(-60deg); transform: translateX(-50%) rotate(-60deg); width: 60%; }

.home-about-heading { margin-bottom: 25px; }

.home-about-btn { margin-top: 26px; }

.home-about__deco01, .home-about__deco02 { position: absolute; pointer-events: none; }

.home-about__deco01 { width: 65px; bottom: 48px; right: -22px; }

.home-about__deco02 { width: 60px; top: 55vw; left: -9px; }

@media all and (min-width: 768px) { .home-about { padding-top: 0; }
  .home-about-img-area01 {position: absolute !important;top: 150px;left: calc(50% - 700px);width: 650px;margin: 0;z-index: 4;}
  .home-about-img-area02 { position: absolute !important; top: auto; bottom: 155px; right: calc(50% - 540px); width: 400px; margin: 0; }
  .home-about__inner { padding-top: 208px; }
  .home-about__triangle { top: 29%; left: 48.4%; -webkit-transform: translateX(-50%) rotate(0deg); transform: translateX(-50%) rotate(0deg); width: 804px; }
  .home-about__triangle svg { width: 804px; height: 645px; }
  .home-about-heading { width: 40.7%; min-height: 270px; margin: 0 0 107px auto; }
  .home-about-txt-area-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .home-about-txt-area { width: 60%; }
  .home-about-txt-area__txt + .home-about-txt-area__txt { margin-top: 32px; }
  .home-about-txt-area-img-area { width: 400px; margin-top: -27px; }
  .home-about-txt-area-img-area img { width: 100%; }
  .home-about-btn { margin-top: 57px; }
  .home-about__deco01 { top: 189px; bottom: auto; right: calc(50% - 875px); width: 235px; }
  .home-about__deco02 { width: 226px; top: auto; bottom: -74px; left: calc(50% - 813px); } }

@media all and (min-width: 1367px) and (max-width: 1800px) { .home-about__deco01 { right: 20px; }
  .home-about__deco02 { left: 10px; } }

/*	.home-staffing
================================================ */
.home-staffing { padding-top: 80px; margin-bottom: 75px; }

.home-staffing-top__inner { position: relative; z-index: 2; }

.home-staffing-top-img-area { position: relative; margin: 0 auto 36px; }

.home-staffing-top-img-area:before { position: absolute; pointer-events: none; z-index: 2; right: 20px; bottom: -30px; content: ""; display: block; width: 67px; height: 68px; background: url("../img/common/ico_triangle05.png") no-repeat center/contain; }

.home-staffing-top-img-area__img { width: 100%; }

.home-staffing-top-heading__lead { margin: 24px auto 15px; color: #1183b9; font-weight: 700; font-size: 3rem; letter-spacing: .2em; line-height: 1.6; }

@media all and (min-width: 768px) { .home-staffing { margin-bottom: 150px; padding-top: 180px; }
  .home-staffing-top {margin-bottom: -13px;}
  .home-staffing-top__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .home-staffing-top-img-area { width: 740px; margin: 0 -160px 0 auto; }
  .home-staffing-top-img-area:before { right: 53px; bottom: -66px; content: ""; display: block; width: 139px; height: 155px; }
  .home-staffing-top-heading { width: 40%; margin: 23px auto 0 0; }
  .home-staffing-top-heading__lead {margin: 27px auto 23px;font-size: 3.6rem;} }

/* bg set */
@media all and (max-width: 767px) { .home-staffing-top { position: relative; padding: 0 0 46px; background: #f4f7f9; }
  .home-staffing-top:before { position: absolute; pointer-events: none; left: 0; top: -130px; content: ""; display: block; width: 100%; height: 233px; background: url("../img/home/bg_staffing01_sp.png") no-repeat center top/100% 100%; }
  .home-staffing-support { position: relative; padding: 0 0 155px; background: linear-gradient(to bottom, #f4f7f9 calc(100% - 200px), transparent calc(100% - 200px)); background-size: 100% calc(100%); }
  .home-staffing-support:before { position: absolute; pointer-events: none; bottom: 0; left: 0; content: ""; display: block; width: 100%; height: 45%; background: url("../img/home/bg_staffing02_sp.png") no-repeat center/100% 100%; }
  .home-staffing-support__inner {position: relative;z-index: 2;padding: 20px;} }

@media all and (min-width: 768px) { .home-staffing { position: relative; }
  .home-staffing:before { position: absolute; pointer-events: none; z-index: -1; content: ""; display: block; top: -204px; left: 0; width: 100%; height: 2318px; background: url("../img/home/bg_staffing01_pc.png") no-repeat center top/1920px; } }

@media all and (min-width: 1921px) { .home-staffing:before { background-size: 100% 100%; } }

/*	.home-staffing-support
---------------------------------------*/
.home-staffing-support { margin-bottom: 10px; }

.home-staffing-support__head { margin-bottom: 15px; color: #1183b9; font-weight: 700; font-size: 2.2rem; letter-spacing: .2em; line-height: 1.6; text-align: center; }

.home-staffing-support__head-bg { margin-right: 3px; padding: 0 3px; color: #fff; background: #1183b9; }

.home-staffing-support-list { margin-bottom: 50px; }

.home-staffing-support-list__item { position: relative; padding: 30px 30px 40px; -webkit-box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); box-shadow: 0 10px 26px rgba(0, 47, 74, 0.16); background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.home-staffing-support-list__item + .home-staffing-support-list__item { margin-top: 20px; }

.home-staffing-support-list__num { position: absolute; top: 0; left: 0; width: 56px; height: 56px; padding: 9px 0 0 9px; background: linear-gradient(135deg, #1183b9 50%, transparent 50%); color: #fff; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.home-staffing-support-list__img { display: block; width: 85%; max-width: 225px; margin: 0 auto 10px; }

.home-staffing-support-list__head { margin-bottom: 7px; color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; line-height: 1.56; text-align: center; }

.home-staffing-support-list__txt { font-size: 1.2rem; }

@media all and (max-width: 360px) { .home-staffing-support__head { font-size: 2rem; } }

@media all and (min-width: 768px) { .home-staffing-support { margin-bottom: 0; }
  .home-staffing-support__head { font-size: 3rem; text-align: left; }
  .home-staffing-support__head-bg { margin-right: 2px; padding: 0 8px; }
  .home-staffing-support-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: -47px auto 100px; }
  .home-staffing-support-list__item { width: 29.6%; padding: 40px 33px 46px; }
  .home-staffing-support-list__item + .home-staffing-support-list__item { margin-top: 0; }
  .home-staffing-support-list__item:nth-of-type(1) {/* margin-top: 80px; */}
  .home-staffing-support-list__item:nth-of-type(2) {/* margin-top: 40px; */}
  .home-staffing-support-list__num { width: 60px; height: 60px; font-size: 1.4rem; }
  .home-staffing-support-list__img { width: 240px; max-width: none; margin-bottom: 8px; }
  .home-staffing-support-list__head { margin-bottom: 13px; font-size: 2.5rem; }
  .home-staffing-support-list__txt { font-size: 1.5rem; } }

/*	.home-staffing-support-flow */
.home-staffing-support-flow { margin-bottom: 48px; }

.home-staffing-support-flow-head-area { position: relative; padding: 12px 10px 10px; margin-bottom: 30px; background: #44a6d9; }

.home-staffing-support-flow-head-area:before { position: absolute; right: 0; left: 0; bottom: -16px; margin: auto; -webkit-transform: rotate(90deg); transform: rotate(90deg); width: 24px; height: 24px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2344a6d9%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.home-staffing-support-flow-head-area__en { display: table; margin: 0 auto 1px; padding-bottom: 1px; border-bottom: 2px solid #1183b9; color: #1183b9; text-align: center; }

.home-staffing-support-flow-head-area__head { color: #fff; font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; text-align: center; }

.home-staffing-support-flow-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.home-staffing-support-flow-list__item { position: relative; width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.home-staffing-support-flow-list__item:nth-of-type(n + 3) { margin-top: 17px; }

.home-staffing-support-flow-list__item:nth-of-type(1) .home-staffing-support-flow-list-img-area svg { width: 36px; height: 44px; margin-left: 12px; }

.home-staffing-support-flow-list__item:nth-of-type(2) .home-staffing-support-flow-list-img-area svg { width: 50px; height: 37px; margin-left: -1px; }

.home-staffing-support-flow-list__item:nth-of-type(3) .home-staffing-support-flow-list-img-area svg { width: 34px; height: 45px; }

.home-staffing-support-flow-list__item:nth-of-type(4) .home-staffing-support-flow-list-img-area svg { width: 26px; height: 50px; }

.home-staffing-support-flow-list__num { position: absolute; top: 0; left: calc(50% - 50px); width: 30px; height: 30px; 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; background: #1183b9; border-radius: 50%; color: #fff; text-align: center; font-size: 1rem; }

.home-staffing-support-flow-list-img-area { width: 100px; height: 100px; 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; margin: 0 auto 10px; background: #fff; border-radius: 50%; }

.home-staffing-support-flow-list__txt { color: #1183b9; font-weight: 700; font-size: 1.5rem; line-height: 1.6; text-align: center; }

@media all and (min-width: 768px) { .home-staffing-support-flow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 52px; }
  .home-staffing-support-flow-head-area { width: 240px; margin-bottom: 0; padding: 42px 10px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-staffing-support-flow-head-area:before { -webkit-transform: none; transform: none; top: 0; bottom: 0; right: -18px; left: auto; width: 25px; height: 25px; }
  .home-staffing-support-flow-head-area__en { margin-bottom: 20px; border-width: 3px; font-size: 1.5rem; }
  .home-staffing-support-flow-head-area__head { font-size: 2rem; line-height: 1.6; }
  .home-staffing-support-flow-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(100% - 295px); }
  .home-staffing-support-flow-list__item { width: 21%; }
  .home-staffing-support-flow-list__item:nth-of-type(n + 3) { margin-top: 0; }
  .home-staffing-support-flow-list__item:last-of-type:before { content: none; }
  .home-staffing-support-flow-list__item:nth-of-type(1) .home-staffing-support-flow-list-img-area svg { width: 52px; height: 61px; margin-left: 15px; }
  .home-staffing-support-flow-list__item:nth-of-type(2) .home-staffing-support-flow-list-img-area svg { width: 69px; height: 50px; }
  .home-staffing-support-flow-list__item:nth-of-type(3) .home-staffing-support-flow-list-img-area svg { width: 47px; height: 62px; }
  .home-staffing-support-flow-list__item:nth-of-type(4) .home-staffing-support-flow-list-img-area svg { width: 35px; height: 70px; margin-left: 4px; }
  .home-staffing-support-flow-list__item:before { position: absolute; top: 61px; right: -25px; content: ""; display: block; width: 14px; height: 14px; border: 3px solid #1183b9; border-left: none; border-bottom: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .home-staffing-support-flow-list__num { left: calc(50% - 72px); width: 42px; height: 42px; font-size: 1.4rem; }
  .home-staffing-support-flow-list-img-area { width: 140px; height: 140px; margin-bottom: 8px; }
  .home-staffing-support-flow-list-img-area svg { width: 80px; }
  .home-staffing-support-flow-list__txt { 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; height: 60px; font-size: 1.8rem; } }

/*	.home-staffing-work
------------------------------*/
.home-staffing-work {position: relative;/* background: linear-gradient(to bottom, transparent 210px, #f4f7f9 210px); */}

.home-staffing-work__inner { position: relative; z-index: 2; padding: 0; }

.home-staffing-work__head { margin-bottom: 35px; color: #1183b9; font-weight: 700; font-size: 2.5rem; letter-spacing: .2em; line-height: 1; text-align: center; }

.home-staffing-work__head-bg { margin-right: 3px; padding: 0 6px; color: #fff; background: #1183b9; }

.home-staffing-work-list__item { padding: 0 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.home-staffing-work-list-pic-area { margin-bottom: 10px; }

.home-staffing-work-list-pic-area__pic { width: 100%; }

.home-staffing-work-list__head { margin-bottom: 15px; padding-bottom: 11px; border-bottom: 1px solid #44a6d9; color: #1183b9; font-weight: 700; font-size: 1.5rem; line-height: 1.6; }

.home-staffing-work-list-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1.6; }

.home-staffing-work-list-detail__head { margin-bottom: 10px; width: 50px; background: #dbebf5; -webkit-box-sizing: border-box; box-sizing: border-box; color: #1183b9; font-size: 1rem; text-align: center; }

.home-staffing-work-list-detail__head:last-of-type { margin-bottom: 0; }

.home-staffing-work-list-detail__txt { margin-bottom: 10px; width: calc(100% - 55px); font-size: 1.1rem; }

.home-staffing-work-list-detail__txt:last-of-type { margin-bottom: 0; }

.home-staffing-work__entry { margin-bottom: 50px; color: #1183b9; font-size: 2.2rem; font-weight: 700; text-align: center; letter-spacing: .2em; line-height: 1.6; }

.home-staffing-work__deco01, .home-staffing-work__deco02 { position: absolute; pointer-events: none; }

.home-staffing-work__deco01 { width: 210px; top: -110px; right: -48px; }

.home-staffing-work__deco02 { width: 115px; left: -40px; bottom: 473px; }

@media all and (min-width: 768px) { .home-staffing-work { overflow: hidden; padding-top: 160px; background: none; }
  .home-staffing-work-pc-bg { position: absolute; pointer-events: none; z-index: -1; top: 445px; right: 0; width: calc(100% - 260px); min-width: 1400px; height: 660px; }
  .home-staffing-work__head { margin-bottom: 53px; font-size: 3rem; text-align: left; }
  .home-staffing-work__head-bg { padding: 0 8px; }
  .home-staffing-work-list { margin-bottom: 61px; }
  .home-staffing-work-list__item { width: 320px !important; margin-right: 60px; padding: 0; }
  .home-staffing-work-list-pic-area { margin-bottom: 17px; }
  .home-staffing-work-list__head { margin-bottom: 20px; padding-bottom: 19px; font-size: 1.8rem; letter-spacing: .04em; }
  .home-staffing-work-list-detail__head { width: 70px; margin-bottom: 8px; font-size: 1.2rem; }
  .home-staffing-work-list-detail__txt { width: calc(100% - 80px); margin-bottom: 8px; font-size: 1.3rem; }
  .home-staffing-work__entry { margin-bottom: 98px; font-size: 3rem; }
  .home-staffing-work__deco01 { top: -45px; right: calc(50% - 590px); width: 333px; }
  .home-staffing-work__deco02 { width: 182px; left: calc(50% - 665px); bottom: 343px; } }

/* js-work-slider */
.js-work-slider { margin-bottom: 0; padding-bottom: 17px; }

.js-work-slider.slick-dotted.slick-slider { margin-bottom: 47px; }

.js-work-slider .slick-prev, .js-work-slider .slick-next { z-index: 10; width: 42px; height: 42px; border-radius: 50%; background: #1183b9; -webkit-transform: none; transform: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; top: 22vw; }

.js-work-slider .slick-prev:before, .js-work-slider .slick-next:before { content: ""; opacity: 1; width: 10px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.js-work-slider .slick-prev:hover, .js-work-slider .slick-prev:focus, .js-work-slider .slick-next:hover, .js-work-slider .slick-next:focus { background: #1183b9; }

.js-work-slider .slick-prev { left: 11%; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.js-work-slider .slick-next { right: 11%; }

.js-work-slider .slick-dots li { width: 10px; height: 10px; margin: 0 6px; border-radius: 50%; overflow: hidden; }

.js-work-slider .slick-dots li button { width: 100%; height: 100%; }

.js-work-slider .slick-dots li button:before { width: 100%; height: 100%; content: ""; background: #adbabe; }

.js-work-slider .slick-dots li.slick-active button:before { background: #44a6d9; }

@media all and (max-width: 360px) { .js-work-slider .slick-prev, .js-work-slider .slick-next { top: 20vw; } }

@media all and (min-width: 768px) { .js-work-slider { padding-bottom: 0; }
  .js-work-slider.slick-dotted.slick-slider {margin-bottom: 61px;/* overflow: hidden; */padding: 0px 0px;}
  .js-work-slider .slick-prev, .js-work-slider .slick-next { width: 60px; height: 60px; top: 90px; }
  .js-work-slider .slick-prev:before, .js-work-slider .slick-next:before { width: 14px; height: 14px; }
  .js-work-slider .slick-prev { left: -30px; }
  .js-work-slider .slick-next { right: -30px; }
  .js-work-slider .slick-list {/* width: 1470px; */}
  .js-work-slider .slick-dots { top: -77px; max-width: 50%; right: 0; bottom: auto; text-align: right; } }

/*	.home-interview
================================================ */
.home-interview { position: relative; }

.home-interview__inner { position: relative; z-index: 2; padding-bottom: 20px; }

.home-interview-pic-area { position: relative; width: calc(100% - 100px); margin: 0 auto; }

.home-interview-pic-area-wrap { position: relative; margin: 0 -25px 37px; }

.home-interview-pic-area-wrap:before { position: absolute; pointer-events: none; top: 66px; left: 0; content: ""; display: block; width: 100%; height: 100%; background: url("../img/home/bg_interview01_sp.jpg") no-repeat center bottom/cover; }

.home-interview-pic-area__pic { width: 100%; }

.home-interview-heading { margin-bottom: 25px; }

.home-interview__lead { margin-bottom: 17px; color: #1183b9; font-size: 1.8rem; font-weight: 700; letter-spacing: .2em; line-height: 1.6; }

.home-interview-btn { margin-top: 26px; }

@media all and (max-width: 360px) { .home-interview-heading__en { font-size: 4rem; } }

@media all and (min-width: 768px) { .home-interview:before {position: absolute;pointer-events: none;content: "";display: block;top: 0;height: 815px;width: calc(50% + 700px);/* background: url("../img/home/bg_interview01_pc.jpg") no-repeat right center/cover; */}
  .home-interview__inner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 50px;padding-bottom: 150px;}
  .home-interview-pic-area {margin: 0;position: relative;z-index: 2;width: 630px;}
  .home-interview-pic-area-wrap { margin: 0; }
  .home-interview-pic-area-wrap:before { content: none; }
  .home-interview-txt-area {width: 410px;margin: 0px 0 0 0px;padding: 0 20px 35px 60px;/* background: #fff; */-webkit-box-sizing: border-box;box-sizing: border-box;}
  .home-interview-heading {margin: -93px auto 52px;}
  .home-interview__lead-wrap { position: relative; }
  .home-interview__lead-wrap:before { position: absolute; content: ""; display: block; width: 57px; height: 40px; top: -20px; left: -43px; background: url("../img/common/ico_quotation01.png") no-repeat center/contain; }
  .home-interview__lead { position: relative; z-index: 2; margin-bottom: 19px; font-size: 2.5rem; }
  .home-interview-btn { margin-top: 71px; } }

/*	.home-forclient
================================================ */
.home-forclient { position: relative; margin-bottom: 75px; }

.home-forclient:before { position: absolute; pointer-events: none; z-index: -1; top: 100px; right: 0; content: ""; display: block; width: calc(100% - 55px); height: calc(100% - 125px); background: #dbebf5; }

.home-forclient__inner { position: relative; z-index: 2; padding-top: 55px; }

.home-forclient__img { display: block; width: 225px; max-width: 100%; margin: 0 auto 24px; }

.home-forclient-heading { margin-bottom: 21px; }

.home-forclient-btn { margin-top: 26px; }

.home-forclient__deco01 { position: absolute; pointer-events: none; top: 0; left: -10px; width: 63px; }

@media all and (max-width: 360px) { .home-forclient-heading__en { font-size: 3.8rem; } }

@media all and (min-width: 768px) { .home-forclient { margin-bottom: 150px; }
  .home-forclient:before { width: 800px; top: 47px; right: 0; left: 0; margin: auto; height: calc(100% - 78px); }
  .home-forclient__inner { padding-top: 118px; }
  .home-forclient__img { position: absolute; top: 0; right: 27px; width: 356px; margin: 0; }
  .home-forclient-heading { margin-bottom: 52px; }
  .home-forclient-btn { margin: 46px auto 0 0; }
  .home-forclient__deco01 { width: 120px; left: auto; right: calc(50% - 351px); top: auto; bottom: 0; } }

/* ================================================
	interview
================================================ */
/*	l-sub-img
================================================ */
@media all and (max-width: 360px) { #interview .l-sub-img__en { font-size: 4rem; } }

/*	.interview-info
================================================ */
.interview-info { position: relative; padding-bottom: 10px; }

.interview-info__deco01 { position: absolute; pointer-events: none; bottom: -50px; right: -5px; width: 120px; }

@media all and (min-width: 768px) { .interview-info { padding-bottom: 0; }
  .interview-info__deco01 { bottom: -170px; right: calc(50% - 810px); width: 182px; } }

/*	.interview-info-top
--------------------------------------------------*/
.interview-info-top { position: relative; z-index: 2; }

.interview-info-top:before { position: absolute; pointer-events: none; bottom: 0; left: 0; content: ""; display: block; width: 100%; height: calc(100% - 60px); background: #f4f7f9; }

.interview-info-top__inner { position: relative; z-index: 2; padding-bottom: 65px; }

.interview-info-top-pic-area { position: relative; width: calc(100% - 50px); margin: 0 auto 28px; }

.interview-info-top-pic-area__pic { width: 100%; }

.interview-info-top-name-area {position: absolute;right: -25px;bottom: -20px;width: 180px;padding: 11px 20px 16px;background: #1183b9;-webkit-box-sizing: border-box;box-sizing: border-box;}

.interview-info-top-name-area__name {color: #fff;font-weight: 700;font-size: 1.5rem;letter-spacing: .2em;text-align: center;}

.interview-info-top-name-area__en {color: #fff;font-size: 1rem;text-align: center;}

.interview-info-top-txt-area { position: relative; padding: 23px 0 0; }

.interview-info-top-txt-area:before { position: absolute; top: 0; left: -15px; width: 57px; height: 40px; content: ""; display: block; background: url("../img/common/ico_quotation01.png") no-repeat center/contain; }

.interview-info-top-txt-area__head { position: relative; z-index: 2; margin-bottom: 15px; color: #1183b9; font-weight: 700; font-size: 2rem; letter-spacing: .2em; line-height: 1.6; }

.interview-info-top__deco01 { position: absolute; pointer-events: none; width: 220px; bottom: 6px; right: -57px; }

@media all and (min-width: 768px) { .interview-info-top:before { width: calc(50% + 700px); height: calc(100% - 340px); }
  .interview-info-top__inner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;max-width: 1400px;padding-top: 51px;padding-bottom: 20px;}
                                   .interview-info-top__inner.reverse {
    flex-direction: row-reverse;
}
  .interview-info-top-pic-area { width: 40.7%; margin: 0; }
  .interview-info-top-name-area { width: 250px; right: -20px; bottom: -22px; padding: 29px 40px 31px; }
  .interview-info-top-name-area__name { font-size: 2rem; }
  .interview-info-top-name-area__en { font-size: 1.4rem; }
  .interview-info-top-txt-area { width: 50%; margin-top: 40px; padding-top: 36px; }
                                 .reverse  .interview-info-top-txt-area {width: 50%;/* margin-top: 40px; *//* padding-top: 36px; */text-align-last: end;}
  .interview-info-top-txt-area:before { left: -57px; width: 85px; height: 60px; }
  .interview-info-top-txt-area__head { margin-bottom: 33px; max-width: 540px; font-size: 3rem; }
  .interview-info-top-txt-area__txt { max-width: 540px; }
  .interview-info-top__deco01 { width: 333px; bottom: 20px; right: calc(50% - 700px); } }

/*	.interview-info-content
--------------------------------------------------*/
.interview-info-content { position: relative; z-index: 2; padding: 42px 25px 0; }

.interview-info-content-box { margin-bottom: 37px; }

.interview-info-content-box-wrap.is-type01 .interview-info-content-box-pic-area:before { width: 70px; height: 80px; right: -13px; bottom: -10px; background-image: url("../img/common/ico_triangle01.png"); }

.interview-info-content-box-wrap.is-type02 .interview-info-content-box-pic-area { width: calc(100% - 50px); }

.interview-info-content-box-wrap.is-type02 .interview-info-content-box-pic-area:before { width: 70px; height: 80px; right: -40px; top: 10px; background-image: url("../img/common/ico_triangle07.png"); }

.interview-info-content-box-head-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 16px; }

.interview-info-content-box-head-area__num { 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; -ms-flex-negative: 0; flex-shrink: 0; width: 30px; height: 30px; padding-top: 2px; border-radius: 50%; background: #1183b9; color: #fff; font-size: 1.2rem; letter-spacing: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.interview-info-content-box-head-area__head { width: calc(100% - 40px); color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; line-height: 1.6; }

.interview-info-content-box-pic-area { position: relative; margin: 0 auto 20px; }

.interview-info-content-box-pic-area:before { position: absolute; pointer-events: none; content: ""; display: block; background-position: center; background-repeat: no-repeat; background-size: contain; }

.interview-info-content-box-pic-area__pic { width: 100%; }

.interview-info-content-box-pic-area.is-wide { margin-left: -25px; margin-right: -25px; }

.interview-info-content-box-pic-area.is-wide:before { width: 55px; height: 70px; top: -30px; right: 0; background-image: url("../img/common/ico_triangle08.png"); }

.interview-info-content-box-pic-area.is-wide:after { position: absolute; pointer-events: none; width: 80px; height: 88px; bottom: -10px; left: 10px; content: ""; display: block; background: url("../img/common/ico_triangle02.png") no-repeat center/contain; }

@media all and (min-width: 768px) { .interview-info-content { max-width: 1400px; margin: 0 auto; padding: 100px 0 0; }
  .interview-info-content-box { width: 100%; max-width: 1080px; margin: 0 auto 95px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .interview-info-content-box-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .interview-info-content-box-wrap.is-type01 { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .interview-info-content-box-wrap.is-type01 .interview-info-content-box { width: calc(50% - 20px); margin: 0; padding: 0 60px 50px 0; }
  .interview-info-content-box-wrap.is-type01 .interview-info-content-box-pic-area { width: 560px; margin: 0; }
  .interview-info-content-box-wrap.is-type01 .interview-info-content-box-pic-area:before { width: 140px; height: 175px; right: -19px; bottom: -23px; }
  .interview-info-content-box-wrap.is-type02 { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .interview-info-content-box-wrap.is-type02 .interview-info-content-box { width: calc(50% + 90px); margin: 0; padding: 0 0 0 60px; }
  .interview-info-content-box-wrap.is-type02 .interview-info-content-box-pic-area { width: 450px; margin: -40px 0 0 0; }
  .interview-info-content-box-wrap.is-type02 .interview-info-content-box-pic-area:before { width: 114px; height: 101px; right: -60px; top: 34px; }
  .interview-info-content-box-head-area { margin-bottom: 21px; }
  .interview-info-content-box-head-area__num { width: 42px; height: 42px; font-size: 1.4rem; }
  .interview-info-content-box-head-area__head { width: calc(100% - 52px); font-size: 2.5rem; }
  .interview-info-content-box-pic-area { -ms-flex-negative: 0; flex-shrink: 0; }
  .interview-info-content-box-pic-area.is-wide { margin: 100px auto 80px; }
  .interview-info-content-box-pic-area.is-wide:before { width: 116px; height: 93px; top: 152px; right: -38px; }
  .interview-info-content-box-pic-area.is-wide:after { width: 135px; height: 165px; bottom: -60px; left: 23px; } }

/*	.interview-chance
================================================ */
.interview-chance-bg__img { width: 100%; }

.interview-chance__inner { padding-bottom: 75px; }

.interview-chance-heading { margin-bottom: 16px; }

.interview-chance-heading__img { width: 100%; }

@media all and (min-width: 768px) { .interview-chance { margin-top: -10px; background: url("../img/interview/bg_chance01_pc.png") no-repeat center top/cover; }
  .interview-chance__inner { padding-top: 310px; padding-bottom: 173px; }
  .interview-chance-heading { margin-bottom: -50px; }
  .interview-chance-heading__img { width: 819px; }
  .interview-chance__txt { width: 56%; } }

/* ================================================
	privacy
================================================ */
/*	.privacy-info
================================================ */
.privacy-info__inner { padding-top: 75px; padding-bottom: 36px; }

.privacy-info-content__inner { padding-top: 55px; padding-bottom: 75px; }

.privacy-info-content-sec + .privacy-info-content-sec { margin-top: 25px; padding-top: 29px; border-top: 1px solid rgba(51, 51, 51, 0.2); }

.privacy-info-content-sec__head { margin-bottom: 12px; }

.privacy-info-content-sec__link { color: #44a6d9; text-decoration: underline !important; }

@media all and (min-width: 768px) { .privacy-info__inner { padding-top: 115px; padding-bottom: 97px; }
  .privacy-info__lead { text-align: center; }
  .privacy-info-content__inner { padding-top: 100px; padding-bottom: 145px; }
  .privacy-info-content-sec + .privacy-info-content-sec { margin-top: 45px; padding-top: 43px; }
  .privacy-info-content-sec__head { margin-bottom: 7px; }
  .privacy-info-content-sec__link:hover { text-decoration: none !important; } }

/* ================================================
	staffing
================================================ */
/*	.staffing-contractor
================================================ */
.staffing-contractor { position: relative; }

.staffing-contractor__inner { position: relative; z-index: 2; padding-bottom: 52px; }

.staffing-contractor-heading { margin-bottom: 27px; }

.staffing-contractor__txt { margin-bottom: 25px; }

.staffing-contractor-img-area__img { width: 100%; }

.staffing-contractor__deco01, .staffing-contractor__deco02 { position: absolute; pointer-events: none; }

.staffing-contractor__deco01 { width: 63px; top: 10px; right: 20px; }

@media all and (min-width: 768px) { .staffing-contractor { margin-bottom: 77px; }
  .staffing-contractor__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-top: 120px; padding-bottom: 79px; }
  .staffing-contractor-txt-area { width: 37%; margin-top: 73px; }
  .staffing-contractor-heading { margin-bottom: 22px; }
  .staffing-contractor__txt { margin: 0; }
  .staffing-contractor-img-area { width: 627px; }
  .staffing-contractor__deco01 { width: 152px; top: 55px; right: auto; left: calc(50% - 717px); }
  .staffing-contractor__deco02 { width: 162px; top: 434px; right: calc(50% - 733px); } }

/*	.staffing-feature
================================================ */
.staffing-feature { position: relative; background: -webkit-gradient(linear, left top, left bottom, color-stop(25vw, transparent), color-stop(25vw, #f4f7f9)); background: linear-gradient(to bottom, transparent 25vw, #f4f7f9 25vw); }

.staffing-feature:before { position: absolute; pointer-events: none; top: 0; left: 0; content: ""; display: block; width: 100%; height: 74vw; background: url("../img/staffing/bg_feature01_sp.png") no-repeat center top/100% auto; }

.staffing-feature__inner { position: relative; z-index: 2; padding-top: 75vw; }

@media all and (min-width: 768px) { .staffing-feature { background: linear-gradient(to bottom, transparent 500px, #f4f7f9 500px, #f4f7f9 calc(100% - 180px), transparent calc(100% - 180px)); background-size: 100% calc(100%); }
  .staffing-feature:before { height: 1080px; width: 1920px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: url(../img/staffing/bg_feature01_pc.png) no-repeat center/cover; }
  .staffing-feature__inner { padding-top: 275px; } }

@media all and (min-width: 1921px) { .staffing-feature:before { width: 100%; height: 56.5vw; left: 0; -webkit-transform: none; transform: none; } }

/*	.staffing-feature-top
--------------------------------------------------*/
.staffing-feature-top { position: relative; margin-bottom: 36px; }

.staffing-feature-top:before { position: absolute; pointer-events: none; width: 246px; height: 148px; top: -128px; left: -45px; content: ""; display: block; background: url("../img/staffing/txt_shine01.png") no-repeat center top/contain; }

.staffing-feature-top-heading { position: relative; z-index: 2; margin-bottom: 20px; }

@media all and (max-width: 360px) { .staffing-feature-top-heading__lead { font-size: 1.6rem; } }

@media all and (min-width: 768px) { .staffing-feature-top { min-height: 750px; margin-bottom: 105px; }
  .staffing-feature-top:before { width: 461px; height: 332px; top: -149px; left: -177px; }
  .staffing-feature-top-heading { margin-bottom: 34px; }
  .staffing-feature-top__txt { width: 42%; }
  .staffing-feature-top__txt + .staffing-feature-top__txt { margin-top: 31px; } }

/*	.staffing-feature-sec
--------------------------------------------------*/
.staffing-feature-sec-wrap { margin-bottom: 47px; }

.staffing-feature-sec + .staffing-feature-sec { margin-top: 36px; }

.staffing-feature-sec-pic-area { width: calc(100% - 50px); margin: 0 auto 15px; }

.staffing-feature-sec-pic-area__pic { width: 100%; }

.staffing-feature-sec-txt-area__head { margin-bottom: 18px; color: #1183b9; font-weight: 700; font-size: 1.8rem; letter-spacing: .2em; line-height: 1.6; }

@media all and (min-width: 768px) { .staffing-feature-sec { 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; }
  .staffing-feature-sec-wrap { margin-bottom: 100px; }
  .staffing-feature-sec:nth-of-type(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .staffing-feature-sec + .staffing-feature-sec { margin-top: 80px; }
  .staffing-feature-sec-pic-area { width: 450px; margin: 0; }
  .staffing-feature-sec-txt-area { width: 52.8%; }
  .staffing-feature-sec-txt-area__head { font-size: 2.5rem; } }

/*	.staffing-feature-check
--------------------------------------------------*/
.staffing-feature-check { padding: 50px 25px 42px; background: url("../img/staffing/bg_check01_sp.jpg") no-repeat center/cover; -webkit-box-sizing: border-box; box-sizing: border-box; }

.staffing-feature-check-head-area { position: relative; padding: 10px 5px 12px; margin: 0 auto 28px; border: 2px solid #fff; border-bottom: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.staffing-feature-check-head-area:before { bottom: 0; left: 0; position: absolute; pointer-events: none; content: ""; display: block; width: 100%; height: 2px; background: linear-gradient(to right, #fff calc(50% - 9px), transparent calc(50% - 9px), transparent calc(50% + 9px), #fff calc(50% + 9px)); background-size: 100% calc(100%); }

.staffing-feature-check-head-area:after { position: absolute; pointer-events: none; content: ""; display: block; width: 19px; height: 16px; right: 0; left: 0; top: calc(100% - 2px); margin: auto; background: url("../img/staffing/ico_arrow01.png") no-repeat center/contain; }

.staffing-feature-check-head-area__en { display: table; margin: 0 auto 6px; border-bottom: 2px solid #fff; color: #fff; font-size: 1.3rem; text-align: center; }

.staffing-feature-check-head-area__ja { color: #fff; font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; text-align: center; line-height: 1.6; }

.staffing-feature-check-txt-area__lead { margin-bottom: 15px; color: #ffee54; font-weight: 700; font-size: 1.8rem; line-height: 1.6; letter-spacing: .2em; }

.staffing-feature-check-txt-area__txt { color: #fff; }

@media all and (min-width: 768px) { .staffing-feature-check { 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; width: 100%; max-width: 1400px; margin: 0 auto; padding: 80px 15px 85px; background-image: url("../img/staffing/bg_check01_pc.jpg"); }
  .staffing-feature-check-head-area { width: 240px; height: 200px; margin: 0 65px 0 6px; padding: 39px 10px 0; border: 3px solid #fff; border-right: none; }
  .staffing-feature-check-head-area:before { width: 3px; height: 100%; right: 0; left: auto; background: linear-gradient(to bottom, #fff calc(50% - 10px), transparent calc(50% - 10px), transparent calc(50% + 10px), #fff calc(50% + 10px)); background-size: 100% calc(100%); }
  .staffing-feature-check-head-area:after { background-image: url("../img/staffing/ico_arrow02.png"); top: 0; left: calc(100% - 3px); bottom: 0; width: 21px; height: 23px; }
  .staffing-feature-check-head-area__en { margin-bottom: 18px; padding: 0 0 4px; border-width: 3px; font-size: 1.5rem; }
  .staffing-feature-check-head-area__ja { font-size: 2rem; }
  .staffing-feature-check-txt-area { width: 57%; }
  .staffing-feature-check-txt-area__lead { margin-bottom: 25px; font-size: 2.7rem; } }

/*	.staffing-flow
================================================ */
.staffing-flow { margin-top: -23px; }

@media all and (min-width: 768px) { .staffing-flow { margin-top: 0; }
  .staffing-flow__deco03 { top: 60.4%; }
  .staffing-flow__deco04 { bottom: 115px; } }

/*	.staffing-entry
================================================ */
.staffing-entry { position: fixed; z-index: 2000; top: calc(50% - 90px); right: -280px; padding: 30px 15px; width: 280px; height: 185px; background: url("../img/staffing/bg_entry01.jpg") no-repeat center/cover; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.staffing-entry.is-hide { opacity: 0 !important; right: -280px !important; }

.staffing-entry.is-show { right: 0; opacity: 1; }

.staffing-entry__head { margin-bottom: 20px; color: #fff; font-weight: 700; font-size: 1.8rem; text-align: center; letter-spacing: .2em; line-height: 1.6; }

.staffing-entry-btn { width: 220px; font-size: 1.6rem; }

.staffing-entry-btn__link { height: 50px; }

.staffing-entry-btn__link:before { right: 19px; }

.staffing-entry-close { cursor: pointer; position: absolute; right: 0; bottom: 100%; width: 20px; height: 20px; background: #333; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.staffing-entry-close:hover { opacity: .7; }

.staffing-entry-close:before, .staffing-entry-close:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; content: ""; display: block; width: 13px; height: 2px; background: #fff; }

.staffing-entry-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.staffing-entry-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

#index_top_wrap {
    overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.flexslider .slides > li.flex-active-slide {
  animation: zoomUp 10s linear 0s normal both;
}


.page_title {
    z-index: 2;
}
.page_title {
    position: relative;
    z-index: 9;
    /* width: 1170px; */
    padding: 0px 0px 0px 0px;
}


.page_title:not(.cmn_page_title) .box_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page_title .box_text {
    position: absolute;
    top: 0;
    right: 50%;
    padding-top: 220px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.page_title .box_text {
    /* position: relative; */
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page_title:not(.cmn_page_title) .box_text .jp {
    font-size: 16px;
    color: #287fad;
}
.page_title .box_text .jp {
    letter-spacing: 0.05em;
    opacity: 0.6;
}
.wrap_1200, .cmn_contact_inner, .cmn_contact_item, .page_title .box_text, .magazine, .intro .box_text, .outline, .access, .officer, .history, .gallery {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.page_title:not(.cmn_page_title) .box_text .en {
    font-size: 5rem;
    margin-bottom: 10px;
    line-height: 60px;
    color: #287fad;
}
.page_title .box_text .en {
    text-transform: uppercase;

    letter-spacing: 0.05em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.en_sb, .cmn_contact_title .en, .page_title .box_text .en, .sec_title .en, .magazine .c_title .en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.intro {
    position: relative;
    margin-bottom: 198px;
}

.intro .box_img {
    width: 58.666%;
    position: relative;
    margin-left: auto;
    z-index: 1;
}
.img-fit {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
}
.img-fit img {
	width:100%;
}
.intro .box_img .img::before {
    /* height: 880px; */
    /* padding-top: 0; */
}
.img-fit::before {
    /* width: 100%; */
    height: 0;
    /* content: ''; */
    display: block;
    padding-top: 60%;
    position: relative;
}



.boxtext {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 0px;
}
.boxtext h2{
    font-size: 39px;
}
.boxtext p{}
.boxtext p.right{
    text-align: right;
}

.boxtextworks {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0px 150px 0px;
}
.boxtextworks p{}
.boxtextrecruit {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0px 150px 0px;
}
.boxtextrecruit.staffbox {
	background:#f1f1f1;
	max-width: 100%;
}
.boxtextrecruit p{
    margin: 0;
    padding: 30px;
    font-size: 16px;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
}
.boxtextrecruit p.staffcomment {
    background: #fff;
}
.staffbox .txt {
    max-width: 1170px;
    margin: 0 auto;
}

.recruithead {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0px 0px 100px 0px;
}
.recruithead .rhl{
    width: 50%;
    font-size: 3rem;
}
.recruithead .rhr{
    width: 60%;
    font-size: 1.8rem;
    line-height: 30px;
}

.worksh2 {
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
		margin-bottom: 30px;
}
.worksh2 h2{
    font-size: 38px;
}
    .panel-horizontal p.lead {
	font-size: 26px;
	line-height: 40px;
}
.panel-horizontal h5 {
	font-size: 36px;
	border-left: 8px solid #ccc;
	padding: 0px 0px 0px 20px;
}

.faq_title .box_text .jp {
    font-size: 16px;
}
.faq_title .box_text .jp {
    letter-spacing: 0.05em;
    opacity: 0.6;
}
.faq_title {
    padding: 100px 0px 0px 0px;
}
 .faq_title .box_text{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.faq_title .box_text .en {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 60px;
}
.faq_title .box_text .en {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.faq_title .en{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}



.welfare_title .box_text .jp {
    font-size: 16px;
    color: #1183b9;
}
.welfare_title .box_text .jp {
    letter-spacing: 0.05em;
    opacity: 0.6;
}
.welfare_title {
    padding: 200px 0px 40px 0px;
}
 .welfare_title .box_text{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.welfare_title .box_text .en {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    color: #1183b9;
}
.welfare_title .box_text .en {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.welfare_title .en{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.panel-horizontal + * {
    /* margin-top: 80px; */
}
.panel-horizontal {
position: relative;
    display: flex;
    align-items: center;
    margin: 80px 0 0;
    /* width: 1370px; */
    margin: 0 auto;
}
 .panel-horizontal.reverses {
    flex-direction: row-reverse;
}
 .panel-horizontal.reverse {
    flex-direction: row-reverse;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0px;
    justify-content: space-between;
}

.panel-horizontal.reverse > .img {
    width: 43%;
}
.panel-horizontal > .img {
    width: 49%;
    position: relative;
    z-index: 11;
}
.panel-horizontal .img img {
    width: 100%;
    max-width: none;
}
.home .panel-horizontal .text {
    width: 520px;
}

.panel-horizontal .text {
    padding: 16px 8.5vw 16px 9vw;
    position: relative;
    z-index: 1;
    width: 440px;
}
.panel-horizontal.reverse .text {
    padding: 0 0px 0 0px;
    width: 560px;
}

main .panel-horizontal > * {
    /* width: 50%; */
}
.reverses .txtbg {left: 0;}
.top__news .txtbg {bottom: 0;right: initial;left: 0;}

.page-id-54 .txtbg {bottom: -170px;}
.page-id-63 .txtbg {bottom: -170px;}
.page-id-56 .txtbg {bottom: -170px;}
.page-id-58 .txtbg {bottom: -170px;}
.page-id-26 .txtbg {bottom: -170px;}
.single-post .txtbg {bottom: -170px;}.category .txtbg {bottom: -170px;}
.archive  .txtbg {bottom: -170px;}
.home-staffing-top .txtbg {left: -150px;bottom: -120px;}
.txtbg {
    position: absolute;
    bottom: 350px;
    right: 0;
    font-size: 180px;
    z-index: -1;
    color: #eaf5fc;
    font-family: 'Jost', sans-serif;
}
.home-interview .txtbg {bottom: 0;right: 330px;}
.panel-horizontal .text > *:first-child {
    margin-top: 0;
}
.panel-horizontal .panel-heading {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #1183b9;
    border-bottom: 3px solid #1183b9;
    display: inline;
}

.panel-horizontal h4:not([class]), .panel-horizontal .h4 {
    font-size: 46px;
}
 .panel-horizontal p {
    font-size: 18px;
    line-height: 31px;
}

.company__inner {
    margin-inline:auto;
    max-width: 1170px;
    padding: 0 4.5333333333vw;
    position: relative
}

@media (min-width: 52.1875em) {
    .company__inner {
        padding:.5555555556vw 8.3333333333vw 0
    }
}

@media (min-width: 90em) {
    .company__inner {
        padding: 8px 120px 70px;
    }
}

.company__inner:before {
    color: #fff;
    content: "COMPANY";
    display: none;
    font-family: Tamil MN,Yu Gothic Medium,游ゴシック Medium,yugothic,游ゴシック体,noto-sans-cjk-jp,sans-serif;
    letter-spacing: .04em;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: -1
}

@media (min-width: 52.1875em) {
    .company__inner:before {
        display:block;
        font-size: 9.5833333333vw;
        right: -1.3888888889vw
    }
}

@media (min-width: 90em) {
    .company__inner:before {
        font-size:138px;
        right: -20px
    }
}

.company__infoarea {

    margin-top: 12.8vw
}

@media (min-width: 52.1875em) {
    .company__infoarea {
        border-top:none;
        margin-top: 4.8611111111vw;
        padding-left: 1.8055555556vw
    }
}

@media (min-width: 90em) {
    .company__infoarea {
        margin-top:70px;
        padding-left: 0;
    }
}

@media (min-width: 52.1875em) {
    .company__row {
        /* display:grid; */
        /* gap: 4.9305555556vw; */
        /* grid-template-columns: 1fr 1fr; */
    }
}

@media (min-width: 90em) {
    .company__row {
        /* gap:71px; */
    }
}

@media (min-width: 52.1875em) {
    .company__row:first-child .company__item {

    }
}

@media (min-width: 90em) {
    .company__row:first-child .company__item {

    }
}

.company__item {

    padding: 5.3333333333vw 0;
    position: relative
}

@media (min-width: 52.1875em) {
    .company__item {

        display: flex;
        gap: 2.5vw;
        padding: 1.6666666667vw 0
    }
}

@media (min-width: 90em) {
    .company__item {

        gap: 36px;
        padding: 24px 0
    }
}

.company__item dt {
    font-size: 3.4666666667vw;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.7142857143
}

@media (min-width: 52.1875em) {
    .company__item dt {
        font-size:.9722222222vw;
        width: 5.2777777778vw
    }
}

@media (min-width: 90em) {
    .company__item dt {
        font-size: 24px;
        width: 146px;
    }
}

.company__item dd {
    font-size: 3.4666666667vw;
    letter-spacing: .03em;
    line-height: 1.7142857143;
    margin-top: 2.1333333333vw
}

@media (min-width: 52.1875em) {
    .company__item dd {
        font-size:.9722222222vw;
        margin-top: 0
    }
}

@media (min-width: 90em) {
    .company__item dd {
        font-size:14px
    }
}

.company__item:before {
    background: #;
    content: "";
    height: .5333333333vw;
    left: 0;
    position: absolute;
    bottom: -3px;
    transform: translateY(-100%);
    width: 3.7333333333vw
}

@media (min-width: 52.1875em) {
    .company__item:before {
        height:.1388888889vw;
        width: 1.8055555556vw
    }
}

@media (min-width: 90em) {
    .company__item:before {
        height:2px;
        width: 116px;
    }
}

.company__item--full:after {
    background: #;
    bottom: 0;
    content: "";
    height: .5333333333vw;
    left: 0;
    position: absolute;
    transform: translateY(50%);
    width: 3.7333333333vw
}

@media (min-width: 52.1875em) {
    .company__item--full:after {
        height:.1388888889vw;
        width: 1.8055555556vw
    }
}

@media (min-width: 90em) {
    .company__item--full:after {
        height:2px;
        width: 26px
    }
}

.company__map {
    max-height: 413px;
    width: 100%
}

@media (min-width: 52.1875em) {
    .company__map {
        height:28.6805555556vw;
        margin-top: 3.4027777778vw
    }
}

@media (min-width: 90em) {
    .company__map {
        height:413px;
        margin-top: 49px
    }
}

.company__iframe-wrap {
    height: 100%;
    width: 100%
}

.company__iframe-wrap iframe {
    filter: grayscale(100%);
    height: 100%;
    width: 100%
}
.recruitbtn {max-width: 1170px;margin: 0 auto;padding: 10px 0px 60px 0px;text-align: right;}
.recruitbtn a:after  {
    content:">";
    position: absolute;
    right: 20px;
    color: #000;
}

.recruitbtn a{
    background-color: #fff;
    border: 1px solid #ccc;
    /* display: block; */
    position: relative;
    /* width: 210px; */
    padding: 14px 50px;
    border-radius: 92px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.recruitfaq {}
.recruitfaq h3{}
.recruitfaq img{}

.accordion-container {
  max-width: 1170px;
  margin: 70px auto 0;
}

.accordion-title {
  position: relative;
  margin: 0;
  padding: 10px 40px;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
  /* color: #ff9532; */
  bottom: -100%;
  left: 0;
  padding-left: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.accordion-title p {
    margin: 0;
}
.q-fig {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 7px 14px;
    margin: 0px 20px 0px 0px;
}
.a-fig {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 7px 14px;
    margin: 0px 20px 0px 0px;
}

.accordion-title:active,
.accordion-title.open {
  /* background-color: #ff9532; */
  /* color: #fff; */
  transition: all 0.3s ease-in-out;
}

.accordion-title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.accordion-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background-color: #000;
  transition: all 0.2s ease-in-out;
}

.accordion-title.active::before {
  transform: rotate(180deg);
  background-color: #000;
}

.accordion-title.open::after {
  opacity: 0;
}

.accordion-content {padding: 10px 20px 10px 20px;display: none;}
.accordion-title hr {
    margin: 0;
}


.accessarea {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 0px 40px 0px;
}
.accessarea dl{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 40px 0px;
}
.accessarea dl dt{
    width: 40%;
}
.accessarea dl dt h3{
    font-size: 28px;
}
.accessarea dl dt p{
    line-height: 25px;
}
.accessarea dl dd {
    width: 60%;
}
.accessarea dl dd {
}
.accessarea dl dd iframe{
    width: 100%;
    height: 320px;
}
.staffinterviewimg {  max-width: 1170px;
    margin: 0 auto;
    padding: 0px 0px 40px 0px;}
.staffinterviewimg img{
     width: 100%;
}
@media screen and (max-width: 768px) {
.panel-horizontal {
    display: block;
    padding: 50px 0px 0px 0px;
}   
	.panel-horizontal > .img {
    width: 100%;
}
	.home .panel-horizontal .text {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
}
	.panel-horizontal.reverse {
    padding: 50px 0 0 0;
}
	.panel-horizontal.reverse > .img {
    width: 100%;
}
	.subbtn {
		width:160px;
	}
}

#bread_crumb {
    max-width: 1170px;
    margin: 0 auto;
}


.workslist {}
.workslist h2{
    text-align: center;
    font-size: 39px;
}
/*  .c-archive02
================================================== */
.c-archive02 { line-height: 1.6; }

.c-archive02__item { margin-top: 25px; }

.c-archive02__item-in { position: relative; }

.c-archive02__item-award { position: absolute; top: -2px; right: -2px; z-index: 1; width: 100px; }

.c-archive02__item-new { position: absolute; z-index: 1; top: -6px; left: 7px; padding: 15px 0 0 8px; font-size: 1.6rem; text-align: center; color: #fff; width: 54px; height: 51px; background: url(../img/common/ico_new01.png) no-repeat left top/contain; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-archive02__item-pickup { position: absolute; z-index: 1; top: 6px; left: -5px; padding: 7px 13px 0 0px; font-size: 1.6rem; text-align: center; color: #fff; width: 102px; height: 36px; background: url(../img/common/ico_pickup01.png) no-repeat left top/contain; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-archive02__item-tit { margin-top: 15px; font-size: 1.5rem; font-weight: 700; }
.c-archive02__item-tit span {
    border: 2px solid #ccc;
    border-radius: 19px;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 10px 0px 0px;
}
.c-archive02__item-meta { margin-top: 4px; font-size: 1.1rem; color: rgba(0, 0, 0, 0.7); }

.c-archive02__item-cat-item + .c-archive02__item-cat-item::before { display: inline-block; content: '|'; margin: 0 0.7em 0 0.5em; }
.c-archive02:after {
	content:"";
	width: 32.333%;
	display:block;
}
@media all and (min-width: 768px) { .c-archive02 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 auto;max-width: 1170px;justify-content: space-between;}
  .c-archive02__item {-ms-flex-preferred-size: 380px;/* flex-basis: 380px; *//* max-width: 380px; *//* margin: 0 15px 38px; */width: 32.333%;}
  .c-archive02__item-in { -webkit-transition: color 0.3s ease; transition: color 0.3s ease; }
  .c-archive02__item-in:hover { color: #156da5; }
  .c-archive02__item-img { height: 214px; }
  .c-archive02__item-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover; object-position: center;'; }
  .c-archive02__item-tit { margin-top: 15px; font-size: 1.6rem; }
  .c-archive02__item-meta { margin-top: 4px; font-size: 1.3rem; } }


.p-index__hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staffhero  {
    padding: 110px 0px 0px 0px;
}
.staffreverse {
    flex-direction: row-reverse;
}
.p-index__hero .p-index__hero--wrapper {
    position: relative;
    width: 52%;
    /* margin: 0 auto; */
}

.p-index__hero .p-index__hero--image {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 440px;
    /* min-height: 500px; */
    overflow: hidden
}

@media (max-width: 991px) {
    .p-index__hero .p-index__hero--image {
        width:100%;
        height: calc(var(--viewport-height) - 200px);
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .p-index__hero .p-index__hero--image {
        height:calc(var(--viewport-height) - 170px)
    }
}

.p-index__hero .p-index__hero--image .p-index__hero--image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(#wp-content/uploads/image_staff01.jpg);
    background-position: left 35% center;
    background-size: cover;
    /* opacity: 0; */
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .p-index__hero .p-index__hero--image .p-index__hero--image-item {
        background-image:url(#wp-content/uploads/img_insert05.jpg);
        background-position: center;
    }
}
.p-index__hero.staffreverse  .p-index__hero--catch-wrapper {
    right: 80%;
}
.p-index__hero .p-index__hero--catch-wrapper {
    z-index: 3;
    position: absolute;
    right: 5%;
    bottom: -30px;
    /* width: 190px; */
    /* max-width: calc(100% - 40px); */
    padding: 80px;
    color: #fff
}

@media (max-width: 1280px) {
    .p-index__hero .p-index__hero--catch-wrapper {
        width:460px;
        padding: 60px 80px
    }
}

@media (max-width: 991px) {
    .p-index__hero .p-index__hero--catch-wrapper {
        position:relative;
        right: 0;
        bottom: 180px;
        width: 420px;
        margin-bottom: -180px;
        margin-left: auto
    }
}

@media (max-width: 575px) {
    .p-index__hero .p-index__hero--catch-wrapper {
        bottom: 50px;
        width: 150px;
        margin-bottom: -90px;
        padding: 10px;
    }
}

.p-index__hero .p-index__hero--catch-wrapper .p-index__hero--catch-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1183b9
}

.p-index__hero .p-index__hero--catch {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center
}

.p-index__hero .p-index__hero--catch .p-index__hero--catch-h {
    position: relative;
    top: -5px;
    margin: 0;
    padding: 0
}

.p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
    font-size: 2.375rem;
    letter-spacing: 20px;
    white-space: nowrap
}

@media (max-width: 1280px) {
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
        font-size:2.0625rem;
        letter-spacing: 15px
    }
}

@media (max-width: 991px) {
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
        font-size:1.875rem
    }
}

@media (max-width: 575px) {
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
        font-size:1.6875rem;
        letter-spacing: 10px
    }
}

@media (max-width: 400px) {
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
        font-size:1.5625rem
    }
}

@media (max-width: 356px) {
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja {
        font-size:1.25rem;
        letter-spacing: 8px
    }
}

.p-index__hero .p-index__hero--catch .p-index__hero--catch-ja .p-index__hero--catch-ja-ln {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.p-index__hero.staffhero .p-index__hero--catch .p-index__hero--catch-ja .p-index__hero--catch-ja-ln {
    text-align: left;
    letter-spacing: normal;
}
.p-index__hero .p-index__hero--catch .p-index__hero--catch-ja .p-index__hero--catch-ja-ln span {
    display: block;
    font-size: 20px;
}
@media (max-width: 767px) {
  .recruitbtn a {
    margin: 0 auto;
    display: block;
    width: 150px;
}
  .home-interview-pic-area {
    width: 100%;
}
  .home-interview-pic-area-wrap {
    margin: 0;
}
  .home-staffing-top-heading__lead {
    font-size: 2.2rem;
  }
  .accessarea dl dt {
    width: 100%;
}
  .accessarea dl dd {
    width: 100%;
}
  .accessarea dl dt h3 {
    font-size: 1.7rem;
}
  .welfare_title .box_text .en {
    font-size: 3rem;
    margin: 0;
    line-height: normal;
}
    .p-index__hero .p-index__hero--catch .p-index__hero--catch-ja .p-index__hero--catch-ja-ln {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.2;
    }
}

.p-index__hero .p-index__hero--catch .p-index__hero--catch-en {
    display: flex;
    margin-top: 15px;
    overflow: hidden;
    font-size: 1.4375rem;
    font-weight: 400;
    letter-spacing: 4px;
    white-space: nowrap
}

.catchright {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: right;
    margin: 0 auto;
}
.catchright h5{
    font-size: 38px;
    margin: 0;
    width: 100%;
    font-weight: bold;
}
.catchright p{
    font-size: 24px;
    margin: 0;
    line-height: 32px;
    padding: 30px 0px 0px 0px;
    width: 100%;
    /* max-width: 700px; */
}


.recruitleadarea {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    font-size: 39px;
}
.recruitleadarea h3{}


.recruitdetail {
    /* margin: 20px; */
    padding: 90px 0px 0px 0px;
    /* background-color: #f9f9f9; */
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
}

.recruitdetail h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto 30px auto;
    border-left: 8px solid #ccc;
    padding: 0px 0px 0px 10px;
}

.recruitdetail h2 span {
    /* display: block; */
    font-size: 16px;
    color: #666;
    /* margin-top: 8px; */
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 4px 20px;
    margin: 0px 0px 0px 10px;
}

.recruitdlist {background: #f1f1f1;padding: 50px 0px;}
.recruitdlistiinner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    justify-content: space-between;
}
.recruitdlistiinner:after {
	content:"";
	width:31.3333%;
}
.recruitimg {
    position: relative;
}
.recruitbox {
    width: 31.333%;
    background: #fff;
}
.recruitbox a {
	text-decoration:none;
	position: relative;
}
.recruitbox img{width: 100%;position: relative;}
.recruitbox h3{padding: 10px;}
.recruitbox p.rbadge{display: inline;color: #fff;position: absolute;left: 0;bottom: 0;margin: 0;padding: 0 20px;}

.recruitbox p.rbadge.shain{
    background: #f7931d;
}
.recruitbox p.rbadge.keiyaku{
    background: #00a78e;
}
.recruitbox p{padding: 10px;}
.rft {
    text-align: center;
}
.footer_contact {
  position: relative;
  /* height: 600px; */
  padding: 70px 0px;
  background: #2686b7;
  margin: 100px 0px 0px 0px;
}
.footer_contact .all_wrap{max-width: 1170px;margin: 0 auto;}
@media only screen and (max-width: 767px) {
  .catchright h5 {
    text-align: center;
    font-size: 3rem;
    padding: 50px 0px 0px 0px;
}
  .catchright p {
    text-align: center;
    font-size: 2rem;
}
  .boxtextrecruit {
    padding: 0;
}
  .boxtextrecruit p {
    padding: 15px;
    font-size: 1.5rem;
  }
  .footer_contact {
    width: 100%;
    height: auto;
    padding: 60px 0 40px;
  }
}
.footer_contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 93.75vw;
  height: 100%;
  background-color: #577082;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer_contact_bg {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 0;
  }
}
.footer_contact_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.footer_contact_title {
  position: relative;
  /* display: inline-block; */
  padding-top: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_title {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
}
.footer_contact_text {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_text {
    font-size: 1.54vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_text {
    margin-top: 20px;
  }
}
.footer_contact_btns {
  /* position: absolute; */
  /* top: 0px; */
  /* left: 500px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer_contact_btns {
    left: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btns {
    left: 27.27vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btns {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
}
.footer_contact_btn {
  width: 49%;
  /* height: 160px; */
  /* margin-bottom: 40px; */
  border-right: 1px solid #ccc;
}
.footer_contact_btn:last-child {
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn {
    width: 54.54vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 0;
  }
}
.footer_contact_btn_icon  {
    display: block;
}
.footer_contact_btn_icon i {
    background: #00a0e9;
    padding: 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 37px;
}
.footer_contact_btn a {
  position: relative;
  width: 100%;
  padding: 0 40px;
  border: 1px solid #fff;
  border-radius: 80px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn a {
    padding: 0 3.63vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn a {
    padding: 0 18px;
  }
}
.footer_contact_btn_body {
  /* padding-left: 40px; */
  /* color: #fff; */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn_body {
    padding-left: 3.63vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn_body {
    padding-left: 20px;
  }
}
.footer_contact_btn_body .number {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn_body .number {
    font-size: 3.63vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn_body .number {
    font-size: 28px;
  }
}
.footer_contact_btn_body .hour {
  font-size: 17px;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn_body .hour {
    font-size: 1.54vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn_body .hour {
    font-size: 15px;
  }
}
.footer_contact_btn_body .text {
  font-size: 32px;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_contact_btn_body .text {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact_btn_body .text {
    font-size: 20px;
  }
}
.footer_contact_btn._tel a {
  cursor: text;
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer_contact_btn._tel a span i{
    background: #2686b7;
    padding: 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 37px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
}
.fcontactarea {
    background: #fff;
    padding: 30px 0px;
    margin: 50px 0px 0px 0px;
}


.welfaressec {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.welfarebox {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 49%;
    border-radius: 15px;
    text-align: center;
    padding: 20px 20px;
    margin: 0px 0px 30px 0px;
}

.welfarebox img{
    /* border-radius: 100px; */
}

.welfarebox h4{}
.welfarebox h5{}
.welfarebox p{
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .welfaressec {
        padding: 0 20px; /* セクション全体に左右の余白を追加 */
    }
    
    .welfarebox {
        width: 100%;
        margin-bottom: 20px;
    }
}

body {
  --scroll-gap: 0px;
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - var(--scroll-gap) / 2));
  }
}

.scroll_wrap {
  margin-block-start: 20vh;
  width: 100%;
  overflow: hidden;
}

.scroll_track {
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
}

.scroll_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 var(--scroll-gap);
}

.scroll_cont {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  width: 330px;
}

.newsarea {
    position: relative;
}
.top__news {
    display: flex;
    width: calc(100% - 163px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0;
    flex-wrap: wrap;
}

.top__news--head {
    margin-right: 3%;
    width: 26%;
}

.top__news--head .c-title__content {
    margin-bottom: 74px;
    padding-left: 0;
    z-index: 999;
    position: relative;
}

.top__news--head .c-title__content .en {
  display: inline;
  /* flex-direction: column; */
  font-weight: bold;
  color: #1183b9;
  border-bottom: 3px solid #1183b9;
  display: inline;
}
.top__news--head .c-title__content .jp {display: block;font-size: 39px;padding: 50px 0px 0px 0px;}

.top__news--head .c-title__content:before {
    top: 70px;
    left: 0;
    width: 40px;
    height: 2px;
    transform: translateY(-50%)
}

.top__news--head .c-button__more a:after {
    background-image: url(/assets/images/common/icon_arrow.svg)
}

.top__news--head .c-button__more a span {
    white-space: nowrap
}

.top__news--list {
    width: 70%;
}
.c-button__more {
    width: 100%;
    text-align: right;
}
.top__news--list li {
    position: relative;
    left: 20px;
    /* opacity: 0; */
}

.top__news--list li a {
    /* display: flex; */
    position: relative;
    align-items: center;
    width: 100%;
    padding: 23px 0 5px 14px;
    transition: .5s ease;
    text-decoration: none;
    display: block;
}

.top__news--list li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,#b9cad1,#b9cad1 50%,transparent 0,transparent) 0 0;
    background-size: 2px 1px;
    content: "";
    background-repeat: repeat-x;
    display: block;
}

.top__news--list li a:hover {
    opacity: .7
}

.top__news--list li a .meta {
    display: flex;
    align-items: center;
    position: relative;
}

.top__news--list li a .meta time {
    margin-right: 20px;
    color: #9a9f9f;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: .05em
}

.top__news--list li a .meta .tag {
    width: 110px;
    margin-right: 14px;
    padding: 3px 0;
    border: 1px solid #039e8e;
    border-radius: 14px;
    color: #039e8e;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: .1em;
    text-align: center
}

.top__news--list li a .news {
    font-weight: 400;
    font-size: 26px;
    line-height: 2.1428571429;
    letter-spacing: .05em;
    display: block;
}

.top__news--list li:first-child a {
    padding-top: 0
}

.news-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-container aside{
    width: 30%;
}
.news-container aside h2 {
    margin: 0;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    color: #287fad;
}
.news-container aside ul {
    margin: 0;
    padding: 0px 0px 20px 0px;
}
.news-container aside ul li a{
    padding: 5px 0px;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

.news-container .top__news--list{}
.mod-anim-txtunderline {
    background: linear-gradient(#333, #333) 0 100% / 0 1px no-repeat;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}
.newsinner {
    width: 70%;
}
.tag {
    width: 110px;
    margin-right: 14px;
    padding: 3px 0;
    border: 1px solid #287fad;
    border-radius: 14px;
    
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: .1em;
    text-align: center;
}
.tag a{
	  text-decoration: none;
	  color:#287fad;
	  padding: 0px 10px;
	  }
.mod-center{
	border-top: 1px solid #ccc;
}
.privacyarea {
    max-width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.privacyarea div{border-top: 1px solid #ccc;}
.privacyarea h3{}
.privacyarea p{}
@media only screen and (max-width: 767px) {
  .news-container {
    flex-direction: column-reverse;
}
  .news-container aside {
    width: 100%;
    padding: 27px;
    box-sizing: border-box;
}.news-container .newsinner {
    width: 100%;
    padding: 27px;
    box-sizing: border-box;
}
  .top__news--list {
    width: 100%;
}
  .panel-horizontal h4:not([class]), .panel-horizontal .h4 {
    font-size: 2.5rem;
}
  .c-archive02__item-tit span {
    font-size: 10px;
    margin: 0 5px 0px 0px;
}
  .c-archive02__item-tit {
    font-size: 12px;
}
  .intro .box_img {
    width: 100%;
    opacity: 0.3;
}
  .intro {
    margin-bottom: 20px;
}
  .txtbg {
    display: none;
}
.page_title .box_text {
    text-align: center;
    padding: 20% 0px 0px 0px;
}
  .worksh2 h2 {
    font-size: 1.8rem;
    padding: 0px 50px;
}
  .boxtextworks {
    padding: 0 20px 100px 20px;
}
  .panel-horizontal .text {
    width: 90%;
    padding: 20px 20px 20px 20px;
}
  .panel-horizontal p.lead br {
    display:none;
  }
  .c-archive02 {padding: 0 20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
  .c-archive02__item {
    width: 49%;
}
  .boxtext {
    padding: 0px 20px;
}
  .boxtext h2 {
    font-size: 1.6rem;
}
  .company__infoarea {
    margin: 0;
}
  .accessarea {
    padding: 0 20px;
}
  .accessarea dl dd iframe {
    height: 180px;
}
  .recruithead {
    display: block;
}
  .recruithead .rhl {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    padding: 0px 0px 40px 0px;
    font-weight: 800;
}
  .recruithead .rhr {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.5rem;
}
  .recruithead .rhr br {
    display:none;
  }
  .p-index__hero .p-index__hero--wrapper {
    width:100%;
  }
  .recruitleadarea {
    padding: 0 20px;
}
  .recruitleadarea h3 {
    font-size: 18px;
}
  .recruitbox {
    width: 49%;
}
  .recruitdlistiinner {
    padding: 0 20px;
}
  .recruitdetail h2 {
    text-align: center;
    border: 0;
    padding: 0;
    display: block;
}.recruitdetail h2 span {
    display: block;
    width: 100px;
    font-size: 1.5rem;
    margin: 0 auto;
}
  
  .fcontactarea {
    width: 90%;
    margin: 20px auto;
}
}
.page-id-65 .txtbg {
    bottom: -170px;
} 
.page-id-61 .txtbg {
    bottom: -170px;
} 
.recruitdetailinner {
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
}

.recruitdetailinner h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto 30px auto;
    border-left: 8px solid #ccc;
    padding: 0px 0px 0px 10px;
}

.recruitdetailinner h2 span {

    font-size: 16px;
    color: #666;

    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 4px 20px;
    margin: 0px 0px 0px 10px;
}
.rdbox {
    /* border: 1px solid #ddd; */
    padding: 20px;
    margin: 0px auto;
    /* background-color: #f9f9f9; */
    border-radius: 10px;
    max-width: 1170px;
}

.rdbox h3 {
    font-size: 1.5em; 
    margin-bottom: 10px;
    color: #333; 
}

.rdbox p {
    font-size: 1em;
    line-height: 1.6;
    color: #666; 
    margin-bottom: 15px;
}

.rdbox img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 100%;
}
.staffcomment {
    background: #fff;
    border-radius: 10px;
}
.staffvoice {
    color: #f7931d;
    /* display: inline; */
}
.staffreverse {
    flex-direction: row-reverse;
}
.job-info {
    max-width: 1170px;
    margin: 0 auto;
    /* background-color: #ffffff; */
    padding: 30px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
}

.job-info dl {
    /* margin: 0 0 20px 0; */
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.job-info dt {
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    /* margin-top: 20px; */
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 5px; */
    width: 360px;
}

.job-info dd {
    margin-left: 0;
    margin-bottom: 10px;
    color: #555;
    text-align: left;
    width: 770px;
}

.footer_contact_btn_body .text {
	font-weight: bold;
}
.contactarea {
    max-width: 1170px;
    margin: 0 auto;
}
.contactarea span{
    display: inline;
    padding: 0px 9px 0px 0px;
}
.contactarea span i {
    font-size: 2.5rem;
    padding: 14px;
}
.contactarea div {
    padding: 0px 0px 60px 0px;
}
.contactarea h4{font-size: 3rem;}
.contactarea h3{
  /* border-left: 6px solid #00a0e9; */
  padding: 0px 0px 0px 20px;
  font-size: 3rem;
  position: relative;
}
.contactarea h3:before{
  content:"";
  width: 5px;
  height: 33px;
  background:#00a0e9;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.contactarea p{font-size: 1.9rem;font-weight: bold;/* padding: 0px 0px 20px 0px; */}
.contactinfo {
    max-width: 1170px;
    margin: 0 auto;
}


.main-txt {
	font-family: 'Jost', sans-serif;
}

.company__inner .company__infoarea .company__row .company__item dt {
	font-size: 16px;
}
.company__inner .company__infoarea .company__row .company__item dd {
	font-size: 16px;
}

  .responsive-heading {
    font-weight: bold;
    line-height: 1.3;
    font-size: 43px; /* デフォルトのフォントサイズ */
        font-family: 'Jost', sans-serif;
    font-weight: 900;
  }

  @media only screen and (max-width: 768px) {
    .responsive-heading {
      font-size: 20px !important; /* スマホサイズ時のフォントサイズ */
    }
  }

.responsive-heading {
    font-weight: bold;
    line-height: 1.3;
    font-size: 43px; /* デフォルトのフォントサイズ */
     font-family: 'Jost', sans-serif;
    font-weight: 900;
  }

  @media only screen and (max-width: 768px) {
    .responsive-heading {
      font-size: 20px !important; /* スマホサイズ時のフォントサイズ */
    }
  }

.responsive-heading {
    font-weight: bold;
    line-height: 1.3;
    font-size: 43px; /* デフォルトのフォントサイズ */
    font-family: 'Jost', sans-serif;
    font-weight: 900;
  }

  .responsive-image {
    width: 100%; /* デフォルトでは画像をフル幅に */
    max-width: 500px; /* パソコンサイズでは画像の幅を最大500pxに制限 */
  }

  @media only screen and (max-width: 768px) {
    .responsive-heading {
      font-size: 20px !important; /* スマホサイズ時のフォントサイズ */
    }
  }

 .responsive-heading {
    font-weight: bold;
    line-height: 1.3;
    font-size: 43px; /* デフォルトのフォントサイズ */
     font-family: 'Jost', sans-serif;
    font-weight: 900;
  }

  @media only screen and (max-width: 768px) {
    .responsive-heading {
      font-size: 20px; /* スマホサイズ時のフォントサイズ */
    }
  }

  .responsive-heading {
    font-weight: bold;
    line-height: 1.3;
    font-size: 32px; /* デフォルトのフォントサイズ */
     font-family: 'Jost', sans-serif!important;
    font-weight: 900;
  }

  @media only screen and (max-width: 768px) {
    .responsive-heading {
      font-size: 20px; /* スマホサイズ時のフォントサイズ */
    }
  }

  .welfarebox {
    text-align: center; /* コンテンツを中央配置 */
    margin-bottom: 20px;
  }

  .welfare-img {
    width: 100%; /* デフォルトでは画像の幅を100%に */
    max-width: 400px; /* パソコン表示時に画像の横幅を最大400pxに制限 */
    margin: 0 auto; /* 画像を中央配置 */
    display: block; /* 画像の中央配置を確実にするため */
  }

  @media only screen and (max-width: 768px) {
    .welfare-img {
      max-width: 100%; /* スマホ表示時には横幅を画面幅に合わせる */
    }
  }

  .centered-h4 {
    font-size: 22px; /* フォントサイズを22pxに設定 */
    text-align: center; /* テキストを中央揃えに */
    font-weight: bold; /* 太字に設定 */
    line-height: 1.3;
    margin: 20px 0; /* 上下に余白を追加（必要に応じて調整） */
  }

  /* デフォルトのフォントサイズ (パソコン) */
.box_text .en  {
    font-size: 100px!important;
	 font-family: 'Jost', sans-serif!important;
  }

  /* スマホ表示時のフォントサイズ */
  @media only screen and (max-width: 768px) {
 .box_text .en  {
      font-size: 22px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .jp {
      font-size: 16px !important;
    }
  }

.news.js-insert-icon {
	font-size: 20px !important;
}

#bread_crumb {
    margin-bottom: 5px;
}

 .policy-title {
        font-weight: bold;
        line-height: 1.3;
        font-size: 43px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
    }

    /* スマホ用のスタイル */
    @media (max-width: 767px) {
        .top__news {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
      .top__news--list li a:after {}
        .policy-title {
            font-size: 20px;
        }
    }

.assistant-title {
        font-weight: bold;
        line-height: 1.3;
        font-size: 38px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
    }

    /* スマホ用のスタイル */
    @media (max-width: 767px) {
        .assistant-title {
            font-size: 20px;
        }
    }

@media (max-width: 767px) {
    .welfarebox {
        width: 100%; /* スマホでは1列にする */
        margin-bottom: 20px; /* 少し余白を調整 */
    }
}

.privacyarea {
    padding: 0;
    /* 他のスタイルがある場合はここに追加 */
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .privacyarea {
        padding: 0 20px; /* 左右に20pxの余白を追加 */
    }
}

.worksh2{
    padding: 0;
    /* 他のスタイルがある場合はここに追加 */
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .worksh2 {
        padding: 0 20px; /* 左右に20pxの余白を追加 */
    }
}

.contactarea {
    padding: 0;
    /* 他のスタイルがある場合はここに追加 */
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .contactarea {
        padding: 0 20px; /* 左右に20pxの余白を追加 */
    }
}

@media (max-width: 767px) {
    .contactarea h4 {
        font-size: 20px; /* スマホの場合のみ20pxに設定 */
    }
}

.contactinfo {
    padding: 0;
    /* 他のスタイルがある場合はここに追加 */
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .contactinfo {
        padding: 0 20px; /* 左右に20pxの余白を追加 */
    }
}
.welfaressec {
    margin-bottom: 30px; /* 元々の間隔から50px減らす（調整できます） */
}

.scroll_wrap {
    margin-top: 30px; /* 必要に応じて減らす */
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .interview-info-top__inner.u-inner {
        margin-bottom: 40px !important; /* スマホ表示時のみ30pxの余白を強制的に追加 */
    }
    
    .recruitleadarea {
        margin-top: 40px; /* 必要に応じてrecruitleadareaにも余白を追加 */
    }
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
  .top__news--list li {
    left: 0;
}
    .worksh2 {
        margin-bottom: 30px; /* スマホ表示時にのみ下に30pxの余白を追加 */
    }
}

/* スマホ用のスタイル */
@media (max-width: 767px) {
    .workslist {
        margin-bottom: 50px; /* スマホ表示時に下に30pxの余白を追加 */
    }
}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides > li:not(:first-child)


.video-wrap {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3vw; /* 画面幅に応じて可変 */
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  opacity: 0;
  animation: fadeinout 8s ease-in-out infinite; /* フェードアニメ */
}


.l-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#index_top_wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#index_top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100vh; /* PC用: 全画面 */
  overflow: hidden;
}

.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* PC用 */
}
/* スマホ以下は縮小表示に切り替える */
@media screen and (max-width: 767px) {
  .video-wrap {
    height: auto; /* 高さを固定せず動画に合わせる */
  }
  .video-wrap video {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain; /* トリミングなしで全体表示 */
  }
}
.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  z-index: 2; /* ← テキストを前面に */
}


.video-text div {
  display: none; /* 初期は全部非表示 */
}


.workss {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.workss-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.workss-sub {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 30px;
  color: #666;
}

/* 年度ごとのブロック */
.workss-year {
  margin-bottom: 50px;
}

.workss-year h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding: 8px 15px;
  background: #1183b9;
  color: #fff;
  border-radius: 4px;
}

/* グループ（公共・民間） */
.workss-group {
  margin-bottom: 25px;
}

.workss-group h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #333;
  font-weight: bold;
  border-left: 5px solid #1183b9;
  padding-left: 10px;
}

/* 実績を表形式に */
.workss-group ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.workss-group ul li {
  display: table-row;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

.workss-group ul li span {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

.workss-group ul li span.project {
  width: 75%;
  color: #333;
}

.workss-group ul li span.city {
  width: 25%;
  color: #666;
  text-align: right;
}


.business {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.business-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.business-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 20px;
}

.business-list li {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.business-list li:hover {
  background: #1183b9;
  color: #fff;
  border-color: #1183b9;
}

@media screen and (max-width: 480px) {
  .business-list {
    grid-template-columns: 1fr;
  }
}

.philosophy-text {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .philosophy-text {
    font-size: 16px;
  }
}