@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #333;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 32px;
  }
}
body {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 375px) / 2);
  width: calc((100% - 375px) / 2);
  max-width: calc((100% - 375px) / 2);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-left,
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-left,
  .main-right {
    display: none;
  }
}

.main-left {
  background: url(../img/pcleft-bg.jpg) no-repeat center center/cover;
  height: 100vh;
}
.main-left .cont {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  height: 100vh;
}
.main-left .cont img {
  width: 65%;
}

.main-right {
  margin: 0 auto 0 0;
  height: 100vh;
  right: 0;
  background: #224FA4;
}
.main-right .cont {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
}
.main-right .cont h1 {
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
}
.main-right nav {
  min-width: 242px;
}
.main-right nav ul li {
  margin-bottom: 15px;
}
.main-right nav ul li:last-child {
  margin-bottom: 0;
}
.main-right nav ul li a {
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-right nav ul li a {
    font-size: 32px;
  }
}
.main-right nav ul li a {
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.main-right .btn-box {
  margin: 2% 0 0 10%;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-right .btn-box .btn-flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.main-right .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
.main-right .btn-fixed {
  width: 100%;
  max-width: calc((100% - 375px) / 2);
  background: url(../img/fixed-bg.jpg) no-repeat center center/cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  box-sizing: border-box;
}

.main-center {
  max-width: 375px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
.main-center .inner {
  width: 92%;
  max-width: 330px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .inner {
    max-width: inherit;
  }
}
.main-center .header .hamburger {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  background: none;
}
.main-center .header .hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.main-center .header .hamburger.active span:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}
.main-center .header .hamburger.active .label {
  content: "close";
}
.main-center .header .hamburger span {
  display: block;
}
.main-center .header .hamburger span:nth-child(1),
.main-center .header .hamburger span:nth-child(2) {
  width: 45px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.main-center .header .hamburger span:nth-child(2),
.main-center .header .hamburger span.label {
  margin-top: 8px;
}
.main-center .header .hamburger span.label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(15px, 15px + 0 * (100vw - 767px) / 673, 15px);
}
.main-center .header .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #224FA4;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 95px 0 0 30px;
  overflow: hidden;
  z-index: 99;
}
.main-center .header .nav.active {
  right: 0;
}
.main-center .header .nav ul li {
  margin-bottom: 20px;
}
.main-center .header .nav ul li:last-child {
  margin-bottom: 45px;
}
.main-center .header .nav ul li a {
  color: #fff;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .header .nav ul li a {
    font-size: 36px;
  }
}
.main-center .header .nav-list {
  flex-direction: column;
}
.main-center #fv .img {
  position: relative;
}
.main-center #fv .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  text-align: center;
}
.main-center {
  /*共通パーツ*/
}
.main-center #event h3,
.main-center #recruitment h3,
.main-center #about h3,
.main-center #number h3,
.main-center #work h3,
.main-center #voice h3,
.main-center #recruit h3,
.main-center #flow h3,
.main-center #intervie h3,
.main-center #form h3 {
  font-family: "Jost", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.main-center #event h2,
.main-center #recruitment h2,
.main-center #about h2,
.main-center #number h2,
.main-center #work h2,
.main-center #voice h2,
.main-center #recruit h2,
.main-center #flow h2,
.main-center #intervie h2,
.main-center #form h2 {
  font-size: clamp(30px, 30px + 0 * (100vw - 767px) / 673, 30px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #event h2,
  .main-center #recruitment h2,
  .main-center #about h2,
  .main-center #number h2,
  .main-center #work h2,
  .main-center #voice h2,
  .main-center #recruit h2,
  .main-center #flow h2,
  .main-center #intervie h2,
  .main-center #form h2 {
    font-size: 60px;
  }
}
.main-center #event h2,
.main-center #recruitment h2,
.main-center #about h2,
.main-center #number h2,
.main-center #work h2,
.main-center #voice h2,
.main-center #recruit h2,
.main-center #flow h2,
.main-center #intervie h2,
.main-center #form h2 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.main-center #event {
  background: linear-gradient(to left, #70a2e6, #234fa3);
  padding: 40px 0;
}
.main-center #event .txt {
  margin-top: 30px;
  color: #fff;
}
.main-center #event .acmenu dt {
  display: block;
  cursor: pointer;
  margin: 25px auto 0;
  width: 100%;
  height: 66px;
  border-radius: 29px;
  background: #fff;
  color: #234FA3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #event .acmenu dt {
    font-size: 36px;
  }
}
.main-center #event .acmenu dt {
  font-weight: bold;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  position: relative;
}
.main-center #event .acmenu dt::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-off.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 25%;
  right: 20px;
  transition: 0.3s;
}
.main-center #event .acmenu dt.open {
  border-radius: 29px 29px 0 0;
}
.main-center #event .acmenu dt.open:before {
  transform: rotate(180deg);
  transition: 0.3s;
}
.main-center #event .acmenu dd {
  background: #fff;
  display: none;
  margin: 0 auto;
  padding: 20px 18px;
  box-sizing: border-box;
  border-radius: 0 0 29px 29px;
}
.main-center #event .acmenu dd .list ul li {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #event .acmenu dd .list ul li {
    font-size: 36px;
  }
}
.main-center #event .acmenu dd .list ul li:last-of-type {
  margin-bottom: 0;
}
.main-center #recruitment {
  background: #c6e1ff;
  padding: 50px 0;
}
.main-center #recruitment h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #recruitment h2 {
  color: #333;
}
.main-center #recruitment .btn a {
  max-width: 330px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruitment .btn a {
    max-width: inherit;
    width: 100%;
  }
}
.main-center #recruitment .btn a::before {
  transform: rotate(90deg);
}
.main-center #recruitment .btn a:hover::before {
  background: url(../img/arrow-wh-left.svg) no-repeat;
}
.main-center #recruitment .btn #new-btn {
  margin-top: 30px;
  background: #277de0;
}
.main-center #recruitment .btn #new-btn:hover {
  opacity: 0.6;
  color: #fff;
  background: #277de0;
}
.main-center #recruitment .btn #career-btn {
  margin-top: 30px;
  background: #0259cf;
}
.main-center #recruitment .btn #career-btn:hover {
  opacity: 0.6;
  color: #fff;
  background: #0259cf;
}
.main-center #about {
  background: url(../img/about-bg.jpg) no-repeat 50% 50%/cover;
  padding: 50px 0 0;
}
.main-center #about .title {
  margin-top: 155px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #about .title {
    font-size: 48px;
  }
}
.main-center #about .text {
  margin-top: 30px;
  color: #fff;
}
.main-center #about .ttl {
  margin-top: 80px;
  width: 330px;
  height: 46px;
  border-radius: 23px;
  background: linear-gradient(to left, #66afed 0%, #1358b5 100%);
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(26px, 26px + 0 * (100vw - 767px) / 673, 26px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #about .ttl {
    font-size: 52px;
    width: 100%;
    height: 92px;
    border-radius: 58px;
  }
}
.main-center #about .img {
  margin-top: 30px;
}
.main-center #about .txt {
  margin-top: 30px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #about .txt {
    font-size: 28px;
  }
}
.main-center #about .txt {
  letter-spacing: 0.01em;
}
.main-center #about .img2 {
  margin-top: 50px;
}
.main-center #number {
  background: linear-gradient(to left, #66afed 0%, #1358b5 100%);
  padding: 50px 0;
}
.main-center #number .img {
  margin-top: 30px;
}
.main-center #work {
  background: url(../img/work-bg.jpg) no-repeat 50% 50%/cover;
  padding: 50px 0;
}
.main-center #work h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #work h2 {
  color: #333;
}
.main-center #work .box {
  margin-top: 30px;
}
.main-center #work .box .flex-box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #707070;
}
.main-center #work .box .flex-box .job {
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #work .box .flex-box .job {
    font-size: 48px;
  }
}
.main-center #work .box .flex-box .job {
  font-weight: bold;
}
.main-center #work .box .flex-box .work p {
  color: #689add;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-family: "Jost", sans-serif;
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #work .box .flex-box .work p {
    font-size: 48px;
  }
}
.main-center #work .box .flex-box .work p span.no {
  background: #689add;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #work .box .flex-box .work p span.no {
    width: 52px;
    height: 52px;
  }
}
.main-center #work .box .txt {
  margin-top: 20px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #work .box .txt {
    font-size: 48px;
  }
}
.main-center #work .box .txt {
  letter-spacing: 0.01em;
}
.main-center #voice {
  padding: 50px 0;
  background: #c6e1ff;
}
.main-center #voice h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #voice h2 {
  color: #333;
}
.main-center #voice .list {
  margin-top: 30px;
}
.main-center #voice .list ul.slider .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
}
.main-center #voice .list ul.slider .slide-arrow.prev-arrow {
  left: -15px;
}
.main-center #voice .list ul.slider .slide-arrow.next-arrow {
  right: -15px;
}
.main-center #voice .list ul.slider li {
  border-radius: 29px;
  background: linear-gradient(to left, #70a2e6 0%, #234fa3 100%);
  padding: 5px;
  box-sizing: border-box;
}
.main-center #voice .list ul.slider li .bg-white {
  background: #fff;
  border-radius: 29px;
  padding: 30px;
  box-sizing: border-box;
}
.main-center #voice .list ul.slider li .flex-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-center #voice .list ul.slider li .flex-box .img {
  max-width: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #voice .list ul.slider li .flex-box .img {
    max-width: 200px;
  }
}
.main-center #voice .list ul.slider li .flex-box .name {
  color: #234fa3;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #voice .list ul.slider li .flex-box .name {
    font-size: 48px;
  }
}
.main-center #voice .list ul.slider li .flex-box .name {
  letter-spacing: 0.03em;
}
.main-center #voice .list ul.slider li .ttl {
  margin-top: 30px;
  color: #234fa3;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.main-center #voice .list ul.slider li .txt {
  margin-top: 15px;
  letter-spacing: 0.01em;
  min-height: 204px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #voice .list ul.slider li .txt {
    min-height: 410px;
  }
}
.main-center #recruit {
  background: url(../img/recruit-bg.jpg) no-repeat 50% 50%/contain;
  background-attachment: fixed;
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit {
    background-size: 100%;
  }
}
.main-center #recruit h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #recruit h2 {
  color: #333;
}
.main-center #recruit h4 {
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit h4 {
    font-size: 40px;
  }
}
.main-center #recruit h4 {
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.main-center #recruit .acmenu#new-acd > dt {
  background-color: #277de0;
}
.main-center #recruit .acmenu#career-acd > dt {
  background-color: #0259cf;
}
.main-center #recruit .acmenu > dt {
  display: block;
  margin: 20px auto 0;
  width: 330px;
  height: 80px;
  border-radius: 29px;
  background: #04d1b2;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-weight: bold;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .acmenu > dt {
    font-size: 36px;
    width: 100%;
    height: 160px;
    border-radius: 58px;
    padding: 0 0 0 36px;
  }
}
.main-center #recruit .acmenu > dt::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-wh-left.svg) no-repeat;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  top: 26px;
  right: 20px;
  transition: 0.1s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .acmenu > dt::before {
    width: 60px;
    height: 60px;
    background-size: 100%;
    top: 55px;
  }
}
.main-center #recruit .acmenu > dt.open:before {
  transform: rotate(-90deg);
  transition: 0.1s;
}
.main-center #recruit .acmenu > dd {
  background: #fff;
  display: none;
  margin: 0 auto 30px;
  padding: 20px 0 10px 0;
}
.main-center #recruit .acmenu > dd dl {
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  gap: 15px;
}
.main-center #recruit .acmenu > dd dl dt,
.main-center #recruit .acmenu > dd dl dd {
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .acmenu > dd dl dt,
  .main-center #recruit .acmenu > dd dl dd {
    font-size: 28px;
  }
}
.main-center #recruit .acmenu > dd dl dt,
.main-center #recruit .acmenu > dd dl dd {
  letter-spacing: 0.01em;
}
.main-center #recruit .acmenu > dd dl dt {
  font-weight: bold;
  min-width: 85px;
  width: 85px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .acmenu > dd dl dt {
    min-width: 170px;
    width: 170px;
  }
}
.main-center #recruit .acmenu > dd dl dd {
  width: calc(100% - 85px - 10px);
  padding: 10px 10px 10px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #recruit .acmenu > dd dl dd {
    width: calc(100% - 170px - 10px);
  }
}
.main-center #flow {
  padding: 50px 0;
  background: #c6e1ff;
}
.main-center #flow h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #flow h2 {
  color: #333;
}
.main-center #flow .list {
  margin-top: 30px;
}
.main-center #flow .list ul li {
  background: #fff;
  border-radius: 29px;
  padding: 15px 30px 20px 15px;
  margin-bottom: 20px;
  position: relative;
}
.main-center #flow .list ul li:last-child {
  margin-bottom: 0;
}
.main-center #flow .list ul li:last-child::before {
  content: none;
}
.main-center #flow .list ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-top: 20px solid #0259cf;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}
.main-center #flow .list ul li .flex-box {
  display: flex;
  gap: 10px;
}
.main-center #flow .list ul li .flex-box .img {
  min-width: 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #flow .list ul li .flex-box .img {
    min-width: 64px;
  }
  .main-center #flow .list ul li .flex-box .img img {
    width: 100%;
  }
}
.main-center #flow .list ul li .flex-box .flex-right .ttl {
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #flow .list ul li .flex-box .flex-right .ttl {
    font-size: 36px;
  }
}
.main-center #flow .list ul li .flex-box .flex-right .ttl {
  font-weight: bold;
}
.main-center #flow .list ul li .flex-box .flex-right .txt {
  margin-top: 10px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #flow .list ul li .flex-box .flex-right .txt {
    font-size: 28px;
  }
}
.main-center #flow .list ul li .flex-box .flex-right .txt {
  letter-spacing: 0.01em;
}
.main-center #flow .list ul li .btn {
  margin-top: 10px;
}
.main-center #flow .list ul li .btn a {
  width: 90%;
  height: 55px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #flow .list ul li .btn a {
    font-size: 36px;
    width: 100%;
    height: 132px;
    border-radius: 58px;
    padding: 0 0 0 36px;
    border: 1px solid #04d1b2;
  }
}
.main-center #intervie {
  padding: 0 0 50px 0;
  background: #c6e1ff;
}
.main-center #intervie h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #intervie h2 {
  color: #333;
}
.main-center #intervie .txt {
  margin-top: 35px;
  letter-spacing: 0.01em;
}
.main-center #intervie .memo {
  margin-top: 30px;
  color: #0259cf;
  line-height: 1.2;
}
.main-center #intervie .img {
  margin-top: 30px;
}
.main-center #form {
  padding: 50px 0;
}
.main-center #form h3 {
  color: #0259cf;
  border-color: #0259cf;
}
.main-center #form h2 {
  color: #333;
}
.main-center #form .text {
  margin-top: 30px;
  letter-spacing: 0.01em;
}
.main-center #form form {
  margin-top: 30px;
}
.main-center #form form dl:not(.main-center #form form dl:first-of-type) {
  margin-top: 15px;
}
.main-center #form form dl dd select,
.main-center #form form dl dd input[type=text], .main-center #form form dl dd input[type=email] {
  background: #efefef;
  border-radius: 8px;
  padding: 10px 0 10px 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #form form dl dd select,
  .main-center #form form dl dd input[type=text], .main-center #form form dl dd input[type=email] {
    font-size: 28px;
  }
}
.main-center #form form dl dd input[type=radio] {
  accent-color: #707070;
  margin-left: 20px;
}
.main-center #form form .privacy {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #333;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  margin-top: 30px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #form form .privacy {
    font-size: 28px;
  }
}
.main-center #form form label#privacy {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #form form label#privacy {
    font-size: 28px;
  }
}
.main-center #form button {
  margin: 20px auto 0;
  width: 330px;
  height: 66px;
  border-radius: 29px;
  background: #04d1b2;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  font-weight: bold;
  padding: 0 0 0 18px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #form button {
    font-size: 36px;
    width: 100%;
    height: 132px;
    border-radius: 58px;
    padding: 0 0 0 36px;
  }
}
.main-center #form button::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-wh-left.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 25%;
  right: 20px;
}
.main-center #form button:hover {
  background: #fff;
  border: 1px solid #04d1b2;
  color: #04d1b2;
  box-shadow: 0px 3px 1px #04d1b2;
}
.main-center #form button:hover::before {
  background: url(../img/arrow-green.svg);
}
.main-center footer {
  padding: 40px 0;
  background: linear-gradient(#70a2e6 0%, #234fa3 100%);
}
.main-center footer .copy {
  margin-top: 20px;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer .copy {
    font-size: 28px;
  }
}
.main-center footer .copy {
  color: #fff;
  letter-spacing: 0.03em;
}

.btn a {
  margin: 0 auto;
  width: 330px;
  height: 66px;
  border-radius: 29px;
  background: #04d1b2;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  font-weight: bold;
  padding: 0 0 0 18px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn a {
    font-size: 36px;
    width: 90%;
    height: 132px;
    border-radius: 50rem;
    padding-left: 36px;
  }
}
.btn a::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-wh-left.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 25%;
  right: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn a::before {
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.btn a:hover {
  background: #fff;
  color: #04d1b2;
  box-shadow: 0px 3px 1px #04d1b2;
}
.btn a:hover::before {
  background: url(../img/arrow-green.svg) no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn a:hover::before {
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}