@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://use.typekit.net/zwj6tva.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Yellowtail&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
figcaption,
figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul,
li,
ol,
dt,
dd {
  list-style: none;
}

/* Embedded content
========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

/* Scripting
========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
========================================================================== */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
}

.js-scroll.fade_on {
  margin-top: 0;
  opacity: 1;
}

.js-scroll2 {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease;
}

.js-scroll2.fade_on {
  transform: translateY(0);
  opacity: 1;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
th,
td,
address,
li,
dt,
dd {
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

/* =========================================================
	element style
========================================================= */
html,
body {
  height: 100%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

input,
textarea,
button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a {
  color: #000;
}

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

@media screen and (min-width: 960px) {
  .media-PC {
    display: block;
  }
}

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

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

@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block;
  }
}

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

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

@media screen and (max-width: 767px) {
  .media-SP {
    display: block;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.imgC,
.tC {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR {
  text-align: right;
}

div.center {
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.clear {
  clear: both;
}

.clear-fix {
  zoom: 1;
}

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}

.clear-fix:after {
  clear: both;
}

.table,
.table--small {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.table tr,
.table--small tr {
  border-top: solid 2px white;
}

.table tr th,
.table--small tr th {
  width: 150px;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  background: #00A0FF;
  color: white;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 959px) {

  .table tr th,
  .table--small tr th {
    display: block;
    width: 100%;
    padding: 15px;
    background: rgba(0, 160, 253, 0.2);
    color: #333333;
  }

  .table tr th p,
  .table--small tr th p {
    font-size: 14px;
  }
}

.table tr td,
.table--small tr td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  background: rgba(0, 160, 255, 0.05);
}

.table tr td p,
.table--small tr td p {
  font: normal 16px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: left;
}

@media screen and (max-width: 959px) {

  .table tr td,
  .table--small tr td {
    display: block;
    padding: 15px;
    font-size: 14px;
  }

  .table tr td p,
  .table--small tr td p {
    font-size: 14px;
  }

  .table tr td p br,
  .table--small tr td p br {
    display: block !important;
  }
}

.table tr:last-child,
.table--small tr:last-child {
  border-bottom: solid 2px white;
}

.table--small {
  max-width: 780px;
  margin: 0 auto;
}

/* =========================================================
	general
========================================================= */
/* text */
span {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .15em;
}

span.accent {
  color: #DB361A;
}

span.underline {
  text-decoration: underline;
}

span.white {
  color: white;
}

@media screen and (max-width: 959px) {
  span {
    font-size: 18px;
  }
}

p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

p.center {
  text-align: center !important;
}

.btn a {
  position: relative;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  height: 50px;
  text-decoration: none;
  font-family: 'Noto Sans JP';
  font-weight: Bold;
  text-align: center;
  font-size: 16px;
  letter-spacing: .2em;
  background: white;
  color: #FFF;
  transition: box-shadow .3s ease, opacity .3s ease;
}

.btn a:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

.btn a:hover:after {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .btn a {
    height: 40px;
    padding-top: 14px;
    font-size: 12px;
  }
}

.btn.circle a {
  background: linear-gradient(to right, #0085D4, #49B8FB);
  border-radius: 22rem;
  max-width: 148px;
  height: 43px;
  padding: 14px 50px 0;
  letter-spacing: .1em;
  font-size: 14px;
  font-family: 'Lato';
}

@media screen and (max-width: 959px) {
  .btn.circle a {
    padding: 18px 20px 0;
    height: 50px;
  }
}

.btn.circle.white a {
  color: #00A0FF;
  background: white;
  max-width: 200px;
  height: 44px;
  padding-top: 14px;
}

.btn.square a {
  background: linear-gradient(to right, #0085D4, #49B8FB);
  padding-top: 26px;
  max-width: 270px;
  height: 66px;
}

.btn.square a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 16px;
  background-image: url(/svg/arrow.svg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .btn.square a {
    height: 50px;
    padding-top: 19px;
  }

  .btn.square a:after {
    vertical-align: 1px;
  }
}

.btn.square.white {
  text-align: center;
}

.btn.square.white a {
  background: white;
  color: #00A0FF;
}

.btn.square.white a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 16px;
  background-image: url(/svg/blue-arrow.svg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .btn.square.white {
    height: 50px;
    padding-top: 19px;
  }

  .btn.square.white:after {
    vertical-align: 1px;
  }
}

.btn.square.black a {
  background: white;
  color: black;
}

.btn.square.black a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 16px;
  background-image: url(/svg/black-arrow.svg);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .btn.square.black a {
    height: 50px;
    padding-top: 19px;
  }

  .btn.square.black a:after {
    vertical-align: 1px;
  }
}

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

.article__title h2:not(.normal) {
  font: 82px "Yellowtail", sans-serif;
  color: #00A0FF;
  transform: rotate(-5deg);
  max-width: 500px;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .article__title h2:not(.normal) {
    font-size: 60px;
  }
}

.article__title h2:not(.normal).white {
  color: white;
}

.article__title+.article__main {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .article__title+.article__main {
    margin-top: 30px;
  }
}

.article+.article {
  padding-top: 150px;
}

@media screen and (max-width: 959px) {
  .article+.article {
    padding-top: 60px;
  }
}

.article.ofh {
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .sitemap {
    width: calc(100vw - 60px);
    margin: 0 auto;
  }
}

.sitemap__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .sitemap__list {
    display: block;
  }
}

.sitemap__listinner {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .sitemap__listinner {
    display: block;
    border: 0px;
  }
}

.sitemap__listinner.f {
  margin-bottom: 100px;
  width: 1200px;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .sitemap__item {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .sitemap__item.last {
    border: 0px;
  }

  .sitemap__item .--f {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0px;
  }
}

@media screen and (max-width: 959px) {
  .sitemap__item li {
    text-align: center;
  }
}

.sitemap__item li a {
  text-decoration: none;
}

.sitemap__item li a:hover {
  text-decoration: underline;
}

.sitemap__item li:not(.parent) a {
  color: white;
  font-size: 14px;
  line-height: 1;
  opacity: .7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  .sitemap__item li:not(.parent) a {
    font-size: 12px;
  }
}

.sitemap__item li+li {
  margin-top: 20px;
}

.sitemap__item li.f a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  opacity: .7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  .sitemap__item li.f a {
    font-size: 12px;
  }
}

.sitemap__item li.parent a,
.sitemap__item li.parent p {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1;
  height: 14px;
  margin-bottom: 20px;
  font-family: 'Lato';
  font-weight: 700;
}

@media screen and (max-width: 959px) {

  .sitemap__item li.parent a,
  .sitemap__item li.parent p {
    font-size: 14px;
  }
}

.sitemap__item li.parent--f a,
.sitemap__item li.parent--f p {
  color: #00A0FF;
  display: block;
  font-size: 16px;
  line-height: 1;
  height: 14px;
  margin-bottom: 30px;
  font-family: 'Lato';
  font-weight: 900;
}

@media screen and (max-width: 959px) {

  .sitemap__item li.parent--f a,
  .sitemap__item li.parent--f p {
    font-size: 14px;
  }
}

.sitemap__item li .sitemap__childlist li a {
  color: #00A0FF;
  font-size: 14px;
  line-height: 1;
  opacity: .7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  .sitemap__item li .sitemap__childlist li a {
    font-size: 12px;
  }
}

.sitemap__item li .sitemap__childlist li+li {
  margin-top: 10px;
}

.sitemap__item+.sitemap__item {
  margin-left: 60px;
}

@media screen and (max-width: 959px) {
  .sitemap__item+.sitemap__item {
    margin-left: 0px;
    text-align: center;
  }
}

.sitemap__item.noparent {
  padding-top: 33px;
  margin-left: 30px;
}

.sitemap__btn {
  margin-bottom: 30px;
  text-align: center;
}

.sitemap__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.sitemap__nav li a {
  font-size: 16px;
  line-height: 1;
  font-family: "Yellowtail", sans-serif;
  text-decoration: none;
  color: white;
}

.sitemap__nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .sitemap__nav li a {
    font-size: 14px;
  }
}

.sitemap__nav li+li {
  margin-left: 50px;
}

@media screen and (max-width: 959px) {
  .sitemap__nav {
    flex-wrap: wrap;
  }

  .sitemap__nav li {
    width: 50%;
    margin-left: 0 !important;
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sitemap__nav li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 959px) {
  .sitemap .spparent {
    position: relative;
    color: white;
    display: block;
    padding: 13px 0;
    text-align: center;
  }

  .sitemap .spparent:before {
    content: "+";
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 14px;
    color: rgba(0, 160, 255, 0.8);
  }

  .sitemap .spparent p,
  .sitemap .spparent a {
    display: inline;
    color: #00A0FF;
    font-size: 14px;
    line-height: 1;
    font-family: 'Lato';
    font-weight: 900;
    text-decoration: none;
  }

  .sitemap .spparent.on:before {
    content: "-";
  }

  .sitemap .child {
    overflow: hidden;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: height .3s ease;
  }

  .sitemap .child.on {
    height: auto;
    padding: 15px 10px 25px;
    text-align: center;
  }

  .sitemap .child ul li a {
    text-decoration: none;
    opacity: 1;
  }

  .sitemap .child ul li a:hover {
    text-decoration: underline;
  }

  .sitemap .child ul li+li {
    margin-top: 15px;
  }

  .sitemap dl:first-child .spparent {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sitemap__btn {
    margin: 30px 0px;
    text-align: center;
  }
}

.cnt-join {
  position: relative;
  background: linear-gradient(265deg, #006CAC, #64C5FF);
  padding-bottom: 104px;
  max-height: 474px;
  z-index: 4;
}

.cnt-join__head {
  padding-top: 76px;
}

.cnt-join__head h2 {
  margin: 0px auto 54px auto;
}

@media screen and (max-width: 959px) {
  .cnt-join__head span {
    padding-left: 10px;
  }
}

.cnt-join__body {
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .cnt-join {
    padding-bottom: 84px;
  }

  .cnt-join__head {
    padding-top: 46px;
  }

  .cnt-join__head h2 {
    margin: 0px auto 24px auto;
  }

  .cnt-join__body {
    margin-top: 15px;
  }
}

.list-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .list-bnr {
    margin-top: 30px;
  }
}

.list-bnr li {
  width: 270px;
}

.list-bnr li+li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .list-bnr li+li {
    margin-left: 0;
  }
}

.list-bnr li a:hover {
  opacity: .6;
}

.list-bnr li.noimage a {
  display: block;
  width: 100%;
  height: 100%;
  background: #E50038;
  text-decoration: none;
  text-align: center;
  padding: 26px;
  font-size: 16px;
  letter-spacing: .13em;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 959px) {
  .list-bnr li+li {
    margin-top: 10px;
  }
}

/* =========================================================
	#wrapper
========================================================= */
/* =========================================================
 underpage
========================================================= */
body:not(#home-page) .menu-btn__icon {
  background-color: #333333;
}

body:not(#home-page) .menu-btn__icon:before,
body:not(#home-page) .menu-btn__icon:after {
  background-color: #333333;
}

body:not(#home-page) .menu-btn.on .menu-btn__icon {
  background: transparent;
}

body:not(#home-page) .menu-btn.on .menu-btn__icon:before,
body:not(#home-page) .menu-btn.on .menu-btn__icon:after {
  background-color: white;
}

body:not(#home-page) .cnt-join {
  margin-top: 150px;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .cnt-join {
    margin-top: 75px;
  }
}

body:not(#home-page) .article__title h2.normal {
  font: bold 30px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #00A0FF;
  text-align: center;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title h2.normal {
    font-size: 25px;
  }
}

body:not(#home-page) .article__title h2.written {
  text-align: center;
  max-width: none;
  transform: rotate(-3deg);
}

body:not(#home-page) .article__title+.article__main {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title+.article__main {
    margin-top: 30px;
  }
}

body:not(#home-page) .article__title p {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  color: #00A0FF;
  border: 2px solid #00A0FF;
  font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 10px 40px 13px;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title p {
    font-size: 12px;
  }
}

body:not(#home-page) .article__title--under {
  text-align: center;
}

body:not(#home-page) .article__title--under p.written {
  display: inline-block;
  font: normal 82px/1 "Yellowtail", sans-serif;
  color: #00A0FF;
  transform: rotate(-3deg);
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title--under p.written {
    font-size: 60px;
  }
}

body:not(#home-page) .article__title--under h2 {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  color: #00A0FF;
  border: 2px solid #00A0FF;
  font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 10px 40px 13px;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title--under h2 {
    font-size: 12px;
  }
}

body:not(#home-page) .article__title--under+.article__main {
  margin-top: 70px;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__title--under+.article__main {
    margin-top: 40px;
  }
}

body:not(#home-page) .article__main {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

body:not(#home-page) .article__main .table+.map,
body:not(#home-page) .article__main .table--small+.map {
  margin-top: 50px;
}

body:not(#home-page) .article__main.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__main.flex {
    flex-wrap: wrap;
  }

  body:not(#home-page) .article__main.flex.rev {
    flex-flow: column-reverse;
  }
}

body:not(#home-page) .article__main.flex .flex__img {
  position: relative;
  width: calc(50% - 30px);
}

body:not(#home-page) .article__main.flex .flex__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
  z-index: -1;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__main.flex .flex__img {
    width: 100%;
  }

  body:not(#home-page) .article__main.flex .flex__img:before {
    top: 100px;
    left: 15px;
  }
}

body:not(#home-page) .article__main.flex .flex__txt {
  width: calc(50% - 30px);
}

body:not(#home-page) .article__main.flex .flex__txt p:not([class]) {
  font: normal 14px/1.86 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .12em;
}

@media screen and (max-width: 959px) {
  body:not(#home-page) .article__main.flex .flex__txt {
    width: 100%;
    margin-top: 15px;
  }
}

body:not(#home-page) .article__main.small {
  max-width: 940px;
}

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  margin-top: 105px;
  padding: 160px 20px 160px;
}

@media screen and (max-width: 767px) {
  .pagetitle {
    margin-top: 71px;
  }
}

@media screen and (max-width: 959px) {
  .pagetitle {
    padding: 100px 20px 20px;
  }
}

.pagetitle__title {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
  z-index: 1;
}

.pagetitle__title p.en {
  display: inline-block;
  background: white;
  padding: 10px 40px;
}

@media screen and (max-width: 959px) {
  .pagetitle__title p.en {
    padding: 5px 10px;
  }
}

.pagetitle__title p.en span {
  display: block;
  font: normal 84px/1 "Yellowtail", sans-serif;
  color: #00A0FF;
  letter-spacing: 0;
  transform: rotate(-3deg);
}

@media screen and (max-width: 959px) {
  .pagetitle__title p.en span {
    font-size: 44px;
  }
}

.pagetitle__title p.ja span {
  display: inline-block;
  background: #333333;
  padding: 5px 30px 7px;
  color: white;
  font: bold 16px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  .pagetitle__title p.ja span {
    padding: 5px 15px 7px;
    font-size: 12px;
  }
}

.pagetitle:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(50% + 480px);
  height: 100%;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
}

@media screen and (max-width: 959px) {
  .pagetitle:before {
    width: 80%;
    height: 100%;
  }
}

.pagetitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: calc(50% + 380px);
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 959px) {
  .pagetitle:after {
    top: 0;
    transform: none;
    width: 100%;
    height: 130px;
  }
}

.pagetitle+.article {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .pagetitle+.article {
    margin-top: 50px;
  }
}

#error-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-company.jpg);
}

#message-page .pagetitle:after,
#interview-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-message.jpg);
}

#about-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-about.jpg);
}

#company-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-company.jpg);
}

#recruit-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-recruit.jpg);
}

#interview-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-interview.jpg?2);
}

#interview-page.underpage-interview01 .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-interview01.jpg?2);
}

#interview-page.underpage-interview02 .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-interview02.jpg?2);
}

#business-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-business.jpg);
}

#business-page.underpage-it .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-it.jpg);
}

#business-page.underpage-realestate .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-realestate.jpg);
}

#entry-page .pagetitle:after {
  background-image: url(/images/pagetitle/pagetitle-entry.jpg);
}

@media screen and (min-width: 960px) {
  #about-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-about@2x.jpg);
  }

  #company-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-company@2x.jpg);
  }

  #recruit-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-recruit@2x.jpg);
  }

  #interview-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-interview@2x.jpg?2);
  }

  #interview-page.underpage-interview01 .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-interview01@2x.jpg?2);
  }

  #interview-page.underpage-interview02 .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-interview02@2x.jpg?2);
  }

  #business-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-business@2x.jpg);
  }

  #entry-page .pagetitle:after {
    background-image: url(/images/pagetitle/pagetitle-entry@2x.jpg);
  }
}

/* =========================================================
	fade
========================================================= */
#fade {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 99;
  animation: fadeOut 1s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* =========================================================
	header
========================================================= */
.header {
  position: absolute;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 90;
}

@media screen and (max-width: 959px) {
  .header {
    height: 50px;
  }
}

.header__logo {
  display: inline-block;
  padding: 40px 70px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    padding: 20px;
  }
}

.header__logo a:hover {
  opacity: .4;
}

.header__btn {
  position: absolute;
  right: 74px;
  top: 26px;
  z-index: 101;
}

@media screen and (max-width: 959px) {
  .header__btn {
    right: 54px;
    top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .header__btn {
    right: 9px;
    top: 10px;
  }
}

.header__entry {
  position: absolute;
  top: 32px;
  right: 143px;
}

@media screen and (max-width: 959px) {
  .header__entry {
    display: none;
  }
}

.header__menu--expandable {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to right, #0085D4, #49B8FB);
  transition: 0.6s;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.header__menu--expandable.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 959px) {
  .header__menu--expandable.on {
    overflow-y: scroll;
    display: block;
  }
}

.menu-btn {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.menu-btn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: 0.3s;
}

.menu-btn__icon:after,
.menu-btn__icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.3s;
}

.menu-btn__icon:after {
  transform: translate(0, 400%);
}

.menu-btn__icon:before {
  transform: translate(0, -400%);
}

.menu-btn.on .menu-btn__icon {
  background: transparent;
}

.menu-btn.on .menu-btn__icon:before {
  background-color: white;
  transform: rotate(-45deg);
}

.menu-btn.on .menu-btn__icon:after {
  background-color: white;
  transform: rotate(45deg);
}

.menu__logo {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .menu__logo {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 40px;
  }
}

.menu__inner {
  max-width: 100%;
}

/* =========================================================
	footer
========================================================= */
.footer {
  background: white;
  margin-top: 140px;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-top: 0px;
    margin-top: 30px;
  }
}

.footer__copyright {
  padding: 30px 0;
  text-align: center;
  color: #333333;
  border-top: 1px solid rgba(221, 221, 221, 0.4);
}

.footer__copyright p {
  font-size: 12px;
  font-family: 'Lato';
  letter-spacing: .12em;
  opacity: .6;
}

@media screen and (max-width: 959px) {
  .footer__copyright p {
    font-size: 10px;
  }
}

/* home page
========================================================= */
#home-page .mv {
  position: relative;
  width: 100%;
  z-index: 1;
}

#home-page .mv__slide {
  width: 100%;
}

#home-page .mv__slide img {
  height: 800px;
  width: 100vw;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  #home-page .mv__slide img {
    height: 667px;
    width: 100%;
    object-fit: cover;
    object-position: 80% 100%;
  }

  #home-page .mv__slide img.center {
    object-position: 50% 50%;
  }
}

#home-page .mv__slide .slide-animation {
  animation: fadezoom 16s 0s linear infinite;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

#home-page .mv__bar--wrapper {
  height: 200px;
  width: 100px;
  position: absolute;
  top: 300px;
  right: 0;
}

@media screen and (max-width: 959px) {
  #home-page .mv__bar--wrapper {
    height: 160px;
    top: 260px;
  }
}

#home-page .mv__bar {
  position: absolute;
  right: 88px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #999;
  z-index: 99;
}

@media screen and (max-width: 959px) {
  #home-page .mv__bar {
    right: 22px;
  }
}

#home-page .mv__bar .progressbar {
  width: 2px;
  height: 0%;
  background: #fff;
}

#home-page .mv__bk {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#home-page .mv__bk:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#home-page .mv__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #home-page .mv__contents {
    transform: translate(-50%, -10%);
  }
}

#home-page .mv__copy p {
  color: white;
  font: normal 82px/1.2 "Yellowtail", sans-serif;
  transform: rotate(-5deg);
}

@media screen and (max-width: 959px) {
  #home-page .mv__copy p {
    font-size: 60px;
  }
}

#home-page .mv__copy--sub {
  position: relative;
}

#home-page .mv__copy--sub p {
  color: white;
  font: normal 20px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  #home-page .mv__copy--sub p {
    font-size: 18px;
    letter-spacing: .3em;
  }
}

#home-page .mv__copy--sub a {
  display: inline-block;
  position: relative;
  margin-top: 50px;
  color: white;
  font: bold 16px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
}

#home-page .mv__copy--sub a img {
  margin-left: 15px;
  vertical-align: -15px;
}

#home-page .mv__copy--sub a:after {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  background-color: white;
  position: absolute;
  bottom: 0;
  transition: .5s all;
  width: 0;
}

#home-page .mv__copy--sub a:hover:after {
  width: 78%;
}

@media screen and (max-width: 959px) {
  #home-page .mv__copy--sub a {
    font-size: 12px;
    margin-top: 20px;
  }

  #home-page .mv__copy--sub a img {
    width: 30px;
    margin-left: 10px;
    vertical-align: -10px;
  }
}

#home-page .mv__copy .slick-slider .slick-track,
#home-page .mv__copy .slick-slider .slick-list {
  overflow: visible;
}

#home-page .cnt-message {
  position: relative;
  max-width: 100%;
  padding-bottom: 150px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message {
    padding-bottom: 100px;
  }
}

#home-page .cnt-message:before {
  content: "";
  top: -100px;
  display: block;
  width: calc(50% + 120px);
  height: calc(100% + 100px);
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
  z-index: -1;
  position: absolute;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message:before {
    height: calc(100% + 50px);
    top: -50px;
  }
}

#home-page .cnt-message .message__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0px auto;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__inner {
    display: block;
    margin: 0px 20px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-message .message__item.SP {
    display: none;
  }
}

#home-page .cnt-message .message__img {
  position: relative;
  margin-top: 100px;
  max-width: 100%;
  z-index: 3;
}

#home-page .cnt-message .message__img.media-PC img {
  height: 422px;
  width: 633px;
  object-fit: cover;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__img.media-PC {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__img {
    width: 100%;
    max-width: 430px;
    padding-top: 44px;
    margin: 0 auto;
  }
}

#home-page .cnt-message .message__head {
  position: absolute;
  z-index: 4;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__head {
    position: relative;
    padding-top: 30px;
  }
}

#home-page .cnt-message .message__head h2 {
  display: inline-block;
  font-size: 82px;
  font-family: "Yellowtail", sans-serif;
  color: #00A0FF;
  margin-left: 0px;
  margin-top: 44px;
  transform: rotate(-5deg);
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__head h2 {
    font-size: 60px;
    display: block;
    margin: 0 auto;
  }
}

#home-page .cnt-message .message__body {
  position: relative;
  text-align: left;
  margin-top: 175px;
  padding-right: 5px;
  z-index: 4;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__body {
    margin-top: 40px;
    text-align: center;
  }
}

#home-page .cnt-message .message__body p {
  max-width: 540px;
  margin-top: 40px;
  font: normal 15px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__body p {
    font-size: 12px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: left;
  }
}

#home-page .cnt-message .message__body .btn {
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-message .message__body .btn {
    margin-top: 30px;
    text-align: center;
  }
}

#home-page .business {
  position: relative;
  width: 100%;
  background-image: url(/images/index/img_02-bk@2x.jpg);
  background-size: cover;
}

#home-page .business:after {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#home-page .business__inner {
  max-width: 1220px;
  padding: 150px 0;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-flow: row-reverse;
  position: relative;
}

@media screen and (max-width: 959px) {
  #home-page .business__inner {
    display: block;
    padding: 100px 0;
  }
}

#home-page .business__body {
  position: relative;
  text-align: left;
  margin-top: 124px;
  padding-left: 5px;
  z-index: 4;
}

@media screen and (max-width: 959px) {
  #home-page .business__body {
    text-align: center;
    padding: 0 20px;
    margin-top: 0;
  }
}

#home-page .business__body.head {
  position: absolute;
  z-index: 4;
  margin-left: -9px;
  margin-top: -137px;
}

#home-page .business__body.head h2 {
  display: inline-block;
  font-size: 82px;
  font-family: "Yellowtail", sans-serif;
  color: white;
  transform: rotate(-5deg);
}

@media screen and (max-width: 959px) {
  #home-page .business__body.head h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 959px) {
  #home-page .business__body.head {
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
  }

  #home-page .business__body.head h2 {
    transform: rotate(-5deg) translate(-7px, 0);
  }
}

#home-page .business__body p {
  max-width: 540px;
  margin-top: 40px;
  font: normal 15px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
}

@media screen and (max-width: 959px) {
  #home-page .business__body p {
    font-size: 12px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: left;
  }
}

#home-page .business__body span {
  color: white;
}

#home-page .business__body .logo-txt {
  display: flex;
}

@media screen and (max-width: 959px) {
  #home-page .business__body .logo-txt {
    margin: 0 auto;
    max-width: 246px;
    padding-left: 10px;
  }
}

#home-page .business__body .logo-txt img {
  margin: 2px 6px 0px 0px;
}

@media screen and (max-width: 959px) {
  #home-page .business__body .logo-txt img {
    max-height: 22px;
    margin: 0px 4px 1px 0px;
  }
}

#home-page .business__body .btn {
  margin-top: 50px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  #home-page .business__body .btn {
    margin-top: 30px;
    text-align: center;
  }
}

#home-page .business__img {
  position: relative;
  margin-top: 0px;
  max-width: 100%;
  z-index: 4;
}

#home-page .business__img.media-PC img {
  height: 413px;
  width: 633px;
  object-fit: cover;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 960px) {
  #home-page .business__img.media-Tablet {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  #home-page .business__img {
    width: 100%;
    max-width: 430px;
    padding-top: 94px;
    margin: 70px auto 0px auto;
  }
}

#home-page .cnt-interview {
  position: relative;
  padding: 150px 0px 50px 0px;
}

#home-page .cnt-interview a {
  text-decoration: none;
  transition: opacity .15s ease;
}

#home-page .cnt-interview a:hover {
  opacity: .6;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview {
    padding: 60px 0 50px;
  }
}

#home-page .cnt-interview .btn {
  margin-top: 130px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .btn {
    margin-top: 20px;
    text-align: center;
  }
}

#home-page .cnt-interview .interview {
  position: relative;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview {
    margin-top: 40px;
  }
}

#home-page .cnt-interview .interview__txt {
  text-align: center;
  margin: -8px auto 0 auto;
  max-width: 500px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__txt {
    margin: 0 auto;
  }
}

#home-page .cnt-interview .interview__txt h2 {
  display: inline-block;
  font-size: 82px;
  font-family: "Yellowtail", sans-serif;
  color: #00A0FF;
  transform: rotate(-5deg);
  margin-left: -20px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__txt h2 {
    font-size: 60px;
  }
}

#home-page .cnt-interview .interview__txt .logo-txt {
  display: flex;
  margin: 60px auto 0px auto;
  max-width: 330px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__txt .logo-txt {
    max-width: 258px;
    margin: 40px auto 0px auto;
  }
}

#home-page .cnt-interview .interview__txt p {
  max-width: 540px;
  margin-top: 40px;
  font: normal 15px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__txt p {
    margin: 20px 20px 0px 20px;
  }
}

#home-page .cnt-interview .interview__txt img {
  margin: 2px 0px 0px 5px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__txt img {
    max-height: 22px;
    margin: 0px 4px 1px 0px;
  }
}

#home-page .cnt-interview .interview__inner {
  max-width: 1230px;
  justify-content: space-between;
  display: flex;
  position: relative;
  margin: 50px auto 0px auto;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__inner {
    display: block;
    margin: auto 20px;
  }
}

@media screen and (max-width: 1160px) and (min-width: 960px) {
  #home-page .cnt-interview .interview__inner {
    justify-content: center;
  }
}

#home-page .cnt-interview .interview__item {
  position: relative;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__item {
    padding-bottom: 40px;
    text-align: center;
  }
}

#home-page .cnt-interview .interview__item img {
  height: 723px;
  width: 572px;
  object-fit: cover;
  object-position: 100% 30%;
  margin-top: 20px;
  padding: 0 5px;
}

@media screen and (max-width: 1160px) and (min-width: 960px) {
  #home-page .cnt-interview .interview__item img {
    height: 622px;
    width: 442px;
    margin: 20px 10px 0px 10px;
  }
}

@media screen and (max-width: 959px) {
  #home-page .cnt-interview .interview__item img {
    max-width: 430px;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    object-position: 60% 30%;
    padding: 0px;
  }
}

#home-page .cnt-interview .interview__item--card {
  position: absolute;
  background: linear-gradient(45deg, #ECF8FF 10%, #FFFFFF 80%, #ECF8FF);
  display: flex;
  z-index: 1;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--card {
    justify-content: center;
    max-width: 430px;
    width: 100%;
    height: 70px;
    margin: -100px auto 0px auto;
    position: relative;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--card {
    justify-content: space-between;
    width: 432px;
    max-width: 100%;
    height: 86px;
    margin: -140px 15px 0px 15px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--card {
    justify-content: space-between;
    width: 562px;
    max-width: 100%;
    height: 100px;
    margin: -160px 5px 0px 5px;
  }
}

#home-page .cnt-interview .interview__item--num {
  font-family: 'Lato';
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--num {
    font-size: 20px;
    margin: auto 24px auto 0px;
  }
}

@media screen and (min-width: 480px) {
  #home-page .cnt-interview .interview__item--num {
    font-size: 20px;
    margin: auto 24px auto 0px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--num {
    font-size: 30px;
    margin: auto 0px auto 20px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--num {
    font-size: 30px;
    margin: auto 0px auto 50px;
  }
}

#home-page .cnt-interview .interview__item--num ::after {
  content: '';
  display: inline-block;
  background-image: url(/svg/dot.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 99;
  width: 2px;
  height: 14px;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--num ::after {
    margin: 4px 0px 0px 16px;
  }
}

@media screen and (min-width: 480px) {
  #home-page .cnt-interview .interview__item--num ::after {
    margin: 4px 0px 0px 16px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--num ::after {
    margin: 10px 0px 0px 16px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--num ::after {
    margin: 10px 0px 0px 18px;
  }
}

#home-page .cnt-interview .interview__item--job {
  text-align: left;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--job {
    margin: auto 0px auto 14px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--job {
    margin: auto 0px auto 14px;
  }
}

#home-page .cnt-interview .interview__item--year {
  color: #707070;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--year {
    font-size: 8px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--year {
    font-size: 12px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--year {
    font-size: 12px;
  }
}

#home-page .cnt-interview .interview__item--dept {
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--dept {
    font-size: 14px;
    margin-top: 4px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--dept {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--dept {
    margin-top: 10px;
    font-size: 16px;
  }
}

#home-page .cnt-interview .interview__item--name {
  font-family: "Yellowtail", sans-serif;
  transform: rotate(-5deg);
  position: relative;
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--name {
    font-size: 34px;
    margin: auto 0px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 480px) {
  #home-page .cnt-interview .interview__item--name {
    margin: auto 10px auto 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--name {
    font-size: 38px;
    margin: auto 20px auto 0px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--name {
    font-size: 52px;
    margin: auto 50px auto 0px;
    padding-left: 0px;
  }
}

#home-page .cnt-interview .interview__item--name ::before {
  content: '';
  display: inline-block;
  border: solid 1px #DBDBDB;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
  position: absolute;
  transform: rotate(5deg);
}

@media screen and (min-width: 375px) {
  #home-page .cnt-interview .interview__item--name ::before {
    height: 40px;
    width: 160px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item--name ::before {
    margin-left: 10px;
    height: 50px;
    width: 180px;
  }
}

@media screen and (min-width: 1160px) {
  #home-page .cnt-interview .interview__item--name ::before {
    margin-left: 15px;
    height: 50px;
    width: 238px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-interview .interview__item .pc-none {
    display: none;
  }
}

#home-page .cnt-recruit {
  position: relative;
  max-width: 100%;
  padding-bottom: 150px;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit {
    padding-bottom: 100px;
  }
}

#home-page .cnt-recruit:before {
  content: "";
  display: block;
  width: 881px;
  height: 601px;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
  z-index: 2;
  position: absolute;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit:before {
    height: 800px;
    top: 68px;
    width: 65%;
    left: 35%;
  }
}

#home-page .cnt-recruit .recruit__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  max-width: 1500px;
  margin: -100px auto 0px auto;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__inner {
    display: block;
    margin: 0px 20px;
  }
}

@media screen and (min-width: 960px) {
  #home-page .cnt-recruit .recruit__item.SP {
    display: none;
  }
}

#home-page .cnt-recruit .recruit__img {
  position: relative;
  margin-top: 100px;
  max-width: 100%;
  z-index: 3;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__img.media-PC {
    display: none;
  }
}

#home-page .cnt-recruit .recruit__img.media-PC img {
  height: 590px;
  width: 861px;
  object-fit: cover;
  object-position: 55% 30%;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__img {
    width: 100%;
    max-width: 430px;
    padding-top: 44px;
    margin: 60px auto 0px auto;
  }
}

#home-page .cnt-recruit .recruit__head {
  position: absolute;
  z-index: 4;
  margin-left: -20px;
  margin-top: -134px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__head {
    margin-top: -380px;
  }
}

#home-page .cnt-recruit .recruit__head h2 {
  display: inline-block;
  font-size: 82px;
  font-family: "Yellowtail", sans-serif;
  color: #00A0FF;
  transform: rotate(-5deg);
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__head h2 {
    font-size: 60px;
  }
}

#home-page .cnt-recruit .recruit__body {
  position: relative;
  text-align: left;
  margin-top: 336px;
  padding-right: 50px;
  z-index: 4;
  padding-left: 5px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__body {
    margin-top: 40px;
    text-align: center;
    padding-right: 0px;
  }
}

#home-page .cnt-recruit .recruit__body p {
  max-width: 540px;
  margin-top: 40px;
  font: normal 15px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__body p {
    font-size: 12px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: left;
  }
}

#home-page .cnt-recruit .recruit__body .btn {
  margin-top: 42px;
}

@media screen and (max-width: 959px) {
  #home-page .cnt-recruit .recruit__body .btn {
    margin-top: 30px;
    text-align: center;
  }
}

/* message page
========================================================= */
#message-page .hmessage,
#interview-page .hmessage {
  margin-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 959px) {

  #message-page .hmessage,
  #interview-page .hmessage {
    margin-top: 50px;
  }
}

#message-page .hmessage__title,
#interview-page .hmessage__title {
  text-align: center;
}

#message-page .hmessage__name,
#interview-page .hmessage__name {
  font: bold 30px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {

  #message-page .hmessage__name,
  #interview-page .hmessage__name {
    font-size: 24px;
    margin-top: 10px;
  }
}

#message-page .hmessage__name span,
#interview-page .hmessage__name span {
  display: block;
  font: normal 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {

  #message-page .hmessage__name span,
  #interview-page .hmessage__name span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

#message-page .hmessage__item,
#interview-page .hmessage__item {
  position: relative;
}

#message-page .hmessage__item:after,
#interview-page .hmessage__item:after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 100px);
  background-image: url(/svg/line.svg);
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  opacity: .5;
}

@media screen and (max-width: 959px) {

  #message-page .hmessage__item:after,
  #interview-page .hmessage__item:after {
    height: calc(100% + 50px);
    opacity: .2;
  }
}

#message-page .cmessage,
#interview-page .cmessage,
#message-page .cmessage--rev,
#interview-page .cmessage--rev {
  position: relative;
  padding: 50px 0;
  margin-top: 100px;
}

@media screen and (max-width: 959px) {

  #message-page .cmessage,
  #interview-page .cmessage,
  #message-page .cmessage--rev,
  #interview-page .cmessage--rev {
    margin-top: 70px;
  }
}

#message-page .cmessage__inner,
#interview-page .cmessage__inner {
  position: relative;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 959px) {

  #message-page .cmessage__inner,
  #interview-page .cmessage__inner {
    flex-wrap: wrap;
    padding: 0;
  }
}

#message-page .cmessage__inner.start,
#interview-page .cmessage__inner.start {
  position: relative;
}

#message-page .cmessage__inner.start:before,
#interview-page .cmessage__inner.start:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #00A0FF;
  left: 0;
  right: 0;
  top: -100px;
  margin: 0 auto;
}

#message-page .cmessage__inner.end,
#interview-page .cmessage__inner.end {
  position: relative;
}

#message-page .cmessage__inner.end:before,
#interview-page .cmessage__inner.end:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #00A0FF;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {

  #message-page .cmessage__inner.end:before,
  #interview-page .cmessage__inner.end:before {
    display: none;
  }
}

#message-page .cmessage__text,
#interview-page .cmessage__text {
  width: 44%;
}

#message-page .cmessage__text h3,
#interview-page .cmessage__text h3 {
  font: bold 24px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .12em;
  margin-bottom: 40px;
}

#message-page .cmessage__text p:not([class]),
#interview-page .cmessage__text p:not([class]) {
  font: normal 14px/1.86 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .12em;
}

#message-page .cmessage__text p.written,
#interview-page .cmessage__text p.written {
  position: absolute;
  top: -80px;
  left: 10px;
  font: normal 82px/1 "Yellowtail", sans-serif;
  transform: rotate(-4deg);
  color: #00A0FF;
}

@media screen and (max-width: 959px) {

  #message-page .cmessage__text,
  #interview-page .cmessage__text {
    padding: 0 20px;
    width: 100%;
  }

  #message-page .cmessage__text h3,
  #interview-page .cmessage__text h3 {
    margin-bottom: 30px;
  }

  #message-page .cmessage__text p.written,
  #interview-page .cmessage__text p.written {
    font-size: 60px;
    top: -86px;
    left: 13px;
  }
}

#message-page .cmessage__img,
#interview-page .cmessage__img {
  max-width: 630px;
  width: 52%;
}

#message-page .cmessage__img p.written,
#interview-page .cmessage__img p.written {
  position: absolute;
  top: -170px;
  right: -70px;
  font: normal 236px/1 "Yellowtail", sans-serif;
  transform: rotate(-4deg);
  color: #00A0FF;
  opacity: .2;
  z-index: -1;
}

#message-page .cmessage__img img,
#interview-page .cmessage__img img {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {

  #message-page .cmessage__img,
  #interview-page .cmessage__img {
    width: 100%;
    margin-top: 40px;
  }

  #message-page .cmessage__img p.written,
  #interview-page .cmessage__img p.written {
    display: none;
    top: -100px;
    right: 12px;
    font-size: 90px;
  }
}

#message-page .cmessage:before,
#interview-page .cmessage:before,
#message-page .cmessage--rev:before,
#interview-page .cmessage--rev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
}

#message-page .cmessage--rev:before,
#interview-page .cmessage--rev:before {
  right: 0;
}

#message-page .cmessage--rev .cmessage__text p.written,
#interview-page .cmessage--rev .cmessage__text p.written {
  left: calc(50% + 60px);
}

#message-page .cmessage--rev .cmessage__img p.written,
#interview-page .cmessage--rev .cmessage__img p.written {
  right: none;
  left: -70px;
  top: -210px;
}

@media screen and (max-width: 959px) {

  #message-page .cmessage--rev .cmessage__inner,
  #interview-page .cmessage--rev .cmessage__inner {
    flex-flow: column-reverse;
  }

  #message-page .cmessage--rev .cmessage__img p.written,
  #interview-page .cmessage--rev .cmessage__img p.written {
    display: none;
  }

  #message-page .cmessage--rev .cmessage__text p.written,
  #interview-page .cmessage--rev .cmessage__text p.written {
    font-size: 60px;
    top: -86px;
    left: 13px;
  }
}

/* about page
========================================================= */
#recruit-page .article__title p,
#about-page .article__title p {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  color: #00A0FF;
  border: 2px solid #00A0FF;
  font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 10px 40px 13px;
}

@media screen and (max-width: 959px) {

  #recruit-page .article__title p,
  #about-page .article__title p {
    font-size: 12px;
  }
}

#recruit-page .article__main,
#about-page .article__main {
  margin-top: 30px !important;
}

@media screen and (max-width: 959px) {

  #recruit-page .article__main,
  #about-page .article__main {
    margin-top: 20px !important;
  }
}

#recruit-page .article__main p,
#about-page .article__main p {
  text-align: center;
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1.8;
  opacity: .8;
}

@media screen and (max-width: 767px) {

  #recruit-page .article__main p,
  #about-page .article__main p {
    text-align: left;
  }

  #recruit-page .article__main p br,
  #about-page .article__main p br {
    display: none;
  }
}

#recruit-page .article__main p img,
#about-page .article__main p img {
  vertical-align: -4px;
  height: 20px;
  margin: 0 6px;
}

#recruit-page .article__main p+p,
#about-page .article__main p+p {
  margin-top: 10px;
}

@media screen and (max-width: 959px) {

  #recruit-page .article__main p,
  #about-page .article__main p {
    font-size: 15px;
  }

  #recruit-page .article__main p img,
  #about-page .article__main p img {
    height: 17px;
  }

  #recruit-page .article__main p.mt40,
  #about-page .article__main p.mt40 {
    margin-top: 20px !important;
  }
}

#recruit-page .article__main .table,
#recruit-page .article__main .table--small,
#about-page .article__main .table,
#about-page .article__main .table--small {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {

  #recruit-page .article__main .table,
  #recruit-page .article__main .table--small,
  #about-page .article__main .table,
  #about-page .article__main .table--small {
    margin-top: 30px;
  }
}

#recruit-page .article__main .table p,
#recruit-page .article__main .table--small p,
#about-page .article__main .table p,
#about-page .article__main .table--small p {
  opacity: 1;
  font-size: 16px;
  text-align: left;
}

#recruit-page .article+.article,
#about-page .article+.article {
  padding-top: 100px;
}

@media screen and (max-width: 959px) {

  #recruit-page .article+.article,
  #about-page .article+.article {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #about-page .article__main p {
    text-align: center;
  }

  #about-page .article__main p br {
    display: block;
  }
}

/* recruit page
========================================================= */
#recruit-page .article__main {
  margin-top: 50px !important;
}

@media screen and (max-width: 959px) {
  #recruit-page .article__main {
    margin-top: 30px !important;
  }
}

#recruit-page .article+.article {
  padding-top: 150px;
}

@media screen and (max-width: 959px) {
  #recruit-page .article+.article {
    padding-top: 75px;
  }
}

/* interview page
========================================================= */
#interview-page .cnt-interview {
  position: relative;
  padding: 100px 0px 50px 0px;
}

#interview-page .cnt-interview a {
  display: block;
  text-decoration: none;
  transition: opacity .15s ease;
}

#interview-page .cnt-interview a:hover {
  opacity: .6;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview {
    padding: 50px 0 0;
  }
}

#interview-page .cnt-interview .interview {
  position: relative;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview {
    margin-top: 40px;
  }
}

#interview-page .cnt-interview .interview__txt {
  text-align: center;
  margin: -8px auto 0 auto;
  max-width: 500px;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__txt {
    margin: 0 auto;
  }
}

#interview-page .cnt-interview .interview__txt h2 {
  display: inline-block;
  font-size: 82px;
  font-family: "Yellowtail", sans-serif;
  color: #00A0FF;
  transform: rotate(-5deg);
  margin-left: -20px;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__txt h2 {
    font-size: 60px;
  }
}

#interview-page .cnt-interview .interview__txt .logo-txt {
  display: flex;
  margin: 60px auto 0px auto;
  max-width: 330px;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__txt .logo-txt {
    max-width: 258px;
    margin: 40px auto 0px auto;
  }
}

#interview-page .cnt-interview .interview__txt p {
  max-width: 540px;
  margin-top: 40px;
  font: normal 15px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__txt p {
    margin: 20px 20px 0px 20px;
  }
}

#interview-page .cnt-interview .interview__txt img {
  margin: 2px 0px 0px 5px;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__txt img {
    max-height: 22px;
    margin: 0px 4px 1px 0px;
  }
}

#interview-page .cnt-interview .interview__inner {
  max-width: 1230px;
  justify-content: space-between;
  display: flex;
  position: relative;
  margin: 0 auto 0px auto;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__inner {
    display: block;
    margin: auto 20px;
  }
}

@media screen and (max-width: 1160px) and (min-width: 960px) {
  #interview-page .cnt-interview .interview__inner {
    justify-content: center;
  }
}

#interview-page .cnt-interview .interview__item {
  position: relative;
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__item {
    padding-bottom: 40px;
    text-align: center;
  }
}

#interview-page .cnt-interview .interview__item img {
  height: 723px;
  width: 572px;
  object-fit: cover;
  object-position: 100% 30%;
  margin-top: 20px;
  padding: 0 5px;
}

@media screen and (max-width: 1160px) and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item img {
    height: 622px;
    width: 442px;
    margin: 20px 10px 0px 10px;
  }
}

@media screen and (max-width: 959px) {
  #interview-page .cnt-interview .interview__item img {
    max-width: 430px;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    object-position: 60% 30%;
    padding: 0px;
  }
}

#interview-page .cnt-interview .interview__item--card {
  position: absolute;
  background: linear-gradient(45deg, #ECF8FF 10%, #FFFFFF 80%, #ECF8FF);
  display: flex;
  z-index: 1;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--card {
    justify-content: center;
    max-width: 430px;
    width: 100%;
    height: 70px;
    margin: -100px auto 0px auto;
    position: relative;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--card {
    justify-content: space-between;
    width: 432px;
    max-width: 100%;
    height: 86px;
    margin: -140px 15px 0px 15px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--card {
    justify-content: space-between;
    width: 562px;
    max-width: 100%;
    height: 100px;
    margin: -160px 5px 0px 5px;
  }
}

#interview-page .cnt-interview .interview__item--num {
  font-family: 'Lato';
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--num {
    font-size: 20px;
    margin: auto 24px auto 0px;
  }
}

@media screen and (min-width: 480px) {
  #interview-page .cnt-interview .interview__item--num {
    font-size: 20px;
    margin: auto 24px auto 0px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--num {
    font-size: 30px;
    margin: auto 0px auto 20px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--num {
    font-size: 30px;
    margin: auto 0px auto 50px;
  }
}

#interview-page .cnt-interview .interview__item--num ::after {
  content: '';
  display: inline-block;
  background-image: url(/svg/dot.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 99;
  width: 2px;
  height: 14px;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--num ::after {
    margin: 4px 0px 0px 16px;
  }
}

@media screen and (min-width: 480px) {
  #interview-page .cnt-interview .interview__item--num ::after {
    margin: 4px 0px 0px 16px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--num ::after {
    margin: 10px 0px 0px 16px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--num ::after {
    margin: 10px 0px 0px 18px;
  }
}

#interview-page .cnt-interview .interview__item--job {
  text-align: left;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--job {
    margin: auto 0px auto 14px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--job {
    margin: auto 0px auto 14px;
  }
}

#interview-page .cnt-interview .interview__item--year {
  color: #707070;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--year {
    font-size: 8px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--year {
    font-size: 12px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--year {
    font-size: 12px;
  }
}

#interview-page .cnt-interview .interview__item--dept {
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--dept {
    font-size: 14px;
    margin-top: 4px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--dept {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--dept {
    margin-top: 10px;
    font-size: 16px;
  }
}

#interview-page .cnt-interview .interview__item--name {
  font-family: "Yellowtail", sans-serif;
  transform: rotate(-5deg);
  position: relative;
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--name {
    font-size: 34px;
    margin: auto 0px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 480px) {
  #interview-page .cnt-interview .interview__item--name {
    margin: auto 10px auto 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--name {
    font-size: 38px;
    margin: auto 20px auto 0px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--name {
    font-size: 52px;
    margin: auto 50px auto 0px;
    padding-left: 0px;
  }
}

#interview-page .cnt-interview .interview__item--name ::before {
  content: '';
  display: inline-block;
  border: solid 1px #DBDBDB;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
  position: absolute;
  transform: rotate(5deg);
}

@media screen and (min-width: 375px) {
  #interview-page .cnt-interview .interview__item--name ::before {
    height: 40px;
    width: 160px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item--name ::before {
    margin-left: 10px;
    height: 50px;
    width: 180px;
  }
}

@media screen and (min-width: 1160px) {
  #interview-page .cnt-interview .interview__item--name ::before {
    margin-left: 15px;
    height: 50px;
    width: 238px;
  }
}

@media screen and (min-width: 960px) {
  #interview-page .cnt-interview .interview__item .pc-none {
    display: none;
  }
}

/* business page
========================================================= */
#business-page .business-page__item {
  margin-top: 150px;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__item {
    margin-top: 0;
  }
}

#business-page .business-page__item::before {
  content: "";
  top: 50px;
  left: 273px;
  display: block;
  width: calc(100% - 273px);
  height: 595px;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__item::before {
    top: -20px;
    left: 60px;
    height: 500px;
    width: calc(100% - 60px);
  }
}

#business-page .business-page__item.left::before {
  content: "";
  top: 50px;
  left: 0px;
  display: block;
  width: calc(100% - 270px);
  height: 595px;
  background: linear-gradient(252deg, #ECF8FF, #ECF8FF 8%, #FFFFFF 80%, #ECF8FF);
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__item.left::before {
    top: -20px;
    right: 60px;
    height: 500px;
    width: calc(100% - 60px);
  }
}

#business-page .business-page__subtitle {
  display: flex;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__subtitle {
    margin: 0px auto 20px auto;
    justify-content: center;
  }
}

#business-page .business-page__subtitle img {
  margin: 2px 4px 0px 0px;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__subtitle img {
    height: 22px;
    margin: 0px 4px 0px 0px;
  }
}

#business-page .business-page__subtitle h3 {
  font: bold 24px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__subtitle h3 {
    font-size: 18px;
  }
}

#business-page .business-page__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: -595px auto 0px auto;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__inner {
    display: block;
  }
}

#business-page .business-page__img img {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
  #business-page .business-page__img.pc {
    display: none;
  }
}

#business-page .business-page__img.sp {
  max-width: 464px;
  width: 100%;
  margin: 0px auto;
}

@media screen and (min-width: 960px) {
  #business-page .business-page__img.sp {
    display: none;
  }
}

#business-page .business-page__text {
  position: relative;
  text-align: left;
  margin: auto 130px auto 20px;
  z-index: 4;
  padding: 100px 0px;
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__text {
    margin: auto;
    padding: 100px 20px;
  }
}

#business-page .business-page__text.left {
  margin: auto 20px auto 140px;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__text.left {
    margin: auto;
  }
}

#business-page .business-page__text p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #business-page .business-page__text p {
    font-size: 14px;
  }
}

#business-page .business-page__list {
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__list {
    max-width: 100%;
    width: 100vw;
  }
}

#business-page .business-page__list.two_column {
  display: flex;
  flex-wrap: wrap;
}

#business-page .business-page__list.two_column li {
  width: calc(50% - 10px);
  margin: 0px 2px 2px 0px;
}

#business-page .business-page__list li {
  list-style-type: none !important;
  position: relative;
  background: white;
  vertical-align: middle;
  padding: 12px 0px 12px 46px;
  margin-bottom: 5px;
  line-height: 1.6;
}

#business-page .business-page__list li sup {
  font-size: 0.6em;
  vertical-align: 3px;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__list li {
    padding: 12px 10px 12px 30px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    font-size: 12px;
  }
}

#business-page .business-page__list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00A0FF;
  border-radius: 50%;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
}

@media screen and (max-width: 959px) {
  #business-page .business-page__list li::before {
    left: 13px;
  }
}

#business-page .business-page__list.asterisk::after {
  content: "※";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

/* Entry page
========================================================= */
#error-page .article__main,
#entry-page .article__main {
  margin-top: 60px !important;
}

@media screen and (max-width: 959px) {

  #error-page .article__main,
  #entry-page .article__main {
    margin-top: 40px !important;
  }
}

#error-page .article__main p,
#entry-page .article__main p {
  text-align: center;
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1.8;
  opacity: .8;
}

#error-page .article__main p img,
#entry-page .article__main p img {
  vertical-align: -4px;
  height: 20px;
  margin: 0 6px;
}

#error-page .article__main p+p,
#entry-page .article__main p+p {
  margin-top: 10px;
}

@media screen and (max-width: 959px) {

  #error-page .article__main p,
  #entry-page .article__main p {
    font-size: 15px;
    text-align: left;
  }

  #error-page .article__main p br,
  #entry-page .article__main p br {
    display: none;
  }

  #error-page .article__main p img,
  #entry-page .article__main p img {
    height: 17px;
  }

  #error-page .article__main p.mt40,
  #entry-page .article__main p.mt40 {
    margin-top: 20px !important;
  }
}

#error-page .article__main .btn.square,
#entry-page .article__main .btn.square {
  margin-top: 40px;
}

#error-page .form,
#entry-page .form {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {

  #error-page .form,
  #entry-page .form {
    margin-top: 50px;
  }
}

#error-page .form .mw_wp_form .error-area,
#entry-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center;
}

#error-page .form .mw_wp_form.mw_wp_form_error .error-area,
#entry-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block;
}

#error-page .form .mw_wp_form .confilm-area,
#entry-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center;
}

#error-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area,
#entry-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block;
}

#error-page .form .mw_wp_form dl .error,
#entry-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1);
}

#error-page .form .mw_wp_form dl .error+.error,
#entry-page .form .mw_wp_form dl .error+.error {
  left: 200px;
}

#error-page .form .mw_wp_form dd,
#entry-page .form .mw_wp_form dd {
  position: relative;
}

#error-page .form .mw_wp_form dt,
#entry-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD;
  vertical-align: middle;
}

#error-page .form .mw_wp_form dt:before,
#entry-page .form .mw_wp_form dt:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #00A0FF;
  top: 50%;
  left: 0;
}

@media all and (-ms-high-contrast: none) {

  #error-page .form .mw_wp_form dt:before,
  #entry-page .form .mw_wp_form dt:before {
    content: none;
  }
}

#error-page .form .mw_wp_form dt span.must,
#entry-page .form .mw_wp_form dt span.must {
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px 6px;
  border-radius: 2px;
  border: 1px solid #00A0FF;
  color: #00A0FF;
  font-size: 14px;
  line-height: 1;
}

#error-page .form .mw_wp_form dd.flex-col4,
#entry-page .form .mw_wp_form dd.flex-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#error-page .form .mw_wp_form dd.flex-col4>span:not(.error),
#entry-page .form .mw_wp_form dd.flex-col4>span:not(.error) {
  width: calc((100% - 30px)/4);
}

#error-page .form .mw_wp_form dd.flex-col4>span:not(.error):nth-of-type(4),
#entry-page .form .mw_wp_form dd.flex-col4>span:not(.error):nth-of-type(4) {
  padding-right: 0;
}

@media screen and (max-width: 959px) {

  #error-page .form .mw_wp_form dd.flex-col4>span:not(.error),
  #entry-page .form .mw_wp_form dd.flex-col4>span:not(.error) {
    width: 100%;
    padding-left: 0;
    margin: 0;
    margin-top: 8px;
  }
}

#error-page .form .mw_wp_form dd.flex-col2,
#entry-page .form .mw_wp_form dd.flex-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#error-page .form .mw_wp_form dd.flex-col2>span:not(.error),
#entry-page .form .mw_wp_form dd.flex-col2>span:not(.error) {
  width: calc((100% - 8px)/2);
}

#error-page .form .mw_wp_form dd.flex-col2>span:not(.error):nth-of-type(2),
#entry-page .form .mw_wp_form dd.flex-col2>span:not(.error):nth-of-type(2) {
  padding-right: 0;
}

#error-page .form .mw_wp_form dd.flex-col2>input,
#entry-page .form .mw_wp_form dd.flex-col2>input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}

#error-page .form .mw_wp_form dd.flex-col2>input:nth-of-type(2),
#entry-page .form .mw_wp_form dd.flex-col2>input:nth-of-type(2) {
  margin-right: 0;
}

#error-page .form .mw_wp_form .mwform-radio-field-text,
#entry-page .form .mw_wp_form .mwform-radio-field-text {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  font-size: 16px !important;
  cursor: pointer;
}

#error-page .form .mw_wp_form .mwform-radio-field-text:before,
#error-page .form .mw_wp_form .mwform-radio-field-text:after,
#entry-page .form .mw_wp_form .mwform-radio-field-text:before,
#entry-page .form .mw_wp_form .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  content: '';
}

#error-page .form .mw_wp_form .mwform-radio-field-text:before,
#entry-page .form .mw_wp_form .mwform-radio-field-text:before {
  opacity: 0;
}

#error-page .form .mw_wp_form .mwform-radio-field-text:after,
#entry-page .form .mw_wp_form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 2px;
  background: white;
}

#error-page .form .mw_wp_form .mwform-radio-field-text:before,
#entry-page .form .mw_wp_form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00A0FF;
  z-index: 1;
}

#error-page .form .mw_wp_form .mwform-radio-field-text:after,
#entry-page .form .mw_wp_form .mwform-radio-field-text:after {
  border-radius: 100%;
}

#error-page .form .mw_wp_form .mwform-zip-field,
#entry-page .form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#error-page .form .mw_wp_form .mwform-zip-field input,
#entry-page .form .mw_wp_form .mwform-zip-field input {
  margin: 0 10px !important;
}

#error-page .form .mw_wp_form input[type=radio],
#entry-page .form .mw_wp_form input[type=radio] {
  display: none;
}

#error-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:after,
#entry-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:after {
  border-color: #00A0FF;
}

#error-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:before,
#entry-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:before {
  opacity: 1;
}

#error-page .form .mw_wp_form input[type=file],
#entry-page .form .mw_wp_form input[type=file] {
  margin-top: 20px;
}

#error-page .form .mw_wp_form input[type="text"],
#error-page .form .mw_wp_form input[type="email"],
#error-page .form .mw_wp_form input[type="url"],
#error-page .form .mw_wp_form textarea,
#entry-page .form .mw_wp_form input[type="text"],
#entry-page .form .mw_wp_form input[type="email"],
#entry-page .form .mw_wp_form input[type="url"],
#entry-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
}

@media screen and (max-width: 959px) {

  #error-page .form .mw_wp_form input[type="text"],
  #error-page .form .mw_wp_form input[type="email"],
  #error-page .form .mw_wp_form input[type="url"],
  #error-page .form .mw_wp_form textarea,
  #entry-page .form .mw_wp_form input[type="text"],
  #entry-page .form .mw_wp_form input[type="email"],
  #entry-page .form .mw_wp_form input[type="url"],
  #entry-page .form .mw_wp_form textarea {
    margin-top: 8px;
  }
}

#error-page .form .mw_wp_form .mwform-tel-field,
#entry-page .form .mw_wp_form .mwform-tel-field {
  width: 100%;
}

#error-page .form .mw_wp_form .mwform-tel-field input[type="text"],
#entry-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px;
}

@media screen and (max-width: 959px) {

  #error-page .form .mw_wp_form .mwform-tel-field input[type="text"],
  #entry-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: calc((100% - 32px)/3);
  }
}

#error-page .form .mw_wp_form select,
#entry-page .form .mw_wp_form select {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  border-radius: 5px;
}

#error-page .form .contact-policy,
#entry-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
}

#error-page .form .contact-policy .section,
#entry-page .form .contact-policy .section {
  margin-top: 30px;
}

#error-page .form .contact-policy .section-title,
#entry-page .form .contact-policy .section-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 24px;
  border: 0;
}

#error-page .form .contact-policy .section-title:before,
#entry-page .form .contact-policy .section-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #E60012;
  top: 0;
  left: 0;
}

#error-page .form .contact-policy .section-title+.section-main,
#entry-page .form .contact-policy .section-title+.section-main {
  margin-top: 15px;
}

#error-page .form .contact-policy .inner,
#entry-page .form .contact-policy .inner {
  max-height: 200px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {

  #error-page .form .contact-policy,
  #entry-page .form .contact-policy {
    padding: 15px;
  }
}

#error-page .form .button,
#entry-page .form .button {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {

  #error-page .form .button,
  #entry-page .form .button {
    margin-top: 30px;
  }
}

#error-page .form input[type="submit"],
#entry-page .form input[type="submit"] {
  background: #00A0FF;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background-color .15s ease;
}

@media screen and (max-width: 959px) {

  #error-page .form input[type="submit"],
  #entry-page .form input[type="submit"] {
    padding: 15px 20px;
    min-width: 300px;
  }
}

#error-page .form input[type="submit"]:hover,
#entry-page .form input[type="submit"]:hover {
  background: #212121;
}

#error-page .form .btns,
#entry-page .form .btns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 959px) {

  #error-page .form .btns,
  #entry-page .form .btns {
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
}

@media screen and (min-width: 960px) {

  #error-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #entry-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px;
  }
}

#error-page .form p+.mw_wp_form,
#entry-page .form p+.mw_wp_form {
  margin-top: 50px;
}

#error-page .form .address,
#entry-page .form .address {
  padding: 15px;
}

#error-page .form .address dl,
#entry-page .form .address dl {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {

  #error-page .form .address dl,
  #entry-page .form .address dl {
    flex-wrap: wrap;
  }
}

#error-page .form .address dl dt,
#entry-page .form .address dl dt {
  width: 20%;
  border: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

#error-page .form .address dl dt:before,
#entry-page .form .address dl dt:before {
  height: 100%;
  opacity: .6;
}

@media screen and (max-width: 767px) {

  #error-page .form .address dl dt,
  #entry-page .form .address dl dt {
    width: 100%;
    margin-bottom: 10px;
  }

  #error-page .form .address dl dt .error,
  #entry-page .form .address dl dt .error {
    margin-top: 0;
    margin-left: 10px;
    font-size: 13px;
    padding: 7px 10px 8px;
  }
}

#error-page .form .address dl dd,
#entry-page .form .address dl dd {
  width: 80%;
}

#error-page .form .address dl dd input,
#entry-page .form .address dl dd input {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {

  #error-page .form .address dl dd,
  #entry-page .form .address dl dd {
    width: 100%;
  }
}

#error-page .form .col3,
#entry-page .form .col3 {
  display: flex;
}

@media screen and (max-width: 767px) {

  #error-page .form .col3,
  #entry-page .form .col3 {
    flex-wrap: wrap;
  }

  #error-page .form .col3>span,
  #entry-page .form .col3>span {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {

  #error-page .form .col3+span.error,
  #entry-page .form .col3+span.error {
    margin-left: 20px;
  }
}

#error-page .form .col3 .mwform-radio-field,
#entry-page .form .col3 .mwform-radio-field {
  width: 100%;
}

@media screen and (max-width: 767px) {

  #error-page .form .col3 .mwform-radio-field,
  #entry-page .form .col3 .mwform-radio-field {
    margin-left: 0;
  }
}

#error-page .form span,
#entry-page .form span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 959px) {

  #error-page .form span,
  #entry-page .form span {
    font-size: 14px;
  }
}

#error-page .form .error-area,
#entry-page .form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center;
}

#error-page .form.mw_wp_form_error .error-area,
#entry-page .form.mw_wp_form_error .error-area {
  display: block;
}

#error-page .form .confilm-area,
#entry-page .form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center;
}

#error-page .form.mw_wp_form_confirm .confilm-area,
#entry-page .form.mw_wp_form_confirm .confilm-area {
  display: block;
}

#error-page .form .form-title,
#entry-page .form .form-title {
  margin-top: 30px;
}

#error-page .form .form-title h3,
#entry-page .form .form-title h3 {
  margin: 0 !important;
}

#error-page .form .contact-tel dt,
#entry-page .form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600;
}

#error-page .form .contact-tel dd span,
#entry-page .form .contact-tel dd span {
  color: #00A0FF;
  font-size: 2.5em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {

  #error-page .form .contact-tel dd span,
  #entry-page .form .contact-tel dd span {
    display: block;
  }
}

#error-page .form .contact-tel dd span i,
#entry-page .form .contact-tel dd span i {
  margin-right: 5px;
  font-size: 0.8em;
}

#error-page .form .step,
#entry-page .form .step {
  display: table;
  table-layout: fixed;
  background: #fff;
}

#error-page .form .step .item,
#entry-page .form .step .item {
  display: table-cell;
  width: 33.3333%;
  padding: 30px 30px 20px;
  vertical-align: top;
  border-right: 1px dashed #DDDDDD;
  text-align: center;
}

#error-page .form .step .item:last-child,
#entry-page .form .step .item:last-child {
  border-right: none;
}

@media screen and (max-width: 959px) {

  #error-page .form .step,
  #entry-page .form .step {
    display: block;
  }

  #error-page .form .step .item,
  #entry-page .form .step .item {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #DDDDDD;
  }

  #error-page .form .step .item:last-child,
  #entry-page .form .step .item:last-child {
    border: none;
  }
}

#error-page .form .step h4,
#entry-page .form .step h4 {
  margin-bottom: 15px;
  color: #00A0FF;
  font-size: 18px;
  font-weight: 600;
}

#error-page .form .step h4 span,
#entry-page .form .step h4 span {
  display: block;
  width: 30px;
  margin: 0 auto 5px;
  background: #00A0FF;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  border-radius: 15px;
}

#error-page .form .step i,
#entry-page .form .step i {
  display: block;
  margin: 0 auto 15px;
  color: #00A0FF;
  font-size: 80px;
}

#error-page .form dl,
#entry-page .form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5;
}

#error-page .form dl:first-of-type,
#entry-page .form dl:first-of-type {
  border-top: 1px dotted #e5e5e5;
}

#error-page .form dl .error,
#entry-page .form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ef2027;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1);
}

#error-page .form dl .error+.error,
#entry-page .form dl .error+.error {
  left: 200px;
}

#error-page .form dl dt:before,
#entry-page .form dl dt:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#error-page .form dl dt.num,
#entry-page .form dl dt.num {
  position: relative;
  padding-left: 40px;
}

#error-page .form dl dt.num:before,
#entry-page .form dl dt.num:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #ef2027;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding: 0 0 0 2px;
}

@media screen and (max-width: 959px) {

  #error-page .form dl dt.num:before,
  #entry-page .form dl dt.num:before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 24px;
    top: 35%;
    padding: 1px 0 0 0;
  }
}

#error-page .form dl p.red,
#entry-page .form dl p.red {
  color: #DB361A;
}

#error-page .form dl:nth-child(2) dt.num:before,
#entry-page .form dl:nth-child(2) dt.num:before {
  content: "1";
}

#error-page .form dl:nth-child(3) dt.num:before,
#entry-page .form dl:nth-child(3) dt.num:before {
  content: "2";
}

#error-page .form dl:nth-child(4) dt.num:before,
#entry-page .form dl:nth-child(4) dt.num:before {
  content: "3";
}

#error-page .form dl:nth-child(5) dt.num:before,
#entry-page .form dl:nth-child(5) dt.num:before {
  content: "4";
}

#error-page .form dl:nth-child(6) dt.num:before,
#entry-page .form dl:nth-child(6) dt.num:before {
  content: "5";
}

#error-page .form dl:nth-child(7) dt.num:before,
#entry-page .form dl:nth-child(7) dt.num:before {
  content: "6";
}

#error-page .form dl:nth-child(8) dt.num:before,
#entry-page .form dl:nth-child(8) dt.num:before {
  content: "7";
}

#error-page .form dl:nth-child(9) dt.num:before,
#entry-page .form dl:nth-child(9) dt.num:before {
  content: "8";
}

#error-page .form dl:nth-child(10) dt.num:before,
#entry-page .form dl:nth-child(10) dt.num:before {
  content: "9";
}

#error-page .form dl dd,
#error-page .form dl dt,
#entry-page .form dl dd,
#entry-page .form dl dt {
  display: table-cell;
  font-size: 100%;
  text-align: left;
  padding: 0px;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}

#error-page .form dl dd .must,
#error-page .form dl dt .must,
#entry-page .form dl dd .must,
#entry-page .form dl dt .must {
  float: right;
  color: #FF5E5C !important;
  border-color: #FF5E5C !important;
}

@media screen and (max-width: 959px) {

  #error-page .form dl dd,
  #error-page .form dl dt,
  #entry-page .form dl dd,
  #entry-page .form dl dt {
    display: block;
    font-size: 14px !important;
  }

  #error-page .form dl dd .must,
  #error-page .form dl dt .must,
  #entry-page .form dl dd .must,
  #entry-page .form dl dt .must {
    font-size: 11px !important;
  }
}

#error-page .form dl dt,
#entry-page .form dl dt {
  width: 300px;
}

@media screen and (max-width: 959px) {

  #error-page .form dl dt,
  #entry-page .form dl dt {
    width: 100%;
  }
}

#error-page .form dl dd,
#entry-page .form dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 959px) {

  #error-page .form dl dd,
  #entry-page .form dl dd {
    padding-left: 0 !important;
  }
}

#error-page .form dl.sub>dd,
#entry-page .form dl.sub>dd {
  position: relative;
}

#error-page .form dl.sub>dd dl,
#entry-page .form dl.sub>dd dl {
  padding: 10px 0;
  border: 0;
}

#error-page .form dl.sub>dd dl dt,
#entry-page .form dl.sub>dd dl dt {
  width: 130px;
}

@media screen and (max-width: 959px) {

  #error-page .form dl.sub>dd dl dt,
  #entry-page .form dl.sub>dd dl dt {
    width: 100%;
  }
}

#error-page .form input[type="number"],
#error-page .form input[type="text"],
#error-page .form input[type="email"],
#error-page .form input[type="url"],
#error-page .form input[type="tel"],
#error-page .form textarea,
#entry-page .form input[type="number"],
#entry-page .form input[type="text"],
#entry-page .form input[type="email"],
#entry-page .form input[type="url"],
#entry-page .form input[type="tel"],
#entry-page .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px !important;
}

#error-page .form input.short,
#entry-page .form input.short {
  width: 130px !important;
}

@media screen and (max-width: 959px) {

  #error-page .form input.short,
  #entry-page .form input.short {
    width: 120px !important;
  }
}

#error-page .form select,
#entry-page .form select {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px;
}

#error-page .form input[type=radio],
#error-page .form input[type=checkbox],
#entry-page .form input[type=radio],
#entry-page .form input[type=checkbox] {
  display: none;
}

#error-page .form .mwform-checkbox-field-text,
#error-page .form .mwform-radio-field-text,
#entry-page .form .mwform-checkbox-field-text,
#entry-page .form .mwform-radio-field-text {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  font-size: 16px !important;
  cursor: pointer;
}

#error-page .form .mwform-checkbox-field-text:before,
#error-page .form .mwform-checkbox-field-text:after,
#error-page .form .mwform-radio-field-text:before,
#error-page .form .mwform-radio-field-text:after,
#entry-page .form .mwform-checkbox-field-text:before,
#entry-page .form .mwform-checkbox-field-text:after,
#entry-page .form .mwform-radio-field-text:before,
#entry-page .form .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  content: '';
}

#error-page .form .mwform-checkbox-field-text:before,
#error-page .form .mwform-radio-field-text:before,
#entry-page .form .mwform-checkbox-field-text:before,
#entry-page .form .mwform-radio-field-text:before {
  opacity: 0;
}

#error-page .form .mwform-checkbox-field-text:after,
#error-page .form .mwform-radio-field-text:after,
#entry-page .form .mwform-checkbox-field-text:after,
#entry-page .form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 2px;
  background: white;
}

#error-page .form .mwform-checkbox-field-text:before,
#error-page .form .mwform-radio-field-text:before,
#entry-page .form .mwform-checkbox-field-text:before,
#entry-page .form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00A0FF;
  z-index: 1;
}

#error-page .form .mwform-checkbox-field-text:after,
#error-page .form .mwform-radio-field-text:after,
#entry-page .form .mwform-checkbox-field-text:after,
#entry-page .form .mwform-radio-field-text:after {
  border-radius: 100%;
}

#error-page .form .mwform-checkbox-field-text:after,
#entry-page .form .mwform-checkbox-field-text:after {
  border-radius: 5px !important;
}

@media screen and (max-width: 959px) {

  #error-page .form .mwform-checkbox-field,
  #error-page .form .mwform-radio-field,
  #entry-page .form .mwform-checkbox-field,
  #entry-page .form .mwform-radio-field {
    margin-top: 10px;
  }
}

#error-page .form input[type=checkbox],
#error-page .form input[type=radio],
#entry-page .form input[type=checkbox],
#entry-page .form input[type=radio] {
  display: none;
}

#error-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:after,
#error-page .form input[type=radio]:checked+.mwform-radio-field-text:after,
#entry-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:after,
#entry-page .form input[type=radio]:checked+.mwform-radio-field-text:after {
  border-color: #00A0FF;
}

#error-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:before,
#error-page .form input[type=radio]:checked+.mwform-radio-field-text:before,
#entry-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:before,
#entry-page .form input[type=radio]:checked+.mwform-radio-field-text:before {
  opacity: 1;
}

#error-page .form input[type=file],
#entry-page .form input[type=file] {
  margin-top: 20px;
}

#error-page .form .button,
#entry-page .form .button {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {

  #error-page .form .button:first-of-type,
  #entry-page .form .button:first-of-type {
    margin-top: 15px;
  }
}

#error-page .form .button input,
#entry-page .form .button input {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #00A0FF;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#error-page .form .button input:hover,
#entry-page .form .button input:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  #error-page .form .button input,
  #entry-page .form .button input {
    width: 200px !important;
    min-width: 0;
    height: 40px;
    font-size: 14px;
  }
}

#error-page .form .flex-c2,
#entry-page .form .flex-c2 {
  display: flex;
  justify-content: space-between;
}

#error-page .form .flex-c2>span:not(.error),
#entry-page .form .flex-c2>span:not(.error) {
  width: calc((100% - 8px)/2);
}

#error-page .form .flex-c2>span:not(.error):nth-of-type(2),
#entry-page .form .flex-c2>span:not(.error):nth-of-type(2) {
  padding-right: 0;
}

#error-page .form .flex-c2>input,
#entry-page .form .flex-c2>input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}

#error-page .form .flex-c2>input:nth-of-type(2),
#entry-page .form .flex-c2>input:nth-of-type(2) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {

  #error-page .form .flex-c2,
  #entry-page .form .flex-c2 {
    flex-wrap: wrap;
  }

  #error-page .form .flex-c2>input,
  #error-page .form .flex-c2>span:not(.error),
  #entry-page .form .flex-c2>input,
  #entry-page .form .flex-c2>span:not(.error) {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {

  #error-page dl#form-address>dt:before,
  #entry-page dl#form-address>dt:before {
    top: 57px;
  }

  #error-page dl#form-service>dt:before,
  #entry-page dl#form-service>dt:before {
    top: 24px;
  }

  #error-page dl#form-request>dt,
  #entry-page dl#form-request>dt {
    vertical-align: top;
  }

  #error-page dl#form-request>dt:before,
  #entry-page dl#form-request>dt:before {
    top: 12px;
  }
}

#error-page .btn {
  margin: 30px auto 0;
  text-align: center;
}

.following-bnr {
  position: fixed;
  right: 50px;
  bottom: 50px;
  max-width: 400px;
  z-index: 30;
}

.following-bnr a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .2s ease;
}

.following-bnr a img {
  width: 100%;
  max-width: 400px;
}

.following-bnr a:hover {
  opacity: .9;
}

@media screen and (max-width: 767px) {
  .following-bnr {
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
  }
}

.following-bnr.on {
  display: none;
  backface-visibility: hidden;
}

.following-bnr__btn {
  position: absolute;
  top: -10px;
  left: 370px;
  width: 40px;
  z-index: 31;
  transition: all .2s ease;
  cursor: pointer;
}

.following-bnr__btn img {
  height: 40px;
  width: 40px;
}

.following-bnr__btn:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .following-bnr__btn {
    left: auto;
    right: 10px;
  }
}

.ui-datepicker-calendar thead tr th span {
  font-size: 14px;
}

@media print {
  * html body {
    zoom: .7;
  }
}

/*# sourceMappingURL=style.css.map */

/* 20260713 */
.office {
  margin-top: 70px !important;
}

.new_accent {
  width: fit-content;
  height: 100%;
  padding: 6px !important;
  display: inline-block;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #fff;
  background: #f00 !important;
}

.new_accent span {
  font-size: 14px !important;
  line-height: 1 !important;
}

#recruit-page .article__main .table p span {
  font-size: 16px;
  font-weight: bold;
}