@charset "UTF-8";
/* Base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #3f4045;
}

body a {
  text-decoration: none;
}

body img {
  vertical-align: bottom;
}

body em {
  font-style: normal;
}

body li {
  list-style: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
}

.wrap {
  background: #fff;
  width: 100%;
  color: #000;
}

.wrap img {
  height: auto;
}

/* main visual */
.visual {
  margin: 0 auto;
  max-width: 1728px;
}
.visual .visual__inner {
  position: relative;
}
.visual .visual__inner .btn--primary {
  position: absolute;
}
.visual .visual__inner .btn-sp {
  display: none;
}
.visual .visual__inner .btn-pc {
  right: 0;
  bottom: 30px;
}
.visual .visual__inner .btn-pc img {
  height: 8vh;
}

@media screen and (max-width: 768px) {
  .visual .visual__inner .btn-sp {
    bottom: 30px;
    display: block;
  }
  .visual .visual__inner .btn-pc {
    display: none;
  }
}
.header .header__inner {
  position: relative;
}
.header .header__inner .header__heading {
  width: 6.7%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
}
.header .header__inner .header__heading img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header .header__inner .header__heading {
    width: 16%;
  }
}
.visual__heading {
  width: 52.8%;
  position: absolute;
  top: 10%;
  right: 3%;
}
.visual__heading img {
  width: 100%;
  height: auto;
}

.visual__merit {
  width: 76%;
  position: absolute;
  bottom: 15%;
  left: 3%;
}
.visual__merit img {
  width: 100%;
  height: auto;
}

.visual__button {
  width: 15%;
  position: absolute;
  bottom: 15%;
  right: 3%;
}
.visual__button img {
  width: 100%;
  height: auto;
}

.visual__image img {
  width: 100%;
  height: auto;
}

.visual__header_banner {
  position: absolute;
  top: 15px;
  right: 3%;
}

@media screen and (max-width: 768px) {
  .visual__heading {
    width: 50vw;
    top: 50vw;
    left: 3vw;
  }
  .visual__merit {
    width: 90vw;
    top: 100vw;
    left: 3vw;
  }
  .visual__button {
    width: 30vw;
    top: 70vw;
    right: 1vw;
  }
  .visual__image {
    width: 100%;
  }
  .visual__header_banner {
    position: absolute;
    top: 15px;
    left: 25%;
  }
  .visual__header_banner img {
    width: 40%;
  }
}
/* contents */
.contents {
  background: transparent;
  color: #262626;
}

.contents .emphasis {
  color: #e8586d;
}

/* achievement */
.achievement {
  background-color: transparent;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
}

.achievement__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto 5rem;
}

.achievement__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.achievement__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.achievement__heading__sub {
  padding: 0 0 1rem;
}

.achievement__heading__sub img {
  width: 280px;
  height: 29px;
}

.achievement__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .achievement__heading {
    margin: 0 auto 0;
  }
  .achievement__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .achievement__heading__sub img {
    width: 174px;
    height: 18px;
  }
  .achievement__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.achievement__text {
  padding: 3rem 0 0;
  line-height: 1.8em;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.achievement__text span {
  background: linear-gradient(transparent 80%, #ca506c 80%);
}

.achievement__text .small {
  font-size: 0.8rem;
}

.achievement__image {
  padding: 0 0 3rem;
  text-align: center;
}

.achievement__image img {
  width: 100%;
  height: auto;
}

.achievement__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .achievement__image {
    padding: 0 0 6vw;
  }
}
.achievement__list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.achievement__list::after {
  content: "";
  width: calc((100% - 10rem) / 3);
  display: block;
}

.achievement__list__item {
  width: calc((100% - 10rem) / 3);
  margin: 0 0 5rem;
}

.achievement__list__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .achievement {
    position: relative;
    z-index: 1;
  }
  .achievement__list::after {
    display: none;
  }
  .achievement__list__item {
    width: calc((100% - 4vw) / 2);
    margin: 0 0 10vw;
  }
}
/* 取引実例 */
.achievement__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.achievement__box-item .heading {
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid white;
  line-height: 1.8em;
  font-size: 1.11rem;
  font-weight: 700;
  color: #c8536d;
}

.achievement__box-item .list {
  line-height: 1.8em;
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .achievement__box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8vw 5vw;
    margin-left: 20px;
  }
  .achievement__box-item .heading {
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem;
    font-size: 0.88rem;
  }
  .achievement__box-item .list {
    font-size: 0.7rem;
  }
}
.connection-desc,
.thanks-ttl,
.info-desc {
  text-align: center;
}

.btn,
.header-menu-list,
.header-menu__item,
.about-list-item-ttl,
.popup-01-content-desc-ttl,
.popup-02-content-list-txt,
.popup-03-content-point-desc-ttl__txt,
.popup-03-content-desc-txt,
.popup-03-content-desc-txt__strong,
.job-slide-item-desc-ttl,
.job-slide-item-desc-price,
.message-content-desc-ttl,
.flow-card-item-desc-ttl,
.flow-card-item-desc-ttl__small,
.interview-slide-item-desc-ttl,
.connection-ttl,
.connection-ttl__small,
.connection-accordion-ttl,
.connection-accordion-ttl-desc,
.connection-accordion-detail-desc-ttl,
.connection-desc-txt,
.connection-desc-txt__strong,
.faq-accordion-detail-desc-ttl,
.formTable th,
.formTable td,
.formTable td label,
.formTable .note,
.iconCheck span,
.iconRadio span,
.thanks-ttl,
.info-desc-ttl,
.info-desc-time {
  font-weight: bold;
}

.connection {
  background-color: #fbe5e3;
}

.connection__inner {
  max-width: 1000px;
}

.connection-ttl {
  font-size: 5.4166666667vw;
  margin: 0 auto 7.2916666667vw;
}

@media screen and (min-width: 681px) {
  .connection-ttl {
    font-size: 2.8vw;
    margin: 0 auto 5.2%;
  }
}
@media screen and (min-width: 1000px) {
  .connection-ttl {
    font-size: 28px;
  }
}
.connection-ttl__small {
  font-size: 0.7857142857em;
}

.connection-accordion-item {
  padding: 3% 2%;
}

@media screen and (min-width: 681px) {
  .connection-accordion-item {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2%;
  }
}
.connection-accordion-item:not(:first-child) {
  border-top: 1px solid #cfcecd;
}

@media screen and (min-width: 681px) {
  .connection-accordion-item:not(:first-child) {
    border: none;
  }
}
.connection-accordion-ttl {
  font-size: 3.75vw;
  color: #ed5b70;
  padding: 0 1em 0.5em 0;
  position: relative;
}

@media screen and (min-width: 681px) {
  .connection-accordion-ttl {
    color: #383838;
    font-size: 1.7vw;
    max-width: 24%;
    flex-basis: 24%;
    padding: 0;
    line-height: 2.1333333333;
  }
}
@media screen and (min-width: 1000px) {
  .connection-accordion-ttl {
    font-size: 17px;
  }
}
.connection-accordion-ttl-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s linear;
}

.on .connection-accordion-ttl-icon {
  transform: rotate(-180deg) translateY(50%);
}

.connection-accordion-detail {
  font-size: 3.125vw;
  line-height: 1.7666666667;
  display: inline;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail {
    letter-spacing: 0;
    display: block;
    font-size: 1.2711864407vw;
    max-width: 74%;
    flex-basis: 74%;
    line-height: 2.1333333333;
  }
}
@media screen and (min-width: 1180px) {
  .connection-accordion-detail {
    font-size: 15px;
  }
}
.connection-accordion-detail-desc {
  display: inline;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail-desc {
    display: block;
  }
}
.connection-accordion-detail-desc-ttl {
  font-size: 3.75vw;
}

@media screen and (min-width: 681px) {
  .connection-accordion-detail-desc-ttl {
    font-size: 1.6vw;
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  .connection-accordion-detail-desc-ttl {
    font-size: 16px;
  }
}
.connection-desc {
  background-color: #fdefee;
  font-size: 3.75vw;
  line-height: 1.6666666667;
  padding: 1em 0;
}

@media screen and (min-width: 681px) {
  .connection-desc {
    font-size: 1.8vw;
    line-height: 1.7777777778;
    padding: 1.4em 0;
  }
}
@media screen and (min-width: 1000px) {
  .connection-desc {
    font-size: 18px;
  }
}
.connection-desc-txt__strong {
  color: #ed5b70;
}

.footer-menu {
  padding-top: 50px;
  background: #3b3b3b;
  color: #fff;
  text-align: center;
  line-height: 240%;
}

.copyright {
  padding-bottom: 50px;
}

@media screen and (min-width: 681px) {
  .footer-menu {
    font-size: 15px;
    line-height: 252%;
    font-weight: 400;
  }
}
.footer-menu a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: inherit;
}

@media screen and (min-width: 681px) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 681px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }
}
/* strength */
.strength__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

.strength__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.strength__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.strength__heading__sub {
  padding: 0 0 1rem;
}

.strength__heading__sub img {
  width: 199px;
  height: 39px;
}

.strength__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .strength__heading {
    margin: 0 auto 0;
  }
  .strength__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .strength__heading__sub img {
    width: 138px;
    height: 27px;
  }
  .strength__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.strength__box-wrap {
  display: flex;
}

.strength__box {
  width: 33.3333333333%;
  margin: 0 2rem 0 0;
}
.strength__box .strength__box_sub_title_line {
  padding: 0.3rem 0;
  background-image: linear-gradient(#5fc6b4, #438bc8);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
}
.strength__box .strength__box_text {
  padding-top: 10px;
  line-height: 1.7em;
  font-size: 1rem;
}
.strength__box .strength__box_text span {
  color: #73a8cc;
  font-weight: bold;
}

.strength__box:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .strength__box-wrap {
    display: block;
  }
  .strength__box {
    margin-bottom: 2rem;
    width: auto;
  }
  .strength__box .strength__box_sub_title_line {
    font-size: 1.4rem;
  }
  .strength__box .strength__box_text {
    font-size: 1rem;
  }
}
/* contact banner*/
.contact_banner__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contact_banner img {
  width: 100%;
  height: auto;
}

.contact_banner img {
  max-width: 100%;
}

/* characteristic */
.characteristic {
  background: #f9f8f6;
}

.characteristic__inner {
  margin: 0 auto;
  padding: 2rem 0;
}

.characteristic__heading {
  margin: 0 auto;
  padding: 1.5rem 0 0rem;
  max-width: 1000px;
  text-align: center;
}

.characteristic__heading__sub {
  padding: 0 0 1.5rem;
}

.characteristic__heading__sub img {
  width: 373px;
  height: 33px;
}

.characteristic__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .characteristic__heading {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__heading__main {
    padding: 2px 6px;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .characteristic__heading__sub img {
    width: 203px;
    height: 18px;
  }
  .characteristic__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.characteristic__resource_attr {
  max-width: 1000px;
  margin: 0 auto;
}
.characteristic__resource_attr .characteristic__container {
  display: flex;
  justify-content: center;
}
.characteristic__resource_attr .characteristic__container .characteristic__box-wrap {
  width: 50%;
  margin: 0 2rem 0 0;
}
.characteristic__resource_attr .characteristic__container .characteristic__box-wrap .characteristic__box {
  margin: 0 0 2rem 0;
}
.characteristic__resource_attr .characteristic__container .characteristic__box-wrap .characteristic__box img {
  width: 100%;
}

.characteristic__company_feature {
  max-width: 1000px;
  margin: 0 auto;
}
.characteristic__company_feature .characteristic__box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.characteristic__company_feature .characteristic__box-wrap .characteristic__box {
  width: 33.3333333333%;
}
.characteristic__company_feature .characteristic__box-wrap .characteristic__box img {
  width: 319px;
}

@media screen and (max-width: 768px) {
  .characteristic__resource_attr {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__resource_attr .characteristic__box-wrap {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .characteristic__resource_attr .characteristic__box-wrap .characteristic__box {
    margin: 0 0 2rem 0;
    width: auto;
  }
  .characteristic__resource_attr .characteristic__box-wrap .characteristic__box img {
    width: 80vw;
  }
  .characteristic__company_feature {
    width: 90vw;
    margin: 0 auto 0;
  }
  .characteristic__company_feature .characteristic__box-wrap .characteristic__box {
    margin-bottom: 20px;
    width: 50%;
  }
  .characteristic__company_feature .characteristic__box-wrap .characteristic__box img {
    width: 50vw;
  }
}
/* voice */
.voice__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

.voice__heading {
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.voice__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.voice__heading__sub {
  padding: 0 0 1rem;
}

.voice__heading__sub img {
  width: 98px;
  height: 29px;
}

.voice__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .voice__heading {
    margin: 0 auto 0;
  }
  .voice__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .voice__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.voice__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.voice__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .voice__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .voice__text .small {
    font-size: 0.8rem;
  }
  .voice__text br {
    display: none;
  }
}
.voice__image {
  padding: 0 0 3rem;
  text-align: center;
}

.voice__image img {
  width: 100%;
  height: auto;
}

.voice__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .voice__image {
    padding: 0 0 6vw;
  }
}
.voice__box {
  background: white;
  width: calc(100% - 1.5rem);
  min-height: 41%;
  margin: 1.5rem 0 4rem auto;
  position: relative;
  display: flex;
}

.voice__box .image {
  width: 43.9%;
  position: relative;
  top: -1.5rem;
}

.voice__box .image img {
  width: 100%;
  height: auto;
}

.voice__box .inner {
  width: 56.1%;
  padding: 0 0 0 1.5rem;
}

.voice__box .name {
  line-height: 1.4rem;
  font-size: 1.22rem;
  font-weight: 700;
  color: #cc5c75;
}

.voice__box .name .small {
  font-size: 0.77rem;
  font-weight: 500;
}

.voice__box .list {
  padding: 1rem 0;
  line-height: 1.7em;
  font-size: 0.88rem;
}

.voice__box .heading {
  padding: 0 0.2rem 0.2rem;
  color: #cc5c75;
  font-weight: 700;
}

.voice__box .text {
  padding: 0.2rem 0.2rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 10vw 0;
  }
  .voice__box {
    width: 100%;
    min-height: 0;
    margin: 4vw 0 10vw auto;
    flex-flow: column;
  }
  .voice__box-wrap {
    margin: 0 0 -10vw;
  }
  .voice__box .image {
    width: 100%;
    top: -4vw;
  }
  .voice__box .inner {
    width: 100%;
    padding: 0 4vw;
  }
  .voice__box .name {
    line-height: 1.4rem;
    font-size: 1.2rem;
  }
  .voice__box .name .small {
    font-size: 0.8rem;
  }
  .voice__box .list {
    padding: 2vw 0;
    font-size: 1rem;
  }
  .voice__box .heading {
    padding: 0 0.2rem 0.2rem;
  }
  .voice__box .text {
    padding: 0.2rem 0.2rem 0.5rem;
  }
}
/* worry */
.worry {
  background-image: url("../images/bg_line_pink.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

@media (min-resolution: 192dpi) {
  .worry {
    background-image: url("../images/bg_line_pink-sp.png");
  }
}
.worry__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5vh 0 10vh;
}

.worry__heading__main {
  margin-bottom: 10px;
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.worry__box-wrap .image {
  text-align: center;
}
.worry__box-wrap .image img {
  width: 100%;
  height: auto;
}

.worry__footer-text span {
  padding: 0.8rem 0;
  background-image: linear-gradient(#5fc6b4, #438bc8);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .worry__heading__main {
    font-size: 1rem;
  }
  .worry__footer-text span {
    font-size: 1rem;
    line-height: 2.4;
  }
}
/* reason */
.common_heading {
  margin: 0 auto;
  padding: 2rem 0 2rem;
  width: 90vw;
  max-width: 1000px;
  text-align: center;
}
.common_heading .heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.8rem;
  color: #c8536d;
  display: inline-block;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 768px) {
  .common_heading .heading__main {
    font-size: 1.4rem;
  }
}
.achievement__inner .common_heading {
  padding: 6rem 0 2rem;
}

.reason__heading__sub {
  padding: 0 0 1rem;
}

.reason__heading__sub img {
  width: 153px;
  height: 29px;
}

@media screen and (max-width: 768px) {
  .reason__heading {
    margin: 0 auto 0;
  }
  .reason__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__heading__sub img {
    width: 100px;
    height: 19px;
  }
  .reason__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.reason__box:nth-child(odd) .inner {
  width: calc(100% + 100px);
  margin-left: -50px;
  z-index: 100;
}

.reason__box:nth-child(even) .inner {
  width: calc(100% + 100px);
  margin-right: -50px;
  z-index: 100;
}

.reason__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.reason__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .reason__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__text .small {
    font-size: 0.8rem;
  }
  .reason__text br {
    display: none;
  }
}
.reason__image {
  padding: 0 0 3rem;
  text-align: center;
}

.reason__image img {
  width: 100%;
  height: auto;
}

.reason__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .reason__image {
    padding: 0 0 6vw;
  }
}
.reason__box {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.reason__box-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.reason__box .number {
  width: 100%;
  padding: 0 1.5rem 0.2rem;
}

.reason__box .number img {
  width: 100%;
  height: auto;
}

.reason__box .text {
  padding: 1rem 1.5rem;
  line-height: 1.7em;
  font-size: 1.2rem;
}
.reason__box .text span {
  color: #e7586c;
  font-weight: bold;
}

.reason__box .image {
  width: 50%;
  position: relative;
}

.reason__box .image img {
  width: 100%;
  height: auto;
}

.reason__box .image img {
  position: relative;
  z-index: 1;
}

.reason__box02,
.reason__box04,
.reason__box06,
.reason__box08 {
  flex-flow: row-reverse;
}

.reason__box02 .image::after,
.reason__box04 .image::after,
.reason__box06 .image::after,
.reason__box08 .image::after {
  right: auto;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .reason__inner {
    padding: 10vw 0;
  }
  .reason__box {
    flex-flow: column;
  }
  .reason__box-wrap {
    margin: 0 0 -8vw;
  }
  .reason__box .inner {
    background-position: 0 0;
    background-size: auto 4rem;
    width: 100%;
  }
  .reason__box:nth-child(odd) .inner {
    width: 100%;
    margin-left: 0;
  }
  .reason__box:nth-child(even) .inner {
    width: 100%;
    margin-right: 0;
  }
  .reason__box .number {
    width: 100%;
    padding: 0 4vw 2vw;
  }
  .reason__box .heading {
    width: 100%;
    padding: 0 4vw;
    font-size: 1.33rem;
  }
  .reason__box .text {
    padding: 4vw;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .reason__box .image {
    width: 100%;
    padding-bottom: 6vw;
  }
  .reason__box .image::after {
    width: calc(100% - 4vw);
  }
}
.reason__box_bg {
  background-color: transparent;
  background-image: url("../images/reason_bg.png");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media (min-resolution: 192dpi) {
  .reason__box_bg {
    background-image: url("../images/reason_bg.png");
  }
}
/**
reason old
*/
/* flow */
.flow {
  background-color: #f6f5f3;
}

.flow__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 0;
}

.flow__heading {
  margin: 0 auto 2rem;
  text-align: center;
}

.flow__heading__main {
  padding: 2px 6px;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  letter-spacing: 0.25em;
}

.flow__heading__sub {
  padding: 0 0 1rem;
}

.flow__heading__sub img {
  width: 100%;
  height: auto;
}

.flow__heading__sub img {
  width: 96px;
  height: 29px;
}

.flow__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .flow__heading__main {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .flow__heading__text {
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.flow__catch {
  text-align: center;
  padding: 0 0 1.5rem;
}

.flow__text {
  line-height: 1.7em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}

.flow__text .small {
  font-size: 0.88rem;
}

@media screen and (max-width: 768px) {
  .flow__text {
    line-height: 1.7em;
    font-size: 1rem;
  }
  .flow__text .small {
    font-size: 0.8rem;
  }
  .flow__text br {
    display: none;
  }
}
.flow__image {
  padding: 0 0 3rem;
  text-align: center;
}

.flow__image img {
  width: 100%;
  height: auto;
}

.flow__image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .flow__image {
    padding: 0 0 6vw;
  }
}
.flow__list {
  padding: 3rem 0 0;
  text-align: center;
}
.flow__list img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 10vw 0;
  }
  .flow__catch {
    width: 40vw;
    margin: 0 auto;
    padding: 0 0 4vw;
  }
  .flow__catch img {
    width: 100%;
    height: auto;
  }
  .flow__text .small {
    display: block;
  }
  .flow__list {
    padding: 4vw 0 0;
    flex-flow: wrap;
    justify-content: center;
  }
  .flow__list__item {
    width: calc((100% - 8vw) / 3);
    margin: 0 0 4vw;
  }
  .flow__list__item02 {
    margin: 0 auto 4vw;
  }
  .flow__list__item04 {
    margin: 0 4vw 0 auto;
  }
  .flow__list__item05 {
    margin: 0 auto 0 0;
  }
}
/* contact */
.contact {
  padding: 0 0 5rem;
  background: #f9f8f6;
}

.contact__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contact__heading {
  background: linear-gradient(to right, #158dcd, #1dcbb5);
  padding: 0.7rem;
  line-height: 1.7em;
  color: white;
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}

.contact__call {
  padding: 3rem 0 0;
}

.contact__call a {
  transition: all 0.2s ease-in-out;
}

.contact__call a img {
  width: 100%;
  height: auto;
}

.contact__call a:hover {
  opacity: 0.7;
}

.contact__call a img {
  max-width: 658px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0 10vw;
    background: #fff;
  }
  .contact__heading {
    padding: 2vw;
    line-height: 1.7em;
    font-size: 1.5rem;
  }
  .contact__call {
    padding: 5vw 0 0;
  }
  .contact__call a:hover {
    opacity: 1;
  }
  .contact__call a img {
    max-width: none;
  }
}
.form {
  background: white;
  margin: 0 40px;
  padding: 3rem;
  border: 1px solid #eee;
}

.form__list {
  width: 100%;
  max-width: 658px;
  margin: 0 auto;
}

.form__list__item {
  padding: 0 0 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
}

.form__list .heading {
  width: 24%;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: left;
}

.form__list .small {
  font-size: 0.66rem;
}

.form__list .text {
  width: 76%;
  text-align: left;
}

.form__button-submit {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.form__button-submit button,
.form__button-submit button[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #c9516c;
  font-size: 1.3rem;
}

.form__button-submit button::after,
.form__button-submit button[type=submit]::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.form__button-submit button:hover,
.form__button-submit button[type=submit]:hover {
  opacity: 0.7;
}

.form__button-submit button:hover::after,
.form__button-submit button[type=submit]:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .form__button-submit button,
  .form__button-submit button[type=submit] {
    padding: 2vw;
  }
  .form__button-submit button::after,
  .form__button-submit button[type=submit]::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .form__button-submit button:hover,
  .form__button-submit button[type=submit]:hover {
    opacity: 1;
  }
  .form__button-submit button:hover::after,
  .form__button-submit button[type=submit]:hover::after {
    right: 1rem;
  }
}
.form__button-return {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.form__button-return button,
.form__button-return button[type=button] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #262626, #3f4045);
  font-size: 1.3rem;
}

.form__button-return button::after,
.form__button-return button[type=button]::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.form__button-return button:hover,
.form__button-return button[type=button]:hover {
  opacity: 0.7;
}

.form__button-return button:hover::after,
.form__button-return button[type=button]:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .form__button-return button,
  .form__button-return button[type=button] {
    padding: 2vw;
  }
  .form__button-return button::after,
  .form__button-return button[type=button]::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .form__button-return button:hover,
  .form__button-return button[type=button]:hover {
    opacity: 1;
  }
  .form__button-return button:hover::after,
  .form__button-return button[type=button]:hover::after {
    right: 1rem;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form select,
.form textarea {
  background: #fdefee;
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #eee;
  line-height: 1.7em;
  font-size: 1rem;
}

.form select,
.form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.form select {
  padding: 0.3rem 0.5rem;
}

.form textarea {
  min-height: 5em;
}

.form a {
  color: #158dcd;
  text-decoration: underline;
}

.form a:hover {
  color: #179de4;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number],
  .form select,
  .form textarea {
    padding: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding: 0;
    border: none;
  }
  .form__list {
    max-width: none;
  }
  .form__list__item {
    padding: 0 0 3vw;
    flex-flow: column;
  }
  .form__list .heading {
    width: 100%;
    line-height: 1.7em;
  }
  .form__list .heading br {
    display: none;
  }
  .form__list .small {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
  .form__list .text {
    width: 100%;
    line-height: 1.7em;
  }
  .form__button-submit {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 2vw 0 0;
  }
  .form__button-submit button,
  .form__button-submit button[type=submit] {
    font-size: 1.3rem;
  }
  .form__button-return {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 2vw 0 0;
  }
  .form__button-return button,
  .form__button-return button[type=button] {
    font-size: 1.3rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number],
  .form select,
  .form textarea {
    padding: 0 1vw;
    line-height: 1.7em;
    font-size: 1rem;
  }
  .form select {
    padding: 1vw;
  }
  .form textarea {
    min-height: 5em;
  }
  .form a:hover {
    color: #158dcd;
  }
}
.footer {
  background: #3f4045;
  color: #fff;
}

.company {
  background-image: url("../images/company.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

@media (min-resolution: 192dpi) {
  .company {
    background-image: url("../images/company@2x.jpg");
  }
}
.company__heading {
  background-image: url("../images/heading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2rem;
  padding: 2.5rem 0;
  text-align: center;
}

@media (min-resolution: 192dpi) {
  .company__heading {
    background-image: url("../images/heading@2x.png");
  }
}
.company__heading__main {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.5em;
  color: #3f4045;
  font-size: 2.22rem;
}

.company__heading__sub {
  padding: 0 0 0.5rem;
}

.company__heading__sub img {
  width: 100%;
  height: auto;
}

.company__heading__sub img {
  max-width: 750px;
}

.company__heading__text {
  padding: 0.5rem 0 0;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .company__heading {
    margin: 0 auto 4vw;
    padding: 5vw 0;
  }
  .company__heading__main {
    line-height: 1.7em;
    font-size: 1.66rem;
  }
  .company__heading__sub {
    padding: 0 0 2vw;
  }
  .company__heading__text {
    padding: 0 0 2vw;
    line-height: 1.7em;
    font-size: 0.8rem;
  }
}
.company__list {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 4rem;
  line-height: 1.7em;
  color: #262626;
  font-size: 0.88rem;
}

.company__list__item {
  padding: 1rem 0;
  border-top: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.company__list__item01 {
  border: none;
}

.company__list .heading {
  width: 15%;
  font-weight: 900;
  text-align: right;
}

.company__list .text {
  width: calc(85% - 4rem);
}

@media screen and (max-width: 768px) {
  .company {
    padding: 10vw 0;
  }
  .company__list {
    padding: 2vw 4vw;
    line-height: 1.7em;
    font-size: 0.8rem;
  }
  .company__list__item {
    padding: 2vw 0;
    border-top: 1px solid #b4b4b4;
    flex-flow: column;
  }
  .company__list__item01 {
    border: none;
  }
  .company__list .heading {
    width: 100%;
    padding: 0 0 1vw;
    text-align: left;
  }
  .company__list .text {
    width: 100%;
  }
}
.copyright {
  background: #3b3b3b;
  color: #fff;
}

.copyright__text {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright__text {
    padding: 4vw 0;
    font-size: 0.8rem;
  }
}
.floating {
  background: #fff;
  width: 100%;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.floating__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.floating__contact {
  width: 100%;
  margin: 0 2rem 0 0;
}

.floating__contact a {
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #c9516c;
  padding: 1rem;
  font-size: 1.3rem;
}

.floating__contact a::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.floating__contact a:hover {
  opacity: 0.7;
}

.floating__contact a:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .floating__contact a {
    padding: 2vw;
  }
  .floating__contact a::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .floating__contact a:hover {
    opacity: 1;
  }
  .floating__contact a:hover::after {
    right: 1rem;
  }
}
.floating__call {
  width: 100%;
  max-width: 392px;
}

.floating__call img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .floating__inner {
    padding: 4vw 0;
    justify-content: space-between;
  }
  .floating__contact {
    width: 50vw;
    margin: 0;
  }
  .floating__contact a {
    padding: 2vw 1rem 2vw 0;
    font-size: 3.6vw;
  }
  .floating__contact a::after {
    background-position: right center;
    height: 1rem;
    top: calc((100% - 1rem) / 2);
    right: 4vw;
  }
  .floating__contact a:hover::after {
    right: 4vw;
  }
  .floating__call {
    width: 36vw;
    max-width: 334px;
  }
}
/* navigation */
.navigation {
  display: none;
}

.navigation::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.navigation__button {
  display: block;
  position: fixed;
  top: 1.6vw;
  right: 3vw;
  z-index: 1100;
}

.navigation__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 3vw;
  height: 3vw;
  position: relative;
  cursor: pointer;
}

.navigation__button button span,
.navigation__button button::before,
.navigation__button button::after {
  background-color: #c04464;
  width: 100%;
  height: 4px;
  margin: auto;
  border-radius: 10rem;
  color: white;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}

.navigation__button button span {
  font-size: 1px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  animation: navToggleCenter_reverse 0.1s;
}

.navigation__button button::before {
  content: "";
  top: 10%;
  animation: navToggleTop_reverse 0.1s;
}

.navigation__button button::after {
  content: "";
  top: calc(90% - 4px);
  animation: navToggleBottom_reverse 0.1s;
}

.navigation__button button.open span {
  opacity: 0;
  animation: navToggleCenter 0.2s;
}

.navigation__button button.open::before {
  top: calc(50% - 2px);
  transform: rotate(45deg) scale(1.2);
  animation: navToggleTop 0.2s;
}

.navigation__button button.open::after {
  top: calc(50% - 2px);
  transform: rotate(-45deg) scale(1.2);
  animation: navToggleBottom 0.2s;
}

.navigation__inner {
  transition: all 0.2s ease-in-out;
  background-color: #303030;
  height: 100vh;
  padding: 5vw;
  color: white;
  text-align: center;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow-y: scroll;
}

.navigation__list {
  margin: 0 auto;
}

.navigation__list-item a {
  width: 100%;
  padding: 0.7vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.navigation__list-item a .eng {
  padding: 0 0.8em 0 0;
  font-size: 2vw;
  font-weight: 700;
  font-family: "Montserrat";
}

.navigation__list-item a .jpn {
  font-size: 1.3vw;
  font-weight: 500;
}

.navigation__contact {
  width: 40vw;
  margin: 0 auto;
  padding: 2vw 0;
}

.navigation__link-item a {
  width: 100%;
  padding: 1vw 0;
  font-size: 1.2vw;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
}

.navigation.active::after {
  z-index: 999;
  opacity: 1;
}

.navigation.active .navigation__inner {
  opacity: 1;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .navigation {
    display: block;
  }
  .navigation::after {
    display: none;
  }
  .navigation__button {
    top: 3vw;
    right: 3vw;
  }
  .navigation__button button {
    width: 8vw;
    height: 8vw;
  }
  .navigation__inner {
    width: 100%;
    padding: 10vw 10vw 0;
  }
  .navigation__list-item a {
    padding: 2vw 0;
  }
  .navigation__list-item a .eng {
    font-size: 3vw;
  }
  .navigation__list-item a .jpn {
    font-size: 3.5vw;
  }
  .navigation__contact {
    width: 100%;
    padding: 10vw 0;
  }
  .navigation__link-item a {
    padding: 3vw 0;
    font-size: 3vw;
  }
}
.menu__contact {
  width: 100%;
  margin: 0 2rem 0 0;
}

.menu__contact a {
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1.7em;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #c9516c;
  padding: 1rem;
  font-size: 1.3rem;
}

.menu__contact a::after {
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 1.5rem;
}

.menu__contact a:hover {
  opacity: 0.7;
}

.menu__contact a:hover::after {
  right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .menu__contact a {
    padding: 2vw;
  }
  .menu__contact a::after {
    background-position: right center;
    width: 1rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
    right: 1rem;
  }
  .menu__contact a:hover {
    opacity: 1;
  }
  .menu__contact a:hover::after {
    right: 1rem;
  }
}
.bnr {
  bottom: 10px;
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
}

.btn {
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto;
  overflow: hidden;
}

.btn-sp {
  max-width: 100%;
}
.btn-sp img {
  width: 83%;
}

/* interview */
/*==========================================
 スライダー共通
===========================================*/
.slick-slide img {
  margin: 0 auto;
  width: 100%;
}

.slides {
  opacity: 0;
}

.slides.slick-initialized {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -5%;
}

@media screen and (min-width: 681px) {
  .slick-dots {
    display: block;
    bottom: 0;
  }
}
.slick-dots li {
  height: 3vw;
  margin: 0;
  max-width: 6vw;
  flex-basis: 6vw;
}

@media screen and (min-width: 681px) {
  .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 5px;
  }
}
.slick-dots li.slick-active button {
  background-color: #ed5b70;
}

.slick-dots li button {
  border: 0.5vw solid #ed5b70;
  border-radius: 100%;
  width: 3vw;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 681px) {
  .slick-dots li button {
    border: 2.5px solid #ed5b70;
    width: 100%;
  }
}
.slick-dots li button:before {
  content: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #ed5b70;
  opacity: 1 !important;
}

.slick-prev,
.slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  width: 8.4745762712vw;
  height: 8.4745762712vw;
}

@media screen and (min-width: 681px) {
  .slick-prev,
  .slick-next {
    width: 2.8813559322vw;
    height: 2.8813559322vw;
  }
}
@media screen and (min-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 5.7627118644vw;
    height: 5.7627118644vw;
    max-width: 68px;
    max-height: 68px;
  }
}
.slick-prev {
  background-image: url("../images/interview_btn_prev.png");
  left: 3%;
}

@media screen and (min-width: 681px) {
  .slick-prev {
    left: -2%;
  }
}
@media screen and (min-width: 1300px) {
  .slick-prev {
    left: -9%;
  }
}
.slick-next {
  background-image: url("../images/interview_btn_next.png");
  right: 3%;
}

@media screen and (min-width: 681px) {
  .slick-next {
    right: -2%;
  }
}
@media screen and (min-width: 1300px) {
  .slick-next {
    right: -9%;
  }
}
.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev:focus,
.slick-prev:hover {
  background: url("../images/interview_btn_prev.png") no-repeat center/contain;
}

.slick-next:focus,
.slick-next:hover {
  background: url("../images/interview_btn_next.png") no-repeat center/contain;
}

/*==========================================
 INTERVIEW
===========================================*/
.interview__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.interview-slide-item__inner {
  background-color: #fcefee;
  padding: 6.0416666667vw;
}

@media screen and (min-width: 681px) {
  .interview-slide-item__inner {
    padding: 4.2307692308vw 4.6153846154vw;
    font-size: 1.1538461538vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item__inner {
    padding: 55px 60px;
    font-size: 15px;
  }
}
.interview-slide-item-picture {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.interview-slide-item-picture__img {
  flex-basis: 50%;
  max-width: 50%;
  margin: 0 auto 0 0 !important;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture__img {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
.interview-slide-item-picture-caption {
  flex-basis: 50%;
  max-width: 50%;
  transform: translateX(7%);
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption {
    margin-top: 10%;
    max-width: 100%;
    transform: none;
  }
}
.interview-slide-item-picture-caption-corp {
  line-height: 1.1875;
  font-size: 3.3333333333vw;
  margin-bottom: 0.8em;
  display: block;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-corp {
    font-size: 1.0769230769vw;
    margin: 0 0 0.4em 0;
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-picture-caption-corp {
    font-size: 14px;
  }
}
@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-corp--style-01 {
    margin: 0 0.2em 0.4em 0;
  }
}
.interview-slide-item-picture-caption-dev {
  display: block;
  font-size: 3.3333333333vw;
  margin-bottom: 0.4em;
  margin-top: 0.8em;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-dev {
    display: inline-block;
    font-size: 1.0769230769vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-picture-caption-dev {
    font-size: 14px;
  }
}
@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-dev + .interview-slide-item-picture-caption-name {
    margin-left: 0.4em;
  }
}
.interview-slide-item-picture-caption-name {
  line-height: 1.04;
  font-size: 4.1666666667vw;
  display: block;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-name {
    font-size: 1.2307692308vw;
    line-height: 1.25;
    display: inline-block;
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-picture-caption-name {
    font-size: 16px;
  }
}
.interview-slide-item-picture-caption-name--style-01 {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption-name--style-01 {
    margin-bottom: 0.2em;
  }
}
.interview-slide-item-picture-caption__small {
  font-size: 2.9166666667vw;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture-caption__small {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-picture-caption__small {
    font-size: 13px;
  }
}
.interview-slide-item-desc {
  font-size: 3.3333333333vw;
  padding: 7.8125vw 0 0;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-desc {
    padding: 0;
    font-size: 1.2711864407vw;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-desc {
    font-size: 15px;
  }
}
.interview-slide-item-desc-ttl {
  font-size: 4.5833333333vw;
  margin-bottom: 0.6em;
  line-height: 1.5;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-desc-ttl {
    font-size: 2.0338983051vw;
  }
}
@media screen and (min-width: 1300px) {
  .interview-slide-item-desc-ttl {
    font-size: 24px;
  }
}
.interview-slide-item-desc-txt {
  line-height: 1.8125;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-desc-txt {
    line-height: 1.4666666667;
  }
}
@media screen and (min-width: 681px) {
  .interview-slide-item-desc-txt:not(:last-child) {
    margin-bottom: 1.8em;
  }
}
.interview-slide-item-picture__img {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0 auto 0 0 !important;
}

.interview-slide-item-picture__img.img_pc {
  display: none;
}

@media screen and (min-width: 681px) {
  .interview-slide-item-picture__img.img_sp {
    display: none;
  }
  .interview-slide-item-picture__img.img_pc {
    display: block;
  }
}
/*==========================================
 マインズの強み
===========================================*/
#about.about {
  background-color: #f9f8f6;
}

#about .about__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#about .about-list {
  text-align: center;
}

#about .about-list-item {
  margin-bottom: 20px;
  display: inline-block;
}

#about .about-list-item-icon {
  position: relative;
  width: 170px;
}

#about img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  #about.about {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 681px) {
  #about.about {
    padding: 7vw 0 6vw;
  }
  #about .about__inner {
    max-width: 1000px;
  }
  #about .about-list {
    text-align: center;
  }
  #about .about-list-item {
    margin-right: 20px;
  }
  #about .about-list-item-icon {
    position: relative;
    width: 300px;
  }
}
/*==========================================
 Slick.js
===========================================*/
.slick-list {
  background: #fcefee;
}/*# sourceMappingURL=custom.css.map */