@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1024px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

li {
  list-style: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html, body {
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

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

@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.anchor {
  margin-top: -140px;
  padding-top: 140px;
}

@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -55px;
    padding-top: 55px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  .tbsp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  .header-wrapper {
    display: none;
  }
  .top-main-wrapper {
    height: 70vh !important;
  }
  .contents-wrapper {
    margin-left: 0 !important;
    padding: 10px 10px 50px !important;
    width: 100% !important;
  }
  .footer-wrapper__copyright {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .pagetitle {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

.header-wrapper {
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
  position: fixed;
  z-index: 10;
  box-sizing: b;
}

@media screen and (max-width: 1024px) {
  .header-wrapper {
    width: 100%;
    height: 80px;
    border-right: none;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 60px;
  }
}

.header-wrapper__logo {
  margin: 60px auto 0;
  width: 145px;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    margin: 8px 0 0 20px;
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    margin: 6px 0 0 10px;
  }
}

.header-wrapper__logo__mark {
  margin: 0 auto 34px;
  width: 80px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__logo__mark {
    width: 44px;
    float: left;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__logo__mark {
    width: 32px;
  }
}

.header-wrapper__logo__type {
  margin: 0 auto;
  width: 145px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__logo__type {
    margin: 11px 0 0 20px;
    width: 135px;
    float: left;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__logo__type {
    margin: 6px 0 0 10px;
    width: 115px;
  }
}

.header-wrapper__logo__link {
  display: block;
}

.header-wrapper__logo__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__logo__link:hover {
    opacity: 1;
  }
}

.header-wrapper__btn-entry {
  bottom: 0;
  left: 0;
  padding-top: 100px;
  padding-left: 0.1em;
  width: 260px;
  height: 165px;
  font-size: 20px;
  line-height: 1.01;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #dd0717;
  position: absolute;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__btn-entry {
    left: auto;
    right: 80px;
    padding-top: 51px;
    padding-left: 0;
    width: 80px;
    height: 80px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__btn-entry {
    right: 60px;
    padding-top: 38px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}

.header-wrapper__btn-entry::before {
  content: '';
  top: 50px;
  left: calc( 50% - 18px);
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__btn-entry::before {
    top: 17px;
    left: calc( 50% - 13px);
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__btn-entry::before {
    top: 12px;
    left: calc( 50% - 10px);
    width: 20px;
    height: 20px;
  }
}

.header-wrapper__btn-entry::after {
  content: '';
  top: 63px;
  left: calc( 50% - 7px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__btn-entry::after {
    top: 27px;
    left: calc( 50% - 4px);
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__btn-entry::after {
    top: 19px;
    left: calc( 50% - 3px);
    width: 5px;
    height: 5px;
  }
}

.header-wrapper__btn-entry:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__btn-entry:hover {
    background-color: #dd0717;
  }
}

.header-wrapper__menu-wrapper {
  top: 0;
  left: 260px;
  width: 0;
  height: 100vh;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  transition: 0.5s;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper {
    top: 80px;
    left: auto;
    right: 0;
    height: calc( 100vh - 80px);
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper {
    top: 60px;
    height: calc( 100vh - 60px);
  }
}

.header-wrapper__menu-wrapper__btn-menu {
  top: 50%;
  left: 80px;
  padding-top: 60px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  line-height: 1.01;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  box-sizing: border-box;
  z-index: 21;
  cursor: pointer;
  transition: 0.5s;
}

.header-wrapper__menu-wrapper__btn-menu:hover {
  background-color: #bfd0d9;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__btn-menu {
    top: 0;
    left: auto;
    right: 0;
    padding-top: 51px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #bfd0d9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__btn-menu {
    padding-top: 38px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}

.header-wrapper__menu-wrapper__btn-menu span {
  top: 35px;
  left: calc( 50% - 19px);
  width: 38px;
  height: 14px;
  position: absolute;
}

.header-wrapper__menu-wrapper__btn-menu span::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: 0.3s;
}

.header-wrapper__menu-wrapper__btn-menu span::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__btn-menu span {
    top: 23px;
    left: calc( 50% - 17px);
    width: 34px;
  }
  .header-wrapper__menu-wrapper__btn-menu span::before {
    background-color: #fff;
  }
  .header-wrapper__menu-wrapper__btn-menu span::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__btn-menu span {
    top: 17px;
    left: calc( 50% - 12px);
    width: 24px;
    height: 12px;
  }
}

.header-wrapper__menu-wrapper__inner {
  top: 0;
  left: 260px;
  padding: 100px 0;
  width: 0;
  height: 100vh;
  background-color: rgba(191, 208, 217, 0.9);
  transition: 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  box-sizing: border-box;
}

.header-wrapper__menu-wrapper__inner::-webkit-scrollbar {
  width: 4px;
}

.header-wrapper__menu-wrapper__inner::-webkit-scrollbar-track {
  background: #bfd0d9;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.header-wrapper__menu-wrapper__inner::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 2px;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner {
    padding: 60px 0;
    top: 80px;
    left: auto;
    right: 0;
    height: calc( 100vh - 80px);
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner {
    padding: 0 0 60px;
    top: 60px;
    height: calc( 100vh - 60px);
  }
}

.header-wrapper__menu-wrapper__inner__box {
  margin: 0 auto;
  width: 380px;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__box {
    width: 100%;
  }
}

.header-wrapper__menu-wrapper__inner__logo-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__logo-btn {
    margin: 20px 20px 0;
    height: 30px;
    width: auto;
  }
}

.header-wrapper__menu-wrapper__inner__logo-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__logo-btn:hover {
    opacity: 1;
  }
}

.header-wrapper__menu-wrapper__inner__item {
  border-bottom: 1px solid #777;
  position: relative;
}

.header-wrapper__menu-wrapper__inner__item:first-child {
  border-top: 1px solid #777;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item:first-child {
    border-top: 0;
  }
}

.header-wrapper__menu-wrapper__inner__item__link {
  padding: 20px 20px 22px;
  font-size: 16px;
  line-height: 1.01em;
  color: #444;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  display: block;
  position: relative;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__link {
    padding: 20px 20px 22px;
    font-size: 14px;
  }
}

.header-wrapper__menu-wrapper__inner__item__link::before {
  content: '';
  top: calc( 50% - 5px);
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__link::before {
    top: calc( 50% - 4px);
    right: 22px;
    width: 8px;
    height: 8px;
  }
}

.header-wrapper__menu-wrapper__inner__item__link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-wrapper__menu-wrapper__inner__item__link:hover::before {
  border-top: 2px solid #dd0717;
  border-right: 2px solid #dd0717;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__link:hover {
    background-color: transparent;
  }
  .header-wrapper__menu-wrapper__inner__item__link:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.header-wrapper__menu-wrapper__inner__item__open-btn {
  top: 12px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
}

.header-wrapper__menu-wrapper__inner__item__open-btn:hover {
  background-color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__open-btn:hover {
    background-color: #fff;
  }
}

.header-wrapper__menu-wrapper__inner__item__open-btn::before {
  content: '';
  top: calc( 50% - 1px);
  left: calc( 50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #bfd0d9;
  position: absolute;
}

.header-wrapper__menu-wrapper__inner__item__open-btn::after {
  content: '';
  top: calc( 50% - 1px);
  left: calc( 50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #bfd0d9;
  transition: 0.5s;
  position: absolute;
  transform: rotate(0);
}

.header-wrapper__menu-wrapper__inner__item__open-btn.close::after {
  transform: rotate(90deg);
}

.header-wrapper__menu-wrapper__inner__item__sub-menu__item {
  border-top: 1px dotted #666;
}

.header-wrapper__menu-wrapper__inner__item__sub-menu__item__link {
  padding: 18px 15px 18px 34px;
  font-size: 15px;
  line-height: 1.2em;
  color: #444;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  display: block;
  position: relative;
}

.header-wrapper__menu-wrapper__inner__item__sub-menu__item__link::before {
  content: '';
  top: calc( 50% - 3px);
  left: 20px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #dd0717;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__sub-menu__item__link {
    padding: 15px 15px 15px 30px;
    font-size: 13px;
  }
}

.header-wrapper__menu-wrapper__inner__item__sub-menu__item__link:hover {
  color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__sub-menu__item__link:hover {
    color: #444;
  }
}

.header-wrapper .btn-input {
  display: none;
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
  top: 0;
  width: calc( 100vw - 260px);
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
}

@media screen and (max-width: 1024px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
    top: 80px;
    width: 100vw;
    height: calc( 100vh - 80px);
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
    top: 60px;
    height: calc( 100vh - 60px);
  }
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
}

@media screen and (max-width: 599px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
    width: 100vw;
  }
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner__box {
  display: block;
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu {
  background-color: #bfd0d9;
}

@media screen and (max-width: 1024px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu {
    background-color: #000;
  }
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::before {
  top: 50%;
}

.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::after {
  bottom: calc( 50% - 2px);
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.contents-wrapper {
  margin-left: 260px;
  padding: 40px 50px 120px;
  width: calc( 100% - 260px);
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .contents-wrapper {
    margin-left: 0;
    padding: 40px 40px 80px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .contents-wrapper {
    margin-left: 0;
    padding: 30px 20px 50px;
  }
}

.contents-wrapper--top {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .contents-wrapper--top {
    margin-top: 80px;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .contents-wrapper--top {
    margin-top: 60px;
    padding: 0;
  }
}

.contents-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.contents-wrapper__inner--1000 {
  max-width: 1000px;
}

.footer-wrapper__copyright {
  margin-left: 260px;
  width: calc( 100% - 260px);
  height: 70px;
  font-size: 14px;
  color: #fff;
  line-height: 70px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #444;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__copyright {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper__copyright {
    padding: 15px 10px;
    height: auto;
    font-size: 11px;
    line-height: 1.2;
  }
}

.text-standard {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .text-standard {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .text-standard {
    font-size: 14px;
  }
}

.copy01 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #439ad1;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}

.copy01--black {
  color: #000;
}

.copy02 {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 1.7;
  color: #439ad1;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}

.copy03 {
  margin-bottom: -15px;
  font-size: 28px;
  line-height: 1.7;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .copy03 {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .copy03 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}

.text {
  font-size: 16px;
  line-height: 1.9em;
  text-align: justify !important;
}

@media screen and (max-width: 1024px) {
  .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .text {
    font-size: 14px;
  }
}

.text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}

.caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 599px) {
  .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}

.text-3column {
  padding: 0;
  list-style: none;
}

.text-3column li {
  margin-left: 30px;
  width: calc( ( 99.9% - 60px ) / 3);
  float: left;
}

.text-3column li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .text-3column li {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .text-3column li:first-child {
    margin-top: 0;
  }
}

.text-2column {
  padding: 0;
  list-style: none;
}

.text-2column li {
  width: calc( 50% - 15px);
  float: right;
}

.text-2column li:first-child {
  float: left;
}

@media screen and (max-width: 599px) {
  .text-2column li {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .text-2column li:first-child {
    margin-top: 0;
  }
}

.title-bar {
  margin-bottom: 50px;
  padding-bottom: 22px;
  font-size: 28px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}

.title-bar::before {
  content: '';
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .title-bar {
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: 24px;
  }
  .title-bar::before {
    width: 60px;
  }
}

@media screen and (max-width: 599px) {
  .title-bar {
    margin-bottom: 20px;
    padding-bottom: 17px;
    font-size: 17px;
    text-align: center;
  }
  .title-bar::before {
    left: calc( 50% - 20px);
    width: 40px;
  }
}

.title-line {
  margin-bottom: 25px;
  border-top: 2px solid #dd0717;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 599px) {
  .title-line {
    margin-bottom: 15px;
  }
}

.title-line__text {
  padding: 26px 0;
  font-size: 2rem;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .title-line__text {
    padding: 20px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .title-line__text {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}

/*タイトル処理*/
.title-line02 {
  margin-bottom: -15px;
  padding: 0 0 22px 0;
  font-size: 18px;
  line-height: 1.2em;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .title-line02 {
    margin-bottom: -5px;
    padding: 0 0 13px;
    font-size: 15px;
  }
}

.title-line02::before {
  content: '';
  bottom: -1px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-line02::before {
    width: 40px;
  }
}

.title-obi {
  margin-bottom: -15px;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  line-height: 1.2em;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  background-color: #eee;
  position: relative;
}

@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: -5px;
    padding: 8px 20px 8px 30px;
    font-size: 1.4rem;
  }
}

.title-obi::before {
  content: '';
  top: calc( 50% - 1px);
  left: 10px;
  width: 10px;
  height: 3px;
  background-color: #dd0717;
  position: absolute;
}

.title-obi--blue {
  color: #fff;
  background-color: #666;
}

.title-icon {
  margin-bottom: -15px;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 599px) {
  .title-icon {
    margin-bottom: -5px;
    font-size: 1.4rem;
  }
}

.title-icon::before {
  content: '';
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 5px solid #dd0717;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-icon::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #dd0717;
  }
}

.btn {
  margin: 0 auto;
  padding: 0 40px 0 25px;
  width: auto;
  min-width: 252px;
  max-width: 302px;
  height: 42px;
  font-size: 16px;
  line-height: 41px;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/common/arrow_red.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 11px top 50%;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .btn {
    width: auto;
    max-width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 37px;
    background-size: 16px auto;
  }
}

.btn:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .btn:hover {
    color: #000;
    background-color: #fff;
  }
}

.btn::before {
  content: "";
  top: -4px;
  left: -4px;
  width: calc( 100% + 8px);
  height: calc( 100% + 8px);
  background-image: url(../img/common/dot_black.png);
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .btn::before {
    top: -3px;
    left: -3px;
    width: calc( 100% + 6px);
    height: calc( 100% + 6px);
  }
}

.btn--back {
  padding: 0 25px 0 40px;
  background-image: url(../img/common/arrow_red_back.svg);
  background-position: left 11px top 50%;
}

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

.btn-wrapper a {
  padding: 18px 45px 18px 30px;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #fff !important;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  background-color: #dd0717;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .btn-wrapper a {
    padding: 15px 30px 15px 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.btn-wrapper a::before {
  content: '';
  top: calc( 50% - 4px);
  right: 15px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}

.btn-wrapper a:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .btn-wrapper a:hover {
    background-color: #dd0717;
  }
}

.btn-wrapper.btn-blue a {
  background-color: #439ad1;
}

.link-file {
  padding-left: 19px;
  color: #dd0717;
  background-image: url(../img/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 0 1px;
}

.link-file:hover {
  color: #439ad1;
  background-image: url(../img/common/icon_file_blue.svg);
}

.pagetitle {
  margin-left: 260px;
  padding-top: 140px;
  width: calc( 100% - 260px);
  height: 320px;
  text-align: center;
  background-image: url(../img/common/pagetitle.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .pagetitle {
    margin-top: 80px;
    margin-left: 0;
    padding-top: 65px;
    width: 100%;
    height: 160px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 60px;
    padding-top: 30px;
    width: 100%;
    height: 80px;
  }
}

.pagetitle__text {
  font-size: 34px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) {
  .pagetitle__text {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle__text {
    font-size: 18px;
  }
}

.breadcrumbs-wrapper {
  margin: 40px 0 0 280px;
  width: calc(100% - 280px);
  padding: 6px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs-wrapper {
    margin: 20px 0 0 0;
    padding: 4px 10px;
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.breadcrumbs-wrapper__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.breadcrumbs-wrapper__inner__item {
  font-size: 14px;
  line-height: 1.01;
  display: inline;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs-wrapper__inner__item {
    font-size: 1.2rem;
  }
}

.breadcrumbs-wrapper__inner__item::before {
  content: '>';
  padding: 0 5px;
}

.breadcrumbs-wrapper__inner__item:first-child::before {
  display: none;
}

.breadcrumbs-wrapper__inner__item__link {
  color: #666;
}

.breadcrumbs-wrapper__inner__item__link:hover {
  color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs-wrapper__inner__item__link:hover {
    color: #666;
  }
}

.block-cms {
  margin-bottom: 30px;
}

.block-cms:before, .block-cms:after {
  content: "";
  display: table;
}

.block-cms:after {
  clear: both;
}

@media screen and (max-width: 599px) {
  .block-cms {
    margin-bottom: 15px;
  }
}

/*各テンプレートを囲むbox【必須】*/
.box {
  margin-bottom: 30px;
}

.box:before, .box:after {
  content: "";
  display: table;
}

.box:after {
  clear: both;
}

@media screen and (max-width: 599px) {
  .box {
    margin-bottom: 15px;
  }
}

.block__wysiwyg {
  /*デフォルトの処理*/
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: justify;
  /*youtube*/
  /*以下テンプレート外*/
}

@media screen and (max-width: 599px) {
  .block__wysiwyg {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.block__wysiwyg a {
  color: #dd0717;
  text-decoration: underline;
}

.block__wysiwyg a:hover {
  color: #439ad1;
  text-decoration: none;
}

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

.block__wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.block__wysiwyg .youtube-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}

.block__wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block__wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.block__wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.block__wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.block__wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}

.block__wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}

.block__wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000;
}

.block__wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000;
}

.block__wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.block__wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.block__wysiwyg ul {
  padding-left: 1em;
}

.block__wysiwyg ul li {
  list-style: disc;
}

.block__wysiwyg ol {
  margin: 0;
  padding-left: 1em;
}

.block__wysiwyg ol li {
  list-style-type: decimal;
}

.block__wysiwyg blockquote {
  padding-left: 1em;
}

.block__wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

.block__wysiwyg hr {
  display: block;
}

.block__wysiwyg em {
  font-style: italic !important;
}

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

.block__wysiwyg em strong, .block__wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.text-right {
  width: calc( 67% - 30px);
  float: right;
}

@media screen and (max-width: 599px) {
  .text-right {
    width: auto;
    float: none;
  }
}

.text-left {
  width: calc( 67% - 30px);
  float: left;
}

@media screen and (max-width: 599px) {
  .text-left {
    width: auto;
    float: none;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
}

.photo-3 li {
  list-style: none !important;
  margin-left: 10px;
  width: calc( ( 99.9% - 20px ) / 3);
  text-align: center;
  float: left;
}

.photo-3 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .photo-3 li {
    margin-left: 0;
    width: calc( 99.9% / 3);
  }
  .photo-3 li:first-child {
    margin-top: 0;
  }
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
}

.photo-2 li {
  list-style: none !important;
  width: calc( 50% - 5px);
  text-align: center;
  float: right;
}

.photo-2 li:first-child {
  float: left;
}

@media screen and (max-width: 599px) {
  .photo-2 li {
    width: calc( ( 100% - 5px ) / 2);
  }
}

.photo-1 {
  width: 100%;
  text-align: center;
}

.photo-1 img {
  width: auto;
  max-width: 100%;
}

.table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.table thead th {
  padding: 12px 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #dd0717;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .table thead th {
    padding: 7px 5px 5px;
    font-size: 1.2rem;
  }
}

.table--blue thead th {
  background-color: #439ad1;
}

.table th {
  padding: 15px 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .table th {
    padding: 7px 5px 5px;
    font-size: 1.2rem;
  }
}

.table td {
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .table td {
    padding: 7px 5px 5px;
    font-size: 1.2rem;
  }
}

.table--apply {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

@media screen and (max-width: 599px) {
  .table--apply {
    border-width: 1px 0 0 0;
  }
}

.table--apply th {
  padding: 25px 10px;
  width: 200px;
  font-size: 15px;
  line-height: 1.6em;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  background-color: #fceeee;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .table--apply th {
    padding: 20px 10px;
    width: 140px;
  }
}

@media screen and (max-width: 599px) {
  .table--apply th {
    padding: 7px 5px 7px;
    width: auto;
    font-size: 13px;
    border-width: 0 1px 1px 1px;
    display: block;
  }
}

.table--apply td {
  padding: 25px 30px;
  width: calc( 100% - 200px);
  font-size: 1.5rem;
  line-height: 1.6em;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .table--apply td {
    padding: 20px 25px;
    width: calc( 100% - 140px);
  }
}

@media screen and (max-width: 599px) {
  .table--apply td {
    padding: 15px;
    width: auto;
    font-size: 13px;
    border-width: 0 1px 1px 1px;
    display: block;
  }
}

.list-box {
  padding: 27px 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 599px) {
  .list-box {
    padding: 18px 20px;
  }
}

.list-wrapper {
  padding: 0 !important;
  list-style: none;
}

.list-wrapper li {
  list-style: none !important;
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}

.list-wrapper li:first-child {
  margin-top: 0;
}

.list-wrapper li::before {
  content: '';
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .list-wrapper li {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  .list-wrapper li::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}

ol.list-wrapper {
  padding: 0 !important;
  list-style: none;
}

ol.list-wrapper li {
  list-style: none;
  margin-top: 10px;
  margin-left: 1.2em;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  list-style: none;
  text-align: justify;
  position: relative;
}

ol.list-wrapper li:first-child {
  margin-top: 0;
}

ol.list-wrapper li::before {
  display: none;
}

@media screen and (max-width: 599px) {
  ol.list-wrapper li {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}

.list-file li {
  list-style: none;
  margin-top: 20px;
  padding: 6px 0 0 45px;
  min-height: 54px;
  font-size: 1.6rem;
  line-height: 1.5em;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .list-file li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .list-file li {
    padding: 6px 0 0 32px;
    margin-top: 15px;
    padding-top: 0;
    min-height: 45px;
    font-size: 1.4rem;
    line-height: 1.3em;
    background-size: 25px auto;
    background-position: 0 2px;
  }
}

.list-file li:first-child {
  margin-top: 0;
}

.list-file li.li-pdf {
  background-image: url(../img/common/icon_pdf.svg);
}

.list-file li.li-xls {
  background-image: url(../img/common/icon_excel.svg);
}

.list-file li.li-doc {
  background-image: url(../img/common/icon_word.svg);
}

.list-file li a {
  color: #dd0717;
}

.list-file li a:hover {
  color: #439ad1;
}

.list-file li p {
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .list-file li p {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

.box-bg01 {
  padding: 27px 30px;
  background-color: #fbedee;
}

@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 18px 20px;
  }
}

.box-bg02 {
  padding: 27px 30px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 18px 20px;
  }
}

.pageindex-wrapper__item {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .pageindex-wrapper__item {
    margin-bottom: 30px;
  }
}

.pageindex-wrapper__item:last-child {
  margin-bottom: 0;
}

.pageindex-wrapper__item__nav {
  margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav {
    margin-top: -10px;
  }
}

@media screen and (max-width: 599px) {
  .pageindex-wrapper__item__nav {
    margin-top: 0;
  }
}

.pageindex-wrapper__item__nav__item {
  margin-top: 15px;
  margin-left: 15px;
  width: calc( ( 99.9% - 30px ) / 3);
  float: left;
}

.pageindex-wrapper__item__nav__item:nth-child(3n-2) {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav__item {
    margin-top: 10px;
    margin-left: 0;
    width: calc( 50% - 5px);
  }
  .pageindex-wrapper__item__nav__item:nth-child(even) {
    float: right;
  }
}

@media screen and (max-width: 599px) {
  .pageindex-wrapper__item__nav__item {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
  .pageindex-wrapper__item__nav__item:nth-child(even) {
    float: none;
  }
}

.pageindex-wrapper__item__nav__item__link {
  padding: 0 46px 0 25px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  background-color: #fbedee;
  display: block;
  position: relative;
}

@media screen and (max-width: 599px) {
  .pageindex-wrapper__item__nav__item__link {
    padding: 0 46px 0 15px;
    font-size: 1.4rem;
  }
}

.pageindex-wrapper__item__nav__item__link::before {
  content: '';
  top: calc( 50% - 8px);
  right: 15px;
  width: 16px;
  height: 16px;
  background-color: #dd0717;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}

.pageindex-wrapper__item__nav__item__link::after {
  content: '';
  top: calc( 50% - 3px);
  right: 21px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
}

.pageindex-wrapper__item__nav__item__link:hover {
  color: #fff;
  background-color: #439ad1;
}

@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav__item__link:hover {
    color: #000;
    background-color: #fbedee;
  }
}

.pageindex-wrapper__item__nav__item__link span {
  padding-bottom: 0.3em;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .pageindex-wrapper__item__nav__item__link span {
    height: 50px;
  }
}

.top-main-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper {
    height: 65vh;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper {
    height: 70vh;
  }
}

.top-main-wrapper .mainslider {
  width: 100%;
  height: 100%;
}

.top-main-wrapper .mainslider li {
  width: 100%;
  height: 100%;
}

.top-main-wrapper__inner {
  width: 100%;
  height: 100%;
}

.top-main-wrapper__inner__left-photo {
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__inner__left-photo {
    width: 100%;
    height: 76%;
    float: none;
  }
}

.top-main-wrapper__inner__left-photo--01 {
  background-image: url(../img/top/main01-1.jpg);
}

.top-main-wrapper__inner__left-photo--02 {
  background-image: url(../img/top/main02-1.jpg);
}

.top-main-wrapper__inner__left-photo--03 {
  background-image: url(../img/top/main03-1.jpg);
}

.top-main-wrapper__inner__left-photo--04 {
  background-image: url(../img/top/main04-1.jpg);
}

.top-main-wrapper__inner__left-photo--05 {
  background-image: url(../img/top/main05-1.jpg);
}

.top-main-wrapper__inner__right {
  width: 50%;
  height: 100%;
  float: right;
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__inner__right {
    width: 100%;
    height: 24%;
    float: none;
  }
}

.top-main-wrapper__inner__right__photo {
  width: 100%;
  height: 50% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__inner__right__photo {
    width: 50% !important;
    height: 100% !important;
    float: right;
  }
  .top-main-wrapper__inner__right__photo:first-child {
    float: left;
  }
}

.top-main-wrapper__inner__right__photo--01-2 {
  background-image: url(../img/top/main01-2.jpg);
}

.top-main-wrapper__inner__right__photo--01-3 {
  background-image: url(../img/top/main01-3.jpg);
}

.top-main-wrapper__inner__right__photo--02-2 {
  background-image: url(../img/top/main02-2.jpg);
}

.top-main-wrapper__inner__right__photo--02-3 {
  background-image: url(../img/top/main02-3.jpg);
}

.top-main-wrapper__inner__right__photo--03-2 {
  background-image: url(../img/top/main03-2.jpg);
}

.top-main-wrapper__inner__right__photo--03-3 {
  background-image: url(../img/top/main03-3.jpg);
}

.top-main-wrapper__inner__right__photo--04-2 {
  background-image: url(../img/top/main04-2.jpg);
}

.top-main-wrapper__inner__right__photo--04-3 {
  background-image: url(../img/top/main04-3.jpg);
}

.top-main-wrapper__inner__right__photo--05-2 {
  background-image: url(../img/top/main05-2.jpg);
}

.top-main-wrapper__inner__right__photo--05-3 {
  background-image: url(../img/top/main05-3.jpg);
}

.top-main-wrapper__inner__copy {
  top: 17%;
  left: 8%;
  font-size: 3vw;
  line-height: 1.4;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 200;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__inner__copy {
    left: 7.5%;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__inner__copy {
    top: 11%;
    left: 12%;
    font-size: 8.5vw;
  }
}

.top-lead-wrapper {
  padding: 120px 60px;
  background-image: url(../img/top/lead_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
}

@media screen and (max-width: 1400px) {
  .top-lead-wrapper {
    padding: 90px 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-lead-wrapper {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 599px) {
  .top-lead-wrapper {
    padding: 30px 20px;
    background-image: none;
  }
}

.top-lead-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1400px) {
  .top-lead-wrapper__inner {
    max-width: 760px;
  }
}

.top-lead-wrapper__inner__copy {
  width: 430px;
  font-size: 36px;
  line-height: 1.66;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  float: left;
}

@media screen and (max-width: 1500px) {
  .top-lead-wrapper__inner__copy {
    width: 390px;
    font-size: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .top-lead-wrapper__inner__copy {
    margin-bottom: 15px;
    width: auto;
    font-size: 28px;
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .top-lead-wrapper__inner__copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .top-lead-wrapper__inner__copy {
    font-size: 20px;
  }
}

.top-lead-wrapper__inner__text {
  width: calc( 100% - 450px);
  float: right;
}

@media screen and (max-width: 1500px) {
  .top-lead-wrapper__inner__text {
    width: calc( 100% - 410px);
  }
}

@media screen and (max-width: 1400px) {
  .top-lead-wrapper__inner__text {
    width: auto;
    float: none;
  }
}

.top-infomation-wrapper {
  padding: 70px 60px;
  background-image: url(../img/common/dot_black.png);
  background-repeat: repeat;
  background-size: 2px auto;
}

@media screen and (max-width: 1024px) {
  .top-infomation-wrapper {
    padding: 60px 60px;
    background-size: 1px auto;
  }
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper {
    padding: 30px 20px 13px;
  }
}

.top-infomation-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.top-infomation-wrapper__inner__title {
  margin-bottom: 20px;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 1.01;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  border-bottom: solid 2px #ddd;
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper__inner__title {
    margin-bottom: 0;
  }
}

.top-infomation-wrapper__inner__title::before {
  content: '';
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #dd0717;
  position: absolute;
}

.top-infomation-wrapper__inner__title__link {
  right: 0;
  bottom: -2px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.01;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  border-bottom: solid 2px #ddd;
  position: absolute;
}

.top-infomation-wrapper__inner__title__link:hover {
  color: #439ad1;
}

@media screen and (max-width: 1024px) {
  .top-infomation-wrapper__inner__title__link:hover {
    color: #000;
  }
}

.top-infomation-wrapper__inner__title__link::before {
  content: '';
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #439ad1;
  position: absolute;
}

.top-infomation-wrapper__inner .news-list__item {
  border-bottom: none;
}

.top-infomation-wrapper__inner .news-list__item::before {
  display: none;
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper__inner .news-list__item {
    border-bottom: 1px solid #ddd;
  }
  .top-infomation-wrapper__inner .news-list__item:last-child {
    border-bottom: none;
  }
}

.top-infomation-wrapper__inner .news-list__item__link {
  padding: 6px 0 4px;
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper__inner .news-list__item__link {
    padding: 18px 0 17px;
  }
}

.top-infomation-wrapper__inner .news-list__item__link__date {
  width: 130px;
}

@media screen and (max-width: 1024px) {
  .top-infomation-wrapper__inner .news-list__item__link__date {
    width: 120px;
  }
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper__inner .news-list__item__link__date {
    width: auto;
  }
}

.top-infomation-wrapper__inner .news-list__item__link__text {
  width: calc( 100% - 130px);
}

@media screen and (max-width: 1024px) {
  .top-infomation-wrapper__inner .news-list__item__link__text {
    width: calc( 100% - 120px);
  }
}

@media screen and (max-width: 599px) {
  .top-infomation-wrapper__inner .news-list__item__link__text {
    width: auto;
  }
}

.top-job-nav__item {
  margin-left: 2px;
  width: calc( ( 99.9% - 4px ) / 3);
  float: left;
}

@media screen and (max-width: 599px) {
  .top-job-nav__item {
    margin-left: 1px;
    width: calc( ( 99.9% - 2px ) / 3);
  }
}

.top-job-nav__item:first-child {
  margin-left: 0;
}

.top-job-nav__item__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.top-job-nav__item__link::before {
  content: '';
  padding-top: 90%;
  display: block;
}

.top-job-nav__item__link::after {
  content: '';
  right: 9px;
  bottom: 9px;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: transparent #dd0717 transparent transparent;
  position: absolute;
  z-index: 3;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  .top-job-nav__item__link::after {
    right: 5px;
    bottom: 5px;
    border-width: 12px 12px 0 0;
  }
}

@media screen and (max-width: 599px) {
  .top-job-nav__item__link::after {
    right: 3px;
    bottom: 3px;
    border-width: 7px 7px 0 0;
  }
}

.top-job-nav__item__link:hover::after {
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 1024px) {
  .top-job-nav__item__link:hover {
    color: #000;
  }
  .top-job-nav__item__link:hover::after {
    border-color: transparent #dd0717 transparent transparent;
  }
}

.top-job-nav__item__link:hover .top-job-nav__item__link__photo {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .top-job-nav__item__link:hover .top-job-nav__item__link__photo {
    transform: scale(1);
  }
}

.top-job-nav__item__link:hover .top-job-nav__item__link__text {
  color: #fff;
  background-color: rgba(221, 7, 23, 0.8);
}

@media screen and (max-width: 1024px) {
  .top-job-nav__item__link:hover .top-job-nav__item__link__text {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.top-job-nav__item__link__photo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: 0.5s;
  z-index: 0;
}

.top-job-nav__item__link__photo--01 {
  background-image: url(../img/top/job01.jpg);
}

.top-job-nav__item__link__photo--02 {
  background-image: url(../img/top/job02.jpg);
}

.top-job-nav__item__link__photo--03 {
  background-image: url(../img/top/job03.jpg);
}

.top-job-nav__item__link__text {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
}

@media screen and (max-width: 1500px) {
  .top-job-nav__item__link__text {
    height: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .top-job-nav__item__link__text {
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-job-nav__item__link__text {
    height: 36px;
  }
}

.top-job-nav__item__link__text__inner {
  top: 50%;
  left: 0;
  padding: 0 15px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .top-job-nav__item__link__text__inner {
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .top-job-nav__item__link__text__inner {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .top-job-nav__item__link__text__inner {
    padding: 0 5px;
    font-size: 11px;
  }
}

.top-message-wrapper {
  padding: 100px 60px 150px;
}

@media screen and (max-width: 1300px) {
  .top-message-wrapper {
    padding: 80px 60px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .top-message-wrapper {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-message-wrapper {
    padding: 30px 0 0;
  }
}

.top-message-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.top-message-wrapper__inner__item {
  margin-left: 80px;
  width: calc( ( 99.9% - 160px ) / 3);
  float: left;
}

.top-message-wrapper__inner__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1500px) {
  .top-message-wrapper__inner__item {
    margin-left: 50px;
    width: calc( ( 99.9% - 100px ) / 3);
  }
}

@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item {
    margin-left: 40px;
    width: calc( ( 99.9% - 80px ) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .top-message-wrapper__inner__item {
    margin-left: 30px;
    width: calc( ( 99.9% - 60px ) / 3);
  }
}

@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item {
    margin-left: 0;
    width: 100%;
    background-color: #f3f3f3;
  }
  .top-message-wrapper__inner__item:first-child {
    margin-top: 0;
  }
  .top-message-wrapper__inner__item:nth-child(even) {
    background-color: #fff;
  }
}

.top-message-wrapper__inner__item__link {
  display: block;
}

@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link {
    padding: 30px 20px;
    position: relative;
  }
  .top-message-wrapper__inner__item__link::after {
    content: '';
    right: 10px;
    bottom: 10px;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: transparent #dd0717 transparent transparent;
    position: absolute;
    z-index: 3;
  }
}

.top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__photo img {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__photo img {
    opacity: 1;
  }
}

.top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__title, .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__copy, .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__name {
  color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__title, .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__copy, .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__name {
    color: #000;
  }
}

.top-message-wrapper__inner__item__link__photo {
  margin-bottom: 20px;
  background-color: #dd0717;
}

@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__photo {
    margin: 0 auto 15px;
    width: 60%;
  }
}

.top-message-wrapper__inner__item__link__photo img {
  transition: 0.5s;
}

.top-message-wrapper__inner__item__link__title {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.01;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__title {
    margin-bottom: 15px;
    font-size: 11px;
  }
}

.top-message-wrapper__inner__item__link__title::before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dd0717;
  position: absolute;
  z-index: 0;
}

.top-message-wrapper__inner__item__link__title__number {
  margin-left: 0.3em;
  font-size: 2.5em;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  vertical-align: 0%;
}

.top-message-wrapper__inner__item__link__copy {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.45;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
  display: block;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__copy {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.top-message-wrapper__inner__item__link__name {
  font-size: 14px;
  line-height: 1.01;
  color: #000;
  transition: 0.5s;
}

.top-about-wrapper {
  margin-bottom: 150px;
  padding: 0 40px 0;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .top-about-wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper {
    margin-bottom: 80px;
    padding: 0 60px 0;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .top-about-wrapper {
    margin-bottom: 60px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-about-wrapper {
    margin-bottom: 10px;
    padding: 20px;
  }
}

.top-about-wrapper__photo {
  top: 0;
  left: 0;
  width: calc( 750px + ( ( (100vw - 260px - 1200px ) * 0.5 ) ));
  height: 100%;
  background-image: url(../img/top/photo01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  position: absolute;
}

@media screen and (max-width: 1580px) {
  .top-about-wrapper__photo {
    width: calc( 100VW - 260px - 40px - 450px);
  }
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper__photo {
    width: 100%;
    height: auto;
    position: relative;
  }
  .top-about-wrapper__photo::before {
    content: '';
    padding-top: 51%;
    display: block;
  }
}

.top-about-wrapper__photo--support {
  right: 0;
  left: auto;
  background-image: url(../img/top/photo02.jpg);
  background-position: 50% 50%;
}

.top-about-wrapper__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.top-about-wrapper__inner__text-wrapper {
  padding-top: 50px;
  width: 400px;
  height: 100%;
  float: right;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .top-about-wrapper__inner__text-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__text-wrapper {
    margin: 0 auto;
    padding: 25px 0 0;
    width: 100%;
    max-width: 760px;
    height: auto;
    float: none;
  }
}

@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__text-wrapper {
    padding: 15px 0 0;
  }
}

.top-about-wrapper__inner__text-wrapper--support {
  float: left;
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__text-wrapper--support {
    float: none;
  }
}

.top-about-wrapper__inner__text-wrapper__copy {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.375;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 1500px) {
  .top-about-wrapper__inner__text-wrapper__copy {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__text-wrapper__copy {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .top-about-wrapper__inner__text-wrapper__copy {
    font-size: 16px;
  }
}

.top-about-wrapper__inner__text-wrapper__btn {
  right: 0;
  bottom: 50px;
  position: absolute;
  z-index: auto;
}

@media screen and (max-width: 1500px) {
  .top-about-wrapper__inner__text-wrapper__btn {
    bottom: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__text-wrapper__btn {
    margin-top: 30px;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__text-wrapper__btn {
    margin-top: 15px;
  }
}

.top-btn-wrapper {
  padding: 50px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 1200px) {
  .top-btn-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper {
    padding: 20px;
  }
}

.top-btn-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.top-btn-wrapper__inner__item {
  width: calc( 50% - 20px);
  float: right;
}

@media screen and (max-width: 1300px) {
  .top-btn-wrapper__inner__item {
    width: calc( 50% - 10px);
  }
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper__inner__item {
    width: calc( 50% - 5px);
  }
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item {
    width: auto;
    float: none;
  }
}

.top-btn-wrapper__inner__item:first-child {
  float: left;
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item:first-child {
    margin-bottom: 10px;
    float: none;
  }
}

.top-btn-wrapper__inner__item__link {
  padding-right: 10px;
  width: auto;
  height: auto;
  text-align: center;
  background-color: #fff;
  position: relative;
  display: block;
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item__link {
    padding-right: 0;
  }
}

.top-btn-wrapper__inner__item__link::before {
  content: '';
  top: calc( 50% - 9px);
  right: 20px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #439ad1;
  border-right: 4px solid #439ad1;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item__link::before {
    top: calc( 50% - 6px);
    width: 12px;
    height: 12px;
  }
}

.top-btn-wrapper__inner__item__link:hover {
  background-color: #439ad1;
}

.top-btn-wrapper__inner__item__link:hover::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text {
  color: #fff;
}

.top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text--visit {
  background-image: url(../img/common/icon_visit_white.svg);
}

.top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text--apply {
  background-image: url(../img/common/icon_apply_white.svg);
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper__inner__item__link:hover {
    background-color: #fff;
  }
  .top-btn-wrapper__inner__item__link:hover::before {
    border-top: 4px solid #439ad1;
    border-right: 4px solid #439ad1;
  }
  .top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text {
    color: #000;
  }
  .top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text--visit {
    background-image: url(../img/common/icon_visit.svg);
  }
  .top-btn-wrapper__inner__item__link:hover .top-btn-wrapper__inner__item__link__text--apply {
    background-image: url(../img/common/icon_apply.svg);
  }
}

.top-btn-wrapper__inner__item__link__text {
  padding-left: 70px;
  width: auto;
  height: 100px;
  font-size: 20px;
  line-height: 100px;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper__inner__item__link__text {
    padding-left: calc( 70px * 0.7);
    width: auto;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item__link__text {
    padding-left: 0;
    width: auto;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    display: block;
  }
}

.top-btn-wrapper__inner__item__link__text--visit {
  background-image: url(../img/common/icon_visit.svg);
  background-size: 53px auto;
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper__inner__item__link__text--visit {
    background-size: calc( 53px * 0.7) auto;
  }
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item__link__text--visit {
    background-size: calc( 53px * 0.6) auto;
    background-position: 20px 50%;
  }
}

.top-btn-wrapper__inner__item__link__text--apply {
  background-image: url(../img/common/icon_apply.svg);
  background-size: 47px auto;
}

@media screen and (max-width: 1024px) {
  .top-btn-wrapper__inner__item__link__text--apply {
    background-size: calc( 47px * 0.7) auto;
  }
}

@media screen and (max-width: 599px) {
  .top-btn-wrapper__inner__item__link__text--apply {
    background-size: calc( 47px * 0.6) auto;
    background-position: 25px 50%;
  }
}

.top-data-wrapper {
  padding: 100px 60px;
  background-image: url(../img/top/data_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .top-data-wrapper {
    padding: 80px 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-data-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-data-wrapper {
    padding: 30px 20px;
  }
}

.top-data-wrapper .btn {
  z-index: 3;
}

.top-data-wrapper__inner {
  margin: 0 auto 30px;
  padding: 55px 40px 65px;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .top-data-wrapper__inner {
    padding: 40px 30px 50px;
  }
}

@media screen and (max-width: 1024px) {
  .top-data-wrapper__inner {
    padding: 30px 20px 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-data-wrapper__inner {
    margin-bottom: 20px;
    padding: 40px 30px;
  }
}

.top-data-wrapper__inner__title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.top-data-wrapper__inner__title::before {
  content: '';
  bottom: 0;
  left: calc( 50% - 40px);
  width: 80px;
  height: 2px;
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 1300px) {
  .top-data-wrapper__inner__title {
    margin-bottom: 25px;
    padding-bottom: 16px;
    font-size: 26px;
  }
  .top-data-wrapper__inner__title::before {
    left: calc( 50% - 35px);
    width: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .top-data-wrapper__inner__title {
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 24px;
  }
  .top-data-wrapper__inner__title::before {
    left: calc( 50% - 30px);
    width: 60px;
  }
}

@media screen and (max-width: 599px) {
  .top-data-wrapper__inner__title {
    margin-bottom: 20x;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .top-data-wrapper__inner__title::before {
    left: calc( 50% - 20px);
    width: 40px;
  }
}

.top-data-wrapper__inner__list {
  margin: 0 auto;
  max-width: 790px;
  width: 100%;
}

.top-data-wrapper__inner__list__item {
  margin-left: 20px;
  padding-bottom: 10px;
  width: calc( ( 99.9% - 40px ) / 3);
  text-align: center;
  float: left;
  border-bottom: 8px solid #dd0717;
}

.top-data-wrapper__inner__list__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .top-data-wrapper__inner__list__item {
    margin: 25px auto 0;
    width: 100%;
    max-width: 180px;
    float: none;
  }
  .top-data-wrapper__inner__list__item:first-child {
    margin: 25px auto 0;
  }
}

.top-data-wrapper__inner__list__item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-data-wrapper__inner__list__item__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .top-data-wrapper__inner__list__item__title {
    font-size: 16px;
  }
}

.top-data-wrapper__inner__list__item__text {
  font-size: 30px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-data-wrapper__inner__list__item__text {
    font-size: 24px;
  }
}

.top-data-wrapper__inner__list__item__text__number {
  font-size: 2.26em;
  font-family: "Oswald", sans-serif !important;
  font-weight: 700;
  vertical-align: 0;
}

.news-list__item {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.news-list__item::before {
  content: '';
  bottom: -1px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .news-list__item::before {
    width: 84px;
  }
}

@media screen and (max-width: 599px) {
  .news-list__item::before {
    width: 60px;
  }
}

.news-list__item__link {
  padding: 30px 0 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  display: block;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .news-list__item__link {
    padding: 20px 0 18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 18px 0 17px;
    font-size: 14px;
  }
}

.news-list__item__link--arrow {
  padding-right: 55px;
  position: relative;
}

.news-list__item__link--arrow::before {
  content: '';
  top: calc( 50% - 7px);
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #dd0717;
  border-right: 3px solid #dd0717;
  position: absolute;
  box-sizing: border-box;
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .news-list__item__link--arrow {
    padding-right: 30px;
  }
  .news-list__item__link--arrow::before {
    content: '';
    top: calc( 50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #dd0717;
    border-right: 2px solid #dd0717;
  }
}

.news-list__item__link__date {
  width: 150px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  float: left;
  display: block;
}

@media screen and (max-width: 1024px) {
  .news-list__item__link__date {
    width: 110px;
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    margin-bottom: 3px;
    width: auto;
    float: none;
  }
}

.news-list__item__link__text {
  width: calc( 100% - 150px);
  float: right;
}

@media screen and (max-width: 1024px) {
  .news-list__item__link__text {
    width: calc( 100% - 110px);
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__link__text {
    width: auto;
    float: none;
  }
}

.news-list__item__link:hover {
  color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .news-list__item__link:hover {
    color: #000;
  }
}

.icon-new {
  margin-left: 10px;
  width: 50px;
  height: 18px;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background-color: #000;
  text-align: center;
  vertical-align: 10%;
  display: inline-block;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}

@media screen and (max-width: 599px) {
  .icon-new {
    margin-left: 5px;
    width: 40px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    vertical-align: 5%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}

.pager-wrapper {
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pager-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pager-wrapper {
    margin-top: 20px;
  }
}

.pager-wrapper__item {
  margin: 0 5px;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

.pager-wrapper__item__link {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #888;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #eee;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item__link {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

.pager-wrapper__item__link:hover {
  color: #fff;
  background-color: #439ad1;
}

@media screen and (max-width: 1024px) {
  .pager-wrapper__item__link:hover {
    color: #888;
    background-color: #eee;
  }
}

.pager-wrapper__item__link--now {
  color: #fff;
  background-color: #439ad1;
}

.pager-wrapper__item__link--back {
  width: 40px;
  height: 40px;
  background-color: #dd0717;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item__link--back {
    width: 32px;
    height: 32px;
  }
}

.pager-wrapper__item__link--back::before {
  content: '';
  top: calc( 50% - 6px);
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item__link--back::before {
    top: calc( 50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

.pager-wrapper__item__link--back:hover {
  background-color: #439ad1;
}

@media screen and (max-width: 1024px) {
  .pager-wrapper__item__link--back:hover {
    color: #dd0717;
  }
}

.pager-wrapper__item__link--next {
  width: 40px;
  height: 40px;
  background-color: #dd0717;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item__link--next {
    width: 32px;
    height: 32px;
  }
}

.pager-wrapper__item__link--next::before {
  content: '';
  top: calc( 50% - 6px);
  left: 12px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  box-sizing: border-box;
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .pager-wrapper__item__link--next::before {
    top: calc( 50% - 4px);
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.pager-wrapper__item__link--next:hover {
  background-color: #439ad1;
}

@media screen and (max-width: 1024px) {
  .pager-wrapper__item__link--next:hover {
    color: #dd0717;
  }
}

.news-detail-title {
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 2px solid #dd0717;
  border-bottom: 2px solid #ddd;
  position: relative;
}

@media screen and (max-width: 599px) {
  .news-detail-title {
    margin-bottom: 20px;
    padding: 15px 0 13px;
  }
}

.news-detail-title__date {
  padding: 25px 0;
  width: 120px;
  border-right: 1px dotted #ddd;
  float: left;
}

@media screen and (max-width: 1024px) {
  .news-detail-title__date {
    margin-bottom: 5px;
    padding: 0;
    width: auto;
    border-right: none;
    float: none;
  }
}

@media screen and (max-width: 599px) {
  .news-detail-title__date {
    margin-bottom: 5px;
    padding: 0;
  }
}

.news-detail-title__date__day {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.01;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 599px) {
  .news-detail-title__date__day {
    font-size: 13px;
  }
}

.news-detail-title__title {
  padding: 17px 0 15px 30px;
  width: calc( 100% - 120px);
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
  float: right;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .news-detail-title__title {
    padding: 0;
    width: auto;
    font-size: 18px;
    float: none;
  }
}

@media screen and (max-width: 599px) {
  .news-detail-title__title {
    font-size: 15px;
  }
}

.news-detail-title__title .icon-new {
  vertical-align: 15%;
}

.news-back-btn {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #bbb;
}

@media screen and (max-width: 599px) {
  .news-back-btn {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.apply-list__item {
  margin-top: 60px;
}

.apply-list__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .apply-list__item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .apply-list__item {
    margin-top: 30px;
  }
}

.apply-table-wrapper {
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  .apply-table-wrapper {
    margin: 30px 0;
  }
}

@media screen and (max-width: 599px) {
  .apply-table-wrapper {
    margin: 20px 0;
  }
}

.apply-contact-wrapper {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .apply-contact-wrapper {
    margin-bottom: 30px;
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .apply-contact-wrapper {
    margin-bottom: 17px;
  }
}

.apply-contact-wrapper__title {
  width: 200px;
  height: auto;
  text-align: center;
  background-color: #789;
  float: left;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .apply-contact-wrapper__title {
    width: auto;
    height: 30px;
    text-align: center;
    float: none;
  }
}

.apply-contact-wrapper__title__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .apply-contact-wrapper__title__text {
    top: auto;
    left: auto;
    width: auto;
    line-height: 30px;
    transform: translateY(0);
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .apply-contact-wrapper__title__text {
    font-size: 14px;
  }
}

.apply-contact-wrapper__text {
  padding: 10px 0;
  width: calc( 100% - 225px);
  float: right;
}

@media screen and (max-width: 1024px) {
  .apply-contact-wrapper__text {
    margin-top: 15px;
    padding: 0;
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 599px) {
  .apply-contact-wrapper__text {
    margin-top: 10px;
  }
}

.message-list__item {
  margin-top: 40px;
  width: calc( 50% - 20px);
  float: left;
}

@media screen and (max-width: 1300px) {
  .message-list__item {
    margin-top: 30px;
    width: calc( 50% - 15px);
  }
}

@media screen and (max-width: 1024px) {
  .message-list__item {
    margin-top: 20px;
    width: calc( 50% - 10px);
  }
}

.message-list__item:nth-child(even) {
  float: right;
}

@media screen and (max-width: 599px) {
  .message-list__item {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .message-list__item:nth-child(even) {
    float: none;
  }
}

.message-list__item__link {
  background-color: #f3f3f3;
  display: block;
  position: relative;
}

.message-list__item__link::before {
  content: '';
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  border-right: 5px solid #dd0717;
  border-bottom: 5px solid #dd0717;
  box-sizing: border-box;
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .message-list__item__link::before {
    right: 10px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-right: 4px solid #dd0717;
    border-bottom: 4px solid #dd0717;
  }
}

.message-list__item__link:hover {
  background-color: #dd0717;
}

.message-list__item__link:hover::before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.message-list__item__link:hover .message-list__item__link__text-wrapper::before {
  color: #fff;
}

.message-list__item__link:hover .message-list__item__link__text-wrapper__copy {
  color: #fff;
}

.message-list__item__link:hover .message-list__item__link__text-wrapper__name {
  color: #fff;
}

.message-list__item__link:hover .message-list__item__link__photo-wrapper__photo {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .message-list__item__link:hover {
    background-color: #f3f3f3;
  }
  .message-list__item__link:hover::before {
    border-right: 5px solid #dd0717;
    border-bottom: 5px solid #dd0717;
  }
  .message-list__item__link:hover .message-list__item__link__text-wrapper::before {
    color: #dd0717;
  }
  .message-list__item__link:hover .message-list__item__link__text-wrapper__copy {
    color: #000;
  }
  .message-list__item__link:hover .message-list__item__link__text-wrapper__name {
    color: #000;
  }
  .message-list__item__link:hover .message-list__item__link__photo-wrapper__photo {
    transform: scale(1);
  }
}

.message-list__item__link--orange::before {
  border-color: #f66e45;
}

.message-list__item__link--orange .message-list__item__link__text-wrapper {
  border-color: #f66e45;
}

.message-list__item__link--orange .message-list__item__link__text-wrapper::before {
  color: #f66e45;
}

.message-list__item__link--orange:hover {
  background-color: #f66e45;
}

.message-list__item__link--orange:hover::before {
  border-color: #fff;
}

.message-list__item__link--orange:hover .message-list__item__link__text-wrapper::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .message-list__item__link--orange:hover {
    background-color: #f3f3f3;
  }
  .message-list__item__link--orange:hover::before {
    border-color: #f66e45;
  }
  .message-list__item__link--orange:hover .message-list__item__link__text-wrapper::before {
    color: #f66e45;
  }
}

.message-list__item__link--blue::before {
  border-color: #0068b0;
}

.message-list__item__link--blue .message-list__item__link__text-wrapper {
  border-color: #0068b0;
}

.message-list__item__link--blue .message-list__item__link__text-wrapper::before {
  color: #0068b0;
}

.message-list__item__link--blue:hover {
  background-color: #0068b0;
}

.message-list__item__link--blue:hover::before {
  border-color: #fff;
}

.message-list__item__link--blue:hover .message-list__item__link__text-wrapper::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .message-list__item__link--blue:hover {
    background-color: #f3f3f3;
  }
  .message-list__item__link--blue:hover::before {
    border-color: #0068b0;
  }
  .message-list__item__link--blue:hover .message-list__item__link__text-wrapper::before {
    color: #0068b0;
  }
}

.message-list__item__link--purple::before {
  border-color: #aa89bd;
}

.message-list__item__link--purple .message-list__item__link__text-wrapper {
  border-color: #aa89bd;
}

.message-list__item__link--purple .message-list__item__link__text-wrapper::before {
  color: #aa89bd;
}

.message-list__item__link--purple:hover {
  background-color: #aa89bd;
}

.message-list__item__link--purple:hover::before {
  border-color: #fff;
}

.message-list__item__link--purple:hover .message-list__item__link__text-wrapper::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .message-list__item__link--purple:hover {
    background-color: #f3f3f3;
  }
  .message-list__item__link--purple:hover::before {
    border-color: #aa89bd;
  }
  .message-list__item__link--purple:hover .message-list__item__link__text-wrapper::before {
    color: #aa89bd;
  }
}

.message-list__item__link--green::before {
  border-color: #00a097;
}

.message-list__item__link--green .message-list__item__link__text-wrapper {
  border-color: #00a097;
}

.message-list__item__link--green .message-list__item__link__text-wrapper::before {
  color: #00a097;
}

.message-list__item__link--green:hover {
  background-color: #00a097;
}

.message-list__item__link--green:hover::before {
  border-color: #fff;
}

.message-list__item__link--green:hover .message-list__item__link__text-wrapper::before {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .message-list__item__link--green:hover {
    background-color: #f3f3f3;
  }
  .message-list__item__link--green:hover::before {
    border-color: #00a097;
  }
  .message-list__item__link--green:hover .message-list__item__link__text-wrapper::before {
    color: #00a097;
  }
}

.message-list__item__link__photo-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.message-list__item__link__photo-wrapper::before {
  content: '';
  padding-top: 38.3%;
  display: block;
}

.message-list__item__link__photo-wrapper__photo {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  transition: 0.5s;
}

.message-list__item__link__text-wrapper {
  padding: 40px 40px 60px;
  border-top: 2px solid #dd0717;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .message-list__item__link__text-wrapper {
    padding: 30px 30px 45px;
  }
}

@media screen and (max-width: 599px) {
  .message-list__item__link__text-wrapper {
    padding: 20px 20px 30px;
    border-top: 1px solid #dd0717;
  }
}

.message-list__item__link__text-wrapper::before {
  content: 'MESSAGE';
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.01;
  color: #dd0717;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  display: block;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .message-list__item__link__text-wrapper::before {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .message-list__item__link__text-wrapper::before {
    margin-bottom: 7px;
    font-size: 11px;
  }
}

.message-list__item__link__text-wrapper__copy {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.42;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
  transition: 0.5s;
}

@media screen and (max-width: 1300px) {
  .message-list__item__link__text-wrapper__copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .message-list__item__link__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .message-list__item__link__text-wrapper__copy {
    margin-bottom: 7px;
    font-size: 14px;
  }
}

.message-list__item__link__text-wrapper__name {
  font-size: 16px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  transition: 0.5s;
}

@media screen and (max-width: 1300px) {
  .message-list__item__link__text-wrapper__name {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .message-list__item__link__text-wrapper__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .message-list__item__link__text-wrapper__name {
    font-size: 12px;
  }
}

.message-title-wrapper {
  display: block;
  position: relative;
}

.message-title-wrapper__text-box {
  top: 50%;
  left: 0;
  padding: 50px;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  border-left: 4px solid #dd0717;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
}

.message-title-wrapper__text-box::before {
  content: 'MESSAGE';
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.01;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 1024px) {
  .message-title-wrapper__text-box::before {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .message-title-wrapper__text-box::before {
    margin-bottom: 7px;
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .message-title-wrapper__text-box {
    padding: 30px;
    max-width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .message-title-wrapper__text-box {
    top: auto;
    left: auto;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    background-color: #f3f3f3;
    border-left: none;
    border-bottom: 1px solid #dd0717;
    position: relative;
    display: block;
    transform: translateY(0);
  }
}

.message-title-wrapper__text-box--orange {
  border-color: #f66e45;
}

.message-title-wrapper__text-box--orange::before {
  color: #f66e45;
}

.message-title-wrapper__text-box--blue {
  border-color: #0068b0;
}

.message-title-wrapper__text-box--blue::before {
  color: #0068b0;
}

.message-title-wrapper__text-box--purple {
  border-color: #aa89bd;
}

.message-title-wrapper__text-box--purple::before {
  color: #aa89bd;
}

.message-title-wrapper__text-box--green {
  border-color: #00a097;
}

.message-title-wrapper__text-box--green::before {
  color: #00a097;
}

.message-title-wrapper__text-box__copy {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.42;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .message-title-wrapper__text-box__copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .message-title-wrapper__text-box__copy {
    margin-bottom: 7px;
    font-size: 15px;
  }
}

.message-title-wrapper__text-box__name {
  font-size: 16px;
  line-height: 1.01;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .message-title-wrapper__text-box__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .message-title-wrapper__text-box__name {
    font-size: 12px;
  }
}

.message-text-wrapper {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .message-text-wrapper {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 599px) {
  .message-text-wrapper {
    margin: 0 auto 30px;
  }
}

.message-schedule-wrapper {
  margin: 0 auto 80px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper {
    margin: 0 -20px 30px;
    width: auto;
  }
}

.message-schedule-wrapper--orange .message-schedule-wrapper__title {
  background-color: #f66e45;
}

.message-schedule-wrapper--orange .message-schedule-wrapper__list::before {
  background-color: #f66e45;
}

.message-schedule-wrapper--orange .message-schedule-wrapper__list__item__time {
  color: #f66e45;
}

.message-schedule-wrapper--orange .message-schedule-wrapper__list__item__time::before {
  background-color: #f66e45;
}

.message-schedule-wrapper--blue .message-schedule-wrapper__title {
  background-color: #0068b0;
}

.message-schedule-wrapper--blue .message-schedule-wrapper__list::before {
  background-color: #0068b0;
}

.message-schedule-wrapper--blue .message-schedule-wrapper__list__item__time {
  color: #0068b0;
}

.message-schedule-wrapper--blue .message-schedule-wrapper__list__item__time::before {
  background-color: #0068b0;
}

.message-schedule-wrapper--purple .message-schedule-wrapper__title {
  background-color: #aa89bd;
}

.message-schedule-wrapper--purple .message-schedule-wrapper__list::before {
  background-color: #aa89bd;
}

.message-schedule-wrapper--purple .message-schedule-wrapper__list__item__time {
  color: #aa89bd;
}

.message-schedule-wrapper--purple .message-schedule-wrapper__list__item__time::before {
  background-color: #aa89bd;
}

.message-schedule-wrapper--green .message-schedule-wrapper__title {
  background-color: #00a097;
}

.message-schedule-wrapper--green .message-schedule-wrapper__list::before {
  background-color: #00a097;
}

.message-schedule-wrapper--green .message-schedule-wrapper__list__item__time {
  color: #00a097;
}

.message-schedule-wrapper--green .message-schedule-wrapper__list__item__time::before {
  background-color: #00a097;
}

.message-schedule-wrapper__title {
  margin-bottom: 60px;
  width: auto;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  text-align: center;
  background-color: #dd0717;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__title {
    margin-bottom: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__title {
    margin-bottom: 0;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
  }
}

.message-schedule-wrapper__list {
  padding-left: 100px;
  background-image: url(../img/message/schedule_bg.svg);
  background-size: 30px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list {
    padding-left: 50px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list {
    padding-left: 0;
    background-image: none;
  }
}

.message-schedule-wrapper__list::before {
  content: '';
  top: 10px;
  left: 109px;
  width: 2px;
  height: calc( 100% - 20px);
  background-color: #dd0717;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list::before {
    left: 59px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list::before {
    display: none;
  }
}

.message-schedule-wrapper__list__item {
  margin-top: 45px;
}

.message-schedule-wrapper__list__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list__item {
    margin-top: 30px;
  }
  .message-schedule-wrapper__list__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list__item {
    margin-top: 0;
    padding: 20px;
    border-bottom: 1px dotted #bbb;
  }
  .message-schedule-wrapper__list__item:first-child {
    margin-top: 0;
  }
  .message-schedule-wrapper__list__item:nth-child(even) {
    background-color: #f7f7f7;
  }
}

.message-schedule-wrapper__list__item__time {
  padding-left: 32px;
  width: 180px;
  font-size: 20px;
  line-height: 1.01;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  color: #dd0717;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.message-schedule-wrapper__list__item__time::before {
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #dd0717;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}

.message-schedule-wrapper__list__item__time::after {
  content: '';
  top: 50%;
  right: 8px;
  width: 44px;
  height: 4px;
  border-top: 1px dotted #333;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list__item__time {
    width: 160px;
  }
  .message-schedule-wrapper__list__item__time::after {
    right: 7px;
    width: 24px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list__item__time {
    margin-bottom: 5px;
    padding-left: 18px;
    width: auto;
    font-size: 14px;
    float: none;
  }
  .message-schedule-wrapper__list__item__time::before {
    content: '';
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .message-schedule-wrapper__list__item__time::after {
    display: none;
  }
}

.message-schedule-wrapper__list__item__text-wrapper {
  width: calc( 100% - 180px);
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  float: right;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list__item__text-wrapper {
    width: calc( 100% - 160px);
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list__item__text-wrapper {
    padding-left: 18px;
    width: auto;
    font-size: 15px;
    float: none;
  }
}

.message-schedule-wrapper__list__item__text-wrapper__sub {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.625;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .message-schedule-wrapper__list__item__text-wrapper__sub {
    margin-top: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .message-schedule-wrapper__list__item__text-wrapper__sub {
    margin-top: 5px;
    font-size: 13px;
  }
}

.data-list {
  margin-top: -50px;
}

@media screen and (max-width: 1400px) {
  .data-list {
    margin-top: -40px;
  }
}

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

@media screen and (max-width: 1024px) {
  .data-list {
    margin-top: -25px;
  }
}

@media screen and (max-width: 599px) {
  .data-list {
    margin-top: 0;
  }
}

.data-list__item {
  margin-top: 50px;
  margin-left: 50px;
  width: calc( ( 99.9% - 100px ) / 3);
  float: left;
}

@media screen and (max-width: 1400px) {
  .data-list__item {
    margin-top: 40px;
    margin-left: 40px;
    width: calc( ( 99.9% - 80px ) / 3);
  }
}

@media screen and (max-width: 1300px) {
  .data-list__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc( ( 99.9% - 60px ) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .data-list__item {
    margin-top: 25px;
    margin-left: 15px;
    width: calc( ( 99.9% - 30px ) / 3);
  }
}

.data-list__item:nth-child(3n-2) {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .data-list__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .data-list__item:first-child {
    margin-top: 0;
  }
}

.data-list__item__figure {
  margin-bottom: 10px;
}

.data-list__item__text {
  font-size: 15px;
  line-height: 1.7;
  color: #567;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .data-list__item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .data-list__item__text {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .data-list__item__text {
    padding: 0;
    font-size: 14px;
  }
}

.data-list__item__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  font-style: normal;
  text-indent: -1em;
  display: block;
}

@media screen and (max-width: 1024px) {
  .data-list__item__caution {
    margin-top: 5px;
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */
