@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- mixins
------------------------------ */
/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- utiluty
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

a:hover img {
  opacity: 1;
}

/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- reset
------------------------------ */
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;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  background: #fff;
  color: #474747;
  font-family: "IBM Plex Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 1101px) {
  body {
    width: 100%;
    min-width: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 749px) {
  body {
    width: 100%;
    min-width: auto;
    overflow-x: hidden;
  }
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 750px) {
  a {
    transition: all 0.5s;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
  padding: 0 5px 10px 5px;
}

sub {
  font-weight: normal;
  font-size: 0.2em;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

address {
  font-style: normal;
}

/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- layout
------------------------------ */
.l-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .l-inner-md {
    width: 90%;
    max-width: 1528px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-md {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-sm-pc {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-xs {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-xs {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-ex {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .content__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
  }
}

/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- btn
------------------------------ */
.btn-a {
  position: relative;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.btn-a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .btn-a:after {
    width: 4rem;
    height: 4rem;
    right: 2rem;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 749px) {
  .btn-a:after {
    width: 2.4rem;
    height: 2.4rem;
    right: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .btn-a {
    font-size: 2.2rem;
    padding: 2.15rem 2rem 2.15rem 4rem;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .btn-a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .btn-a {
    border-radius: 4rem;
    font-size: 1.4rem;
    padding: 2rem 2rem 2rem 4rem;
  }
}
@media screen and (min-width: 750px) {
  .btn-a.-lg {
    width: 41.9rem;
    min-width: 419px;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.-lg {
    width: 80%;
    max-width: 285px;
  }
}
@media screen and (min-width: 750px) {
  .btn-a.-md {
    width: 36.7rem;
    min-width: 367px;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.-md {
    width: 80%;
    max-width: 285px;
  }
}
.btn-a.-xs {
  padding: 0.5rem;
}
@media screen and (min-width: 750px) {
  .btn-a.-xs {
    width: 12rem;
    min-width: 120px;
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.-xs {
    font-size: 1rem;
    width: 8.5rem;
    margin: 1rem 0 0;
  }
}
.btn-a.-xs:after {
  right: 0.5rem;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 750px) {
  .btn-a.-xs:after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.-xs:after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .btn-a.-sm {
    width: 25.6rem;
    min-width: 256px;
    padding: 2.15rem 2rem 2.15rem 6.3rem;
  }
}
@media screen and (max-width: 749px) {
  .btn-a.-sm {
    width: 90%;
    max-width: 285px;
    margin: 0 auto;
    text-align: center;
    padding-right: 3rem;
  }
}
.btn-a.-wh {
  border: 2px solid #FD7B7D;
  background: #fff;
  color: #FD7B7D;
}
.btn-a.-wh:after {
  background: url(../img/top/arrow_pink.png) center/contain no-repeat;
}
.btn-a.-wh:hover {
  background: #FD7B7D;
  color: #fff;
}
.btn-a.-wh:hover:after {
  background: url(../img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-orange {
  border: 2px solid #FFB660;
  background: #FFB660;
  color: #fff;
}
.btn-a.-orange:after {
  background: url(../img/top/arrow-orange.png) center/contain no-repeat;
}
.btn-a.-orange:hover {
  background: #fff;
  color: #FFB660;
}
.btn-a.-orange:hover:after {
  background: url(../img/top/arrow-right-orange.png) center/contain no-repeat;
}
.btn-a.-pink {
  border: 2px solid #FD7B7D;
  background: #FD7B7D;
  color: #fff;
}
.btn-a.-pink:after {
  background: url(../img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-pink:hover {
  background: #fff;
  color: #FD7B7D;
}
.btn-a.-pink:hover:after {
  background: url(../img/top/arrow_pink.png) center/contain no-repeat;
}
.btn-a.-fullWh {
  border: 2px solid #fff;
  background: #FD7B7D;
  color: #fff;
}
.btn-a.-fullWh:after {
  background: url(../img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-fullWh:hover {
  background: #fff;
  color: #FD7B7D;
}
.btn-a.-fullWh:hover:after {
  background: url(../img/top/arrow_pink.png) center/contain no-repeat;
}

/* ------------------------------
- base
------------------------------ */
.heading-a {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .heading-a {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .heading-a {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 750px) {
  .heading-a.lg {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

/* ------------------------------
- base **トップリニューアルから流用
------------------------------ */
/* ------------------------------
- 共通部分調整 **トップリニューアルから流用
------------------------------ */
#fixHeader *,
#fixHeader2 * {
  box-sizing: content-box;
}
#fixHeader a,
#fixHeader2 a {
  transition: all 0s;
}

@media screen and (min-width: 750px) {
  .service_info_link * {
    font-size: 12px;
  }
}

/* ------------------------------
- common
------------------------------ */
@media screen and (max-width: 749px) {
  .page__h1 {
    font-size: 1.2rem;
  }
}

.link {
  color: blue;
}

/*
body {
	background: #F3F7F9;
}
*/
.yellow {
  color: #FFFA79;
}

.orange {
  color: #FFB660;
}

.clrBlack {
  color: #474747;
}

@media screen and (min-width: 750px) {
  .sec {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 749px) {
  .sec {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .sec__wrap {
    padding: 8rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec__wrap {
    width: 92.7083333333%;
    max-width: 1335px;
  }
}
@media screen and (max-width: 749px) {
  .sec__wrap {
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .sec__wrap.-right {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 750px) {
  .sec__wrap.-left {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    margin-right: auto;
  }
}
.sec__wrap.-wh {
  background: #fff;
}

.semibold {
  font-weight: 600;
}

.lineYellow {
  background: linear-gradient(to top, #FFFA79 0, #FFFA79 0.2em, transparent 0.4em, transparent 100%);
}

.sec__text {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .sec__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .sec__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 750px) {
  .onlyPc {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .onlyPc {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .onlySp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .onlySp {
    display: block;
  }
}

#header {
  background: #fff !important;
}

/* ------------------------------
- content (注目コンテンツ)流用
------------------------------ */
.content {
  background: #fff;
}
@media screen and (min-width: 750px) {
  .content {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 749px) {
  .content {
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .content .l-inner-sm {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 749px) {
  .content .l-inner-sm {
    margin-top: 6rem;
  }
}

.contentWrap {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  display: block;
  position: relative;
  background: #fff;
}
.contentWrap:after {
  position: absolute;
  content: "";
  background: url(/assets/img/top/arrow-right-green.svg) center/contain no-repeat;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .contentWrap:after {
    width: 2.6rem;
    height: 2.6rem;
    bottom: 3rem;
    right: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .contentWrap:after {
    width: 2.4rem;
    height: 2.4rem;
    bottom: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .contentWrap {
    padding: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .contentWrap {
    padding: 1rem;
  }
}
.contentWrap:hover {
  color: #474747;
  background: rgba(88, 210, 214, 0.1725490196);
}
.contentWrap:hover:after {
  transform: scale(1.1);
}

@media screen and (min-width: 750px) {
  .content__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.content__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .content__item {
    align-items: center;
    width: 48.5%;
  }
  .content__item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .content__item {
    margin-top: 2rem;
  }
  .content__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .content__img {
    width: 45.1467268623%;
  }
  .content__img img {
    transition: 0.3s all;
  }
}
@media screen and (max-width: 749px) {
  .content__img {
    width: 38.8888888889%;
  }
}

@media screen and (min-width: 750px) {
  .content__body {
    width: 50.7900677201%;
  }
}
@media screen and (max-width: 749px) {
  .content__body {
    width: 52.7777777778%;
  }
}

.content__item__heading {
  color: #58D2D6;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .content__item__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .content__item__heading {
    font-size: 1.5rem;
  }
}

.content__text {
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .content__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .content__text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 750px) {
  .content__btm {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .content__btm {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .content__btm .contentWrap {
    padding: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .content__btm .contentWrap {
    padding: 2.5rem;
  }
}
.content__btm .contentWrap:hover::after {
  transform: translateY(50%) scale(1.1);
}
.content__btm .contentWrap:after {
  bottom: 50%;
  transform: translateY(50%);
}

/* ------------------------------
- content (結婚相談所の選び方.chooseのクラス変更し流用）
------------------------------ */
@media screen and (max-width: 749px) {
  .content__head {
    padding: 0 1rem 2rem;
  }
}

.content__head__img {
  text-align: center;
  /*
  @include mq-up {
  	margin-bottom: 3rem;
  }

  @include mq-down {
  	margin-bottom: 2rem;
  }*/
}

@media screen and (min-width: 750px) {
  .content__lead {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
  }
}

.content__btnWrap {
  /*
  	.btn-a {
  		&.-md {
  			@include mq-up {
  				min-width: 321px;
  				max-width: 321px;
  			}
  		}
  	}
  */
  /*
  @include mq-down {
  	margin-top: 2rem;
  }*/
}
@media screen and (min-width: 750px) {
  .content__btnWrap {
    margin-top: 3rem;
  }
}

/* ------------------------------
- 　アンカー　トップから流用
------------------------------ */
.pageNav {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .pageNav {
    max-width: 750px;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .pageNav {
    max-width: 312px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .pageNav__item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 749px) {
  .pageNav__item {
    width: 49%;
    margin-top: 1rem;
  }
}

.pageNav__item__link {
  display: block;
  width: 100%;
  background-color: #FFB660;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 3rem;
  padding: 1rem;
  position: relative;
}
.pageNav__item__link:after {
  position: absolute;
  content: "";
  background: url(/assets/img/top/arrow_right.svg) center/contain no-repeat;
  width: 6px;
  height: 18px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.pageNav__item__link:hover {
  color: #FFB660;
  background-color: #fff;
}
.pageNav__item__link span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
}

/* ------------------------------
- aside部分トップから流用
------------------------------ */
.banner {
  background: #FD7B7D;
  border-radius: 3rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .banner {
    /* margin-top: 20rem;*/
    padding: 2rem 3rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .banner {
    margin-top: 4rem;
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.banner .heading-a {
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .banner .heading-a {
    text-align: center;
  }
}

.banner__text {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .banner__text {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .banner__btnWarp {
    display: flex;
    width: 90%;
    max-width: 542px;
  }
}
.banner__btnWarp .btn-a.-sm {
  font-size: 1.8rem;
  border: 1px solid transparent;
}
.banner__btnWarp .btn-a.-sm:after {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 750px) {
  .banner__btnWarp .btn-a.-sm {
    min-width: 260px;
    padding: 1.55rem 2rem;
    margin-right: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .banner__btnWarp .btn-a.-sm {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.banner__btnWarp .btn-a.-sm:hover {
  border: 1px solid #fff;
}

.banner__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .banner__content {
    padding-bottom: 17rem;
  }
}

.banner__img {
  position: absolute;
}
@media screen and (min-width: 750px) {
  .banner__img {
    width: 33.661971831%;
    right: 3rem;
    bottom: -2rem;
    z-index: -1;
  }
}
@media screen and (max-width: 749px) {
  .banner__img {
    width: 229px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    z-index: -1;
  }
}

/* ------------------------------
- base **トップリニューアルから流用
------------------------------ */
/* ------------------------------
- btn after **画像リンク切れ修正
------------------------------ */
.btn-a.-wh:after {
  background: url(/assets/img/top/arrow_pink.png) center/contain no-repeat;
}
.btn-a.-wh:hover:after {
  background: url(/assets/img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-orange:after {
  background: url(/assets/img/top/arrow-orange.png) center/contain no-repeat;
}
.btn-a.-orange:hover:after {
  background: url(/assets/img/top/arrow-right-orange.png) center/contain no-repeat;
}
.btn-a.-pink:after {
  background: url(/assets/img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-pink:hover:after {
  background: url(/assets/img/top/arrow_pink.png) center/contain no-repeat;
}
.btn-a.-fullWh:after {
  background: url(/assets/img/top/arrow_white.png) center/contain no-repeat;
}
.btn-a.-fullWh:hover:after {
  background: url(/assets/img/top/arrow_pink.png) center/contain no-repeat;
}

/* ------------------------------
- base **トップリニューアルから流用
------------------------------ */
/* ------------------------------
- /introduce/data/からタイトル部分流用
------------------------------ */
.hero {
  position: relative;
}
@media screen and (min-width: 750px) {
  .hero {
    padding-top: 8rem;
    padding-bottom: 5rem;
    padding: 4rem 1.7rem 5rem 1.7rem;
  }
}
@media screen and (max-width: 749px) {
  .hero {
    padding: 4.5rem 1.3rem 3.7rem 1.3rem;
  }
}

.hero__title__en {
  color: #D7000F;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .hero__title__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .hero__title__en {
    font-size: 1rem;
  }
}

.hero__title {
  line-height: 1.44;
  margin-bottom: 3rem;
}
@media screen and (min-width: 750px) {
  .hero__title {
    font-size: 5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .hero__title {
    font-size: 3.2rem;
    margin-top: 0.7rem;
    font-weight: bold;
  }
}
.hero__title span {
  display: block;
  line-height: 1.7;
}
@media screen and (min-width: 750px) {
  .hero__title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .hero__title span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.hero__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .hero__text {
    line-height: 2;
  }
}
@media screen and (max-width: 749px) {
  .hero__text {
    line-height: 1.72;
  }
}

/* ------------------------------
- base **トップリニューアルから流用
------------------------------ */
.experience {
  /*男性体験談ボタン*/
  /*
  	.flexBox {
  		width: 100%;
  		display: flex;
  		flex-wrap: wrap;
  	}
  */
}
.experience .slick-track {
  display: flex;
}
.experience .slick-slide {
  height: auto !important;
}
.experience__inner {
  position: relative;
  text-align: center;
  /*max-width: 1280px;*/
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .experience__inner {
    padding: 9rem 0 7rem;
  }
}
@media screen and (max-width: 749px) {
  .experience__inner {
    padding: 5rem 0;
  }
}
.experience__inner.bg-pink {
  background: #fff3f3;
}
.experience__inner.bg-blue {
  background: #eafafb;
}
.experience.bg-gray {
  background: #f3f7f9;
}
@media screen and (min-width: 750px) {
  .experience.bg-gray {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 749px) {
  .experience.bg-gray {
    margin-top: 8rem;
  }
}
.experience #age20s .sec__head,
.experience #age30s .sec__head,
.experience #age40s .sec__head,
.experience #age50s .sec__head {
  border-top: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 750px) {
  .experience #age20s .sec__head,
.experience #age30s .sec__head,
.experience #age40s .sec__head,
.experience #age50s .sec__head {
    width: 83.3333333333%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 749px) {
  .experience #age20s .sec__head,
.experience #age30s .sec__head,
.experience #age40s .sec__head,
.experience #age50s .sec__head {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
.experience #age20s .sec__head .heading-a,
.experience #age30s .sec__head .heading-a,
.experience #age40s .sec__head .heading-a,
.experience #age50s .sec__head .heading-a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #F3F7F9;
  padding: 1rem;
}
@media screen and (min-width: 750px) {
  .experience #age20s .sec__head .heading-a,
.experience #age30s .sec__head .heading-a,
.experience #age40s .sec__head .heading-a,
.experience #age50s .sec__head .heading-a {
    font-weight: bold;
    font-size: 2.6rem;
    top: -2.8rem;
  }
}
@media screen and (max-width: 749px) {
  .experience #age20s .sec__head .heading-a,
.experience #age30s .sec__head .heading-a,
.experience #age40s .sec__head .heading-a,
.experience #age50s .sec__head .heading-a {
    font-weight: 600;
    font-size: 1.8rem;
    top: -2.1rem;
    min-width: 23rem;
  }
}
.experience__body {
  width: auto;
  margin: 0 auto;
  position: relative;
}
.experience__btnWrap {
  text-align: left;
}
@media screen and (min-width: 750px) {
  .experience__btnWrap {
    margin: 6rem 0 0;
  }
}
@media screen and (max-width: 749px) {
  .experience__btnWrap {
    margin: 5rem 0 0;
  }
}
.experience .btn-a.-blue {
  border: 2px solid #58d2d6;
  background: #fff;
  color: #58d2d6;
}
.experience .btn-a.-blue:after {
  background: url(/assets/img/top/arrow-right-green.svg) center/contain no-repeat;
}
.experience .btn-a.-blue:hover {
  background: #58d2d6;
  color: #fff;
}
.experience .btn-a.-blue:hover:after {
  fill: #fff;
  background: url(/assets/img/top/arrow-right-green.svg) center/contain no-repeat;
}
.experience .flexBox--3col .flexBox__item {
  margin: 0 3rem 3rem 3rem;
}
.experience .stories-list {
  margin-top: 2.6rem;
}
.experience .stories-list__item {
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.53;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .experience .stories-list__item {
    margin: 0 2.5rem 5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list__item {
    margin: 0 0 1.5rem 0;
  }
}
.experience .stories-list__item--woman .number-list {
  background: #fcecee;
}
.experience .stories-list__item--man .number-list {
  background: #ecf5fc;
}
.experience .stories-list__inner {
  border: 1px solid #a29e9d;
  border-radius: 1rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF;
}
.experience .stories-list a {
  height: 100%;
  overflow: visible;
  display: block;
  color: #000000;
  width: 34rem;
}
.experience .stories-list a :hover {
  color: #463d3c;
  opacity: 0.8;
}
.experience .stories-list .tag-list {
  z-index: 2;
  position: absolute;
  margin: -1px 0 0 10px;
  font-size: 0;
}
.experience .stories-list .tag-list__item {
  display: inline-block;
  vertical-align: top;
}
.experience .stories-list .tag-list__item img {
  height: auto;
}
@media screen and (max-width: 749px) {
  .experience .stories-list .tag-list__item img {
    width: 30px;
    height: 28px;
  }
}
.experience .stories-list .post-date {
  color: #463d3c;
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: right;
  font-size: 1.1rem;
}
@media screen and (min-width: 750px) {
  .experience .stories-list .copy {
    padding: 24px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .copy {
    padding: 15px;
  }
}
.experience .stories-list .copy strong,
.experience .stories-list .copy span {
  background: linear-gradient(transparent 50%, #fff2cf 0%);
}
.experience .stories-list__item--woman .copy {
  color: #e17777;
  font-weight: bold;
}
.experience .stories-list__item--man .copy {
  color: #208abb;
  font-weight: bold;
}
.experience .stories-list .number-list {
  display: flex;
  margin-top: auto;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list {
    font-size: 1.2rem;
    padding: 13px 0 10px;
  }
}
.experience .stories-list .number-list__ttl {
  margin-bottom: 2px;
}
.experience .stories-list .number-list .list_item {
  width: 33.33%;
  text-align: center;
  border-left: 1px dashed #463d3c;
}
.experience .stories-list .number-list .list_item:first-child {
  border-left: none;
}
.experience .stories-list .number-list .list_item .number-list__cont {
  color: #463d3c;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item .number-list__cont {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item .number-list__cont {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item .number-list__cont .lg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item .number-list__cont .lg {
    font-size: 2rem;
  }
}
.experience .stories-list .number-list .list_item .number-list__cont:before {
  content: "";
  position: absolute;
  top: 9px;
  background-size: 100%;
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--number .number-list__cont {
    margin-left: 30px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--number .number-list__cont {
    margin-left: 15px;
  }
}
.experience .stories-list .number-list .list_item--number .number-list__cont:before {
  background-image: url(/introduce/images/experience/stories-list_icon_number01.png);
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--number .number-list__cont:before {
    left: -30px;
    width: 23px;
    height: 19px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--number .number-list__cont:before {
    left: -15px;
    width: 11.5px;
    height: 9.5px;
  }
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--contact .number-list__cont {
    margin-left: 27px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--contact .number-list__cont {
    margin-left: 14px;
  }
}
.experience .stories-list .number-list .list_item--contact .number-list__cont:before {
  /*position: absolute;*/
  background-image: url(/introduce/images/experience/stories-list_icon_contact01.png);
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--contact .number-list__cont:before {
    left: -27px;
    width: 22px;
    height: 17px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--contact .number-list__cont:before {
    left: -14px;
    width: 11px;
    height: 8.5px;
  }
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--period .number-list__cont {
    margin-left: 28px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--period .number-list__cont {
    margin-left: 14px;
  }
}
.experience .stories-list .number-list .list_item--period .number-list__cont:before {
  /*position: absolute;*/
  background-image: url(/introduce/images/experience/stories-list_icon_period01.png);
}
@media screen and (min-width: 750px) {
  .experience .stories-list .number-list .list_item--period .number-list__cont:before {
    left: -28px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 749px) {
  .experience .stories-list .number-list .list_item--period .number-list__cont:before {
    left: -14px;
    width: 10.5px;
    height: 10.5px;
  }
}
.experience .read-btn {
  text-align: center;
  background: #463d3c;
  color: #FFF;
  border: 1px solid #463d3c;
  border-radius: 0 0 9px 9px;
  font-family: "Spinnaker", sans-serif;
  font-size: 1rem;
  padding: 4px 0;
}
.experience .profile {
  border-bottom: 1px dashed #a29e9d;
}
@media screen and (min-width: 750px) {
  .experience .profile {
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .experience .profile {
    padding: 0 1.5rem 1.5rem;
  }
}
.experience .profile-info {
  font-size: 0;
}
@media screen and (min-width: 750px) {
  .experience .profile-info {
    margin-top: 2.3rem;
    min-height: 121px;
  }
}
@media screen and (max-width: 749px) {
  .experience .profile-info {
    margin-top: 2rem;
  }
}
.experience .profile-info .img-area,
.experience .profile-info .txt-area {
  display: inline-block;
}
.experience .profile-info .img-area {
  margin-right: 20px;
  width: 71px;
}
@media screen and (max-width: 749px) {
  .experience .profile-info .img-area {
    margin-right: 12px;
  }
}
.experience .profile-info .txt-area {
  vertical-align: top;
  width: calc(100% - 100px);
}
@media screen and (min-width: 750px) {
  .experience .profile-info .txt-area {
    margin-top: 3px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .experience .profile-info .txt-area {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.experience .profile-info .txt-area .type {
  font-weight: bold;
  color: #463d3c;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .experience .profile-info .txt-area .type {
    font-size: 1.2rem;
  }
}
.experience .profile-info .txt-area .type:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: 134px 50px;
  width: 134px;
  height: 50px;
  top: -15px;
  left: -20px;
}
.experience .profile-info .txt-area .type--tanki:before {
  background: url(/introduce/images/experience/type_tanki_bg01.png) no-repeat;
}
.experience .profile-info .txt-area .type--app:before {
  background: url(/introduce/images/experience/type_app_bg01.png) no-repeat;
}
.experience .profile-info .txt-area .type--inexperienced:before {
  background: url(/introduce/images/experience/type_inexperienced_bg01.png) no-repeat;
}
.experience .profile-info .txt-area .type--oyakoko:before {
  background: url(/introduce/images/experience/type_oyakoko_bg01.png) no-repeat;
}
.experience .profile-info .txt-area .type--honki:before {
  background: url(/introduce/images/experience/type_honki_bg01.png) no-repeat;
}
.experience .profile-info .txt-area .type--koso:before {
  background: url(/introduce/images/experience/type_koso_bg01.png) no-repeat;
}
.experience .profile-info__name, .experience .profile-info__age {
  display: inline-block;
  color: #463d3c;
  font-weight: bold;
  font-size: 1.4rem;
}
.experience .profile-info__name span {
  font-size: 2.3rem;
}
.experience .profile-info__age span {
  font-size: 1.8rem;
}
.experience .profile-info__other {
  color: #748c50;
  font-size: 0;
}
@media screen and (min-width: 750px) {
  .experience .profile-info__other {
    margin-top: 14px;
  }
}
@media screen and (max-width: 749px) {
  .experience .profile-info__other {
    margin-top: 8px;
  }
}
.experience .profile-info__other li {
  color: #463d3c;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 750px) {
  .experience .profile-info__other li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .experience .profile-info__other li {
    font-size: 1.4rem;
  }
}

/* ------------------------------
- base **トップリニューアルから流用
------------------------------ */
/* ------------------------------
- button **トップリニューアルから流用
------------------------------ */
/* ------------------------------
- /introduce/experience/流用
------------------------------ */
/* ------------------------------
- common 既存クラスレスポンシブ対応
------------------------------ */
#contents {
  width: auto;
  min-width: auto;
  /*@include mq-down {
  	width: 940px;
  	max-width: 100%;
  	margin: 0 auto;
  	position: relative;
  }*/
}
@media screen and (max-width: 749px) {
  #contents .path {
    display: none;
  }
}

.page_topArea {
  width: auto;
  max-width: 1100px;
}

@media screen and (min-width: 750px) {
  .page_top {
    /* margin-top: 20rem;*/
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .page_top {
    float: none;
    margin: 0 auto 3rem;
    width: 11.875%;
  }
}

/* ------------------------------
- topから流用　と変更
------------------------------ */
.hero__img {
  margin-left: auto;
}
@media screen and (min-width: 750px) {
  .hero__img {
    position: absolute;
    right: -7.9rem;
    top: -23rem;
    width: 64.5833333333%;
    max-width: 930px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .hero__img {
    top: -15rem;
  }
}
@media screen and (max-width: 749px) {
  .hero__img {
    width: 80%;
    max-width: 300px;
  }
}
.hero__img img {
  width: 100%;
}

/* ------------------------------
- happyreport レスポンシブ化
------------------------------ */
.report {
  padding-top: 0;
  /*	&__inner{
  	@include mq-up {
  		width: 2.6rem;
  		height: 2.6rem;
  		bottom: 3rem;
  		right: 2rem;
  	}
  }
  */
}
@media screen and (max-width: 749px) {
  .report .l-inner-ex {
    padding: 0;
  }
}
.report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .report__list__item {
    opacity: 1;
    width: calc(33.33% - 13px);
  }
}
@media screen and (min-width: 750px) {
  .report__list__item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
  }
}
.report__list__item a {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 749px) {
  .report__list__item a {
    margin: 0 1rem;
  }
}
.report__list__item a:hover {
  opacity: 0.8;
  color: #fd7b7d;
}
@media screen and (min-width: 750px) {
  .report__list__btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .report__list__btn.is-btn-hidden {
    display: none;
  }
}
.report__list__img img {
  border-radius: 20px;
}
@media screen and (max-width: 749px) {
  .report__list__img img {
    width: 100%;
  }
}
.report__list__text {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
@media screen and (min-width: 750px) {
  .report__list__text {
    margin-bottom: 3rem;
  }
}
.report__number {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #ffe9e9;
  -webkit-text-stroke: 1px #fd7b7d;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .report__number {
    /*font-size: 3.2rem;*/
    font-size: clamp(2.5rem, 1.333rem + 2.49vw, 3.2rem);
  }
}
@media screen and (max-width: 749px) {
  .report__number {
    font-size: 3rem;
  }
}
.report__name {
  line-height: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .report__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .report__name {
    font-size: 1.8rem;
  }
}
.report__name span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.js-scroll.is-active.-delay {
  -webkit-animation: fadeIn 700ms 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeIn 700ms 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeIn.js-scroll.is-active:not(.-delay) {
  -webkit-animation: fadeIn 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeIn 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.js-scroll.is-active.-delay {
  -webkit-animation: fadeUp 700ms 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeUp 700ms 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeUp.js-scroll.is-active:not(.-delay) {
  -webkit-animation: fadeUp 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeUp 700ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =================================
accordion  *PC
================================= */
#introduce_top {
  margin-bottom: 0;
}

/* =================================
accordion  *SP
================================= */
@media screen and (max-width: 749px) {
  #introduce_top .box {
    padding: 25px 6.25% 0px;
  }
  .accordion-container {
    position: relative;
    width: 100%;
    border: 2px solid #463d3c;
    outline: 0;
    text-align: center;
    color: white;
  }
  .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    background: #463d3c;
    cursor: pointer;
  }
  .accordion-container .article-title:hover .accordion-container .article-title:active {
    background-color: #463d3c;
    color: white;
  }
  .accordion-container .article-title:hover i:before,
.accordion-container .article-title i:active {
    color: white;
  }
  .accordion .content-entry .open {
    background-color: #463d3c;
    color: white;
  }
  .accordion .content-entry .open i {
    color: white;
  }
  .accordion-content {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: none;
    padding: 10px 0 0px;
    background: #f7f7f7;
  }
  .accordion-content li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .accordion-content li:last-child {
    border-bottom: none;
  }
  .accordion-content li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #392a28 !important;
    font-weight: bold;
  }
  .accordion-content li a strong {
    font-size: 18px;
    font-weight: bold;
  }
  .accordion-content li:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #463d3c;
    border-right: solid 1px #463d3c;
    transform: rotate(45deg);
  }
  .article-title {
    font-family: 游明朝, serif;
    position: relative;
    background: #fff !important;
    color: #463d3c !important;
  }
  .article-title:after {
    content: "";
    position: absolute;
    right: 25%;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #463d3c;
    border-right: solid 1px #463d3c;
    transform: rotate(135deg);
  }
  .article-title.open {
    color: #fff !important;
    background: #463d3c !important;
  }
  .article-title.open:after {
    content: "";
    transform: rotate(-45deg);
    top: 45%;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
/*# sourceMappingURL=happyreport.css.map */