@charset "UTF-8";
html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

a {
  background: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
}

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

li {
  list-style: none;
}

summary {
  display: list-item;
}

hr {
  height: 0;
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in Safari and Chrome */
dfn {
  font-style: italic;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

/* select */
select::-ms-expand {
  display: none;
}

/* text color */
select::-ms-value {
  color: inherit;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* br
------------------------------------------------- */
.pc_none {
  display: none;
}
@media screen and (max-width: 23.4375em) {
  .pc_none {
    display: inline-block;
  }
}

@media screen and (max-width: 23.4375em) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 20em) {
  .xs_none {
    display: none;
  }
}

.xs_only {
  display: none;
}
@media screen and (max-width: 20em) {
  .xs_only {
    display: inline-block;
  }
}

/* float
------------------------------------------------- */
.float_r {
  float: right;
}

.float_l {
  float: left;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

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

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

.ml0 {
  margin-left: 0px !important;
}

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

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

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

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

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

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

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

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

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

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

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

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

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

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

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

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

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

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

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

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

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

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

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

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

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

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

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

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

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

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

.pl0 {
  padding-left: 0px !important;
}

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

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

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

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

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

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

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

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

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

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

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

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

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

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* align
------------------------------------------------- */
.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

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

/* font size
------------------------------------------------- */
.smaller {
  font-size: 85% !important;
}

.larger {
  font-size: larger !important;
}

.bold {
  font-weight: bold !important;
}

/* display
------------------------------------------------- */
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

/* list
------------------------------------------------- */
.list_disc {
  margin-left: 1.2em;
  list-style: disc;
}

.list_square {
  margin-left: 1.2em;
  list-style: square;
}

.list_decimal {
  margin-left: 1.7em;
  list-style: decimal;
}

.list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero;
}

/* list style
------------------------------------------------- */
/* ---- ※ ---- */
.list_asterisk > li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.list_asterisk > li::before {
  content: "※ ";
}
.list_asterisk > li > * {
  text-indent: 0;
}

/* ---- ・ ---- */
.list_dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.list_dot > li::before {
  content: "・";
}
.list_dot > li > * {
  text-indent: 0;
}

/* ---- ● ---- */
.list_circle > li {
  text-indent: -1em;
  margin-left: 1em;
}
.list_circle > li::before {
  content: "● ";
}
.list_circle > li > * {
  text-indent: 0;
}

/* ---- 1. ---- */
.list_decimal_01 > li {
  counter-increment: decimal_01;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.list_decimal_01 > li::before {
  content: counter(decimal_01) ". ";
}
.list_decimal_01 > li > * {
  text-indent: 0;
}

/* ---- (1) ---- */
.list_decimal_02 > li {
  counter-increment: decimal_02;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_02 > li::before {
  content: "(" counter(decimal_02) ") ";
}
.list_decimal_02 > li > * {
  text-indent: 0;
}

/* ---- [1] ---- */
.list_decimal_03 > li {
  counter-increment: decimal_03;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_03 > li::before {
  content: "[" counter(decimal_03) "] ";
}
.list_decimal_03 > li > * {
  text-indent: 0;
}

/* ---- 丸数字 ---- */
.list_decimal_04 > li {
  counter-increment: decimal_04;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_04 > li::before {
  content: counter(decimal_04);
  border: 1px solid #000;
  padding: 0 3px;
  font-size: 10px;
  margin-right: 5px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
}
.list_decimal_04 > li > * {
  text-indent: 0;
}

/* ---- upper alpha ---- */
.list_upper_alpha_01 > li {
  counter-increment: upper_alpha_01;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_upper_alpha_01 > li::before {
  content: counter(upper_alpha_01, upper-alpha) ") ";
}
.list_upper_alpha_01 > li > * {
  text-indent: 0;
}

/* 注釈
------------------------------------------------- */
/* ---- ※（注釈） ---- */
.notes {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.notes::before {
  content: "※ ";
}
.notes > * {
  text-indent: 0;
}

/* ---- ※n （番号付き注釈）---- */
.notes_num {
  counter-increment: decimal_notes;
  margin-left: 1.9em;
  text-indent: -1.9em;
}
.notes_num:before {
  content: "※" counter(decimal_notes) " ";
}
.notes_num > * {
  text-indent: 0;
}

/* 章番号用mixin (IE8以上)
usage:
■キャプションに章番号をつける場合
$counterName: oreoreCounter;
.parent-section {
  @include resetCounter($counterName);
  h2 {
    @include addCounter($counterName, '第', '章');
  }
}
■入れ子になってるリストに通し番号(1-1-1など）を付ける場合
$counterName: listCounter;
ol {
  @include resetCounter($counterName);
  li {
    @include addCounters($counterName, '-');
  }
}
------------------------------------------------- */
/* body
------------------------------------------------- */
body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* noscript
------------------------------------------------- */
.noscript {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

/* header
------------------------------------------------- */
.site_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 13vh;
  max-height: 100px;
  min-height: 50px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 48em) {
  .site_header {
    height: 13vw;
    max-height: none;
    min-height: auto;
  }
}
.site_header .site_id {
  width: 22vh;
  max-width: 192px;
  min-width: 120px;
  margin: 2.25px 16px 2.25px 32px;
}
@media screen and (max-width: 48em) {
  .site_header .site_id {
    width: 36vw;
    max-height: none;
    min-height: auto;
    margin: 0 20px;
  }
}
.site_header .site_id a {
  display: block;
}
.site_header .site_id a img {
  display: block;
}

/* global nav
------------------------------------------------- */
/* hamburger button */
.nav_toggle {
  display: none;
  z-index: 100;
}
@media screen and (max-width: 48em) {
  .nav_toggle {
    display: block;
    position: absolute;
    top: 2.6vw;
    right: 20px;
    width: 10.5vw;
    height: 7vw;
    cursor: pointer;
  }
}
.nav_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0.8vw;
  background: #4CB7C6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_toggle span:nth-of-type(1) {
  margin-top: -3.125vw;
}
.nav_toggle span:nth-of-type(3) {
  margin-top: 3.125vw;
}

/* global nav */
.global_nav {
  z-index: 10;
  width: calc(100% - 192px);
  height: 13vh;
  max-width: 678px;
  max-height: 100px;
  min-height: 50px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 48em) {
  .global_nav {
    max-width: 320px;
    position: fixed;
    top: 13vw;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-right: -100%;
    padding: 7vw 0;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .global_nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto 7vw;
    padding-bottom: 7vw;
  }
}
.global_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .global_nav ul li {
    display: block;
    height: auto;
    margin-bottom: 10%;
    text-align: center;
  }
}
.global_nav ul a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.global_nav ul a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4CB7C6;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.global_nav ul a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 48em) {
  .global_nav ul a {
    display: inline-block;
    font-size: 4vw;
  }
}

.is-animation {
  height: 50px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

/* nav open */
.site_header.nav_open .nav_toggle {
  position: fixed;
}
.site_header.nav_open .nav_toggle span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(2) {
  left: 50%;
  width: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0;
}
.site_header.nav_open .global_nav {
  margin-right: 0;
}

/* background overlay */
.nav_bg {
  position: relative;
}
.nav_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* main title
------------------------------------------------- */
.page_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 370px;
  background: #C9E9ED url("../img/common/bg_contact_01@2x.png") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 48em) {
  .page_title_box {
    height: 26vw;
  }
}

.page_title {
  color: #005874;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 48em) {
  .page_title {
    font-size: 5.2vw;
  }
}
.page_title span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 48em) {
  .page_title span {
    margin-bottom: 1vw;
    font-size: 3.8vw;
  }
}

/* breadcrumb
------------------------------------------------- */
.breadcrumb {
  max-width: calc(1040px + 20px * 2);
  margin: 40px auto 52px;
  padding: 0 20px;
}
@media screen and (max-width: 48em) {
  .breadcrumb {
    margin: 15px 0 30px;
    font-size: 12px;
  }
}
.breadcrumb ol {
  letter-spacing: -0.5em;
}
.breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
.breadcrumb li::after {
  content: "＞";
}
.breadcrumb li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb li:last-of-type a {
  cursor: default;
  pointer-events: none;
}
.breadcrumb li a {
  padding-right: 5px;
  color: #000;
}
.breadcrumb li a:hover {
  color: #4CB7C6;
}

/* one column layout
------------------------------------------------- */
main {
  margin: 0 auto;
}

/* page_content
------------------------------------------------- */
.contents {
  width: 100%;
  margin: 0 auto;
}

#business, #outline, #access, #history, #recruit {
  margin-top: -100px;
  padding-top: 100px;
}

.d_contents {
  max-width: calc(1500px + 20px * 2);
  margin: 0 auto;
  padding: 0 20px;
}

.contents_inner {
  max-width: calc(1040px + 20px * 2);
  margin: 0 auto;
  padding: 0 20px;
}

.button {
  width: 100%;
  max-width: 272px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -24px;
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  .button {
    max-width: 530px;
  }
}
.button a {
  display: block;
  padding: 16px 24px;
  position: relative;
  background-color: #E2650A;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .button a {
    font-size: 4.2vw;
  }
}
.button a::before {
  content: "";
  width: 24px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.button a:hover {
  opacity: 0.7;
}

.table_wrapper {
  position: relative;
}
@media screen and (max-width: 48em) {
  .table_wrapper .table_base {
    font-size: 3.4vw;
  }
}
.table_wrapper .table_base tr:nth-of-type(even) {
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  .table_wrapper .table_base tr:nth-of-type(even) {
    background-color: transparent;
  }
}
.table_wrapper .table_base tr th {
  width: 20%;
  min-width: 200px;
  padding: 16px 40px;
  letter-spacing: 0.2em;
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  .table_wrapper .table_base tr th {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 8px;
    background-color: #fff;
  }
}
.table_wrapper .table_base tr td {
  padding: 16px 40px 16px 0;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  .table_wrapper .table_base tr td {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 5.5%;
  }
}

html:not(.no-js) [data-aos=zoom-out] {
  -webkit-transform: scale(5);
          transform: scale(5);
}

body.notfound .tC {
  margin-bottom: 2rem;
}
body.notfound .button {
  margin-left: 0;
  position: relative;
  bottom: 0;
}
body.notfound .button a {
  background-color: #4cb7c6;
}
@media screen and (max-width: 48em) {
  body.notfound .page_title {
    font-size: 5vw;
  }
}

/* two column layout
------------------------------------------------- */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: calc(1500px + 20px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 23.4375em) {
  .wrapper {
    display: block;
  }
}
.wrapper main {
  max-width: 720px;
  margin: 0;
}
@media screen and (max-width: 23.4375em) {
  .wrapper main {
    width: 100%;
    margin-bottom: 60px;
  }
}
.wrapper aside {
  width: 260px;
  margin-bottom: 80px;
}
@media screen and (max-width: 23.4375em) {
  .wrapper aside {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* sidebar
------------------------------------------------- */
/* footer
------------------------------------------------- */
.site_footer {
  position: relative;
  margin-top: 96px;
}
@media screen and (max-width: 48em) {
  .site_footer {
    margin-top: 7.3%;
  }
}
.site_footer .logo {
  max-width: 270px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 48em) {
  .site_footer .logo {
    width: 39vw;
    max-width: auto;
    margin-bottom: 6.25%;
  }
}
.site_footer .note {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .site_footer .note {
    margin-bottom: 3.125%;
  }
}
.site_footer .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box {
    display: block;
  }
}
.site_footer .contact_box div {
  width: 50%;
  max-width: 358px;
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box div {
    max-width: 384px;
    margin: 0 auto 3.125%;
  }
  .site_footer .contact_box div:last-child {
    margin-bottom: 0;
  }
}
.site_footer .contact_box .tel a,
.site_footer .contact_box .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site_footer .contact_box .tel a,
.site_footer .contact_box .mail a {
    text-align: baseline;
  }
}
.site_footer .contact_box .tel a img,
.site_footer .contact_box .mail a img {
  margin-right: 1rem;
}
.site_footer .contact_box .tel a {
  font-size: 3.8rem;
  color: #532505;
  font-weight: 700;
  background-color: #F8F4EC;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site_footer .contact_box .tel a {
    padding: 18px 0 5px;
    line-height: 1;
  }
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box .tel a {
    font-size: 5vw;
    background-color: transparent;
  }
}
.site_footer .contact_box .tel a img {
  max-width: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site_footer .contact_box .tel a img {
    padding: 1px;
    position: relative;
    top: -8px;
  }
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box .tel a img {
    max-width: none;
    width: 3.9vw;
  }
}
.site_footer .contact_box .mail a {
  padding: 15px 0;
  background-color: #E2650A;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.61em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site_footer .contact_box .mail a {
    padding: 17px 0 10px;
  }
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box .mail a {
    padding: 3.256% 0;
    font-size: 3.125vw;
    letter-spacing: 0.16em;
  }
}
.site_footer .contact_box .mail a img {
  max-width: 32px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site_footer .contact_box .mail a img {
    position: relative;
    top: -4px;
  }
}
@media screen and (max-width: 48em) {
  .site_footer .contact_box .mail a img {
    max-width: none;
    width: 4.5vw;
  }
}
.site_footer .contact_box .mail a:hover {
  opacity: 0.7;
}
.site_footer .policy {
  padding: 16px 8px;
  font-weight: 600;
  text-align: center;
}
.site_footer .policy a:hover {
  color: #4CB7C6;
}
.site_footer .p_mark {
  position: absolute;
  right: 15px;
  bottom: 80px;
  width: 20%;
  max-width: 100px;
}

/* copyright
------------------------------------------------- */
.copyright {
  padding: 10px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 48em) {
  .copyright {
    padding: 5px 20px;
    font-size: 1.2rem;
    text-align: center;
  }
}

/* page_top
------------------------------------------------- */
.page_top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 0;
  text-align: center;
}
.page_top a::before {
  content: "";
  width: 2px;
  height: 27.75px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
}
.page_top a::after {
  position: absolute;
  top: 60%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.page_top a:hover {
  opacity: 0.8;
}

/* text link
------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.underline:hover {
  text-decoration: underline;
}
a.color:hover {
  color: #3498db;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 48em) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* img
------------------------------------------------- */
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: 　none;
}

/* form
------------------------------------------------- */
input:not([type=submit]),
textarea,
select {
  padding: 8px 10px;
  border: 1px solid #aaa;
  background: #fff;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 3px rgba(76, 183, 198, 0.5);
          box-shadow: 0 0 3px rgba(76, 183, 198, 0.5);
  border: 1px solid #4CB7C6;
}

textarea {
  height: 200px;
  resize: vertical;
}
@media screen and (max-width: 23.4375em) {
  textarea {
    height: 150px;
  }
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

/* animation
------------------------------------------------- */
.animation {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.animation.fast {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.animation.slow {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.animation.cubic {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* pager - WPのページャー
------------------------------------------------- */
/* list */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 23.4375em) {
  .pager {
    margin: 0 auto 60px;
  }
}
.pager a, .pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 2px;
  border: 1px solid #4CB7C6;
  color: #4CB7C6;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 23.4375em) {
  .pager a, .pager span {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
.pager .prev, .pager .next {
  position: relative;
  color: #4CB7C6;
  font-size: 2rem;
}
.pager .prev::after, .pager .next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #4CB7C6;
  border-right: 2px solid #4CB7C6;
}
.pager .prev:hover::after, .pager .next:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pager .prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.pager .next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.pager a:hover, .pager .current {
  background: #4CB7C6;
  color: #fff;
}
.pager .current {
  cursor: default;
  pointer-events: none;
}

/* detail */
.pager.big {
  width: 610px;
  margin: 100px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 23.4375em) {
  .pager.big {
    width: calc(100% - 40px);
  }
}
.pager.big a {
  width: calc((100% - 10px) / 3);
  height: 50px;
  margin: 0;
  background: #4CB7C6;
  color: #fff;
  font-size: 1.6rem;
}
.pager.big .to_prev, .pager.big .to_next {
  position: relative;
}
.pager.big .to_prev::after, .pager.big .to_next::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pager.big .to_prev::after {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 23.4375em) {
  .pager.big .to_prev::after {
    left: 10px;
  }
}
.pager.big .to_next::after {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 23.4375em) {
  .pager.big .to_next::after {
    right: 10px;
  }
}

/* title
------------------------------------------------- */
.contents_title {
  margin-bottom: 20px;
  color: #4CB7C6;
  font-size: 3.2rem;
  text-align: center;
}

/* btn
------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 16px 80px;
  position: relative;
  border: 1px solid #005874;
  background: #005874;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn::after {
  content: "";
  width: 24px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.btn:hover {
  background: #fff;
  color: #005874;
  cursor: pointer;
}
.btn:hover::after {
  background-color: #005874;
}

/* icon
------------------------------------------------- */
/* table
------------------------------------------------- */
table {
  width: 100%;
  border-top: 2px solid #4CB7C6;
  border-bottom: 2px solid #4CB7C6;
}
@media screen and (max-width: 48em) {
  table {
    display: block;
  }
  table tbody {
    display: block;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #4CB7C6;
}
@media screen and (max-width: 48em) {
  table tr {
    display: block;
    width: 100%;
  }
}
table th {
  width: 25%;
  min-width: 165px;
  padding: 20px 40px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 48em) {
  table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(76, 183, 198, 0.3);
  }
}
table td {
  padding: 20px 40px;
}
@media screen and (max-width: 48em) {
  table td {
    display: block;
    min-height: 47px;
    width: 100%;
    padding: 10px 0;
  }
}

/* home - トップページ
------------------------------------------------- */
.home .title_area {
  margin-bottom: 32px;
}
@media screen and (max-width: 48em) {
  .home .title_area {
    margin-bottom: 4vw;
  }
}
.home .title_area .title_01 {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 64em) {
  .home .title_area .title_01 {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 48em) {
  .home .title_area .title_01 {
    font-size: 13vw;
  }
}
.home .title_area .title_01 .sub {
  position: absolute;
  right: -16px;
  bottom: 8px;
  padding: 8px 16px;
  background-color: #E2650A;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 64em) {
  .home .title_area .title_01 .sub {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 48em) {
  .home .title_area .title_01 .sub {
    right: -2vw;
    bottom: 1vw;
    padding: 1vw 2vw;
    font-size: 2.8vw;
  }
}
.home .title_area .title_01::first-letter {
  color: #E2650A;
}
.home p {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 64em) {
  .home p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 48em) {
  .home p {
    font-size: 3.4vw;
  }
}

.header_space {
  height: 13vh;
  min-height: 50px;
  max-height: 100px;
}
@media screen and (max-width: 48em) {
  .header_space {
    height: 13vw;
    min-height: auto;
    max-height: none;
  }
}

.mainvisual {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: calc(100vh - 100px);
  background-color: #f8f4eb;
}
@media screen and (max-width: 48em) {
  .mainvisual {
    overflow: visible;
    height: 87vw;
  }
}
.mainvisual video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
@media screen and (max-width: 93.75em) {
  .mainvisual video {
    max-height: 792px;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual video {
    -webkit-transform: translate(-46%, 0);
            transform: translate(-46%, 0);
  }
}
@media screen and (max-width: 48em) {
  .mainvisual video {
    height: 100%;
  }
}
.mainvisual .mv_ani {
  position: absolute;
  right: 80px;
  bottom: 128px;
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani {
    right: 2%;
    bottom: 9.375%;
  }
}
.mainvisual .mv_ani figure {
  position: absolute;
}
.mainvisual .mv_ani .splash_01 {
  right: 732px;
  bottom: 40px;
  width: 206px;
  -webkit-animation: splash_ani 0.2s linear 1s 1 normal both;
          animation: splash_ani 0.2s linear 1s 1 normal both;
}
@media screen and (max-width: 93.75em) {
  .mainvisual .mv_ani .splash_01 {
    right: 87%;
    bottom: 6%;
    width: 27.5%;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual .mv_ani .splash_01 {
    right: 476px;
    bottom: 24px;
    width: 134px;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani .splash_01 {
    right: 87%;
    bottom: 6%;
    width: 27.5%;
  }
}
.mainvisual .mv_ani .splash_02 {
  right: 866px;
  bottom: 208px;
  width: 48px;
  -webkit-animation: splash_ani 0.2s linear 1.1s 1 normal both;
          animation: splash_ani 0.2s linear 1.1s 1 normal both;
}
@media screen and (max-width: 93.75em) {
  .mainvisual .mv_ani .splash_02 {
    right: 105%;
    bottom: 65%;
    width: 6.5%;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual .mv_ani .splash_02 {
    right: 560px;
    bottom: 128px;
    width: 32px;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani .splash_02 {
    right: 105%;
    bottom: 65%;
    width: 6.5%;
  }
}
.mainvisual .mv_ani .splash_03 {
  right: -56px;
  bottom: -92px;
  width: 160px;
  -webkit-animation: splash_ani 0.2s linear 1.3s 1 normal both;
          animation: splash_ani 0.2s linear 1.3s 1 normal both;
}
@media screen and (max-width: 93.75em) {
  .mainvisual .mv_ani .splash_03 {
    right: -9%;
    bottom: -32.5%;
    width: 21.5%;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual .mv_ani .splash_03 {
    right: -56px;
    bottom: -68px;
    width: 104px;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani .splash_03 {
    right: -9%;
    bottom: -32.5%;
    width: 21.5%;
  }
}
.mainvisual .mv_ani .ani_text p {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 93.75em) {
  .mainvisual .mv_ani .ani_text p {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual .mv_ani .ani_text p {
    font-size: 10.4rem;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani .ani_text p {
    font-size: 14.2vw;
  }
}
.mainvisual .mv_ani .ani_text .mv_text_01 {
  -webkit-animation: text_ani 0.3s linear 1s 1 normal both;
          animation: text_ani 0.3s linear 1s 1 normal both;
}
.mainvisual .mv_ani .ani_text .mv_text_01 span {
  color: #fff;
}
.mainvisual .mv_ani .ani_text .mv_text_02 {
  color: #4CB7C6;
  -webkit-animation: text_ani 0.3s linear 1.5s 1 normal both;
          animation: text_ani 0.3s linear 1.5s 1 normal both;
}
.mainvisual .mv_ani .ani_text .mv_text_03 {
  display: inline-block;
  position: absolute;
  right: -44px;
  bottom: -32px;
  padding: 12px 12px 12px 24px;
  background-color: #E2650A;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  -webkit-animation: label_ani 0.3s linear 1.5s 1 normal both;
          animation: label_ani 0.3s linear 1.5s 1 normal both;
}
@media screen and (max-width: 93.75em) {
  .mainvisual .mv_ani .ani_text .mv_text_03 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual .mv_ani .ani_text .mv_text_03 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual .mv_ani .ani_text .mv_text_03 {
    right: -4.2%;
    bottom: -36.5%;
    padding: 1.6% 1.6% 1.6% 3.2%;
    font-size: 5vw;
  }
}
.mainvisual .scroll_mark {
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: rotate(90deg) translate(-50%, 0);
          transform: rotate(90deg) translate(-50%, 0);
  -webkit-animation: scroll_mark 2s linear 0s infinite normal;
          animation: scroll_mark 2s linear 0s infinite normal;
}
@media screen and (max-width: 48em) {
  .mainvisual .scroll_mark {
    top: 160px;
    left: -40px;
  }
}
.mainvisual .scroll_mark p {
  position: relative;
  padding: 0 16px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.42em;
}
.mainvisual .scroll_mark p::before, .mainvisual .scroll_mark p::after {
  position: absolute;
  top: -6px;
  content: "";
  width: 48px;
  height: 12px;
}
.mainvisual .scroll_mark p::before {
  left: -48px;
  border-bottom: 1px #333 solid;
}
.mainvisual .scroll_mark p::after {
  right: -44px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  border: 1px #333 solid;
  border-top: none;
  border-left: none;
}

@-webkit-keyframes splash_ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes splash_ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes text_ani {
  0% {
    opacity: 0;
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes text_ani {
  0% {
    opacity: 0;
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes label_ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(5) rotate(-14deg);
            transform: scale(5) rotate(-14deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-14deg);
            transform: scale(1) rotate(-14deg);
  }
}
@keyframes label_ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(5) rotate(-14deg);
            transform: scale(5) rotate(-14deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-14deg);
            transform: scale(1) rotate(-14deg);
  }
}
@-webkit-keyframes scroll_mark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll_mark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top {
  overflow: hidden;
  position: relative;
  padding-top: 24px;
  background-color: #4CB7C6;
}
@media screen and (max-width: 64em) {
  .top {
    padding-top: 16px;
  }
}
@media screen and (max-width: 48em) {
  .top {
    padding-top: 11.5%;
  }
}
.top .splash {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 24px);
  margin: auto;
}
@media screen and (max-width: 64em) {
  .top .splash {
    height: calc(100% - 16px);
  }
}
.top .splash figure {
  position: absolute;
}
.top .splash .splash_01 {
  top: 168px;
  right: 252px;
  width: 594px;
}
@media screen and (max-width: 93.75em) {
  .top .splash .splash_01 {
    top: 21.5%;
    right: 17%;
    width: 39.6%;
  }
}
.top .splash .splash_02 {
  top: 48px;
  right: 88px;
  width: 420px;
}
@media screen and (max-width: 93.75em) {
  .top .splash .splash_02 {
    top: 12%;
    right: 3%;
    width: 28%;
  }
}
.top .splash .splash_03 {
  top: 400px;
  right: -96px;
  width: 224px;
}
@media screen and (max-width: 93.75em) {
  .top .splash .splash_03 {
    top: 52%;
    right: -6.5%;
    width: 15%;
  }
}
.top .d_contents .bg_text {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  margin: 0 0 0 48px;
}
@media screen and (max-width: 48em) {
  .top .d_contents .bg_text {
    margin: 0;
  }
}
.top .d_contents .bg_text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 22.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  font-display: swap;
}
@media screen and (max-width: 93.75em) {
  .top .d_contents .bg_text p {
    font-size: 15.2vw;
  }
}
@media screen and (max-width: 64em) {
  .top .d_contents .bg_text p {
    font-size: 14.4vw;
  }
}
.top .d_contents .bg_text .color_accent {
  color: #005874;
}
.top .d_contents .bg_text [data-aos=fade-down-left] {
  -webkit-transform: translateX(1042px);
          transform: translateX(1042px);
}
.top .d_contents .bg_text [data-aos=fade-up-right] {
  -webkit-transform: translateX(-1420px);
          transform: translateX(-1420px);
}
.top .contents_inner {
  position: relative;
  min-height: 240px;
}
@media screen and (max-width: 48em) {
  .top .contents_inner {
    min-height: auto;
    padding: 13vw 14.5vw 7.5vw;
  }
}
.top .contents_inner .text {
  position: absolute;
  right: 20px;
  bottom: 72px;
}
@media screen and (max-width: 48em) {
  .top .contents_inner .text {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.top .contents_inner .text p {
  margin-bottom: 1em;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 93.75em) {
  .top .contents_inner .text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 64em) {
  .top .contents_inner .text p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 48em) {
  .top .contents_inner .text p {
    font-size: 3.4vw;
  }
}
.top .contents_inner .text p span {
  display: inline-block;
}
.top .contents_inner .text p span [data-aos=fade-left] {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}

.business {
  margin-bottom: 176px;
  background-color: #f8f4eb;
}
@media screen and (max-width: 48em) {
  .business {
    margin-bottom: 5.7%;
  }
}
.business .business_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1500px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 48em) {
  .business .business_item {
    display: block;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px 10.5%;
  }
}
.business .business_item:nth-child(odd) .business_content {
  padding: 0 16px 0 110px;
}
@media screen and (max-width: 48em) {
  .business .business_item:nth-child(odd) .business_content {
    padding: 0;
  }
}
.business .business_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.business .business_item:nth-child(even) .business_content {
  padding: 0 110px 0 16px;
}
@media screen and (max-width: 48em) {
  .business .business_item:nth-child(even) .business_content {
    padding: 0;
  }
}
.business .business_item:nth-child(even) .business_content > div {
  margin-left: auto;
}
.business .business_item > div {
  width: 50%;
}
@media screen and (max-width: 48em) {
  .business .business_item > div {
    width: 100%;
  }
}
.business .business_item .business_content {
  margin: 62px 0;
}
@media screen and (max-width: 64em) {
  .business .business_item .business_content {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content {
    margin: 0 0 4%;
    padding-top: 8%;
    padding-right: 0;
  }
}
.business .business_item .business_content > div {
  max-width: 532px;
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content > div {
    max-width: 100%;
  }
}
.business .business_item .business_content .title_02 {
  position: relative;
  max-width: 235px;
  height: 40px;
  border-right: 16px solid transparent;
  border-bottom: 40px solid #fff;
  letter-spacing: 0.19em;
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content .title_02 {
    max-width: 65%;
  }
}
.business .business_item .business_content .title_02 span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 64em) {
  .business .business_item .business_content .title_02 span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content .title_02 span {
    top: 0;
    left: 0;
    padding: 2% 0 0 5%;
    font-size: 3.6vw;
  }
}
.business .business_item .business_content .bg {
  position: relative;
  margin-top: -20px;
  padding: 40px 40px 48px;
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content .bg {
    padding: 5.2% 5.2% 7.3%;
  }
}
.business .business_item .business_content .bg figure {
  max-width: 248px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content .bg figure {
    max-width: 430px;
    margin: 0 auto 5%;
  }
}
.business .business_item .business_content .bg .button {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  max-width: 300px;
}
@media screen and (max-width: 48em) {
  .business .business_item .business_content .bg .button {
    position: relative;
    bottom: auto;
    max-width: 100%;
    margin-top: 4.2%;
  }
}
.business .business_item .business_content .bg .button a {
  background-color: #0061b1;
}

.message {
  margin-bottom: 240px;
}
@media screen and (max-width: 48em) {
  .message {
    margin-bottom: 10%;
  }
}
.message .d_contents {
  position: relative;
  padding: 0;
}
.message .d_contents > figure {
  position: absolute;
}
.message .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 48em) {
  .message .contents_inner {
    display: block;
  }
}
.message .contents_inner .left {
  position: relative;
  max-width: 384px;
  margin-right: 40px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .left {
    width: 55vw;
    margin: 4% auto 0;
  }
}
.message .contents_inner .left figure.ceo img {
  margin-bottom: 32px;
  border: 14px #E2650A solid;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .left figure.ceo img {
    border-width: 8px;
  }
}
.message .contents_inner .left .cap {
  position: relative;
}
.message .contents_inner .left .cap .splash_01 {
  position: absolute;
  bottom: -80px;
  left: 32px;
  width: 109px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .left .cap .splash_01 {
    bottom: -90%;
    left: -5%;
    width: 15vw;
  }
}
.message .contents_inner .left .cap p {
  position: relative;
  text-align: center;
  letter-spacing: 0.09em;
}
.message .contents_inner .left .cap p span {
  font-weight: 700;
}
.message .contents_inner .left .cap p span span {
  font-size: 2rem;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .left .cap p span span {
    font-size: 3.9vw;
  }
}
.message .contents_inner .right {
  max-width: 616px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right {
    max-width: none;
  }
}
.message .contents_inner .right .box {
  position: relative;
}
.message .contents_inner .right .box .splash_02 {
  position: absolute;
  top: -88px;
  left: -300px;
  width: 258px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .box .splash_02 {
    top: 0;
    left: -5%;
    width: 32vw;
  }
}
.message .contents_inner .right .box .splash_03 {
  position: absolute;
  top: -232px;
  left: -386px;
  width: 632px;
  pointer-events: none;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .box .splash_03 {
    top: -70%;
    left: -5%;
    width: 53vw;
  }
}
.message .contents_inner .right .title_area {
  margin-bottom: 58px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .title_area {
    margin-bottom: 4%;
  }
}
.message .contents_inner .right .title_area .title_01 {
  padding-left: 32px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .title_area .title_01 {
    padding-left: 0;
  }
}
.message .contents_inner .right .bg {
  position: relative;
  padding: 50px;
  border: 14px #000 solid;
  background-color: transparent;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .bg {
    padding: 5.2% 3.25%;
    border-width: 8px;
  }
}
.message .contents_inner .right .bg .splash_04 {
  position: absolute;
  right: -96px;
  bottom: -80px;
  width: 184px;
}
@media screen and (max-width: 48em) {
  .message .contents_inner .right .bg .splash_04 {
    right: -13%;
    bottom: -32%;
    width: 45vw;
  }
}

.company {
  padding-top: 56px;
  padding-bottom: 196px;
  background: url("../img/index/bg_outline-access_pc@2x.jpg") no-repeat left bottom/cover;
}
@media screen and (max-width: 48em) {
  .company {
    padding-top: 8.5%;
    padding-bottom: 25.5%;
    background-color: #c9e9ed;
    background-image: url("../img/index/bg_outline-access_sp@2x.jpg");
    background-size: 150%;
  }
}
.company .title_area {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .company .title_area {
    margin-bottom: 4%;
  }
}
.company .outline {
  position: relative;
  margin-bottom: 112px;
}
@media screen and (max-width: 48em) {
  .company .outline {
    margin-bottom: 8%;
  }
}
.company .outline .splash_01 {
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  width: 292px;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .company .outline .splash_01 {
    top: -5%;
    width: 38.5vw;
  }
}
.company .outline .table_wrapper {
  z-index: 1;
  padding: 14px;
}
@media screen and (max-width: 48em) {
  .company .outline .table_wrapper {
    padding: 7px;
  }
}
.company .outline .table_wrapper .table_base {
  border: none;
}
.company .outline .table_wrapper .table_base tr {
  border: none;
}
@media screen and (max-width: 23.4375em) {
  .company .outline .table_wrapper .table_base tr th {
    border-bottom: none;
  }
}
.company .outline .table_wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 14px #4CB7C6 solid;
  pointer-events: none;
}
@media screen and (max-width: 48em) {
  .company .outline .table_wrapper::after {
    border-width: 7px;
  }
}
.company .access {
  position: relative;
}
.company .access .splash_01 {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 248px;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .company .access .splash_01 {
    top: -5.5%;
    width: 32vw;
  }
}
.company .access .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 48em) {
  .company .access .map {
    display: block;
  }
}
.company .access .map > div {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .company .access .map > div {
    width: 100%;
  }
}
.company .access .map > div iframe {
  width: 100%;
  max-height: 352px;
  border: 14px #fff solid !important;
}
@media screen and (max-width: 48em) {
  .company .access .map > div iframe {
    max-width: 500px;
  }
}
.company .access .map .title_02 {
  display: inline-block;
  position: relative;
  top: -28px;
  min-width: 112px;
  padding: 10px 0 10px 5px;
  background: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 48em) {
  .company .access .map .title_02 {
    display: block;
    width: 112px;
    min-width: auto;
    margin: 0 auto;
  }
}
.company .access .map .title_02::after {
  position: absolute;
  bottom: 95%;
  left: 50%;
  content: "";
  margin-left: -16px;
  border: 16px solid transparent;
  border-bottom-color: #000;
}
.company .access .map p {
  margin-top: -16px;
  line-height: 1.5;
}
@media screen and (max-width: 48em) {
  .company .access .map p {
    margin-bottom: 4%;
  }
}

.history {
  padding: 88px 0 120px;
  background-color: #005874;
}
@media screen and (max-width: 48em) {
  .history {
    padding: 8% 0 9.5%;
  }
}
.history .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .history .contents_inner {
    display: block;
  }
}
.history .contents_inner .box {
  position: relative;
  width: 30%;
  min-width: 320px;
}
@media screen and (max-width: 48em) {
  .history .contents_inner .box {
    width: 100%;
    min-width: auto;
  }
}
.history .contents_inner .box .splash_01 {
  position: absolute;
  top: -48px;
  left: -98px;
  width: 216px;
}
@media screen and (max-width: 48em) {
  .history .contents_inner .box .splash_01 {
    top: -28%;
    left: -5%;
    width: 28vw;
  }
}
.history .contents_inner .title_area .title_01 {
  color: #fff;
}
.history .contents_inner .table_wrapper {
  width: 67%;
  max-width: 690px;
}
@media screen and (max-width: 48em) {
  .history .contents_inner .table_wrapper {
    width: 100%;
    max-width: none;
  }
}
.history .contents_inner .table_wrapper .table_base {
  border: none;
}
.history .contents_inner .table_wrapper .table_base tr {
  border: none;
  background-color: rgba(255, 255, 255, 0.16);
}
.history .contents_inner .table_wrapper .table_base tr:nth-of-type(even) {
  background-color: transparent;
}
.history .contents_inner .table_wrapper .table_base tr th {
  min-width: 136px;
  padding: 16px 24px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 48em) {
  .history .contents_inner .table_wrapper .table_base tr th {
    display: table-cell;
    width: 30%;
    min-width: 94px;
    padding: 8px;
    border-bottom: none;
    background-color: transparent;
    letter-spacing: 0.2em;
  }
}
.history .contents_inner .table_wrapper .table_base tr td {
  color: #fff;
}
@media screen and (max-width: 48em) {
  .history .contents_inner .table_wrapper .table_base tr td {
    display: table-cell;
    padding: 8px;
  }
}

.recruit {
  padding: 68px 0;
  background: #005874 url("../img/index/bg_recruit_pc@2x.jpg") no-repeat center/contain;
}
@media screen and (max-width: 48em) {
  .recruit {
    padding: 0;
    background: none;
  }
}
.recruit .contents_inner {
  position: relative;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner {
    background-color: #fff;
  }
}
.recruit .contents_inner .contents_box {
  position: relative;
  max-width: 500px;
  padding: 28px 0 122px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 64em) {
  .recruit .contents_inner .contents_box {
    max-width: 49vw;
  }
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box {
    max-width: none;
    padding-bottom: 40px;
  }
}
.recruit .contents_inner .contents_box::before {
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.recruit .contents_inner .contents_box .large {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .large {
    margin-bottom: 4.2%;
    font-size: 4.2vw;
  }
}
.recruit .contents_inner .contents_box .note {
  margin-bottom: 24px;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .note {
    margin-bottom: 4.2%;
  }
}
.recruit .contents_inner .contents_box .occupation {
  display: inline-block;
  position: absolute;
  bottom: -32px;
  padding: 24px 32px;
  background-color: #4CB7C6;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .occupation {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 6.25% 6.25%;
  }
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .occupation p {
    text-align: center;
  }
}
.recruit .contents_inner .contents_box .occupation p span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .occupation p span {
    font-size: 100%;
  }
}
.recruit .contents_inner .contents_box .occupation .button {
  bottom: 32px;
  max-width: 338px;
}
@media screen and (max-width: 48em) {
  .recruit .contents_inner .contents_box .occupation .button {
    position: relative;
    bottom: auto;
    max-width: none;
  }
}

.recruit > figure {
  display: none;
}
@media screen and (max-width: 48em) {
  .recruit > figure {
    display: block;
  }
}

/* contact - ページ
------------------------------------------------- */
body.contact main,
body.confirm main {
  overflow: hidden;
}
body.contact #form_area .contents_inner,
body.confirm #form_area .contents_inner {
  position: relative;
}
body.contact #form_area .contents_inner figure,
body.confirm #form_area .contents_inner figure {
  position: absolute;
  z-index: -1;
}
body.contact #form_area .contents_inner .splash_01,
body.confirm #form_area .contents_inner .splash_01 {
  max-width: 338px;
  bottom: 0;
  left: -218px;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .contents_inner .splash_01,
body.confirm #form_area .contents_inner .splash_01 {
    max-width: 44vw;
    bottom: 0;
    left: -28%;
  }
}
body.contact #form_area .contents_inner .splash_02,
body.confirm #form_area .contents_inner .splash_02 {
  max-width: 162px;
  bottom: -60px;
  left: 48px;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .contents_inner .splash_02,
body.confirm #form_area .contents_inner .splash_02 {
    max-width: 21vw;
    bottom: -8px;
    left: 6.25%;
  }
}
body.contact #form_area .contents_inner .splash_03,
body.confirm #form_area .contents_inner .splash_03 {
  max-width: 364px;
  top: 144px;
  right: 0;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .contents_inner .splash_03,
body.confirm #form_area .contents_inner .splash_03 {
    max-width: 47vw;
    top: 52px;
    right: 4%;
  }
}
body.contact #form_area .contents_inner .splash_04,
body.confirm #form_area .contents_inner .splash_04 {
  max-width: 480px;
  top: -168px;
  right: -272px;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .contents_inner .splash_04,
body.confirm #form_area .contents_inner .splash_04 {
    max-width: 44vw;
    top: -6%;
    right: -20%;
  }
}
body.contact #form_area .contents_inner .link,
body.confirm #form_area .contents_inner .link {
  margin-bottom: 70px;
}
body.contact #form_area .contents_inner .link a,
body.confirm #form_area .contents_inner .link a {
  color: #3498db;
  font-size: 2rem;
  text-decoration: underline;
}
body.contact #form_area .box,
body.confirm #form_area .box {
  margin-bottom: 16px;
  position: relative;
}
body.contact #form_area .box .caption,
body.confirm #form_area .box .caption {
  margin-bottom: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .box .caption,
body.confirm #form_area .box .caption {
    font-size: 3.5vw;
  }
}
body.contact #form_area .box .caption .require,
body.confirm #form_area .box .caption .require {
  margin-left: 1rem;
  padding: 1px 8px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #005874;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .box .caption .require,
body.confirm #form_area .box .caption .require {
    font-size: 3.2vw;
  }
}
body.contact #form_area .box input,
body.contact #form_area .box textarea,
body.confirm #form_area .box input,
body.confirm #form_area .box textarea {
  margin-bottom: 16px;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .box input,
body.contact #form_area .box textarea,
body.confirm #form_area .box input,
body.confirm #form_area .box textarea {
    font-size: 3.5vw;
  }
}
body.contact #form_area .box input.inp_short,
body.confirm #form_area .box input.inp_short {
  max-width: 230px;
}
body.contact #form_area .box textarea,
body.confirm #form_area .box textarea {
  height: 192px;
}
body.contact #form_area .privacy,
body.confirm #form_area .privacy {
  margin-bottom: 96px;
  position: relative;
}
body.contact #form_area .privacy .caption,
body.confirm #form_area .privacy .caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .privacy .caption,
body.confirm #form_area .privacy .caption {
    font-size: 3.2vw;
  }
}
body.contact #form_area .privacy .check_btn input,
body.confirm #form_area .privacy .check_btn input {
  margin-bottom: 0;
}
body.contact #form_area .privacy .check_btn span,
body.confirm #form_area .privacy .check_btn span {
  margin-left: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .privacy .check_btn span,
body.confirm #form_area .privacy .check_btn span {
    font-size: 3.5vw;
  }
}
body.contact #form_area .privacy .formError,
body.confirm #form_area .privacy .formError {
  bottom: -62px !important;
  left: 0 !important;
}
body.contact #form_area .privacy .formErrorArrow,
body.confirm #form_area .privacy .formErrorArrow {
  display: none;
}
body.contact #form_area .btn_area,
body.confirm #form_area .btn_area {
  text-align: center;
}
body.contact #form_area .btn_area .btn,
body.confirm #form_area .btn_area .btn {
  padding: 0;
}
body.contact #form_area .btn_area input,
body.confirm #form_area .btn_area input {
  font-weight: 700;
  padding: 16px 80px;
}
@media screen and (max-width: 48em) {
  body.contact #form_area .btn_area input,
body.confirm #form_area .btn_area input {
    font-size: 3.5vw;
  }
}

label.check_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
label.check_btn input[type=checkbox] {
  background-color: #EBEDEF;
  padding: 12px;
}
label.check_btn input[type=checkbox] + span {
  position: relative;
}
label.check_btn input[type=checkbox]:checked + span:before {
  content: "✓";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -34px;
  color: #005874;
  font-size: 4rem;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 48em) {
  label.check_btn input[type=checkbox]:checked + span:before {
    left: -40px;
  }
}

input:not([type=submit]),
textarea,
select {
  border: none;
  background: #eee;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}

.formError {
  top: auto !important;
  right: 0 !important;
  left: auto !important;
}

body.confirm form table {
  margin-bottom: 32px;
}
body.confirm .btn {
  margin: 0 8px;
  width: 280px;
}
body.confirm input:not([type=submit]),
body.confirm textarea,
body.confirm select {
  border: none;
  background: none;
  padding: 0;
}

body.thanks .button {
  position: relative;
  margin: 0;
}
body.thanks .button a {
  background-color: #4CB7C6;
}

@media print {
  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }

  /* for IE7 */
  * + html body {
    zoom: 1;
  }
}
/*# sourceMappingURL=style.css.map */