<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video, picture, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

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

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

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

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

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

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

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

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

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767.98px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=button], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

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

textarea {
  resize: vertical;
}

input[type=button],
button {
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
}

/* 02_base
================================================ */
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  font-weight: 400;
  color: #222222;
  background: #fff;
}
@media all and (max-width: 767.98px) {
  body {
    overflow-x: hidden;
    background: url(../img/home/bg01.svg) center bottom/200% no-repeat fixed;
    background: url(../img/common/bg02_sp.svg) center bottom/100% no-repeat fixed;
  }
}
@media all and (min-width: 1400px) {
  body {
    min-width: 1100px;
    min-width: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    background: url(../img/home/bg01.svg) center bottom/100% no-repeat fixed;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body {
    font-size: 1.6rem;
    overflow-x: hidden;
    max-width: 100vw;
  }
}

body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img,
a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-wrapper {
  position: relative;
}

@media all and (max-width: 767.98px) {
  .l-container {
    width: 100vw;
    /*		max-width: 750px; */
    margin: auto;
    padding-top: 60px;
  }
}
@media all and (max-width: 280px) {
  .l-container {
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .l-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
  line-height: 1;
}
sup.r {
  top: 0;
  font-size: 1em;
}

/* pc &lt;--&gt; sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 1400px) {
  .u-media-query {
    font-family: "pc";
  }
}

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

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

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

/* layout
-------------------------------------- */
.u-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767.98px) {
  .u-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 280px) {
  .u-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .u-inner {
    width: 100vw;
    max-width: 1400px;
    padding-left: 2.4285714286vw;
    padding-right: 2.4285714286vw;
  }
}
@media all and (min-width: 1400px) {
  .u-inner {
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
    margin: auto;
  }
}

.u-inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .u-inner02 {
    margin: auto;
    width: 100%;
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-link-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-link-img:hover {
  opacity: 0.8;
}

iframe {
  max-width: 100%;
}

/*
------ Overpass
Thin 100
ExtraLight 200
Light 300
Reegular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
.u-font-en {
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* .l-header
================================================ */
.l-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 243px;
}
@media (max-width: 1349.98px) {
  .l-header {
    height: 80px;
  }
  .l-header__wrap {
    padding: 21px 20px 0;
    height: 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header .l-header__wrap {
    position: relative;
    z-index: 20;
  }
  .l-header__btn {
    position: absolute;
    width: 80px;
    top: 0;
    right: 60px;
  }
}

@media (tb-over) {
  .l-header {
    position: relative;
    z-index: 20;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header__logo a {
    gap: 5px;
  }
  .l-header__logo img {
    width: 220px;
  }
  .l-header__logo span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1350px) {
  .l-header__wrap {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 20px 40px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
@media all and (max-width: 767.98px) {
  .l-header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    min-width: 320px;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-header__wrap {
    padding: 12px;
    height: 50px;
    background: transparent;
  }
  .l-header__logo {
    position: relative;
    z-index: 10;
  }
  .l-header__logo a {
    gap: 1px;
    width: 200px;
  }
  .l-header__logo img {
    width: 127px;
  }
  .l-header__logo span {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  z-index: 9999999;
}
.l-nav-btn__line {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 2px;
  content: "";
  background: #4669A1;
  z-index: 999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-btn__line:nth-child(1) {
  top: 17px;
}
.l-nav-btn__line:nth-child(2) {
  top: 25px;
}
.l-nav-btn__line:nth-child(3) {
  top: 33px;
}
.l-nav-btn.is-open .l-nav-btn__line {
  background: #4669A1;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

/* .l-nav

================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1349.98px) {
  .l-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    overflow: auto;
    z-index: 100;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    left: 0;
  }
  .l-nav__wrap {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    z-index: 100;
  }
}
@media all and (max-width: 767.98px) {
  .l-nav {
    top: 50px;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list {
  position: relative;
}
.l-nav-list a {
  position: relative;
  display: block;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
  color: #222222;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1350px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 33px;
  }
  .l-nav-list a {
    font-size: 1.5rem;
  }
  .l-nav-list a:hover {
    color: #999;
  }
}

@media (max-width: 1349.98px) {
  .l-nav__wrap {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list {
    display: none;
    overflow: hidden;
    width: 100%;
    background: #4669A1;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav__wrap .c-btn01 {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item a {
    display: block;
    color: #fff;
    background: #4669A1;
    font-weight: 400;
    padding: 15px 0px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list__item + .l-nav-list__item {
    border-top: 1px solid #E7CEB5;
  }
}
@media (max-width: 1349.98px) {
  body.is-open .l-nav__wrap {
    opacity: 1;
    z-index: 10;
  }
  body.is-open .l-nav-list {
    opacity: 1;
    display: block;
  }
  body.is-open .l-nav-list__item {
    opacity: 1;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  body.is-open .l-nav__wrap .l-nav-list__item a {
    z-index: 15;
  }
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
@media all and (min-width: 1400px) {
  .l-nav-overlay {
    display: none !important;
  }
}

.foot-about__inner {
  padding-top: 90px;
  padding-bottom: 90px;
  background: transparent;
}
.foot-about .foot-about__head {
  margin-bottom: 3em;
}
@media all and (max-width: 767.98px) {
  .foot-about__inner {
    padding: 60px 30px 40px;
  }
  .foot-about .foot-about__head {
    margin-bottom: 20px;
  }
}

#footer {
  position: relative;
  background: #EAF1F4;
}
#footer .l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .l-footer__nav .fnav-list .item {
  font-weight: 700;
}
#footer .l-footer__nav .fnav-list .item a {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  #footer {
    padding: 40px 0 100px;
  }
  #footer .l-footer__logo {
    width: 170px;
  }
  #footer .l-footer__address {
    margin: 15px 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  #footer .l-footer__copyright {
    position: absolute;
    bottom: 58px;
    left: 15px;
    font-size: 1rem;
  }
  #footer .l-footer__nav {
    width: 240px;
  }
  #footer .l-footer__nav .fnav-list .item {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  #footer {
    padding: 63px 50px 65px;
  }
  #footer .l-footer__inner {
    width: 100%;
    max-width: 1200px;
  }
  #footer .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
  #footer .l-footer__address {
    margin: 25px 0 16px 0;
    line-height: 2;
    font-weight: 500;
  }
  #footer .l-footer__copyright {
    font-size: 1.2rem;
  }
  #footer .l-footer__nav {
    width: 340px;
  }
  #footer .fnav-list .item {
    font-weight: 700;
  }
  #footer .fnav-list .item a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 100%;
    height: 1px;
    background: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer .fnav-list .item a:hover::after {
    right: 0;
  }
  #footer .fnav-list .item + .item {
    margin-top: 18px;
  }
}

/*
&lt;footer id="footer" class="l-footer"&gt;
	&lt;div class="l-footer__inner u-inner"&gt;
		&lt;div class="l-footer__wrap"&gt;
			&lt;div&gt;
				&lt;p class="l-footer__logo"&gt;&lt;img src="img/common/footer_logo01.webp" width="213" height="49" alt="ロゴ"&gt;&lt;/p&gt;
				&lt;p class="l-footer__address"&gt;株式会社ミズテック&lt;br&gt;〒243-0435　神奈川県海老名市下今泉1-20-18&lt;/p&gt;
				&lt;p class="l-footer__copyright"&gt;&amp;copy; 2023 株式会社ミズテック  All Rights Reserved.&lt;/p&gt;
			&lt;/div&gt;
			&lt;nav class="l-footer__nav" itemscope itemtype="https://schema.org/SiteNavigationElement"&gt;
				&lt;ul class="fnav-list"&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="/message/"&gt;メッセージ&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="/company/"&gt;会社を知る&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="/service/"&gt;事業を知る&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="/culture/"&gt;環境を知る&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="/interview/"&gt;仲間を知る&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;ul class="fnav-list" &gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="#faq"&gt;よくある質問&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="#"&gt;募集要項 | 中途採用&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="#"&gt;プライバシーポリシー&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="#"&gt;ミズテック公式サイト&lt;/a&gt;&lt;/li&gt;
					&lt;li class="item" itemprop="name"&gt;&lt;a  href="#"&gt;ミズテックブログ&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/nav&gt;
		&lt;/div&gt;	
	&lt;/div&gt;
&lt;/footer&gt;

*/
@media (min-width: 1350px) {
  .footer-cv {
    display: none;
  }
}
@media (max-width: 1349.98px) {
  .footer-cv {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    background: #E0F2FB;
  }
  .footer-cv__list {
    margin: 7px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-itemss: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer-cv__list li {
    width: 100%;
    max-width: 300px;
  }
  .footer-cv__list a {
    padding-top: 5px;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    font-weight: 600;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-cv__list .btn01 {
    color: #4669a1;
    background: #fff;
    border: 1px solid #4669a1;
  }
  .footer-cv__list .btn01:hover {
    background: rgba(70, 105, 161, 0.02);
  }
  .footer-cv__list .btn02 {
    color: #fff;
    background: #F2B222;
    border: 1px solid #F2B222;
  }
  .footer-cv__list .btn02:hover {
    background: rgb(196, 121, 25);
    border: 1px solid rgb(196, 121, 25);
  }
}
@media all and (max-width: 767.98px) {
  .footer-cv__list a {
    padding-top: 6px;
  }
}
.c-list01 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.c-list01 li {
  position: relative;
  padding-left: 33px;
  background: url(/html/user_data/standard1/img/cmn_ico01.png) 0 10px/25px no-repeat;
  font-size: 2.8rem;
  font-weight: 700;
}
.c-list01 li + li {
  margin-top: 8px;
}
@media all and (max-width: 767.98px) {
  .c-list01 {
    display: table;
    margin: auto;
    max-width: 325px;
  }
  .c-list01 li {
    font-size: 2rem;
    line-height: 1.4;
    background: url(/html/user_data/standard1/img/cmn_ico01.png) 0 5px/20px no-repeat;
    padding-left: 28px;
  }
}

.c-head01 {
  margin-bottom: 15px;
}
.c-head01 &gt; span {
  display: block;
  line-height: 1.3;
}
.c-head01.is-center {
  text-align: center;
}
.c-head01__en {
  margin-bottom: 3px;
  font-size: 7.4rem;
  font-weight: 900;
  color: #4669A1;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.c-head01__en:first-letter {
  text-transform: uppercase;
}
.c-head01__jp {
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .c-head01 .c-head01__en {
    font-size: 5.2857142857vw;
  }
  .c-head01 .c-head01__jp {
    font-size: 1.8571428571vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-head01 {
    margin-bottom: 40px;
  }
  .c-head01 .c-head01__en {
    margin-bottom: 0;
    font-size: 11.875vw;
  }
  .c-head01 .c-head01__jp {
    font-size: 5vw;
  }
}

.c-head02 {
  margin-bottom: 15px;
}
.c-head02 &gt; span {
  display: block;
  line-height: 1.3;
}
.c-head02__en {
  margin-bottom: 3px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #4669A1;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.c-head02__en:first-letter {
  text-transform: uppercase;
}
.c-head02__jp {
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .c-head02 .c-head02__en {
    font-size: 1.1428571429vw;
  }
  .c-head02 .c-head02__jp {
    font-size: 1.8571428571vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-head02 .c-head02__en {
    font-size: 3.75vw;
  }
  .c-head02 .c-head02__jp {
    font-size: 5.625vw;
  }
}

/*
.c-head03 {
	margin-bottom: 15px;
	&gt; span {
		display: block;
		line-height: 1.3;
		color: $clr_blue;
		font-weight: 600;
	}
	&amp;__txt01 {
		margin-bottom: 3px;
		font-size: 1.6rem;
	}
	&amp;__txt02 {
		font-size: 4rem;
	}
	@include mq(tb) {
		.c-head03__txt01 {
			font-size: calc(1600vw/1400);
		}
		.c-head03__txt02 {
			font-size: calc(4000vw/1400);
		}
	}
	@include mq(sp) {
		.c-head03__txt01 {
			font-size: calc(1400vw/320);
		}
		.c-head03__txt02 {
			font-size: calc(2600vw/320);
		}
	}
}
*/
.c-btn01 {
  position: relative;
  width: 160px;
  height: 44px;
  border-radius: 22px;
  background: #C47919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 41px;
  border-radius: 20px;
  font-size: 1.4rem;
  padding-right: 10px;
  font-weight: 700;
  color: #fff;
  background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 15px) center/10px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn01:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-btn01.is-large {
  width: 237px;
  height: 53px;
  border-radius: 25px;
}
.c-btn01.is-large a {
  padding-right: 15px;
  width: 237px;
  height: 50px;
  font-size: 1.9rem;
  border-radius: 22px;
  background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 30px) center/15px no-repeat;
}

.c-btn02 {
  position: relative;
  width: 200px;
}
.c-btn02 a {
  position: relative;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #4669A1 url(../img/common/ico_arrow02.svg) calc(100% - 22px) center/15px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn02 a:hover {
  background: #4669A1 url(../img/common/ico_arrow02.svg) calc(100% - 7px) center/15px no-repeat;
}
.c-btn02.is-reverse a {
  background: #4669A1 url(../img/common/ico_arrow03.svg) 22px center/15px no-repeat;
}
.c-btn02.is-reverse a:hover {
  background: #4669A1 url(../img/common/ico_arrow03.svg) 7px center/15px no-repeat;
}

.c-faq01__item {
  border-top: 1px solid rgba(70, 105, 161, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-faq01__item:last-child {
  border-bottom: 1px solid rgba(70, 105, 161, 0.3);
}
.c-faq01__q, .c-faq01__a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
.c-faq01__q-head, .c-faq01__a-head {
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-faq01__q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-faq01__q::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  top: 10px;
  right: 0;
  background: url(../img/common/faq_ico01.svg) 0 0/30px no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-faq01__q-text {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-faq01__q.is-active::after {
  background: url(../img/common/faq_ico02.svg) 0 0/30px no-repeat;
}
.c-faq01__q-head {
  color: #fff;
  background: #4669A1;
  line-height: 1.7777777778;
}
.c-faq01__a {
  margin-top: 20px;
}
.c-faq01__a-head {
  color: #4669A1;
  background: #fff;
  border: 1px solid #4669A1;
}
.c-faq01__a-text {
  padding-top: 7px;
  font-size: 1.6rem;
  line-height: 2;
  max-width: 875px;
  width: 90%;
}

@media all and (max-width: 767.98px) {
  .c-faq01__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-faq01__q, .c-faq01__a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
  .c-faq01__q-head, .c-faq01__a-head {
    padding-top: 2px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
  }
  .c-faq01__q::after {
    width: 20px;
    height: 20px;
    top: 5px;
    background: url(../img/common/faq_ico01.svg) 0 0/20px no-repeat;
  }
  .c-faq01__q.is-active::after {
    background: url(../img/common/faq_ico02.svg) 0 0/20px no-repeat;
  }
  .c-faq01__q-text {
    padding-top: 2px;
    padding-right: 30px;
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .c-faq01__q-head {
    line-height: 1.7777777778;
  }
  .c-faq01__a {
    margin-top: 20px;
  }
  .c-faq01__a-text {
    padding-top: 2px;
    padding-right: 30px;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.c-cv .c-cv__head .c-head01__en,
.c-cv .c-cv__head .c-head01__jp {
  color: #fff;
}
.c-cv .c-cv__inner {
  position: relative;
  width: 100%;
}
.c-cv .c-cv__text {
  position: absolute;
  left: 0;
  right: 0;
}
.c-cv .c-cv__text-inner {
  margin: auto;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-cv__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-cv__img img {
    width: 1334px;
    min-width: 1334px;
    max-width: 1334px;
  }
  .c-cv__text {
    top: 100px;
  }
  .c-cv__text-inner {
    width: 373px;
  }
  .c-cv__text .entry__btn {
    margin-top: 60px;
    width: 373px;
    height: 85px;
    border-radius: 43px;
  }
  .c-cv__text .entry__btn a {
    width: 373px;
    height: 79px;
    font-size: 2.9rem;
    padding-right: 13px;
    border-radius: 40px;
    background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 45px) center/23px no-repeat;
  }
  .c-cv__inner {
    margin: 0 auto 100px;
    max-width: 1332px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .c-cv__head .c-head01__en {
    font-size: 7.4rem;
  }
  .c-cv__head .c-head01__jp {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767.98px) {
  .c-cv {
    padding-top: 30px;
  }
  .c-cv__inner {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-cv__text {
    top: 0;
    height: calc((100vw - 30px) * 300 / 290);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cv__text-inner {
    width: 237px;
    padding-top: 26px;
    padding-top: 8vw;
  }
  .c-cv__text .c-head01__jp {
    margin-top: 2vw;
  }
  .c-cv__text .entry__btn {
    margin-top: 45px;
    width: 237px;
    height: 54px;
    border-radius: 27px;
  }
  .c-cv__text .entry__btn a {
    width: 237px;
    height: 50px;
    font-size: 1.9rem;
    padding-right: 13px;
    border-radius: 25px;
    background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 28px) center/13px no-repeat;
  }
  .c-cv__inner {
    margin: 0 auto 80px;
  }
}
.pagetitle {
  margin: 14px 0 70px;
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/recruitment/recruit-mv_bg-pc.webp);
}
.pagetitle.is-message {
  background-image: url(../img/message/message-mv_bg-pc.webp);
}
.pagetitle.is-about {
  background-image: url(../img/about/about-mv_bg-pc.webp);
}
.pagetitle.is-about {
  background-image: url(../img/about/about-mv_bg-pc.webp);
}
.pagetitle.is-culture {
  background-image: url(../img/culture/culture-mv_bg-pc.webp);
}
.pagetitle.is-entry {
  background-image: url(../img/entry/entry-mv_bg-pc.webp);
}
.pagetitle.is-faq {
  background-image: url(../img/faq/faq-mv_bg-pc.webp);
}
.pagetitle.is-interview {
  background-image: url(../img/interview/interview-mv_bg-pc.webp);
}
.pagetitle.is-recruitment {
  background-image: url(../img/recruitment/recruit-mv_bg-pc.webp);
}
.pagetitle.is-service {
  background-image: url(../img/service/service-mv_bg-pc.webp);
}

@media all and (max-width: 767.98px) {
  .pagetitle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 0 50px;
    height: 162px;
    background-image: url(../img/recruitment/recruit-mv_bg-sp.webp);
  }
  .pagetitle.is-message {
    background-image: url(../img/message/message-mv_bg-sp.webp);
  }
  .pagetitle.is-about {
    background-image: url(../img/about/about-mv_bg-sp.webp);
  }
  .pagetitle.is-about {
    background-image: url(../img/about/about-mv_bg-sp.webp);
  }
  .pagetitle.is-culture {
    background-image: url(../img/culture/culture-mv_bg-sp.webp);
  }
  .pagetitle.is-entry {
    background-image: url(../img/entry/entry-mv_bg-sp.webp);
  }
  .pagetitle.is-faq {
    background-image: url(../img/faq/faq-mv_bg-sp.webp);
  }
  .pagetitle.is-interview {
    background-image: url(../img/interview/interview-mv_bg-sp.webp);
  }
  .pagetitle.is-recruitment {
    background-image: url(../img/recruitment/recruit-mv_bg-sp.webp);
  }
  .pagetitle.is-service {
    background-image: url(../img/service/service-mv_bg-sp.webp);
  }
}
.c-header &gt; span {
  display: block;
  line-height: 1.3;
  color: #fff;
}
.c-header__en {
  margin-bottom: 3px;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.c-header__en:first-letter {
  text-transform: uppercase;
}
.c-header__jp {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .c-header &gt; span {
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .c-header__en {
    font-size: 3.4285714286vw;
  }
  .c-header__jp {
    font-size: 1.5714285714vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-header {
    padding-left: 30px;
  }
  .c-header__en {
    font-size: 3.3rem;
  }
  .c-header__jp {
    font-size: 1.4rem;
  }
}

.pagetitle-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .pagetitle-wrap {
    width: 100vw;
    max-width: 1400px;
    padding-left: 2.4285714286vw;
    padding-right: 2.4285714286vw;
  }
}
@media all and (min-width: 1400px) {
  .pagetitle-wrap {
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
    margin: auto;
  }
}

.pagetitle-wrap .breadcrumbs {
  position: absolute;
  bottom: 9px;
  right: 15px;
  color: #fff;
  font-size: 9px;
}
.pagetitle-wrap .breadcrumbs a {
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .pagetitle-wrap .breadcrumbs {
    right: calc(2.4285714286vw + 66px);
    bottom: 35px;
    font-size: 12px;
  }
}
@media all and (min-width: 1400px) {
  .pagetitle-wrap .breadcrumbs {
    right: 100px;
    bottom: 35px;
    font-size: 12px;
  }
}
.pagetitle-wrap .breadcrumbs .space {
  padding: 0 0.5em;
}

.anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.anchor-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4669A1;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #4669A1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchor-nav li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #4669A1;
  border-bottom: 2px solid #4669A1;
  top: calc(50% - 5px);
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchor-nav li a:hover::after {
  top: calc(50% - 3px);
}
@media all and (max-width: 767.98px) {
  .anchor-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .anchor-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anchor-nav li a {
    width: 250px;
    font-size: 1.6rem;
  }
  .anchor-nav li a::after {
    right: 20px;
  }
}

.c-box {
  margin: auto;
  background: #fff;
}
@media all and (min-width: 768px) {
  .c-box {
    width: 1200px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-box-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media all and (max-width: 767.98px) {
  .c-box-movie {
    margin: 20px auto 50px;
    width: 260px;
  }
}
@media all and (min-width: 768px) {
  .c-box-movie {
    margin: 20px auto 90px;
    width: 660px;
  }
}

.c-table01 {
  width: auto;
  border-collapse: collapse;
}
@media all and (max-width: 767.98px) {
  .c-table01 th, .c-table01 td {
    display: block;
    text-align: left;
    padding: 10px;
  }
  .c-table01 th {
    padding: 15px 10px 5px;
  }
  .c-table01 td {
    padding: 5px 10px 15px;
  }
  .c-table01 tr {
    border-bottom: 1px solid rgb(70, 105, 161);
  }
  .c-table01 tr:first-child {
    border-top: 1px solid rgb(70, 105, 161);
  }
}
@media all and (min-width: 768px) {
  .c-table01 tr {
    border-bottom: 1px solid rgba(70, 105, 161, 0.3);
  }
  .c-table01 th {
    border-bottom: 1px solid rgb(70, 105, 161);
  }
  .c-table01 tr:first-child {
    border-top: 1px solid rgba(70, 105, 161, 0.3);
  }
  .c-table01 tr:first-child th {
    border-top: 1px solid rgb(70, 105, 161);
  }
}

.c-table02 {
  width: auto;
  border-collapse: collapse;
}
.c-table02 tr {
  border-bottom: 1px solid #1E267E;
}
.c-table02 tr:first-child {
  border-top: 1px solid #1E267E;
}
.c-table02 th {
  background: #EAF1F4;
}
@media all and (max-width: 767.98px) {
  .c-table02 th, .c-table02 td {
    display: block;
    text-align: left;
  }
  .c-table02 th {
    padding: 13px 10px;
  }
  .c-table02 td {
    padding: 15px 0;
  }
}
@media all and (min-width: 768px) {
  .c-table02 th {
    border-bottom: 1px solid #1E267E;
  }
  .c-table02 tr:first-child th {
    border-top: 1px solid #1E267E;
  }
}

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

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

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

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

.js-flow-nav {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-flow-nav.is-active {
  display: block;
}

.mv {
  position: relative;
}
.mv .slide-arrow {
  background: #4669A1;
  height: 52px;
}
.mv .next-arrow {
  border-radius: 0 4px 4px 0;
}
.mv .prev-arrow {
  border-radius: 4px 0 0 4px;
}
.mv .slick-num {
  background: #EDEDED;
  width: 67px;
  height: 52px;
  font-size: 1.8rem;
  line-height: 52px;
  text-align: center;
  color: #1769BE;
}
.mv .slick-num,
.mv .prev-arrow,
.mv .next-arrow {
  position: absolute;
  bottom: -26px;
  z-index: 1;
}
.mv .slick-num {
  right: 96px;
  width: 67px;
}
.mv .prev-arrow {
  right: 163px;
}
.mv .next-arrow {
  right: 43px;
}
.mv .mv-slider01__text {
  position: absolute;
  bottom: 59px;
  left: 67px;
}
.mv .mv-slider01__copy-jp span {
  display: table;
  font-size: 3.6rem;
  line-height: 68px;
  font-weight: 900;
  background: #fff;
  height: 68px;
  padding: 0 18px;
}
.mv .mv-slider01__copy-jp span + span {
  margin-top: 10px;
}
.mv .mv-slider01__copy-en {
  margin: 10px 0 20px;
}
.mv .mv-slider01__btn {
  position: relative;
}
.mv .mv-slider01__btn img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv .mv-slider01__btn img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (min-width: 768px) {
  .mv .mv-slider01__text {
    bottom: 4.2142857143vw;
    left: 4.7857142857vw;
  }
  .mv .mv-slider01__copy-jp span {
    font-size: 2.5714285714vw;
    line-height: 4.8571428571vw;
    padding: 0 1.2857142857vw;
    height: 4.8571428571vw;
  }
  .mv .mv-slider01__copy-jp span + span {
    margin-top: 0.7142857143vw;
  }
  .mv .mv-slider01__copy-en {
    width: 25vw;
  }
  .mv .mv-slider01__btn {
    width: 16.9285714286vw;
  }
}
@media all and (max-width: 767.98px) {
  .mv img {
    width: 100%;
  }
  .mv .mv-slider01 {
    padding-bottom: 42.4615384615vw;
  }
  .mv .mv-slider01__text {
    bottom: 0;
    left: 3.125vw;
  }
  .mv .mv-slider01__copy-jp span {
    font-size: 6.25vw;
    line-height: 1;
    height: auto;
    padding: 7px;
  }
  .mv .mv-slider01__copy-jp span + span {
    margin-top: 1.5625vw;
  }
  .mv .mv-slider01__copy-en {
    margin: 4.375vw 0;
    width: 100%;
    padding: 0 3.125vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mv .mv-slider01__btn {
    margin: auto;
    width: 74.0625vw;
  }
  .mv .slick-num {
    width: 34px;
    height: 26px;
    font-size: 1.1rem;
    line-height: 26px;
    right: 25px;
  }
  .mv .slick-num,
  .mv .prev-arrow,
  .mv .next-arrow {
    bottom: calc(42.4615384615vw - 23px);
    height: 26px;
  }
  .mv .next-arrow,
  .mv .prev-arrow {
    width: 25px;
    height: 26px;
  }
  .mv .prev-arrow {
    right: 59px;
  }
  .mv .next-arrow {
    right: 0;
  }
}

.home-about__head {
  text-align: center;
}

.home-about__inner {
  background: #F4F9FC;
}

.home-faq__head {
  text-align: center;
}
.home-faq__head .c-head01__en {
  text-transform: uppercase;
}

@media all and (max-width: 767.98px) {
  .home-message__inner {
    padding: 58px 15px 60px;
  }
  .home-message__text {
    margin: 20px 0;
    line-height: 1.6428571429;
  }
  .home-message__btn {
    margin: 20px auto;
    width: 200px;
  }
  .home-about {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-about__inner {
    padding: 33px 15px;
  }
  .home-about__head {
    margin-bottom: 20px;
  }
  .home-about__img {
    margin-bottom: 20px;
  }
  .home-about__txt {
    line-height: 1.6428571429;
  }
  .home-about__btn {
    margin: 28px auto 0;
  }
  .home-about__item + .home-about__item {
    margin-top: 50px;
  }
  .home-interview {
    padding-top: 80px;
  }
  .home-interview__head .c-head01 {
    margin-bottom: 20px;
  }
  .home-interview__txt {
    margin: 20px 0;
    line-height: 1.6428571429;
  }
  .home-interview__btn {
    margin: 28px auto 0;
  }
  .home-interview__wrap02 {
    margin-top: 80px;
  }
  .home-interview__movie {
    margin-top: 30px;
    padding: 0 15px;
  }
  .home-interview__movie .slick-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .home-interview__movie .slick-dots button {
    width: 8px;
    height: 8px;
    background: #EAF1F4;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999px;
  }
  .home-interview__movie .slick-dots .slick-active button {
    background: #4669A1;
  }
  .home-faq {
    padding: 80px 15px 50px;
  }
  .home-faq__btn {
    margin: 30px auto 0;
  }
}
@media all and (min-width: 768px) {
  .home-message {
    padding-top: 157px;
    padding-bottom: 148px;
  }
  .home-message__inner {
    margin: auto;
    width: 100%;
    max-width: 1048px;
  }
  .home-message__wrap {
    display: block;
  }
  .home-message__wrap::after {
    display: block;
    content: "";
    clear: both;
  }
  .home-message__img {
    float: right;
  }
  .home-message__head {
    float: left;
  }
  .home-message__text {
    float: left;
    width: 425px;
  }
  .home-message__txt {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .home-about__inner {
    width: 100%;
    max-width: 1332px;
    margin: autu;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .home-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .home-about__list .home-about__item {
    width: 380px;
  }
  .home-about__img {
    margin-bottom: 20px;
  }
  .home-about__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .home-about__btn {
    margin: 28px auto 0;
  }
  .home-interview {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .home-interview__inner {
    margin: auto;
    max-width: 1200px;
    width: 100%;
  }
  .home-interview__wrap01 {
    display: block;
  }
  .home-interview__wrap01::after {
    display: block;
    content: "";
    clear: both;
  }
  .home-interview__img {
    padding-top: 20px;
    float: left;
    width: calc(100% - 552px);
    max-width: 590px;
    padding-right: 40px;
  }
  .home-interview__head {
    float: right;
    width: 512px;
  }
  .home-interview__text {
    float: right;
    width: 512px;
  }
  .home-interview__txt {
    max-width: 472px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .home-interview__wrap02 {
    padding: 60px 50px;
  }
  .home-interview__movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-interview__movie li {
    width: calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);
  }
  .home-faq {
    padding-top: 59px;
    padding-bottom: 150px;
  }
  .home-faq__inner {
    margin: auto;
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-faq__btn {
    margin: 60px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1058px) {
  .home-message__img {
    width: 53.8752362949vw;
  }
  .home-message__head,
  .home-message__text {
    width: 40.1701323251vw;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-interview__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.message-profile__head02 {
  margin-bottom: 20px;
  color: #4669A1;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}
.message-profile__head02 small {
  font-size: 1.6rem;
}

.message-profile__head03 {
  font-size: 1.8rem;
  font-weight: 600;
}

.profile-history {
  font-size: 1.4rem;
  line-height: 2;
}
.profile-history__item {
  width: 100%;
  margin-top: 6px;
}
.profile-history__item .date {
  color: #4669A1;
  font-family: "Overpass", sans-serif;
  font-size: 1.6rem;
}
.profile-history__item .text {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .profile-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-history__item .date {
    width: 70px;
  }
  .profile-history__item .text {
    width: calc(100% - 70px);
  }
}

@media all and (max-width: 767.98px) {
  .message-profile__inner {
    margin: 50px 15px 90px;
  }
  .message-profile__head {
    margin-bottom: 20px;
  }
  .message-profile__head02 {
    margin: 10px 0 20px;
    font-size: 2.6rem;
  }
  .message-profile__head02 small {
    font-size: 1.4rem;
  }
  .message-profile__head03 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 768px) {
  .message-profile__inner {
    max-width: 90%;
    width: 1042px;
    margin: 80px auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message-profile__text {
    width: 43.3%;
  }
  .message-profile__img {
    width: 54.7%;
  }
}
.message-main {
  background: #F4F9FC;
}

.message-main__headbox-head {
  color: #4669A1;
  font-weight: 600;
}

@media all and (max-width: 767.98px) {
  .message-main {
    padding: 50px 15px 20px;
  }
  .message-main .c-head01 {
    margin-bottom: 20px;
  }
  .message-main__text {
    margin-bottom: 50px;
  }
  .message-main__text h3 {
    margin: 20px 0 10px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .message-main__box {
    margin: 30px 0;
    padding: 30px 15px 35px;
  }
  .message-main__headbox-head {
    margin: 20px 0 15px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
@media all and (min-width: 768px) {
  .message-main {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .message-main__headbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 100%;
    gap: 4%;
  }
  .message-main__headbox-img {
    width: 57%;
  }
  .message-main__headbox-head {
    width: 39%;
    font-size: 2.6rem;
    line-height: 1.7307692308;
  }
  .message-main__headbox.is-reverse .message-main__headbox-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-main__headbox.is-reverse .message-main__headbox-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-main__wrap01 {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message-main__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45%;
  }
  .message-main__text h3 {
    margin-bottom: 0.5em;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .message-main__text p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
  .message-main__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
  }
  .message-main__box {
    margin-top: 60px;
    padding: 90px 100px;
  }
  .message-main__textarea {
    max-width: 800px;
    width: 80%;
    margin: 60px auto 0;
  }
  .message-main__textarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .message-main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .message-main__box {
    padding: 7vw 5%;
  }
}
.message-main iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.philosophy {
  margin-top: 50px;
  padding-bottom: 80px;
}

.philosophy-text {
  margin-top: 53px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.125;
}

.philosophy-logo {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 3px;
}
.philosophy-logo img {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 767.98px) {
  .philosophy .c-head01 {
    margin-bottom: 20px;
  }
  .philosophy-text {
    margin: 0 30px;
  }
  .philosophy-logo img {
    width: 160px;
  }
}
@media all and (min-width: 768px) {
  .philosophy {
    margin-top: 90px;
    padding-bottom: 90px;
  }
  .philosophy-text {
    margin-top: 53px;
    font-size: 2.6rem;
    line-height: 1.7307692308;
    text-align: center;
  }
  .company {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .company-table {
    margin: 50px auto 0;
    width: 98%;
    max-width: 800px;
  }
  .company-table th {
    width: 20%;
    padding: 19px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company-table td {
    width: 80%;
    padding: 19px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 767.98px) {
  .company {
    margin-bottom: 60px;
    padding: 50px 15px 50px;
  }
  .company .c-head01 {
    margin-bottom: 20px;
  }
  .company-table {
    margin: 0px auto 0;
    width: 100%;
  }
}
.company {
  background: #F4F9FC;
}

.access-text h3 {
  margin-bottom: 0.4em;
  font-size: 2.6rem;
  font-weight: 600;
  color: #4669A1;
}
.access-text p + h3 {
  margin-top: 30px;
}
.access-text a {
  color: blue;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.access-text a:hover {
  color: #4669A1;
}

@media all and (max-width: 767.98px) {
  .access {
    padding: 10px 15px 20px;
  }
  .access .c-head01 {
    margin-bottom: 20px;
  }
  .access-text {
    margin-bottom: 20px;
  }
  .access-text h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .access-text p + h3 {
    margin-top: 20px;
  }
  .access-map iframe {
    height: 240px;
  }
}
@media all and (min-width: 768px) {
  .access {
    padding-top: 90px;
  }
  .access-wrap {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .access-text {
    width: 52.5%;
  }
  .access-text p {
    line-height: 2;
  }
  .access-map {
    width: 47.5%;
  }
}
.service-main {
  background: #F4F9FC;
}

.service-main__box h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #4669A1;
}

@media all and (max-width: 767.98px) {
  .service-main {
    margin-bottom: 15px;
    padding: 50px 15px;
  }
  .service-main .c-head01 {
    margin-bottom: 20px;
  }
  .service-main__textarea {
    margin-bottom: 50px;
  }
  .service-main__box {
    padding: 30px 15px 10px;
  }
  .service-main__box h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .service-main__img {
    margin-bottom: 20px;
  }
  .service-main__text {
    margin-bottom: 50px;
  }
  .service-main__wrap:last-child .service-main__text {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .service-main__textarea {
    max-width: 800px;
    width: 80%;
    margin: 60px auto;
  }
  .service-main__textarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .service-main__box {
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service-main__box h3 {
    margin-bottom: 60px;
    text-align: center;
  }
  .service-main {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .service-main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 100%;
    gap: 6%;
  }
  .service-main__wrap + .service-main__wrap {
    margin-top: 60px;
  }
  .service-main__img {
    width: 57%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service-main__text {
    width: 47%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-main__text p {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .service-main__wrap.is-reverse .service-main__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service-main__wrap.is-reverse .service-main__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .service-main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service-main__box {
    padding: 7vw 5%;
  }
}
.culture-merit {
  background: #F4F9FC;
}

@media all and (max-width: 767.98px) {
  .culture-merit {
    padding: 50px 15px;
  }
  .culture-merit .c-head01 {
    margin-bottom: 20px;
  }
  .culture-merit__box {
    margin-top: 50px;
    padding: 30px 15px;
  }
  .culture-merit__img {
    margin-bottom: 20px;
  }
  .culture-merit__text {
    margin-bottom: 50px;
  }
  .culture-merit__wrap:last-child .culture-merit__text {
    margin-bottom: 0px;
  }
}
@media all and (min-width: 768px) {
  .culture-merit__textarea {
    max-width: 800px;
    width: 80%;
    margin: 60px auto;
  }
  .culture-merit__textarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .culture-merit__box {
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .culture-merit {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .culture-merit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 100%;
    gap: 6%;
  }
  .culture-merit__wrap + .culture-merit__wrap {
    margin-top: 60px;
  }
  .culture-merit__img {
    width: 57%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .culture-merit__text {
    width: 47%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .culture-merit__text p {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .culture-merit__wrap.is-reverse .culture-merit__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .culture-merit__wrap.is-reverse .culture-merit__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .culture-merit {
    padding-right: 10px;
    padding-left: 10px;
  }
  .culture-merit__box {
    padding: 7vw 5%;
  }
}
@media all and (max-width: 767.98px) {
  .culture-movie {
    margin: 53px auto 50px;
  }
}
@media all and (min-width: 768px) {
  .culture-movie {
    margin: 90px auto;
    width: 100%;
    max-width: 660px;
  }
}

@media all and (min-width: 768px) {
  .culture-system .culture-movie {
    margin: 60px auto;
  }
}

.culture-career__text h3 {
  font-weight: 600;
  color: #4669A1;
}

@media all and (max-width: 767.98px) {
  .culture-career {
    padding: 80px 15px;
    background: #fff;
  }
  .culture-career .c-head01 {
    text-align: center;
  }
  .culture-career__text h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
  .culture-career__img {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .culture-career {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .culture-career__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    gap: 8%;
  }
  .culture-career__wrap + .culture-career__wrap {
    margin-top: 60px;
  }
  .culture-career__img {
    width: 40%;
  }
  .culture-career__text {
    width: 52%;
  }
  .culture-career__text h3 {
    margin: 1em 0;
    font-size: 2.6rem;
    line-height: cal(45/26);
  }
  .culture-career__text p {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .culture-career {
    padding-right: 10px;
    padding-left: 10px;
  }
  .culture-career__box {
    padding: 7vw 5%;
  }
}
.culture-system__text h3 {
  font-weight: 600;
  color: #4669A1;
}

@media all and (max-width: 767.98px) {
  .culture-system {
    padding: 0 15px 20px;
    background: #fff;
  }
  .culture-system .c-head01 {
    margin-bottom: 20px;
    text-align: center;
  }
  .culture-movie {
    width: 260px;
    margin: 20px auto;
  }
  .culture-system__img {
    width: 204px;
    margin: 30px auto 20px;
  }
  .culture-system__text h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
@media all and (min-width: 768px) {
  .culture-system {
    padding-top: 75px;
  }
  .culture-system__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 100%;
    max-width: 1046px;
    gap: 7%;
  }
  .culture-system__wrap + .culture-system__wrap {
    margin-top: 60px;
  }
  .culture-system__img {
    width: 33%;
  }
  .culture-system__text {
    width: 60%;
  }
  .culture-system__text h3 {
    margin: 1em 0;
    font-size: 2.6rem;
    line-height: cal(45/26);
  }
  .culture-system__text p {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .culture-system {
    padding-right: 10px;
    padding-left: 10px;
  }
  .culture-system__box {
    padding: 7vw 5%;
  }
}
.interview-main {
  background: #F4F9FC;
}
.interview-main__catch {
  margin: 20px 0 50px 0;
}

.interview-list {
  font-weight: 600;
}
.interview-list .interview-txt01 {
  color: #4669A1;
}
.interview-list .interview-txt02 br {
  display: none;
}
.interview-list .interview-txt03 {
  font-weight: 400;
}
.interview-list .interview-txt03 .name {
  color: #4669A1;
  font-weight: 600;
}

.interview-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

@media all and (max-width: 767.98px) {
  .interview-main {
    margin-bottom: 20px;
    padding: 50px 15px;
  }
  .interview-main .c-head01 {
    margin-bottom: 20px;
  }
  .interview-txt01 {
    margin-top: 20px;
  }
  .interview-txt02 {
    margin: 5px 0;
    font-size: 1.6rem;
  }
  .interview-txt03 {
    font-size: 1.2rem;
  }
  .interview-txt03 .name {
    font-size: 1.6rem;
  }
  .interview-btn01 {
    margin-top: 20px;
  }
  .interview-item + .interview-item {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .interview-main {
    padding: 90px 20px;
  }
  .interview-main__catch {
    margin: 3em 0 4em 0;
    text-align: center;
  }
  .interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 2%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .interview-item {
    width: 32%;
  }
  .interview-txt01 {
    margin-top: 1em;
  }
  .interview-txt02 {
    margin: 0.5em 0;
    font-size: 2rem;
  }
  .interview-txt03 {
    font-size: 1.4rem;
  }
  .interview-txt03 .name {
    font-size: 1.8rem;
  }
}
/*  detail */
.interview-header__head {
  font-weight: 600;
}
.interview-header__txt01 {
  font-weight: 600;
  color: #4669A1;
}
.interview-header__txt02 {
  font-weight: 600;
  color: #4669A1;
}
.interview-header__txt03 {
  margin-top: 0.7em;
}
.interview-header__txt03 .date {
  font-weight: 300;
  color: #4669A1;
}

.interview-box .interview-header {
  color: #4669A1;
}

@media all and (max-width: 767.98px) {
  .interview-header {
    margin: 20px auto 20px;
  }
  .interview-header__text {
    margin: 20px 0;
  }
  .interview-header__head {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .interview-header__txt01 {
    font-size: 1.4rem;
  }
  .interview-header__txt02 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .interview-movie__item {
    margin-top: 20px;
  }
  .interview-box {
    margin-top: 50px;
    padding: 10px 15px 30px;
  }
  .interview-header__head {
    font-size: 1.8rem;
  }
  .interview-header__text {
    margin: 15px 0 0;
  }
  .interview-detail__btn {
    margin: 30px auto 0;
  }
}
@media all and (min-width: 768px) {
  .interview-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px auto 90px;
    gap: 50px;
    max-width: 1150px;
    width: 100%;
  }
  .interview-header__img {
    width: 60%;
    max-width: 570px;
  }
  .interview-header__text {
    width: auto;
  }
  .interview-header__head {
    margin-bottom: 1em;
    line-height: 1.7307692308;
    font-size: 2.6rem;
    font-size: 1.9vw;
  }
  .interview-header__txt01 {
    font-size: 1.6rem;
  }
  .interview-header__txt02 {
    font-size: 4rem;
  }
  .interview-header__txt03 {
    margin-top: 0.7em;
    font-size: 1.6rem;
  }
  .interview-box .interview-header__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview-box .interview-header__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 90px auto;
    gap: 4%;
    max-width: 1200px;
    width: 100%;
  }
  .interview-movie__item {
    min-width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview-box {
    margin-top: 60px;
    padding: 60px;
  }
  .interview-box .interview-header {
    margin: 0 auto;
  }
  .interview-text {
    width: 80%;
    max-width: 800px;
    margin: 60px auto 0;
  }
  .interview-text p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .interview-text p + p {
    margin-top: 1.8em;
  }
  .interview-detail__btn {
    margin: 60px auto 0;
  }
  .interview-box .interview-header__head {
    max-width: 300px;
  }
}
@media all and (min-width: 1400px) {
  .interview-header__head {
    font-size: 2.6rem;
  }
}
.pagetitle.is-faq .c-header__en {
  text-transform: capitalize;
}

@media all and (max-width: 767.98px) {
  .faq-main {
    padding: 80px 15px 50px;
    padding: 0 15px 10px;
  }
  .faq-main__btn {
    margin: 30px auto 0;
  }
}
@media all and (min-width: 768px) {
  .faq-main {
    padding-top: 70px;
    margin: auto;
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-main__btn {
    margin: 60px auto 0;
  }
}
.recruit-catch {
  background: #F4F9FC;
}
.recruit-catch__head {
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}

.recruit-item__head {
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #4669A1;
}

.recruit-item__note {
  margin-bottom: -1em;
}

.recruit-item__cat {
  margin: 1.5em 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}
.recruit-item__cat .cat01 {
  font-size: 1.6rem;
  font-weight: 600;
}
.recruit-item__cat .cat02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 21px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #E59836;
  background: #fff;
  border: 1px solid #E59836;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit-list .recruit__btn {
  width: 200px;
  margin: 1.1em auto 0;
}

.recruit-area + .recruit-area {
  margin-top: 60px;
}

.recruit-area__head {
  margin-bottom: 1.2em;
  padding-bottom: 0.3em;
  font-weight: 600;
  border-bottom: 1px solid rgba(70, 105, 161, 0.3);
}

@media all and (max-width: 767.98px) {
  .recruit-catch {
    padding: 30px 15px;
    margin-bottom: 50px;
  }
  .recruit-catch__head {
    font-size: 1.6rem;
  }
  .recruit-catch__textarea {
    margin-top: 10px;
  }
  .recruit-area + .recruit-area {
    margin-top: 60px;
  }
  .recruit-area__head {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .recruit-item + .recruit-item {
    margin-top: 50px;
  }
  .recruit-item__head {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .recruit-list:last-child {
    margin-bottom: 20px;
  }
  .recruit-item__note {
    margin: -1em 0 0;
  }
}
@media all and (min-width: 768px) {
  .recruit-item__note {
    max-width: 270px;
  }
  .recruit-catch {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 20px;
  }
  .recruit-catch__head {
    font-size: 2.6rem;
  }
  .recruit-catch__textarea {
    max-width: 800px;
    width: 80%;
    margin: 30px auto 0;
  }
  .recruit-catch__textarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruit-area + .recruit-area {
    margin-top: 60px;
  }
  .recruit-area__head {
    font-size: 2.6rem;
  }
  .recruit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 2%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .recruit-item {
    width: 32%;
  }
  .recruit-item__head {
    font-size: 2rem;
  }
}
/* detail */
.recruit-detail {
  background: #F4F9FC;
}

.recruit-table {
  margin: 20px auto 0;
  width: 100%;
  max-width: 800px;
}
.recruit-table th {
  padding: 13px 10px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit-table td {
  padding: 3px 10px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767.98px) {
  .recruit-detail {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .recruit-detail__header .recruit-item__head {
    font-size: 1.8rem;
  }
  .recruit-detail__btn {
    margin: 20px auto 50px;
  }
  .recruit-detail__box {
    margin-top: 50px;
    padding: 30px 15px;
  }
  .recruit-detail__box p + p {
    margin-top: 1.5em;
  }
  .recruit-table th, .recruit-table td {
    display: block;
  }
  .recruit-detail__box02 {
    margin-top: 50px;
    padding: 30px 15px;
  }
  .recruit-detail__flow-img {
    margin-top: 30px;
  }
  .recruit-detail__btn02 {
    margin: 50px auto 20px;
  }
}
@media all and (min-width: 768px) {
  .recruit-detail {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
  .recruit-detail__header-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-detail__header-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit-detail__header .recruit-item__head {
    font-size: 2.6rem;
  }
  .recruit-detail__btn {
    margin-top: 2.4em;
  }
  .recruit-detail__box {
    margin-top: 60px;
    padding: 60px;
  }
  .recruit-detail__box-inner {
    margin: auto;
    max-width: 800px;
    width: 90%;
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruit-detail__text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .recruit-detail__text p + p {
    margin-top: 2em;
  }
  .recruit-table {
    margin: 30px auto 0;
  }
  .recruit-table th, .recruit-table td {
    font-size: 1.6rem;
  }
  .recruit-table th {
    width: 20%;
    padding: 19px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recruit-table td {
    width: 80%;
    padding: 19px 40px;
  }
  .recruit-detail__box02 {
    margin-top: 60px;
    padding: 30px 30px 60px;
  }
  .recruit-detail__flow-img {
    margin-top: 30px;
  }
  .recruit-detail__btn02 {
    margin: 60px auto 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .recruit-detail__header {
    gap: 5vw;
  }
  .recruit-detail__header-text {
    padding-left: 2vw;
  }
}
.entry-main {
  padding: 50px 15px;
  margin-bottom: 80px;
  background: #F4F9FC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-btn__area .check {
  font-weight: 600;
}
.entry-btn__area a {
  color: #4669A1;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-btn__area a:hover {
  text-decoration: none;
}

.entry-table th {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-table td input[type=text],
.entry-table td input[type=email] {
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-table td ::-webkit-input-placeholder {
  color: #ccc;
}
.entry-table td ::-moz-placeholder {
  color: #ccc;
}
.entry-table td :-ms-input-placeholder {
  color: #ccc;
}
.entry-table td ::-ms-input-placeholder {
  color: #ccc;
}
.entry-table td ::placeholder {
  color: #ccc;
}
.entry-table td ::-ms-input-placeholder {
  color: #ccc;
}
.entry-table td :-ms-input-placeholder {
  color: #ccc;
}

.ico-required {
  float: right;
  padding: 1px 10px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background: #E59836;
  background: #F07609;
  border-radius: 5px;
}

.checkbox {
  margin-bottom: 30px;
  font-weight: 600;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #4669A1;
  border-right: 2px solid #4669A1;
}

@media all and (max-width: 767.98px) {
  .flow-head01 {
    margin-bottom: 30px;
  }
  .flow-inner {
    margin: 0 45px 80px;
  }
  .flow-inner__img img {
    margin: auto;
    max-width: 460px;
    width: 100%;
  }
  .flow-head02 {
    margin-bottom: 20px;
  }
  .entry-box {
    padding: 30px 15px 25px;
  }
  .entry-table {
    width: 100%;
  }
  .entry-table td input[type=text],
  .entry-table td input[type=email] {
    padding: 10px;
    width: 100%;
  }
  .entry-btn__area {
    margin-top: 15px;
  }
  .entry-btn__area p {
    font-size: 1.2rem;
  }
  .entry-btn__area .checkbox {
    display: table;
    margin: 15px auto 25px;
  }
  .entry-btn__area .checkbox-parts {
    padding-top: 3px;
  }
  .entry-btn__area .entry-btn {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .flow-inner__img {
    margin: 60px auto;
    max-width: 1120px;
    width: 100%;
  }
  .entry-main {
    padding: 90px 30px;
    margin-bottom: 90px;
  }
  .entry-box {
    margin-top: 60px;
    padding: 60px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .entry-table {
    margin: 0 auto 0;
    width: 100%;
    max-width: 1000px;
  }
  .entry-table th, .entry-table td {
    font-size: 1.6rem;
  }
  .entry-table th {
    width: 250px;
    padding: 19px 15px;
  }
  .entry-table td {
    width: calc(100% - 250px);
    padding: 19px 40px;
  }
  .entry-table td input[type=text],
  .entry-table td input[type=email] {
    padding: 10px;
    width: 420px;
  }
  .entry-btn__area {
    margin-top: 30px;
    text-align: center;
  }
  .entry-btn__area p {
    margin-top: 20px;
  }
}
.thanks-main {
  margin-bottom: 80px;
}

.thanks-txt01 {
  text-align: center;
}

.thanks-btn {
  margin: auto;
}

@media all and (max-width: 767.98px) {
  .thanks-head01 {
    margin-bottom: 0;
  }
  .thanks-head01 .c-head01__jp {
    line-height: 1.75;
  }
  .thanks-txt01 {
    margin: 20px 15px 30px;
  }
}
@media all and (min-width: 768px) {
  .thanks-main {
    margin-bottom: 90px;
  }
  .thanks-txt01 {
    margin: 30px;
    line-height: 2;
  }
}
/*
&lt;span class="wpcf7-form-control-wrap" data-name="area"&gt;
&lt;select class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false" name="area"&gt;
&lt;option value=""&gt;&amp;#8212;以下から選択してください&amp;#8212;&lt;/option&gt;
&lt;option value="関東"&gt;関東&lt;/option&gt;
&lt;/select&gt;
&lt;/span&gt;
*/
.wpcf7-form-control-wrap select {
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 420px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}</pre></body></html>