@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=Lato:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400&display=swap");
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
/* 1200 */
@media screen and (max-width: 1200px) {
  .b1200 {
    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%;
}
@media screen and (min-width: 1025px) {
  img {
    max-width: 100%;
  }
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  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: #333;
  -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: #345;
  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;
  -ms-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;
  }
}

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

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

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

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

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

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header-wrapper {
  top: 0;
  right: 0;
  width: 70px;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper {
    width: 100%;
    height: 50px;
  }
}
.header-wrapper__logo {
  right: 17px;
  bottom: 18px;
  width: 36px;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    right: 10px;
    bottom: 10px;
    width: 30px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    display: none;
  }
}
.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__logotype {
  top: 165px;
  right: 23px;
  width: 24px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logotype {
    top: 120px;
    right: 15px;
    width: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__logotype {
    top: 10px;
    right: auto;
    left: 10px;
    width: 190px;
  }
}
.header-wrapper__logotype__link {
  display: block;
}
.header-wrapper__logotype__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logotype__link:hover {
    opacity: 1;
  }
}
.header-wrapper__btn-entry {
  top: 70px;
  right: 0;
  width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 70px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #55bbc7;
  position: absolute;
  box-sizing: border-box;
  display: block;
}
.header-wrapper__btn-entry:hover {
  color: #fff;
  background-color: #c00;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__btn-entry {
    top: 50px;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__btn-entry {
    top: 0;
    right: 50px;
  }
}
.header-wrapper__menu-wrapper {
  top: 0;
  right: 70px;
  width: 0;
  height: 100vh;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  transition: 0.5s;
  z-index: 100;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper {
    right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper {
    top: 50px;
    right: 0;
    height: calc(100vh - 50px);
  }
}
.header-wrapper__menu-wrapper__btn-menu {
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: block;
  position: fixed;
  z-index: 21;
  background-color: #567;
  cursor: pointer;
  transition: 0.5s;
}
.header-wrapper__menu-wrapper__btn-menu:hover {
  background-color: #345;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__btn-menu:hover {
    background-color: #567;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__btn-menu {
    width: 50px;
    height: 50px;
  }
}
.header-wrapper__menu-wrapper__btn-menu span {
  top: calc(50% - 1px);
  right: calc(50% - 15px);
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.header-wrapper__menu-wrapper__btn-menu span::before {
  content: "";
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
.header-wrapper__menu-wrapper__btn-menu span::after {
  content: "";
  bottom: -8px;
  right: 0;
  width: 66%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__btn-menu span {
    right: calc(50% - 10px);
    width: 20px;
    height: 2px;
  }
  .header-wrapper__menu-wrapper__btn-menu span::before {
    top: -6px;
  }
  .header-wrapper__menu-wrapper__btn-menu span::after {
    bottom: -6px;
  }
}
.header-wrapper__menu-wrapper__inner {
  top: 0;
  right: 70px;
  width: 0;
  height: 100vh;
  background-color: #22aac7;
  transition: 0.5s;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner {
    right: 50px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner {
    top: 50px;
    right: 0;
    height: calc(100vh - 50px);
  }
}
.header-wrapper__menu-wrapper__inner::-webkit-scrollbar {
  width: 6px;
}
.header-wrapper__menu-wrapper__inner::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header-wrapper__menu-wrapper__inner::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
  box-shadow: none;
}
.header-wrapper__menu-wrapper__inner__box {
  padding: 0 0 40px;
  width: auto;
  display: none;
  -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__item {
  border-bottom: 1px solid #55bbc7;
  position: relative;
}
.header-wrapper__menu-wrapper__inner__item:first-child {
  border-top: 1px solid #666;
}
.header-wrapper__menu-wrapper__inner__item__link {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  display: block;
  position: relative;
}
.header-wrapper__menu-wrapper__inner__item__link::before {
  content: "";
  top: calc(50% - 5px);
  right: 55px;
  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: 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 {
  color: #55bbc7;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__link:hover {
    color: #fff;
    background-color: transparent;
  }
}
.header-wrapper__menu-wrapper__inner__item__link__en {
  margin-left: 10px;
  font-size: 11px;
  color: #9ED9E0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: 10%;
  display: inline-block;
}
.header-wrapper__menu-wrapper__inner__item__open-btn {
  top: 14px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
}
.header-wrapper__menu-wrapper__inner__item__open-btn::before {
  content: "";
  top: calc(50% - 1px);
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #22aac7;
  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: #22aac7;
  transition: 0.5s;
  position: absolute;
  transform: rotate(0);
}
.header-wrapper__menu-wrapper__inner__item__open-btn:hover {
  background-color: #345;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__open-btn:hover {
    background-color: #22aac7;
  }
}
.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 #55bbc7;
}
.header-wrapper__menu-wrapper__inner__item__sub-menu__item__link {
  padding: 15px 15px 15px 30px;
  font-size: 13px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !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: 15px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.header-wrapper__menu-wrapper__inner__item__sub-menu__item__link:hover {
  color: #55bbc7;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper__inner__item__sub-menu__item__link:hover {
    color: #fff;
    background-color: transparent;
  }
}
.header-wrapper .btn-input {
  display: none;
}
.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
  right: 70px;
  width: calc(100vw - 70px);
  height: 100vh;
  background-color: rgba(51, 68, 85, 0.8);
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
    right: 50px;
    width: calc(100vw - 50px);
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper {
    top: 50px;
    right: 0;
    width: 100vw;
    height: calc(100vh - 50px);
  }
}
.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
  width: 340px;
  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;
  overflow: hidden;
}
.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::before {
  width: 0;
}
.header-wrapper input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::after {
  width: 0;
}

.footer-wrapper {
  margin-right: 70px;
  padding: 35px 20px 40px;
  background-color: #22aac7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    margin-right: 50px;
    padding: 28px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    margin-right: 0;
    padding: 25px 20px 25px;
  }
}
.footer-wrapper__logo {
  margin-bottom: 20px;
  padding-top: 50px;
  font-size: 27px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-image: url(../img/common/logo_white.svg);
  background-size: 33px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__logo {
    margin-bottom: 15px;
    padding-top: 40px;
    font-size: 22px;
    background-size: 26.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 18px;
    background-size: 19.8px auto;
  }
}
.footer-wrapper__address {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__address {
    font-size: 14px;
  }
}
.footer-wrapper__address__tel {
  margin-left: 5px;
  color: #fff;
  cursor: text;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__address__tel {
    margin-left: 0;
    display: block;
  }
}

.copyright {
  margin-right: 70px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #567;
}
@media screen and (max-width: 1024px) {
  .copyright {
    margin-right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .copyright {
    margin-right: 0;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}

.side-nav-wrapper {
  top: 0;
  width: 230px;
  height: 100vh;
  background-color: #eef3f7;
  position: sticky;
  float: left;
}
@media screen and (max-width: 1400px) {
  .side-nav-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .side-nav-wrapper {
    width: auto;
    height: auto;
    position: -webkit-relative;
    position: relative;
    border-top: 1px solid #ddd;
    float: none;
  }
}
.side-nav-wrapper__item {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.side-nav-wrapper__item.now::before {
  content: "";
  top: calc(50% - 7px);
  right: -10px;
  border-width: 7px 0 7px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #e3e7ee;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .side-nav-wrapper__item.now::before {
    display: none;
  }
}
.side-nav-wrapper__item.now .side-nav-wrapper__item__link {
  background-color: #e3e7ee;
}
.side-nav-wrapper__item__link {
  padding: 24px 20px 24px 40px;
  font-size: 15px;
  line-height: 1.2;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  display: block;
  position: relative;
}
.side-nav-wrapper__item__link::before {
  content: "";
  top: calc(50% - 9px);
  left: 15px;
  width: 18px;
  height: 18px;
  background-color: #55bbc7;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.side-nav-wrapper__item__link::after {
  content: "";
  top: calc(50% - 3px);
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.side-nav-wrapper__item__link:hover {
  color: #55bbc7;
  background-color: #e3e7ee;
}
.side-nav-wrapper__item__link:hover::before {
  background-color: #789;
}
@media screen and (max-width: 1024px) {
  .side-nav-wrapper__item__link:hover {
    color: #345;
    background-color: transparent;
  }
  .side-nav-wrapper__item__link:hover::before {
    background-color: #122;
  }
}

.contents-wrapper {
  margin-right: 70px;
  width: calc(100% - 70px);
}
@media screen and (max-width: 1024px) {
  .contents-wrapper {
    margin-right: 50px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .contents-wrapper {
    margin-top: 50px;
    margin-right: 0;
    width: 100%;
  }
}
.contents-wrapper__inner {
  width: calc(100% - 230px);
  float: right;
}
@media screen and (max-width: 1400px) {
  .contents-wrapper__inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .contents-wrapper__inner {
    width: auto;
    float: none;
  }
}

.btn {
  margin: 0 auto;
  width: 245px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #22aac7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  border: 1px solid #22aac7;
  border-radius: 20px;
  position: relative;
  display: block;
}
.btn::before {
  content: "";
  top: calc(50% - 3px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #22aac7;
  border-right: 1px solid #22aac7;
  position: absolute;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: 0.5s;
}
.btn:hover {
  color: #fff;
  background-color: #122;
  border-color: #122;
}
.btn:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .btn:hover {
    color: #22aac7;
    background-color: transparent;
    border-color: #22aac7;
  }
  .btn:hover::before {
    border-top: 1px solid #22aac7;
    border-right: 1px solid #22aac7;
  }
}
.btn--back::before {
  content: "";
  top: calc(50% - 3px);
  right: auto;
  left: 20px;
  border-top: 1px solid #22aac7;
  border-right: none;
  border-left: 1px solid #22aac7;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .btn--back::before {
    color: #22aac7;
    background-color: transparent;
    border-color: #22aac7;
  }
  .btn--back::before::before {
    border-top: 1px solid #22aac7;
    border-right: 1px solid #22aac7;
  }
}
.btn--back:hover::before {
  border-top: 1px solid #fff;
  border-right: none;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .btn--back:hover::before {
    border-top: 1px solid #22aac7;
    border-right: none;
    border-left: 1px solid #22aac7;
  }
}
.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .btn--white:hover {
    background-color: #fff;
  }
}
.btn--white02 {
  color: #fff;
  border-color: #fff;
}
.btn--white02::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn--white02:hover {
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .btn--white02:hover {
    background-color: transparent;
  }
}

.text-link {
  color: #22aac7;
  text-decoration: underline;
}
.text-link:hover {
  caption-side: #c00;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .text-link:hover {
    color: #22aac7;
    text-decoration: underline;
  }
}

.tel-link {
  color: #345;
  text-decoration: none;
  cursor: text;
}
.tel-link:hover {
  color: #345;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .tel-link {
    color: #22aac7;
    text-decoration: underline;
  }
  .tel-link:hover {
    color: #22aac7;
    text-decoration: underline;
  }
}

.map-btn {
  top: calc(50% - 8px);
  right: 0;
  padding: 0;
  text-indent: 0;
  width: 60px;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #567;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #eee;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .map-btn {
    margin-top: 5px;
    top: auto;
    right: auto;
    width: 100px;
    font-size: 12px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .map-btn {
    font-size: 10px;
  }
}
.map-btn:hover {
  color: #fff;
  background-color: #789;
}
@media screen and (max-width: 1024px) {
  .map-btn:hover {
    color: #567;
    background-color: #eee;
  }
}

.title-en {
  margin-bottom: 25px;
  padding-bottom: 35px;
  font-size: 50px;
  line-height: 1.01;
  color: #122;
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  text-align: center;
  background-image: url(../img/common/icon_water.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 15px auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title-en {
    margin-bottom: 20px;
    padding-bottom: 28px;
    font-size: 40px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-en {
    margin-bottom: 15px;
    padding-bottom: 21px;
    font-size: 30px;
    background-size: 9px auto;
  }
}
.title-en--left {
  margin-bottom: 35px;
  padding-bottom: 20px;
  text-align: left;
  background-image: none;
}
.title-en--left::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, #049, #4499e7);
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .title-en--left {
    margin-bottom: 20px;
    padding-bottom: 28px;
    text-align: center;
    background-image: url(../img/common/icon_water.svg);
    background-size: 12px auto;
  }
  .title-en--left::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .title-en--left {
    margin-bottom: 15px;
    padding-bottom: 21px;
    font-size: 30px;
    background-size: 9px auto;
  }
}

.title-jp {
  margin-bottom: 25px;
  padding-left: 0.1em;
  padding-bottom: 35px;
  font-size: 34px;
  line-height: 1.01;
  color: #122;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url(../img/common/icon_water.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 15px auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title-jp {
    margin-bottom: 20px;
    padding-bottom: 28px;
    font-size: 27px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-jp {
    margin-bottom: 15px;
    padding-bottom: 21px;
    font-size: 20px;
    background-size: 9px auto;
  }
}

.title-icon {
  margin: 80px auto 50px;
}
@media screen and (max-width: 1024px) {
  .title-icon {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon {
    margin: 30px auto 20px;
  }
}
.title-icon__icon {
  margin: 0 auto 24px;
  width: 90px;
  height: 90px;
  background-color: #eef3f7;
  display: block;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon {
    margin: 0 auto 17px;
    width: 63px;
    height: 63px;
  }
}
.title-icon__icon::before {
  content: "";
  bottom: -13px;
  left: calc(50% - 9px);
  border-width: 13px 9px 0 9px;
  border-style: solid;
  border-color: #eef3f7 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon::before {
    bottom: -9px;
    left: calc(50% - 6px);
    border-width: 9px 6px 0 6px;
  }
}
.title-icon__icon--sales {
  background-image: url(../img/common/icon_sales.svg);
  background-size: 25px auto;
  background-position: 42% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--sales {
    background-size: 17.5px auto;
  }
}
.title-icon__icon--skill {
  background-image: url(../img/common/icon_skill.svg);
  background-size: 48px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--skill {
    background-size: 33.6px auto;
  }
}
.title-icon__icon--procurement {
  background-image: url(../img/common/icon_procurement.svg);
  background-size: 50px auto;
  background-position: 50% 47%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--procurement {
    background-size: 35px auto;
  }
}
.title-icon__icon--construction {
  background-image: url(../img/common/icon_construction_black.svg);
  background-size: 48px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--construction {
    background-size: 33.6px auto;
  }
}
.title-icon__icon--architect {
  background-image: url(../img/common/icon_architect_black.svg);
  background-size: 34px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--architect {
    background-size: 23.8px auto;
  }
}
.title-icon__icon--business {
  background-image: url(../img/common/icon_business.svg);
  background-size: 37px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--business {
    background-size: 25.9px auto;
  }
}
.title-icon__icon--application {
  background-image: url(../img/common/icon_application.svg);
  background-size: 40px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--application {
    background-size: 28px auto;
  }
}
.title-icon__icon--education {
  background-image: url(../img/common/icon_education.svg);
  background-size: 40px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--education {
    background-size: 28px auto;
  }
}
.title-icon__icon--about {
  background-image: url(../img/common/icon_water.svg);
  background-size: 28px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--about {
    background-size: 19.6px auto;
  }
}
.title-icon__icon--data {
  background-image: url(../img/common/icon_data.svg);
  background-size: 36px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--data {
    background-size: 25.2px auto;
  }
}
.title-icon__icon--women {
  background-image: url(../img/common/icon_women.svg);
  background-size: 50px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .title-icon__icon--women {
    background-size: 35px auto;
  }
}
.title-icon__jp {
  padding-left: 0.06em;
  font-size: 38px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .title-icon__jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon__jp {
    font-size: 23px;
  }
}
.title-icon__en {
  margin-top: 13px;
  padding-left: 0.1em;
  font-size: 12px;
  line-height: 1.01;
  color: #789;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .title-icon__en {
    margin-top: 7px;
    font-size: 11px;
  }
}

.title-icon02 {
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.2em;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .title-icon02 {
    margin-bottom: 5px;
    padding-left: 16px;
    font-size: 14px;
  }
}
.title-icon02::before {
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 5px solid #55bbc7;
  position: absolute;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .title-icon02::before {
    width: 12px;
    height: 12px;
    border: 4px solid #55bbc7;
  }
}

.title-bold {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .title-bold {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.text-standard {
  font-size: 16px;
  line-height: 2;
  color: #345;
  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;
    line-height: 1.9;
  }
}
.text-standard--center {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .text-standard--center {
    text-align: justify;
  }
}

.text-l-m {
  font-size: 17px;
  line-height: 2.35;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .text-l-m {
    font-size: 15px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 599px) {
  .text-l-m {
    font-size: 14px;
    line-height: 1.9;
  }
}

.caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.5;
  color: #567;
  text-indent: -1em;
  text-align: justify;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1024px) {
  .caution {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .caution {
    margin-top: 3px;
    font-size: 11px;
  }
}

.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .table01 {
    border-width: 0 1px 1px 1px;
  }
}
.table01--application th {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .table01--application th {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .table01--application th {
    width: auto;
  }
}
.table01--application td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .table01--application td {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 599px) {
  .table01--application td {
    width: auto;
  }
}
.table01 thead th {
  padding: 18px 10px;
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #567;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .table01 thead th {
    padding: 9px 5px 7px;
    font-size: 14px;
  }
}
.table01 th {
  padding: 18px 10px;
  font-size: 15px;
  line-height: 1.6em;
  color: #567;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .table01 th {
    padding: 20px 5px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .table01 th {
    padding: 9px 5px 7px;
    font-size: 12px;
    border-width: 1px 0 0 0;
    display: block;
  }
}
.table01 td {
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.6em;
  color: #345;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .table01 td {
    padding: 15px 15px 13px;
    font-size: 14px;
    border-width: 1px 0 0 0;
    display: block;
  }
}
.table01 td .td-text {
  position: relative;
}
.table01 td .td-text--indent {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.list-table {
  margin-top: -7px;
  margin-right: -16px;
}
@media screen and (max-width: 599px) {
  .list-table {
    margin-top: -4px;
    margin-right: -10px;
  }
}
.list-table li {
  margin-top: 7px;
  margin-right: 1em;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.4;
  color: #345;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .list-table li {
    margin-top: 4px;
    font-size: 14px;
  }
}
.list-table li::before {
  content: "";
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #789;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .list-table li::before {
    top: 4px;
    width: 9px;
    height: 9px;
  }
}

.pagetitle {
  padding-top: 60px;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    padding-top: 40px;
    height: 260px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    padding-top: 15px;
    height: 110px;
  }
}
.pagetitle--information {
  background-image: url(../img/information/pagetitle.jpg);
}
.pagetitle--about {
  background-image: url(../img/about/pagetitle.jpg);
}
.pagetitle--staff {
  background-image: url(../img/staff/pagetitle.jpg);
}
.pagetitle--recruit {
  background-image: url(../img/recruit/pagetitle.jpg);
  background-position: 15% 50%;
}
@media screen and (max-width: 599px) {
  .pagetitle--recruit {
    background-position: 28% 50%;
  }
}
.pagetitle--welfare {
  background-image: url(../img/welfare/pagetitle.jpg);
  background-position: 70% 50%;
}
.pagetitle--faq {
  background-image: url(../img/faq/pagetitle.jpg);
}
.pagetitle--file {
  background-image: url(../img/file/pagetitle.jpg);
}
.pagetitle__text {
  margin: 0 auto;
  padding-top: 93px;
  width: 240px;
  height: 240px;
  font-size: 26px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  background-color: rgba(34, 170, 199, 0.9);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text {
    padding-top: 68px;
    width: 180px;
    height: 180px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text {
    padding-top: 24px;
    width: 160px;
    height: 80px;
    font-size: 16px;
  }
}
.pagetitle__text::before {
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .pagetitle__text::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.pagetitle__text__en {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.01;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text__en {
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__en {
    margin-top: 6px;
  }
}

.breadcrumb-wrapper {
  padding: 10px 25px 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper__item {
  font-size: 14px;
  line-height: 1.01;
  color: #789;
  display: inline-block;
}
.breadcrumb-wrapper__item::before {
  content: "＞";
  margin: 0 5px;
}
.breadcrumb-wrapper__item:first-child::before {
  display: none;
}
.breadcrumb-wrapper__item__link {
  color: #789;
}
.breadcrumb-wrapper__item__link:hover {
  color: #c00;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper__item__link:hover {
    color: #789;
  }
}
.breadcrumb-wrapper--gray {
  background-color: #f3f3f3;
}

.index-lead-wrapper {
  padding: 80px 40px 60px;
}
@media screen and (max-width: 1024px) {
  .index-lead-wrapper {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .index-lead-wrapper {
    padding: 40px 20px 30px;
  }
}
.index-lead-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.index-lead-wrapper__inner__text {
  font-size: 17px;
  line-height: 2;
  color: #567;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .index-lead-wrapper__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .index-lead-wrapper__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.index-lead-wrapper__inner__copy {
  margin-bottom: 30px;
  padding-left: 0.04em;
  padding-bottom: 40px;
  font-size: 25px;
  line-height: 1.84;
  color: #567;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  background-image: url(../img/common/icon_water.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 15px auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .index-lead-wrapper__inner__copy {
    margin-bottom: 25px;
    padding-bottom: 36px;
    font-size: 20px;
    background-size: 13px auto;
  }
}
@media screen and (max-width: 599px) {
  .index-lead-wrapper__inner__copy {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    background-image: none;
    text-align: justify;
  }
}

.index-list {
  padding: 0 40px 150px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .index-list {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .index-list {
    padding: 0 20px 40px;
  }
}
.index-list::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .index-list::before {
    height: 70px;
  }
}
.index-list__inner {
  margin: 0 auto 0;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.index-list__inner__item {
  width: 47%;
  float: left;
}
.index-list__inner__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    display: block;
    float: none;
  }
  .index-list__inner__item:first-child {
    margin-top: 0;
  }
  .index-list__inner__item:nth-child(even) {
    float: none;
  }
}
.index-list__inner__item__link {
  background-color: #fff;
  text-align: center;
  display: block;
  position: relative;
}
.index-list__inner__item__link::before {
  content: "";
  left: calc(50% - 15px);
  bottom: 30px;
  width: 30px;
  height: 30px;
  background-color: #55bbc7;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link::before {
    left: calc(50% - 11px);
    bottom: 19px;
    width: 22px;
    height: 22px;
  }
}
.index-list__inner__item__link::after {
  content: "";
  left: calc(50% - 4px);
  bottom: 42px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link::after {
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    bottom: 28px;
  }
}
.index-list__inner__item__link:hover {
  color: #fff;
  background-color: #789;
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover {
    color: #345;
    background-color: #fff;
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__photo-wrapper__photo {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__photo-wrapper__photo {
    transform: scale(1);
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper {
    color: #345;
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper__en {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper__en {
    color: #789;
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--about {
  background-image: url(../img/common/icon_water_white.svg);
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--about {
    background-image: url(../img/common/icon_water_gray.svg);
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--data {
  background-image: url(../img/common/icon_data_white.svg);
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--data {
    background-image: url(../img/common/icon_data_gray.svg);
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--education {
  background-image: url(../img/common/icon_education_white.svg);
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--education {
    background-image: url(../img/common/icon_education_gray.svg);
  }
}
.index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--application {
  background-image: url(../img/common/icon_application_white.svg);
}
@media screen and (max-width: 1024px) {
  .index-list__inner__item__link:hover .index-list__inner__item__link__text-wrapper--application {
    background-image: url(../img/common/icon_application_gray.svg);
  }
}
.index-list__inner__item__link__photo-wrapper {
  position: relative;
  overflow: hidden;
}
.index-list__inner__item__link__photo-wrapper::before {
  content: "";
  padding-top: 55.56%;
  display: block;
}
.index-list__inner__item__link__photo-wrapper__photo {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.index-list__inner__item__link__text-wrapper {
  padding: 65px 0 75px 0.1em;
  font-size: 26px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .index-list__inner__item__link__text-wrapper {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .index-list__inner__item__link__text-wrapper {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper {
    padding: 50px 0 50px 0.1em;
  }
}
.index-list__inner__item__link__text-wrapper--about {
  background-image: url(../img/common/icon_water_gray.svg);
  background-position: 50% 22px;
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper--about {
    background-position: 50% 19.8px;
    background-size: 14.7px auto;
  }
}
.index-list__inner__item__link__text-wrapper--data {
  background-image: url(../img/common/icon_data_gray.svg);
  background-position: 50% 19px;
  background-size: 32px auto;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper--data {
    background-position: 50% 17.1px;
    background-size: 22.4px auto;
  }
}
.index-list__inner__item__link__text-wrapper--education {
  background-image: url(../img/common/icon_education_gray.svg);
  background-position: 50% 19px;
  background-size: 32px auto;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper--education {
    background-position: 50% 17.1px;
    background-size: 22.4px auto;
  }
}
.index-list__inner__item__link__text-wrapper--application {
  background-image: url(../img/common/icon_application_gray.svg);
  background-position: 50% 20px;
  background-size: 34px auto;
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper--application {
    background-position: 50% 18px;
    background-size: 23.8px auto;
  }
}
.index-list__inner__item__link__text-wrapper__en {
  margin-top: 8px;
  padding-left: 0.1em;
  font-size: 12px;
  line-height: 1.01;
  color: #789;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
  .index-list__inner__item__link__text-wrapper__en {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__inner__item__link__text-wrapper__en {
    font-size: 10px;
  }
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #55bbc7;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #c00;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}
#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 15px 28px;
  font-size: 22px;
  line-height: 1.2em;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 20px;
    font-size: 16px;
  }
}
#wysiwyg .title-line::before {
  content: "";
  top: 11px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #55bbc7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    top: 8px;
    left: 0;
    width: 16px;
    height: 3px;
  }
}
#wysiwyg .title-line::after {
  content: "";
  top: 11px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #22aac7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::after {
    top: 8px;
    left: 0;
    width: 8px;
    height: 3px;
  }
}
#wysiwyg .title-obi {
  padding: 10px 120px 10px 20px;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #55bbc7;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    padding: 8px 60px 8px 10px;
    font-size: 14px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: #22aac7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi::before {
    width: 50px;
  }
}
#wysiwyg .title-icon {
  margin-bottom: -20px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.2em;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -10px;
    padding-left: 16px;
    font-size: 14px;
  }
}
#wysiwyg .title-icon::before {
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 5px solid #22aac7;
  position: absolute;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    width: 12px;
    height: 12px;
    border: 4px solid #567;
  }
}
#wysiwyg .copy01 {
  margin-bottom: -20px;
  font-size: 20px;
  line-height: 1.7;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 1.7;
  color: #22aac7;
  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) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .text {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  padding: 12px 35px;
  font-size: 16px;
  line-height: 1.5;
  color: #22aac7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #22aac7;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #122;
  border: 1px solid #122;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    color: #22aac7;
    background-color: transparent;
    border: 1px solid #22aac7;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-left: 2px;
    width: calc((99.9% - 4px) / 3);
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-2 li {
  width: calc(50% - 5px);
  float: right;
}
#wysiwyg .photo-2 li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc((100% - 5px) / 2);
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #f3f3f3;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before {
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #c00;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: "";
    top: 5px;
    width: 6px;
    height: 6px;
  }
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #789;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #345;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #345;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #345;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #345;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.top-main-wrapper {
  width: 100%;
  height: auto;
  background-image: url(../img/top/main.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-main-wrapper::before {
  content: "";
  padding-top: 50.55%;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-main-wrapper {
    height: calc(100vh - 50px);
    background-position: 70% 100%;
  }
  .top-main-wrapper::before {
    display: none;
  }
}
.top-main-wrapper__copy {
  top: 15%;
  left: 6%;
  width: 40%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__copy {
    width: 43%;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__copy {
    top: auto;
    bottom: 5%;
    left: 4%;
    width: 78%;
  }
}
.top-main-wrapper__scroll {
  left: calc(50% - 50px);
  bottom: 45px;
  width: 100px;
  font-size: 16px;
  line-height: 1.01;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__scroll {
    display: none;
  }
}
.top-main-wrapper__scroll::before {
  content: "";
  top: 25px;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  animation-duration: 1.5s;
  animation-name: scroll-movie;
  transition-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes scroll-movie {
  0% {
    height: 0;
  }
  30% {
    height: 0;
  }
  100% {
    height: 60px;
  }
}

.top-lead-wrapper {
  background-color: #22aac7;
  position: relative;
}
.top-lead-wrapper__text-wrapper {
  padding: 100px 40px 0;
  width: 55%;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 1200px) {
  .top-lead-wrapper__text-wrapper {
    padding: 80px 0 100px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead-wrapper__text-wrapper {
    padding: 50px 0 60px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .top-lead-wrapper__text-wrapper {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 320px) {
  .top-lead-wrapper__text-wrapper {
    padding: 30px 20px 40px;
  }
}
.top-lead-wrapper__text-wrapper__inner {
  margin: 0 auto 45px;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .top-lead-wrapper__text-wrapper__inner {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead-wrapper__text-wrapper__inner {
    width: 590px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead-wrapper__text-wrapper__inner {
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }
}
.top-lead-wrapper__text-wrapper__inner__copy {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 2;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 200;
}
@media screen and (max-width: 1200px) {
  .top-lead-wrapper__text-wrapper__inner__copy {
    line-height: 1.01;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead-wrapper__text-wrapper__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead-wrapper__text-wrapper__inner__copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
}
.top-lead-wrapper__text-wrapper__inner__text {
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 200;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .top-lead-wrapper__text-wrapper__inner__text {
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead-wrapper__text-wrapper__inner__text {
    font-size: 14px;
    line-height: 2;
  }
}
.top-lead-wrapper__photos {
  width: 45%;
  float: left;
}
@media screen and (max-width: 1200px) {
  .top-lead-wrapper__photos {
    width: 100%;
    float: none;
  }
}
.top-lead-wrapper__photos__item {
  width: 50%;
  height: 295px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  float: left;
}
.top-lead-wrapper__photos__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 1200px) {
  .top-lead-wrapper__photos__item {
    width: 24.975%;
    height: auto;
  }
  .top-lead-wrapper__photos__item::before {
    content: "";
    padding-top: 68%;
    display: block;
  }
  .top-lead-wrapper__photos__item:nth-child(even) {
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .top-lead-wrapper__photos__item {
    width: 50%;
  }
  .top-lead-wrapper__photos__item:nth-child(even) {
    float: right;
  }
}
.top-lead-wrapper__photos__item--01 {
  background-image: url(../img/top/message01.jpg);
}
.top-lead-wrapper__photos__item--02 {
  background-image: url(../img/top/message02.jpg);
}
.top-lead-wrapper__photos__item--03 {
  background-image: url(../img/top/message03.jpg);
}
.top-lead-wrapper__photos__item--04 {
  background-image: url(../img/top/message04.jpg);
}

.top-about-wrapper {
  padding: 90px 40px 110px;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper {
    padding: 30px 10px 10px;
  }
}
.top-about-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links {
    margin-top: -10px;
  }
}
.top-about-wrapper__inner__links__item {
  margin-left: 50px;
  width: calc((99.9% - 150px) / 4);
  float: left;
}
.top-about-wrapper__inner__links__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__links__item {
    margin-left: 30px;
    width: calc((99.9% - 90px) / 4);
  }
}
@media screen and (max-width: 1100px) {
  .top-about-wrapper__inner__links__item {
    margin-left: 20px;
    width: calc((99.9% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item {
    margin-left: 10px;
    width: calc((99.9% - 30px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item {
    margin-left: 0;
    width: calc(50% - 5px);
  }
  .top-about-wrapper__inner__links__item:nth-child(even) {
    float: right;
  }
  .top-about-wrapper__inner__links__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.top-about-wrapper__inner__links__item__link {
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.top-about-wrapper__inner__links__item__link::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.top-about-wrapper__inner__links__item__link::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  transition: 0.5s;
  z-index: 0;
}
.top-about-wrapper__inner__links__item__link:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link:hover::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.top-about-wrapper__inner__links__item__link:hover .top-about-wrapper__inner__links__item__link__photo {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link:hover .top-about-wrapper__inner__links__item__link__photo {
    transform: scale(1);
  }
}
.top-about-wrapper__inner__links__item__link__photo {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}
.top-about-wrapper__inner__links__item__link__text-wrapper {
  top: 22%;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper {
    top: 16%;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper {
    top: 18%;
  }
}
.top-about-wrapper__inner__links__item__link__text-wrapper__number {
  margin-bottom: 14px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.01;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.top-about-wrapper__inner__links__item__link__text-wrapper__number::before {
  content: "";
  bottom: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__number {
    margin-bottom: 10px;
    padding-bottom: 11px;
    font-size: 16px;
  }
  .top-about-wrapper__inner__links__item__link__text-wrapper__number::before {
    left: calc(50% - 4px);
    width: 8px;
  }
}
.top-about-wrapper__inner__links__item__link__text-wrapper__jp {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.01;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__jp {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__jp {
    font-size: 13px;
  }
}
.top-about-wrapper__inner__links__item__link__text-wrapper__en {
  font-size: 13px;
  line-height: 1.01;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__en {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item__link__text-wrapper__en {
    font-size: 10px;
  }
}
.top-about-wrapper__inner__links__item__link__arrow {
  bottom: 16%;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item__link__arrow {
    bottom: 12%;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
.top-about-wrapper__inner__links__item__link__arrow::before {
  content: "";
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #22aac7;
  border-right: 2px solid #22aac7;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__inner__links__item__link__arrow::before {
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    width: 6px;
    height: 6px;
  }
}

.top-news-wrapper {
  padding: 100px 40px 110px;
  position: relative;
}
.top-news-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper::before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper {
    padding: 30px 10px 10px;
  }
}
.top-news-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
}
.top-news-wrapper__inner__info {
  width: calc(100% - 330px);
  float: left;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__info {
    width: 100%;
    float: none;
  }
}
.top-news-wrapper__inner__info .info-list-wrapper__item__link {
  background: #fff;
}
.top-news-wrapper__inner__info .info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link {
  background: #fff;
}
.top-news-wrapper__inner__bnr-wrapper {
  width: 280px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__bnr-wrapper {
    margin: 40px auto 0;
    width: 580px;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__bnr-wrapper {
    margin: 30px auto 0;
    width: 100%;
  }
}
.top-news-wrapper__inner__bnr-wrapper__item {
  width: 280px;
}
.top-news-wrapper__inner__bnr-wrapper__item:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__bnr-wrapper__item {
    float: right;
  }
  .top-news-wrapper__inner__bnr-wrapper__item:first-child {
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__bnr-wrapper__item {
    width: calc(50% - 2px);
  }
}
.top-news-wrapper__inner__bnr-wrapper__item__link {
  background-color: #22aac7;
  display: block;
  position: relative;
}
.top-news-wrapper__inner__bnr-wrapper__item__link::before {
  content: "";
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #0093b2;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__bnr-wrapper__item__link::before {
    width: 30px;
    height: 30px;
  }
}
.top-news-wrapper__inner__bnr-wrapper__item__link::after {
  content: "";
  bottom: 15px;
  right: 16px;
  width: 10px;
  height: 10px;
  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) {
  .top-news-wrapper__inner__bnr-wrapper__item__link::after {
    bottom: 11px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.top-news-wrapper__inner__bnr-wrapper__item__link:hover {
  background-color: #345;
}
.top-news-wrapper__inner__bnr-wrapper__item__link:hover::before {
  background-color: #789;
}
.top-news-wrapper__inner__bnr-wrapper__item__link:hover .top-news-wrapper__inner__bnr-wrapper__item__link__photo {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__bnr-wrapper__item__link:hover {
    background-color: #22aac7;
  }
  .top-news-wrapper__inner__bnr-wrapper__item__link:hover::before {
    background-color: #0093b2;
  }
  .top-news-wrapper__inner__bnr-wrapper__item__link:hover .top-news-wrapper__inner__bnr-wrapper__item__link__photo {
    opacity: 1;
  }
}
.top-news-wrapper__inner__bnr-wrapper__item__link__photo {
  display: block;
  transition: 0.5s;
}
.top-news-wrapper__inner__bnr-wrapper__item__link__text {
  padding-left: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__bnr-wrapper__item__link__text {
    padding-left: 12px;
    height: 30px;
    font-size: 14px;
    line-height: 29px;
  }
}
@media screen and (max-width: 320px) {
  .top-news-wrapper__inner__bnr-wrapper__item__link__text {
    padding-left: 10px;
    font-size: 12px;
  }
}

.top-message-wrapper {
  padding: 100px 40px 125px;
  position: relative;
}
.top-message-wrapper::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #f3f3f3;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper::before {
    height: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .top-message-wrapper {
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-message-wrapper {
    padding: 30px 20px 30px;
  }
}
.top-message-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner {
    max-width: 900px;
  }
}
.top-message-wrapper__inner__item {
  margin-left: 50px;
  width: calc((99.9% - 150px) / 4);
  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: 20px;
    width: calc((99.9% - 60px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item {
    margin-left: 0;
    width: calc(50% - 15px);
  }
  .top-message-wrapper__inner__item:nth-child(even) {
    float: right;
  }
  .top-message-wrapper__inner__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-message-wrapper__inner__item {
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .top-message-wrapper__inner__item:nth-child(even) {
    float: right;
  }
  .top-message-wrapper__inner__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .top-message-wrapper__inner__item:first-child {
    margin-top: 0;
  }
  .top-message-wrapper__inner__item:nth-child(even) {
    float: none;
  }
}
.top-message-wrapper__inner__item__link {
  display: block;
  background-color: #789;
}
.top-message-wrapper__inner__item__link:hover {
  background-color: #345;
}
.top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__photo-wrapper__photo {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .top-message-wrapper__inner__item__link:hover {
    background-color: #789;
  }
  .top-message-wrapper__inner__item__link:hover .top-message-wrapper__inner__item__link__photo-wrapper__photo {
    transform: scale(1);
  }
}
.top-message-wrapper__inner__item__link__photo-wrapper {
  position: relative;
  overflow: hidden;
}
.top-message-wrapper__inner__item__link__photo-wrapper::before {
  content: "";
  padding-top: 60%;
  display: block;
}
.top-message-wrapper__inner__item__link__photo-wrapper__photo {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.top-message-wrapper__inner__item__link__text-wrapper {
  padding: 25px 35px 35px;
}
@media screen and (max-width: 1500px) {
  .top-message-wrapper__inner__item__link__text-wrapper {
    padding: 18px 22px 27px;
  }
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__text-wrapper {
    adding: 25px 35px 35px;
  }
}
.top-message-wrapper__inner__item__link__text-wrapper__copy {
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .top-message-wrapper__inner__item__link__text-wrapper__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .top-message-wrapper__inner__item__link__text-wrapper__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__text-wrapper__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__text-wrapper__copy {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.top-message-wrapper__inner__item__link__text-wrapper__nyusya {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .top-message-wrapper__inner__item__link__text-wrapper__nyusya {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__text-wrapper__nyusya {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__text-wrapper__nyusya {
    font-size: 11px;
  }
}
.top-message-wrapper__inner__item__link__text-wrapper__name {
  font-size: 20px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1300px) {
  .top-message-wrapper__inner__item__link__text-wrapper__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .top-message-wrapper__inner__item__link__text-wrapper__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-message-wrapper__inner__item__link__text-wrapper__name {
    font-size: 17px;
  }
}

.top-youtube-wrapper {
  background-color: #111;
}
.top-youtube-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: auto;
  position: relative;
}
.top-youtube-wrapper__inner::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.top-youtube-wrapper__inner iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.info-wrapper {
  padding: 80px 40px 150px;
}
@media screen and (max-width: 1024px) {
  .info-wrapper {
    padding: 40px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .info-wrapper {
    padding: 40px 0 50px;
  }
}
.info-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.info-list-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .info-list-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .info-list-wrapper {
    margin-bottom: 15px;
  }
}
.info-list-wrapper__item {
  margin-top: 2px;
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item {
    margin-top: 1px;
  }
}
.info-list-wrapper__item:first-child {
  margin-top: 0;
}
.info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link {
  background-color: #f3f3f3;
}
.info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link:hover {
  color: #fff;
  background-color: #55bbc7;
}
.info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link:hover::before {
  background-color: #345;
}
@inlude mq(tb) {
  .info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link:hover {
    color: #345;
    background-color: #f3f3f3;
  }
  .info-list-wrapper__item:nth-child(even) .info-list-wrapper__item__link:hover::before {
    background-color: #89a;
  }
}
.info-list-wrapper__item__link {
  padding: 22px 30px 20px 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #345;
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info-list-wrapper__item__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item__link {
    padding: 17px 25px 15px 20px;
    font-size: 14px;
  }
}
.info-list-wrapper__item__link::before {
  content: "";
  top: calc(50% - 10px);
  right: -10px;
  width: 20px;
  height: 20px;
  background: #89a;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item__link::before {
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
  }
}
.info-list-wrapper__item__link::after {
  content: "";
  top: calc(50% - 3px);
  right: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item__link::after {
    top: calc(50% - 2px);
    right: 6px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.info-list-wrapper__item__link:hover {
  color: #fff;
  background-color: #55bbc7;
}
.info-list-wrapper__item__link:hover::before {
  background-color: #345;
}
@inlude mq(tb) {
  .info-list-wrapper__item__link:hover {
    color: #345;
    background-color: #f7f7f7;
  }
  .info-list-wrapper__item__link:hover::before {
    background-color: #89a;
  }
}
.info-list-wrapper__item__link__date {
  width: 110px;
  color: #789;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  float: left;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .info-list-wrapper__item__link__date {
    width: 95px;
  }
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item__link__date {
    width: auto;
    float: none;
  }
}
.info-list-wrapper__item__link__text {
  width: calc(100% - 110px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .info-list-wrapper__item__link__text {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 599px) {
  .info-list-wrapper__item__link__text {
    width: auto;
    float: none;
  }
}

.icon-new {
  margin-left: 15px;
  width: 36px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #e77788;
  vertical-align: 15%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .icon-new {
    vertical-align: 10%;
  }
}
@media screen and (max-width: 599px) {
  .icon-new {
    margin-left: 10px;
    width: 30px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
}
.icon-new::before {
  content: "";
  top: calc(50% - 3px);
  left: -5px;
  border-width: 3px 5px 3px 0;
  border-style: solid;
  border-color: transparent #e77788 transparent transparent;
  position: absolute;
}

.pager-wrapper {
  margin: 0 auto;
  text-align: center;
}
.pager-wrapper__item {
  margin-left: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  display: inline-block;
}
.pager-wrapper__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .pager-wrapper__item {
    margin-left: 5px;
  }
}
.pager-wrapper__item__link {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #567;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}
.pager-wrapper__item__link:hover {
  color: #fff;
  background-color: #22aac7;
}
@media screen and (max-width: 1024px) {
  .pager-wrapper__item__link:hover {
    color: #fff;
    background-color: #567;
  }
}
.pager-wrapper__item__link--now {
  background-color: #22aac7;
}

.info-detail-title-wrapper {
  margin: 0 auto;
  padding: 80px 40px 50px;
  background-color: #f3f3f3;
  position: relative;
}
.info-detail-title-wrapper::before {
  content: "";
  bottom: -30px;
  left: calc(50% - 40px);
  border-width: 30px 40px 0 40px;
  border-style: solid;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .info-detail-title-wrapper {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-title-wrapper {
    padding: 20px 20px 20px;
  }
  .info-detail-title-wrapper::before {
    content: "";
    bottom: -15px;
    left: calc(50% - 20px);
    border-width: 15px 20px 0 20px;
  }
}
.info-detail-title-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.info-detail-title-wrapper__inner__date {
  margin-bottom: 15px;
  width: 110px;
  height: 22px;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #789;
  display: block;
}
@media screen and (max-width: 1024px) {
  .info-detail-title-wrapper__inner__date {
    margin-bottom: 10px;
    width: 90px;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-title-wrapper__inner__date {
    margin-bottom: 5px;
    width: 80px;
    height: 18px;
    font-size: 12px;
    line-height: 19px;
    background-color: #567;
  }
}
.info-detail-title-wrapper__inner__text {
  font-size: 34px;
  line-height: 1.6;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .info-detail-title-wrapper__inner__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-title-wrapper__inner__text {
    font-size: 19px;
  }
}

.info-detail-wrapper {
  padding: 60px 40px 150px;
}
@media screen and (max-width: 1024px) {
  .info-detail-wrapper {
    padding: 40px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-wrapper {
    padding: 25px 20px 50px;
  }
}
.info-detail-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.info-detail-btn-wrapper {
  margin: 50px auto 0;
  padding-top: 50px;
  width: 100%;
  max-width: 900px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1024px) {
  .info-detail-btn-wrapper {
    margin: 40px auto 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-btn-wrapper {
    margin: 20px auto 0;
    padding-top: 20px;
  }
}

.project-lead-wrapper {
  padding: 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .project-lead-wrapper {
    padding: 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .project-lead-wrapper {
    padding: 0 20px 0;
  }
}
.project-lead-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.project-lead-wrapper__inner__copy {
  margin-bottom: 30px;
  padding-bottom: 28px;
  font-size: 26px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .project-lead-wrapper__inner__copy {
    margin-bottom: 25px;
    padding-bottom: 23px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .project-lead-wrapper__inner__copy {
    margin-bottom: 15px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.project-lead-wrapper__inner__copy::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, #049, #4499e7);
  position: absolute;
}
.project-lead-wrapper__inner__text {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 2;
  color: #345;
  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: 1024px) {
  .project-lead-wrapper__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .project-lead-wrapper__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.project-detail-wrapper__item {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .project-detail-wrapper__item {
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item {
    padding-top: 30px;
  }
}
.project-detail-wrapper__item:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .project-detail-wrapper__item:last-child {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item:last-child {
    padding-bottom: 30px;
  }
}
.project-detail-wrapper__item__title {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1.01;
  color: #122;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .project-detail-wrapper__item__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.project-detail-wrapper__item__title__number {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.01;
  color: #567;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .project-detail-wrapper__item__title__number {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__title__number {
    margin-bottom: 7px;
    font-size: 35px;
  }
}
.project-detail-wrapper__item__inner {
  background-color: #122;
  position: relative;
}
.project-detail-wrapper__item__inner::before {
  content: "";
  top: 0;
  left: calc(50% - 35px);
  border-width: 30px 35px 0 35px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__inner::before {
    left: calc(50% - 25px);
    border-width: 20px 25px 0 25px;
  }
}
.project-detail-wrapper__item__inner__text-wrapper {
  padding: 7% 80px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .project-detail-wrapper__item__inner__text-wrapper {
    padding: 5% 60px;
  }
}
@media screen and (max-width: 1400px) {
  .project-detail-wrapper__item__inner__text-wrapper {
    padding: 5% 50px;
  }
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__text-wrapper {
    padding: 40px 50px 50px;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__inner__text-wrapper {
    padding: 20px 20px 30px;
  }
}
.project-detail-wrapper__item__inner__text-wrapper--right {
  float: right;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__text-wrapper--right {
    float: none;
  }
}
.project-detail-wrapper__item__inner__text-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner {
    max-width: 800px;
  }
}
.project-detail-wrapper__item__inner__text-wrapper__inner__copy {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.7;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner__copy {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner__copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.project-detail-wrapper__item__inner__text-wrapper__inner__text {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__inner__text-wrapper__inner__text {
    font-size: 14px;
  }
}
.project-detail-wrapper__item__inner__photo-wrapper {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__photo-wrapper {
    width: 100%;
  }
  .project-detail-wrapper__item__inner__photo-wrapper::before {
    content: "";
    padding-top: 45%;
    display: block;
  }
}
.project-detail-wrapper__item__inner__photo-wrapper--01 {
  background-image: url(../img/about/project/photo01-1.jpg);
  float: right;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__photo-wrapper--01 {
    float: none;
  }
}
.project-detail-wrapper__item__inner__photo-wrapper--02 {
  background-image: url(../img/about/project/photo02-1.jpg);
  float: left;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__photo-wrapper--02 {
    float: none;
  }
}
.project-detail-wrapper__item__inner__photo-wrapper--03 {
  background-image: url(../img/about/project/photo03-1.jpg);
  float: right;
}
@media screen and (max-width: 1300px) {
  .project-detail-wrapper__item__inner__photo-wrapper--03 {
    float: none;
  }
}
.project-detail-wrapper__item__photos {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  float: right;
}
.project-detail-wrapper__item__photos__item {
  width: 24.975%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__photos__item {
    width: 50%;
    display: block;
    float: left;
  }
  .project-detail-wrapper__item__photos__item:nth-child(even) {
    float: right;
  }
  .project-detail-wrapper__item__photos__item:nth-child(2) .project-detail-wrapper__item__photos__item__caption {
    background-color: #345;
  }
  .project-detail-wrapper__item__photos__item:nth-child(3) .project-detail-wrapper__item__photos__item__caption {
    background-color: #345;
  }
}
.project-detail-wrapper__item__photos__item__caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.01;
  color: #345;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1520px) {
  .project-detail-wrapper__item__photos__item__caption {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .project-detail-wrapper__item__photos__item__caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .project-detail-wrapper__item__photos__item__caption {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .project-detail-wrapper__item__photos__item__caption {
    margin: 0;
    padding: 5px 0;
    font-size: 10px;
    color: #fff;
    background-color: #567;
  }
}

.project-etc-wrapper {
  padding: 80px 40px 80px;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .project-etc-wrapper {
    padding: 80px 20px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .project-etc-wrapper {
    padding: 80px 40px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .project-etc-wrapper {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .project-etc-wrapper {
    padding: 30px 20px 20px;
  }
}
.project-etc-wrapper__inner {
  margin: 0 auto;
  padding: 35px 30px;
  width: auto;
  max-width: 1100px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .project-etc-wrapper__inner {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .project-etc-wrapper__inner {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .project-etc-wrapper__inner {
    padding: 20px 10px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .project-etc-wrapper__inner {
    padding: 20px;
  }
}
.project-etc-wrapper__inner__list {
  margin-top: -10px;
}
.project-etc-wrapper__inner__list__item {
  margin-top: 10px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.3;
  color: #345;
  float: left;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .project-etc-wrapper__inner__list__item {
    padding-left: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .project-etc-wrapper__inner__list__item {
    padding-left: 12px;
    font-size: 13px;
  }
}
.project-etc-wrapper__inner__list__item:nth-child(3n-2) {
  width: 35.9%;
}
@media screen and (max-width: 1200px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n-2) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n-2) {
    width: 100%;
  }
}
.project-etc-wrapper__inner__list__item:nth-child(3n-1) {
  width: 38%;
}
@media screen and (max-width: 1200px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n-1) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n-1) {
    width: 100%;
  }
}
.project-etc-wrapper__inner__list__item:nth-child(3n) {
  width: 26%;
}
@media screen and (max-width: 1200px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .project-etc-wrapper__inner__list__item:nth-child(3n) {
    width: 100%;
  }
}
.project-etc-wrapper__inner__list__item::before {
  content: "";
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #c00;
  position: absolute;
}

.about-philosophy-wrapper__photo-wrapper {
  top: 0;
  width: 44.5%;
  height: 100vh;
  position: sticky;
  float: right;
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__photo-wrapper {
    width: 100%;
    height: 500px;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  .about-philosophy-wrapper__photo-wrapper {
    width: 100%;
    height: 300px;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper {
    height: auto;
  }
}
.about-philosophy-wrapper__photo-wrapper__copy {
  padding-left: 1em;
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1em;
  background-color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__photo-wrapper__copy {
    padding-top: 1em;
    padding-left: 0;
    width: 50px;
    height: 100%;
    font-size: 18px;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    float: left;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .about-philosophy-wrapper__photo-wrapper__copy {
    padding-top: 0.6em;
    font-size: 15px;
    letter-spacing: 0.6em;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper__copy {
    padding-top: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    float: none;
  }
}
.about-philosophy-wrapper__photo-wrapper__photo01 {
  width: 100%;
  height: calc(50% - 25px);
  background-image: url(../img/about/about/photo01-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__photo-wrapper__photo01 {
    width: calc(50% - 25px);
    height: 100%;
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper__photo01 {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    float: none;
  }
  .about-philosophy-wrapper__photo-wrapper__photo01::before {
    content: "";
    padding-top: 35%;
    display: block;
  }
}
.about-philosophy-wrapper__photo-wrapper__photo02-wrapper {
  width: 100%;
  height: calc(50% - 25px);
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__photo-wrapper__photo02-wrapper {
    width: calc(50% - 25px);
    height: 100%;
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper__photo02-wrapper {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
  }
  .about-philosophy-wrapper__photo-wrapper__photo02-wrapper::before {
    content: "";
    padding-top: 35%;
    display: block;
  }
}
.about-philosophy-wrapper__photo-wrapper__photo02-wrapper__01 {
  width: 100%;
  height: 50%;
  background-image: url(../img/about/about/photo01-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper__photo02-wrapper__01 {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
  }
}
.about-philosophy-wrapper__photo-wrapper__photo02-wrapper__02 {
  width: 100%;
  height: 50%;
  background-image: url(../img/about/about/photo01-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__photo-wrapper__photo02-wrapper__02 {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    position: absolute;
  }
}
.about-philosophy-wrapper__text-wrapper {
  padding: 80px 65px 120px;
  width: 55.5%;
  background-color: #f7f7f7;
  float: left;
}
@media screen and (max-width: 1520px) {
  .about-philosophy-wrapper__text-wrapper {
    padding: 60px 50px 60px;
  }
}
@media screen and (max-width: 1400px) {
  .about-philosophy-wrapper__text-wrapper {
    padding: 50px 30px 50px;
  }
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__text-wrapper {
    width: auto;
    padding: 60px;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  .about-philosophy-wrapper__text-wrapper {
    width: auto;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper {
    padding: 40px 20px 30px;
    float: none;
  }
}
.about-philosophy-wrapper__text-wrapper__management-box {
  margin: 50px auto 60px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .about-philosophy-wrapper__text-wrapper__management-box {
    margin: 40px auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__management-box {
    padding: 20px 20px 25px;
    margin: 15px auto 20px;
  }
}
.about-philosophy-wrapper__text-wrapper__management-box__title {
  padding-left: 0.1em;
  width: 140px;
  height: 140px;
  font-size: 20px;
  line-height: 140px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #55bbc7;
  box-sizing: border-box;
  display: table-cell;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__management-box__title {
    width: auto;
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    display: block;
  }
}
.about-philosophy-wrapper__text-wrapper__management-box__list {
  padding-left: 25px;
  width: calc(100% - 165px);
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__management-box__list {
    padding-left: 0;
    width: auto;
    display: block;
  }
}
.about-philosophy-wrapper__text-wrapper__management-box__list__item {
  margin-top: 20px;
  padding-left: 19px;
  font-size: 16px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  position: relative;
}
.about-philosophy-wrapper__text-wrapper__management-box__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__management-box__list__item {
    margin-top: 14px;
    padding-left: 1em;
    font-size: 3.9vw;
  }
  .about-philosophy-wrapper__text-wrapper__management-box__list__item:first-child {
    margin-top: 14px;
  }
}
.about-philosophy-wrapper__text-wrapper__management-box__list__item::before {
  content: "";
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #55bbc7;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__management-box__list__item::before {
    top: 1vw;
    left: 0;
    width: 8px;
    height: 8px;
  }
}
.about-philosophy-wrapper__text-wrapper__quality-box {
  padding: 25px 0;
  font-size: 1.08vw;
  line-height: 1.5;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .about-philosophy-wrapper__text-wrapper__quality-box {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 599px) {
  .about-philosophy-wrapper__text-wrapper__quality-box {
    padding: 20px 0;
    font-size: 4.2vw;
  }
}

.about-wrapper {
  padding: 100px 40px 120px;
}
@media screen and (max-width: 1300px) {
  .about-wrapper {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .about-wrapper {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper {
    padding: 30px 20px 40px;
  }
}
.about-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.about-wrapper__business {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business {
    margin-bottom: 30px;
  }
}
.about-wrapper__business__inner__photo {
  width: 36.4%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__inner__photo {
    margin: 5px 0 10px 20px;
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__inner__photo {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
  }
}
.about-wrapper__business__inner__text-wrapper {
  width: 60%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__inner__text-wrapper {
    width: auto;
    float: none;
  }
}
.about-wrapper__business__inner__text-wrapper__copy {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #55bbc7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__inner__text-wrapper__copy {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__inner__text-wrapper__copy {
    font-size: 15px;
    text-align: justify;
  }
}
.about-wrapper__business__border {
  margin: 40px auto;
  width: 10px;
  height: 10px;
  background-color: #55bbc7;
  position: relative;
}
.about-wrapper__business__border::before {
  content: "";
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #789;
  position: absolute;
}
.about-wrapper__business__border::after {
  content: "";
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #789;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__border {
    margin: 20px auto;
    width: 8px;
    height: 8px;
  }
  .about-wrapper__business__border::before {
    left: -16px;
  }
  .about-wrapper__business__border::after {
    right: -16px;
  }
}
.about-wrapper__business__features-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__features-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__features-wrapper {
    margin-top: 20px;
  }
}
.about-wrapper__business__features-wrapper__inner {
  padding: 40px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__features-wrapper__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__features-wrapper__inner {
    padding: 20px;
  }
}
.about-wrapper__business__features-wrapper__inner__text {
  width: 62.353%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__features-wrapper__inner__text {
    width: auto;
    float: none;
  }
}
.about-wrapper__business__features-wrapper__inner__photo {
  width: 34.314%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__business__features-wrapper__inner__photo {
    margin: 15px auto 0;
    width: 70%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__business__features-wrapper__inner__photo {
    margin: 10px 0 0 0;
    width: 100%;
    float: none;
  }
}
.about-wrapper__industry {
  margin-top: -10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__industry {
    margin-top: -5px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__industry {
    margin-top: -4px;
    margin-bottom: 30px;
  }
}
.about-wrapper__industry__item {
  margin-top: 10px;
  margin-left: 10px;
  width: calc((99.9% - 40px) / 5);
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #eef3f7;
  float: left;
}
.about-wrapper__industry__item:nth-child(5n-4) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .about-wrapper__industry__item {
    height: 50px;
    font-size: 1.15vw;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .about-wrapper__industry__item {
    margin-top: 5px;
    margin-left: 5px;
    width: calc((99.9% - 15px) / 4);
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }
  .about-wrapper__industry__item:nth-child(5n-4) {
    margin-left: 5px;
  }
  .about-wrapper__industry__item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about-wrapper__industry__item {
    margin-top: 4px;
    margin-left: 0;
    width: calc(50% - 2px);
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .about-wrapper__industry__item:nth-child(5n-4) {
    margin-left: 0;
  }
  .about-wrapper__industry__item:nth-child(even) {
    float: right;
  }
}
.about-wrapper__list-box {
  margin-bottom: 30px;
  padding: 35px 40px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__list-box {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__list-box {
    margin: 0 0 20px;
    padding: 18px 20px;
  }
}
.about-wrapper__list-box__list {
  margin-top: -15px;
}
.about-wrapper__list-box__list li {
  margin-top: 15px;
  padding-left: 1em;
  width: 25%;
  font-size: 16px;
  line-height: 1.01;
  color: #345;
  position: relative;
  float: left;
}
@media screen and (max-width: 1200px) {
  .about-wrapper__list-box__list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .about-wrapper__list-box__list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__list-box__list li {
    width: 50%;
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .about-wrapper__list-box__list li {
    font-size: 11px;
  }
}
.about-wrapper__list-box__list li::before {
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #55bbc7;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .about-wrapper__list-box__list li::before {
    top: 3px;
    left: 0;
    width: 6px;
    height: 6px;
  }
}
.about-wrapper__iso-box {
  margin: 30px auto 50px;
  padding: 20px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1024px) {
  .about-wrapper__iso-box {
    margin: 30px auto 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper__iso-box {
    margin: 20px auto;
  }
}
.about-wrapper__iso-box__mark {
  width: 100px;
  display: table-cell;
}
@media screen and (max-width: 599px) {
  .about-wrapper__iso-box__mark {
    width: 70px;
  }
}
.about-wrapper__iso-box__text-wrapper {
  padding-left: 20px;
  width: calc(100% - 100px);
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 599px) {
  .about-wrapper__iso-box__text-wrapper {
    padding-left: 15px;
    width: calc(100% - 70px);
  }
}
.about-wrapper__iso-box__text-wrapper__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .about-wrapper__iso-box__text-wrapper__title {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.about-wrapper__iso-box__text-wrapper__text {
  font-size: 16px;
  line-height: 1.4;
  color: #345;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .about-wrapper__iso-box__text-wrapper__text {
    font-size: 13px;
  }
}

.about-map {
  width: 100%;
  height: auto;
  position: relative;
}
.about-map::before {
  content: "";
  padding-top: 35%;
  display: block;
}
@media screen and (max-width: 599px) {
  .about-map::before {
    padding-top: 55%;
  }
}
.about-map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.data-lead-wrapper {
  margin-top: -20px;
  padding: 0 40px 60px;
}
@media screen and (max-width: 1024px) {
  .data-lead-wrapper {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .data-lead-wrapper {
    margin-top: 0;
    padding: 0 20px 20px;
  }
}

.data-wrapper {
  padding: 80px 40px 100px;
  background-color: #f7f7f7;
  position: relative;
}
.data-wrapper::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background-color: #fff;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .data-wrapper {
    padding: 40px 20px 60px;
  }
  .data-wrapper::before {
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper {
    padding: 30px 10px 30px;
  }
  .data-wrapper::before {
    height: 150px;
  }
}
.data-wrapper__inner {
  margin: -20px auto 0;
  width: 100%;
  max-width: 1460px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .data-wrapper__inner {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper__inner {
    margin-top: -6px;
  }
}
.data-wrapper__inner__item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((99.9% - 60px) / 4);
  display: inline-block;
}
.data-wrapper__inner__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .data-wrapper__inner__item {
    width: calc((99.9% - 40px) / 3);
  }
  .data-wrapper__inner__item:nth-child(4n-3) {
    margin-left: 20px;
  }
  .data-wrapper__inner__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .data-wrapper__inner__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((99.9% - 20px) / 3);
  }
  .data-wrapper__inner__item:nth-child(4n-3) {
    margin-left: 10px;
  }
  .data-wrapper__inner__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper__inner__item {
    margin-top: 6px;
    margin-left: 0;
    width: calc(50% - 3px);
    float: left;
    display: block;
  }
  .data-wrapper__inner__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .data-wrapper__inner__item:nth-child(even) {
    float: right;
  }
}
.data-wrapper__caution-wrapper {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1460px;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .data-wrapper__caution-wrapper {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper__caution-wrapper {
    margin-top: 10px;
    text-align: left;
  }
}
.data-wrapper__caution-wrapper__caution {
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #567;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .data-wrapper__caution-wrapper__caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper__caution-wrapper__caution {
    margin-top: 3px;
    margin-left: 0;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
    display: block;
  }
}
.data-wrapper__caution-wrapper__text {
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #567;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .data-wrapper__caution-wrapper__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .data-wrapper__caution-wrapper__text {
    margin-top: 3px;
    margin-left: 0;
    font-size: 12px;
    display: block;
  }
}

.staff-index-list {
  padding: 0 40px 150px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .staff-index-list {
    padding: 0 10px 60px;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list {
    padding: 0 4px 40px;
  }
}
.staff-index-list::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .staff-index-list::before {
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list::before {
    height: 40px;
  }
}
.staff-index-list__inner {
  margin: -50px auto 0;
  width: 100%;
  max-width: 1180px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .staff-index-list__inner {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-index-list__inner {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner {
    margin-top: -10px;
  }
}
.staff-index-list__inner__item {
  margin-top: 50px;
  margin-left: 50px;
  width: calc((99.9% - 100px) / 3);
  vertical-align: top;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .staff-index-list__inner__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 1400px) {
  .staff-index-list__inner__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((99.9% - 40px) / 3);
  }
}
.staff-index-list__inner__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .staff-index-list__inner__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((99.9% - 20px) / 3);
  }
  .staff-index-list__inner__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((99.9% - 20px) / 3);
  }
  .staff-index-list__inner__item:nth-child(4n-3) {
    margin-left: 10px;
  }
  .staff-index-list__inner__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list__inner__item {
    margin-top: 4px;
    margin-left: 0;
    width: calc(50% - 2px);
    display: block;
    float: left;
  }
  .staff-index-list__inner__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .staff-index-list__inner__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .staff-index-list__inner__item:nth-child(even) {
    float: right;
  }
}
.staff-index-list__inner__item__link {
  color: #789;
  background-color: #fff;
  text-align: left;
  display: block;
  position: relative;
}
.staff-index-list__inner__item__link::before {
  content: "";
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  background-color: #55bbc7;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link::before {
    width: 15px;
    height: 15px;
  }
}
.staff-index-list__inner__item__link::after {
  content: "";
  right: 7px;
  bottom: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link::after {
    right: 6px;
    bottom: 5px;
    width: 5px;
    height: 5px;
  }
}
.staff-index-list__inner__item__link:hover {
  color: #fff;
  background-color: #789;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link:hover {
    color: #789;
    background-color: #fff;
  }
}
.staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__photo-wrapper__photo {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__photo-wrapper__photo {
    transform: scale(1);
  }
}
.staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__text-wrapper__name {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__text-wrapper__name {
    color: #789;
  }
}
.staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__text-wrapper__position {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link:hover .staff-index-list__inner__item__link__text-wrapper__position {
    color: #789;
  }
}
.staff-index-list__inner__item__link__photo-wrapper {
  position: relative;
  overflow: hidden;
}
.staff-index-list__inner__item__link__photo-wrapper::before {
  content: "";
  padding-top: 55.56%;
  display: block;
}
.staff-index-list__inner__item__link__photo-wrapper::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #789;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__photo-wrapper::after {
    width: 28px;
    height: 28px;
  }
}
.staff-index-list__inner__item__link__photo-wrapper--sales::after {
  background-image: url(../img/common/icon_sales_white.svg);
  background-size: 12px auto;
  background-position: 42% 50%;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__photo-wrapper--sales::after {
    background-size: 8.4px auto;
  }
}
.staff-index-list__inner__item__link__photo-wrapper--skill::after {
  background-image: url(../img/common/icon_skill_white.svg);
  background-size: 24px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__photo-wrapper--skill::after {
    background-size: 16.8px auto;
  }
}
.staff-index-list__inner__item__link__photo-wrapper--procurement::after {
  background-image: url(../img/common/icon_procurement_white.svg);
  background-size: 27px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__photo-wrapper--procurement::after {
    background-size: 18.9px auto;
  }
}
.staff-index-list__inner__item__link__photo-wrapper--women::after {
  background-image: url(../img/common/icon_women_white.svg);
  background-size: 25px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__photo-wrapper--women::after {
    background-size: 17.5px auto;
  }
}
.staff-index-list__inner__item__link__photo-wrapper__photo {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.staff-index-list__inner__item__link__text-wrapper {
  padding: 20px 20px 25px;
}
@media screen and (max-width: 1400px) {
  .staff-index-list__inner__item__link__text-wrapper {
    padding: 10px 12px 20px;
  }
}
.staff-index-list__inner__item__link__text-wrapper__copy {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .staff-index-list__inner__item__link__text-wrapper__copy {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list__inner__item__link__text-wrapper__copy {
    margin-bottom: 8px;
    font-size: 13px;
    text-align: justify;
  }
}
.staff-index-list__inner__item__link__text-wrapper__position {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.01;
  color: #789;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__text-wrapper__position {
    margin-bottom: 6px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list__inner__item__link__text-wrapper__position {
    margin-bottom: 4px;
    font-size: 10px;
  }
}
.staff-index-list__inner__item__link__text-wrapper__name {
  font-size: 18px;
  line-height: 1.01;
  color: #789;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  transition: 0.5s;
}
@media screen and (max-width: 1500px) {
  .staff-index-list__inner__item__link__text-wrapper__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-index-list__inner__item__link__text-wrapper__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .staff-index-list__inner__item__link__text-wrapper__name {
    font-size: 13px;
  }
}

.staff-profile-wrapper {
  background-color: #55bbc7;
  position: relative;
}
.staff-profile-wrapper__photo {
  width: 50%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  float: left;
}
@media screen and (max-width: 1300px) {
  .staff-profile-wrapper__photo {
    height: 430px;
  }
}
@media screen and (max-width: 1100px) {
  .staff-profile-wrapper__photo {
    height: 390px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__photo {
    width: 100%;
    height: auto;
    float: none;
  }
  .staff-profile-wrapper__photo::before {
    content: "";
    padding-top: 57%;
    display: block;
  }
}
.staff-profile-wrapper__photo--sales {
  background-image: url(../img/staff/sales/photo01.jpg);
}
.staff-profile-wrapper__photo--skill01 {
  background-image: url(../img/staff/skill01/photo01.jpg);
}
.staff-profile-wrapper__photo--skill02 {
  background-image: url(../img/staff/skill02/photo01.jpg);
}
.staff-profile-wrapper__photo--procurement {
  background-image: url(../img/staff/procurement/photo01.jpg);
}
.staff-profile-wrapper__text-wrapper {
  padding: 90px 0 0 70px;
  width: 50%;
  float: right;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .staff-profile-wrapper__text-wrapper {
    padding: 50px 0 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .staff-profile-wrapper__text-wrapper {
    padding: 40px 0 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper {
    padding: 40px;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper {
    padding: 20px 20px 30px;
  }
}
.staff-profile-wrapper__text-wrapper__position {
  padding: 0 15px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #55bbc7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper__position {
    padding: 0 12px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper__position {
    padding: 0 10px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
  }
}
.staff-profile-wrapper__text-wrapper__name {
  margin-top: 25px;
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper__name {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper__name {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 26px;
  }
}
.staff-profile-wrapper__text-wrapper__name__en {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: 60%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper__name__en {
    font-size: 13px;
    vertical-align: 50%;
  }
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper__name__en {
    font-size: 11px;
    vertical-align: 50%;
  }
}
.staff-profile-wrapper__text-wrapper__year {
  margin-bottom: 26px;
  padding-bottom: 31px;
  font-size: 15px;
  line-height: 1.01;
  color: #fff;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper__year {
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
}
.staff-profile-wrapper__text-wrapper__year::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper__year {
    margin-bottom: 12px;
    padding-bottom: 15px;
    font-size: 13px;
  }
  .staff-profile-wrapper__text-wrapper__year::before {
    width: 30px;
  }
}
.staff-profile-wrapper__text-wrapper__copy {
  font-size: 27px;
  line-height: 2;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1300px) {
  .staff-profile-wrapper__text-wrapper__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .staff-profile-wrapper__text-wrapper__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-profile-wrapper__text-wrapper__copy {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .staff-profile-wrapper__text-wrapper__copy {
    font-size: 5vw;
    line-height: 1.8;
  }
}

.staff-interview-wrapper {
  padding: 30px 40px 120px;
  position: relative;
}
.staff-interview-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .staff-interview-wrapper::before {
    width: 90%;
  }
}
@media screen and (max-width: 1300px) {
  .staff-interview-wrapper::before {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  .staff-interview-wrapper::before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .staff-interview-wrapper {
    padding: 20px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .staff-interview-wrapper {
    padding: 10px 20px 30px;
    overflow: hidden;
  }
}
.staff-interview-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.staff-interview-wrapper__inner__question {
  margin: 70px 0 20px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  position: relative;
}
.staff-interview-wrapper__inner__question::before {
  content: "";
  top: 12px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #55bbc7;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .staff-interview-wrapper__inner__question {
    margin: 60px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-interview-wrapper__inner__question {
    margin: 30px 0 10px;
    padding-left: 20px;
    font-size: 17px;
  }
  .staff-interview-wrapper__inner__question::before {
    content: "";
    top: 12px;
    width: 15px;
  }
}
@media screen and (max-width: 599px) {
  .staff-interview-wrapper__inner__question {
    margin: 20px 0 5px;
    padding-left: 16px;
    font-size: 14px;
  }
  .staff-interview-wrapper__inner__question::before {
    content: "";
    top: 10px;
    width: 12px;
  }
}
.staff-interview-wrapper__inner__photo {
  margin-top: 55px;
  margin-right: calc((-100vw + 70px + 900px) / 2);
  margin-left: 50px;
  margin-bottom: 30px;
  width: 700px;
  float: right;
}
@media screen and (max-width: 1700px) {
  .staff-interview-wrapper__inner__photo {
    width: 600px;
  }
}
@media screen and (max-width: 1600px) {
  .staff-interview-wrapper__inner__photo {
    width: 550px;
  }
}
@media screen and (max-width: 1500px) {
  .staff-interview-wrapper__inner__photo {
    width: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .staff-interview-wrapper__inner__photo {
    width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .staff-interview-wrapper__inner__photo {
    margin-right: 0;
    margin-left: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .staff-interview-wrapper__inner__photo {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-interview-wrapper__inner__photo {
    margin: 20px auto 0;
    width: 100%;
    max-width: 700px;
    float: none;
  }
}

.staff-entry-btn {
  margin: 80px auto 150px;
  padding-left: 0.1em;
  width: 360px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #c00;
  display: block;
  box-sizing: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .staff-entry-btn {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 599px) {
  .staff-entry-btn {
    margin: 20px auto 40px;
    width: 80%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.staff-entry-btn:hover {
  color: #fff;
  background-color: #122;
}
@media screen and (max-width: 1024px) {
  .staff-entry-btn:hover {
    background-color: #c00;
  }
}

.staff-nav-wrapper {
  padding: 0 0 140px;
  background-color: #f3f3f3;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .staff-nav-wrapper {
    padding: 0 0 40px;
  }
}
.staff-nav-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper::before {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper::before {
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .staff-nav-wrapper::before {
    height: 90px;
  }
}
.staff-nav-wrapper__inner {
  margin: -30px auto 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .staff-nav-wrapper__inner {
    margin: -20px auto 0;
  }
}
.staff-nav-wrapper__inner__item {
  margin: 30px 20px 0;
  width: 200px;
  vertical-align: top;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper__inner__item {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item {
    margin: 30px 10px 0;
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .staff-nav-wrapper__inner__item {
    margin: 20px 10px 0;
  }
}
.staff-nav-wrapper__inner__item__link {
  display: block;
}
.staff-nav-wrapper__inner__item__link:hover .staff-nav-wrapper__inner__item__link__photo-wrapper {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item__link:hover .staff-nav-wrapper__inner__item__link__photo-wrapper {
    border-radius: 50%;
  }
}
.staff-nav-wrapper__inner__item__link:hover .staff-nav-wrapper__inner__item__link__photo-wrapper__photo {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item__link:hover .staff-nav-wrapper__inner__item__link__photo-wrapper__photo {
    transform: scale(1);
  }
}
.staff-nav-wrapper__inner__item__link__photo-wrapper {
  margin-bottom: 15px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper__inner__item__link__photo-wrapper {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item__link__photo-wrapper {
    margin-bottom: 7px;
    width: 140px;
    height: 140px;
  }
}
.staff-nav-wrapper__inner__item__link__photo-wrapper__photo {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.staff-nav-wrapper__inner__item__link__name {
  margin-bottom: 7px;
  padding-left: 0.2em;
  font-size: 22px;
  line-height: 1.3;
  color: #122;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper__inner__item__link__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item__link__name {
    margin-bottom: 3px;
    font-size: 16px;
  }
}
.staff-nav-wrapper__inner__item__link__name--ls0 {
  padding-left: 0;
  letter-spacing: 0;
}
.staff-nav-wrapper__inner__item__link__position {
  font-size: 13px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .staff-nav-wrapper__inner__item__link__position {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-nav-wrapper__inner__item__link__position {
    font-size: 11px;
  }
}

.women-lead-wrapper {
  padding: 80px 40px 12%;
  text-align: center;
  background-color: #f7f7ee;
  background-image: url(../img/staff/women/ill00.svg);
  background-repeat: no-repeat;
  background-position: 50% 102%;
  background-size: 90% auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .women-lead-wrapper {
    padding: 50px 30px 12%;
    ackground-position: 50% 101%;
  }
}
@media screen and (max-width: 599px) {
  .women-lead-wrapper {
    padding: 20px 20px 15%;
    background-size: 120% auto;
    background-position: 50% 100.5%;
  }
}
.women-lead-wrapper__inner {
  margin: 0 auto;
  width: auto;
  height: 270px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .women-lead-wrapper__inner {
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .women-lead-wrapper__inner {
    height: auto;
    display: block;
  }
}
.women-lead-wrapper__inner__copy {
  width: 195px;
  font-size: 31px;
  line-height: 1.8;
  color: #55bbc7;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  float: right;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .women-lead-wrapper__inner__copy {
    width: 160px;
    font-size: 29px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .women-lead-wrapper__inner__copy {
    margin-bottom: 10px;
    margin-left: 0;
    width: auto;
    font-size: 6vw;
    line-height: 1.6;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    float: none;
  }
}
.women-lead-wrapper__inner__text {
  width: 500px;
  font-size: 17px;
  line-height: 2.25;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  float: right;
}
@media screen and (max-width: 1024px) {
  .women-lead-wrapper__inner__text {
    width: 440px;
    font-size: 16px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 599px) {
  .women-lead-wrapper__inner__text {
    width: auto;
    font-size: 14px;
    line-height: 1.8;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    float: none;
  }
}

.women-wrapper {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .women-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .women-wrapper {
    padding: 0 0;
  }
}

.women-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.women-list__item {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .women-list__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item {
    margin-top: 30px;
  }
}
.women-list__item__title {
  margin-bottom: 30px;
  padding-top: 205px;
  font-size: 40px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 200;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .women-list__item__title {
    margin-bottom: 20px;
    padding-top: 153.75px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__title {
    margin-bottom: 15px;
    padding-top: 102.5px;
    font-size: 7vw;
  }
}
.women-list__item__title--01 {
  background-image: url(../img/staff/women/ill01.svg);
  background-size: 81px auto;
}
@media screen and (max-width: 1024px) {
  .women-list__item__title--01 {
    background-size: 60.75px auto;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__title--01 {
    background-size: 40.5px auto;
  }
}
.women-list__item__title--02 {
  background-image: url(../img/staff/women/ill02.svg);
  background-size: 78px auto;
}
@media screen and (max-width: 1024px) {
  .women-list__item__title--02 {
    background-size: 58.5px auto;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__title--02 {
    background-size: 39px auto;
  }
}
.women-list__item__title--03 {
  background-image: url(../img/staff/women/ill03.svg);
  background-size: 80px auto;
}
@media screen and (max-width: 1024px) {
  .women-list__item__title--03 {
    background-size: 60px auto;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__title--03 {
    background-size: 40px auto;
  }
}
.women-list__item__inner {
  padding: 60px 50px 50px;
  background-color: #f7f7ee;
  background-image: url(../img/common/hole.svg);
  background-repeat: repeat-x;
  background-size: 30px auto;
  background-position: 50% 15px;
}
@media screen and (max-width: 1024px) {
  .women-list__item__inner {
    padding: 50px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__inner {
    padding: 30px 20px 20px;
    background-size: 20px auto;
    background-position: 50% 10px;
  }
}
.women-list__item__inner__copy {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.3;
  color: #55bbc7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .women-list__item__inner__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .women-list__item__inner__copy {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
}
.women-list__item__inner__text {
  width: 66%;
  float: left;
}
@media screen and (max-width: 599px) {
  .women-list__item__inner__text {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
}
.women-list__item__inner__photo {
  width: 30%;
  float: right;
}
@media screen and (max-width: 599px) {
  .women-list__item__inner__photo {
    width: 100%;
    float: none;
  }
}

.application-wrapper {
  padding: 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .application-wrapper {
    padding: 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .application-wrapper {
    padding: 0 20px 0;
  }
}
.application-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.education-wrapper {
  padding: 80px 40px 120px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .education-wrapper {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper {
    padding: 20px 20px 30px;
  }
}
.education-wrapper--white {
  padding: 80px 40px 150px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .education-wrapper--white {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper--white {
    padding: 20px 20px 40px;
  }
}
.education-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.education-wrapper__inner__lead-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__lead-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__lead-wrapper {
    margin-bottom: 20px;
  }
}
.education-wrapper__inner__lead-wrapper__text-wrapper {
  width: 58%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__lead-wrapper__text-wrapper {
    width: 100%;
    float: none;
  }
}
.education-wrapper__inner__lead-wrapper__text-wrapper__copy {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.8;
  color: #55bbc7;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .education-wrapper__inner__lead-wrapper__text-wrapper__copy {
    margin-bottom: 1.35vw;
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__lead-wrapper__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__lead-wrapper__text-wrapper__copy {
    margin-bottom: 5px;
    font-size: 4.8vw;
    text-align: justify;
  }
}
.education-wrapper__inner__lead-wrapper__photo {
  width: 37.22%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__lead-wrapper__photo {
    margin: 20px auto 0;
    width: 100%;
    max-width: 640px;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__lead-wrapper__photo {
    margin: 15px auto 0;
  }
}
.education-wrapper__inner__figure {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure {
    padding: 15px;
  }
}
.education-wrapper__inner__figure__item {
  margin-top: 30px;
  width: auto;
  min-height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #2288c7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #eef3f7;
  position: relative;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item {
    margin-top: 15px;
    width: auto;
    min-height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.education-wrapper__inner__figure__item::before {
  content: "";
  top: -22px;
  left: calc(50% - 15px);
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #55bbc7 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item::before {
    top: -12px;
    left: calc(50% - 10px);
    border-width: 10px 10px 0 10px;
  }
}
.education-wrapper__inner__figure__item:first-child {
  margin-top: 0;
}
.education-wrapper__inner__figure__item:first-child::before {
  display: none;
}
.education-wrapper__inner__figure__item--detail {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__figure__item--detail {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--detail {
    padding: 10px;
  }
}
.education-wrapper__inner__figure__item--detail__ojt {
  width: calc(50% - 10px);
  background-color: #2288c7;
  float: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--detail__ojt {
    width: calc(50% - 2px);
  }
}
.education-wrapper__inner__figure__item--detail__ojt__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--detail__ojt__text {
    font-size: 14px;
  }
}
.education-wrapper__inner__figure__item--detail__right {
  width: calc(50% - 10px);
  float: right;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--detail__right {
    width: calc(50% - 2px);
  }
}
.education-wrapper__inner__figure__item--detail__right__item {
  margin-top: 10px;
  width: auto;
  min-height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #55bbc7;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--detail__right__item {
    margin-top: 4px;
    width: auto;
    min-height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.education-wrapper__inner__figure__item--detail__right__item:first-child {
  margin-top: 0;
}
.education-wrapper__inner__figure__item--haizoku {
  padding: 25px 40px 40px;
  line-height: 1.01;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__figure__item--haizoku {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item--haizoku {
    padding: 10px;
  }
}
.education-wrapper__inner__figure__item__list {
  margin-top: 20px;
  padding: 18px 20px 22px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item__list {
    margin-top: 10px;
    padding: 10px 5px 10px 15px;
    line-height: 1.5;
    text-align: left;
  }
}
.education-wrapper__inner__figure__item__list__item {
  margin-left: 1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.01;
  color: #345;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .education-wrapper__inner__figure__item__list__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item__list__item {
    margin-left: 0;
    margin-right: 10px;
    font-size: 13px;
  }
}
.education-wrapper__inner__figure__item__list__item::before {
  content: "";
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #55bbc7;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .education-wrapper__inner__figure__item__list__item::before {
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
.education-wrapper__inner__figure__item__list__item:first-child {
  margin-left: 0;
}

.education-photos__item {
  width: 25%;
  float: left;
}
@media screen and (max-width: 599px) {
  .education-photos__item {
    width: 50%;
  }
  .education-photos__item:nth-child(even) {
    float: right;
  }
}
.education-photos__item img {
  width: 100%;
}

.file-lead-wrapper {
  padding: 80px 40px 80px;
}
@media screen and (max-width: 1024px) {
  .file-lead-wrapper {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .file-lead-wrapper {
    padding: 40px 20px 30px;
  }
}
.file-lead-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.file-lead-wrapper__inner__text {
  font-size: 17px;
  line-height: 2;
  color: #345;
  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: 1024px) {
  .file-lead-wrapper__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .file-lead-wrapper__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.file-lead-wrapper__inner__copy {
  margin-bottom: 30px;
  padding-bottom: 28px;
  font-size: 26px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .file-lead-wrapper__inner__copy {
    margin-bottom: 25px;
    padding-bottom: 23px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .file-lead-wrapper__inner__copy {
    margin-bottom: 15px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.file-lead-wrapper__inner__copy::before {
  content: "";
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, #049, #4499e7);
  position: absolute;
}

.file-list__item {
  padding: 0 40px 120px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 1024px) {
  .file-list__item {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item {
    padding: 0 20px 20px;
  }
}
.file-list__item:nth-child(even) {
  background-color: #fff;
}
.file-list__item:nth-child(even) .file-list__item__title {
  background-color: #567;
}
.file-list__item:nth-child(even) .file-list__item__title__number {
  color: #789;
}
.file-list__item:last-child {
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .file-list__item:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item:last-child {
    padding-bottom: 50px;
  }
}
.file-list__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.file-list__item__title {
  margin: 0 auto 60px;
  padding: 25px 30px 35px;
  width: 340px;
  font-size: 26px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center;
  background-color: #122;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .file-list__item__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__title {
    margin-bottom: 20px;
    padding: 15px 15px 20px;
    width: 240px;
    font-size: 20px;
  }
}
.file-list__item__title::before {
  content: "";
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .file-list__item__title::before {
    left: 5px;
    width: calc(100% - 10px);
  }
}
.file-list__item__title__number {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.01;
  color: #567;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .file-list__item__title__number {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.file-list__item__text {
  width: calc(100% - 380px);
  float: left;
}
@media screen and (max-width: 1024px) {
  .file-list__item__text {
    margin-bottom: 20px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__text {
    margin-bottom: 15px;
  }
}
.file-list__item__text--right {
  float: right;
}
@media screen and (max-width: 1024px) {
  .file-list__item__text--right {
    float: none;
  }
}
.file-list__item__photo {
  width: 330px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .file-list__item__photo {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    float: none;
  }
}
.file-list__item__photo--left {
  float: left;
}
@media screen and (max-width: 1024px) {
  .file-list__item__photo--left {
    float: none;
  }
}

.welfare-lead-wrapper {
  padding: 80px 40px 60px;
}
@media screen and (max-width: 1024px) {
  .welfare-lead-wrapper {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-lead-wrapper {
    padding: 40px 20px 20px;
  }
}
.welfare-lead-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.welfare-lead-wrapper__inner__text {
  font-size: 17px;
  line-height: 2;
  color: #345;
  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: 1024px) {
  .welfare-lead-wrapper__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-lead-wrapper__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.welfare-list-wrapper {
  padding: 0 40px 150px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper {
    padding: 0 10px 2px;
  }
}

.welfare-list {
  margin: -50px auto 0;
  width: 100%;
  max-width: 1590px;
}
@media screen and (max-width: 1600px) {
  .welfare-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list {
    margin: 0 -8px 0;
    width: auto;
  }
}
.welfare-list__item {
  margin-top: 50px;
  margin-left: 50px;
  padding: 45px 40px 35px;
  width: calc((99.9% - 150px) / 4);
  background-color: #f3f3f3;
  float: left;
  box-sizing: border-box;
  border-radius: 35px 0 35px 0/35px 0 35px 0;
}
.welfare-list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1600px) {
  .welfare-list__item {
    margin-top: 30px;
    margin-left: 30px;
    padding: 35px 30px 25px;
    width: calc((99.9% - 90px) / 4);
  }
}
@media screen and (max-width: 1400px) {
  .welfare-list__item {
    width: calc((99.9% - 90px) / 3);
  }
  .welfare-list__item:nth-child(4n-3) {
    margin-left: 30px;
  }
  .welfare-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list__item {
    margin-top: 15px;
    margin-left: 15px;
    width: calc((99.9% - 30px) / 3);
  }
  .welfare-list__item:nth-child(4n-3) {
    margin-left: 15px;
  }
  .welfare-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .welfare-list__item {
    padding: 25px 20px 15px;
    border-radius: 20px 0 20px 0/20px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item {
    margin-top: 2px;
    margin-left: 0;
    padding: 20px 20px 15px;
    width: calc(50% - 1px);
    border-radius: 0;
  }
  .welfare-list__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .welfare-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .welfare-list__item:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 320px) {
  .welfare-list__item {
    padding: 20px 15px 15px;
  }
}
.welfare-list__item__icon {
  margin: 0 auto 15px;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon {
    margin-bottom: 10px;
    width: 84px;
    height: 84px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon {
    margin-bottom: 10px;
    width: 56px;
    height: 56px;
  }
}
.welfare-list__item__icon--hoken {
  background-image: url(../img/welfare/icon_hoken.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--hoken {
    background-size: 19.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--hoken {
    background-size: 12.8px auto;
  }
}
.welfare-list__item__icon--shikaku {
  background-image: url(../img/welfare/icon_shikaku.svg);
  background-size: 55px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--shikaku {
    background-size: 33px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--shikaku {
    background-size: 22px auto;
  }
}
.welfare-list__item__icon--car {
  background-image: url(../img/welfare/icon_car.svg);
  background-size: 60px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--car {
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--car {
    background-size: 24px auto;
  }
}
.welfare-list__item__icon--keimo {
  background-image: url(../img/welfare/icon_keimo.svg);
  background-size: 60px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--keimo {
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--keimo {
    background-size: 24px auto;
  }
}
.welfare-list__item__icon--taishoku {
  background-image: url(../img/welfare/icon_flower.svg);
  background-size: 64px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--taishoku {
    background-size: 38.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--taishoku {
    background-size: 25.6px auto;
  }
}
.welfare-list__item__icon--hyosho {
  background-image: url(../img/welfare/icon_hyosho.svg);
  background-size: 50px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--hyosho {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--hyosho {
    background-size: 20px auto;
  }
}
.welfare-list__item__icon--kenshin {
  background-image: url(../img/welfare/icon_helth.svg);
  background-size: 60px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--kenshin {
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--kenshin {
    background-size: 24px auto;
  }
}
.welfare-list__item__icon--sankyu {
  background-image: url(../img/welfare/icon_baby.svg);
  background-size: 42px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--sankyu {
    background-size: 25.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--sankyu {
    background-size: 16.8px auto;
  }
}
.welfare-list__item__icon--kaigo {
  background-image: url(../img/welfare/icon_kaigo.svg);
  background-size: 41px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--kaigo {
    background-size: 24.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--kaigo {
    background-size: 16.4px auto;
  }
}
.welfare-list__item__icon--party {
  background-image: url(../img/welfare/icon_party.svg);
  background-size: 65px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--party {
    background-size: 39px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--party {
    background-size: 26px auto;
  }
}
.welfare-list__item__icon--refresh {
  background-image: url(../img/welfare/icon_refresh.svg);
  background-size: 54px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--refresh {
    background-size: 32.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--refresh {
    background-size: 21.6px auto;
  }
}
.welfare-list__item__icon--food {
  background-image: url(../img/welfare/icon_food.svg);
  background-size: 50px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--food {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--food {
    background-size: 20px auto;
  }
}
.welfare-list__item__icon--trac {
  background-image: url(../img/welfare/icon_trac.svg);
  background-size: 64px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--trac {
    background-size: 38.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--trac {
    background-size: 25.6px auto;
  }
}
.welfare-list__item__icon--home {
  background-image: url(../img/welfare/icon_home.svg);
  background-size: 60px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--home {
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--home {
    background-size: 24px auto;
  }
}
.welfare-list__item__icon--sports {
  background-image: url(../img/welfare/icon_sports.svg);
  background-size: 78px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--sports {
    background-size: 46.8px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--sports {
    background-size: 31.2px auto;
  }
}
.welfare-list__item__icon--zaikei {
  background-image: url(../img/welfare/icon_zaikei.svg);
  background-size: 55px auto;
  background-position: 46% 46%;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--zaikei {
    background-size: 33px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--zaikei {
    background-size: 22px auto;
  }
}
.welfare-list__item__icon--kashitsuke {
  background-image: url(../img/welfare/icon_kashitsuke.svg);
  background-size: 54px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__icon--kashitsuke {
    background-size: 32.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__icon--kashitsuke {
    background-size: 21.6px auto;
  }
}
.welfare-list__item__title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__title {
    margin-bottom: 9px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .welfare-list__item__title {
    font-size: 12px;
  }
}
.welfare-list__item__text {
  font-size: 16px;
  line-height: 1.75;
  color: #345;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__text {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .welfare-list__item__text {
    font-size: 11px;
  }
}
.welfare-list__item__caution {
  margin-top: 3px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #567;
  text-indent: -1em;
  text-align: justify;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1024px) {
  .welfare-list__item__caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__caution {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .welfare-list__item__caution {
    font-size: 10px;
  }
}

.faq-nav-wrapper {
  padding: 80px 40px 0;
}
@media screen and (max-width: 1024px) {
  .faq-nav-wrapper {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .faq-nav-wrapper {
    padding: 20px 20px 0;
  }
}
.faq-nav-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.faq-nav-wrapper__inner__item {
  margin-left: 10px;
  width: calc((99.9% - 30px) / 4);
  float: left;
}
@media screen and (max-width: 1024px) {
  .faq-nav-wrapper__inner__item {
    margin-left: 5px;
    width: calc((99.9% - 15px) / 4);
  }
}
.faq-nav-wrapper__inner__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .faq-nav-wrapper__inner__item {
    margin-left: 0;
    margin-top: 2px;
    width: calc(50% - 1px);
  }
  .faq-nav-wrapper__inner__item:nth-child(even) {
    float: right;
  }
}
.faq-nav-wrapper__inner__item__link {
  width: auto;
  height: 60px;
  font-size: 16px;
  line-height: 56px;
  color: #55bbc7;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  border: 1px solid #55bbc7;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 1024px) {
  .faq-nav-wrapper__inner__item__link {
    height: 50px;
    font-size: 14px;
    line-height: 47px;
  }
}
@media screen and (max-width: 599px) {
  .faq-nav-wrapper__inner__item__link {
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }
}
.faq-nav-wrapper__inner__item__link:hover {
  color: #fff;
  background-color: #55bbc7;
}
@media screen and (max-width: 1024px) {
  .faq-nav-wrapper__inner__item__link:hover {
    color: #55bbc7;
    background-color: transparent;
  }
}

.faq-list__item {
  padding: 80px 40px 100px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .faq-list__item {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item {
    padding: 40px 20px 30px;
  }
}
.faq-list__item:nth-child(even) {
  background-color: #f3f3f3;
}
.faq-list__item:nth-child(even) .faq-list__item__inner__item__q {
  background-color: #fff;
}
.faq-list__item:last-child {
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .faq-list__item:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item:last-child {
    padding-bottom: 50px;
  }
}
.faq-list__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.faq-list__item__inner__item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__inner__item {
    margin-top: 10px;
  }
}
.faq-list__item__inner__item:first-child {
  margin-top: 0;
}
.faq-list__item__inner__item__q {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__inner__item__q::before {
    content: "";
    top: 50%;
    right: 15px;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    transition: 0.5s;
    position: absolute;
  }
  .faq-list__item__inner__item__q::after {
    content: "";
    top: 50%;
    right: 15px;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    transition: 0.5s;
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__inner__item__q::before {
    right: 15px;
    width: 12px;
  }
  .faq-list__item__inner__item__q::after {
    right: 15px;
    width: 12px;
  }
}
.faq-list__item__inner__item__q.close {
  display: block;
}
.faq-list__item__inner__item__q.close::after {
  transform: rotate(90deg);
}
.faq-list__item__inner__item__q__text {
  padding: 12px 50px 12px 70px;
  font-size: 15px;
  line-height: 1.8;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: justify;
  box-sizing: border-box;
  position: relative;
}
.faq-list__item__inner__item__q__text::before {
  content: "Q";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #55bbc7;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__inner__item__q__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__inner__item__q__text {
    padding: 12px 40px 12px 35px;
    font-size: 13px;
  }
  .faq-list__item__inner__item__q__text::before {
    top: 13px;
    left: 10px;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.01;
    color: #22aac7;
    text-align: left;
    background-color: transparent;
  }
}
.faq-list__item__inner__item__a__text {
  margin-top: 20px;
  padding: 12px 20px 12px 70px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  background-color: transparent;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__inner__item__a__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__inner__item__a__text {
    margin-top: 10px;
    padding: 0 0 10px 35px;
    font-size: 13px;
  }
}
.faq-list__item__inner__item__a__text::before {
  content: "A";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #789;
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .faq-list__item__inner__item__a__text::before {
    top: 2px;
    left: 10px;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.01;
    color: #567;
    text-align: left;
    background-color: transparent;
  }
}

.sitemap-wrapper {
  padding: 80px 40px 150px;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper {
    padding: 40px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper {
    padding: 40px 20px 50px;
  }
}
.sitemap-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.sitemap-wrapper__inner__item {
  margin-top: 30px;
}
.sitemap-wrapper__inner__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item {
    margin-top: 15px;
  }
}
.sitemap-wrapper__inner__item__link {
  margin-bottom: 10px;
  padding-left: 35px;
  width: auto;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #345;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  background-color: #f3f3f3;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__link {
    margin-bottom: 10px;
    padding-left: 25px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.sitemap-wrapper__inner__item__link::before {
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #55bbc7;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__link::before {
    top: calc(50% - 1px);
    left: 0;
    width: 16px;
    height: 2px;
  }
}
.sitemap-wrapper__inner__item__link::after {
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #567;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__link::after {
    top: calc(50% - 1px);
    left: 0;
    width: 8px;
    height: 2px;
  }
}
.sitemap-wrapper__inner__item__link:hover {
  color: #fff;
  background-color: #22aac7;
}
.sitemap-wrapper__inner__item__link:hover::before {
  background-color: #fff;
}
.sitemap-wrapper__inner__item__link:hover::after {
  background-color: #55bbc7;
}
.sitemap-wrapper__inner__item__link:hover .sitemap-wrapper__inner__item__link__arrow {
  background-color: #122;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__inner__item__link:hover {
    color: #345;
    background-color: #f3f3f3;
  }
  .sitemap-wrapper__inner__item__link:hover::before {
    background-color: #55bbc7;
  }
  .sitemap-wrapper__inner__item__link:hover::after {
    background-color: #567;
  }
  .sitemap-wrapper__inner__item__link:hover .sitemap-wrapper__inner__item__link__arrow {
    background-color: #789;
  }
}
.sitemap-wrapper__inner__item__link__arrow {
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #789;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__link__arrow {
    top: calc(50% - 7px);
    right: 0;
    width: 14px;
    height: 14px;
  }
}
.sitemap-wrapper__inner__item__link__arrow::before {
  content: "";
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__link__arrow::before {
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.sitemap-wrapper__inner__item__sub {
  padding-left: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__sub {
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
.sitemap-wrapper__inner__item__sub__item {
  margin-top: 15px;
  width: 33%;
  float: left;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__sub__item {
    margin-top: 5px;
    width: auto;
    float: none;
  }
}
.sitemap-wrapper__inner__item__sub__item__link {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.01;
  color: #345;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__inner__item__sub__item__link {
    font-size: 14px;
  }
}
.sitemap-wrapper__inner__item__sub__item__link::before {
  content: "";
  top: 5px;
  left: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #55bbc7;
  position: absolute;
  transition: 0.5s;
}
.sitemap-wrapper__inner__item__sub__item__link:hover {
  color: #22aac7;
}
.sitemap-wrapper__inner__item__sub__item__link:hover::before {
  border-color: transparent transparent transparent #c00;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__inner__item__sub__item__link:hover {
    color: #345;
  }
  .sitemap-wrapper__inner__item__sub__item__link:hover::before {
    border-color: transparent transparent transparent #55bbc7;
  }
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px 20px 10px;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 60px 80px 80px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px 50px 50px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 25px 30px 30px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 32px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.entry-wrapper__text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.6;
  color: #789;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .entry-wrapper__text {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .entry-wrapper__text {
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.entry-wrapper__inner {
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (max-width: 599px) {
  .entry-wrapper__inner {
    max-width: 275px;
  }
}
.entry-wrapper__inner__item {
  width: calc(50% - 10px);
  float: left;
}
.entry-wrapper__inner__item:first-child {
  float: right;
}
@media screen and (max-width: 599px) {
  .entry-wrapper__inner__item {
    width: 100%;
    float: none;
  }
  .entry-wrapper__inner__item:first-child {
    margin-bottom: 10px;
    float: none;
  }
}
.entry-wrapper__inner__item__link {
  background-color: #55bbc7;
  display: block;
}
.entry-wrapper__inner__item__link img {
  transition: 0.5s;
}
.entry-wrapper__inner__item__link:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .entry-wrapper__inner__item__link:hover img {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */