@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.main-ttl-block {
  text-align: center;
  padding-bottom: 36px;
  background: url(../img/main-ttl-bg.png) bottom center/114px 13px no-repeat;
  color: #2c2c2c;
  line-height: 1.2;
  margin: 0 auto 40px;
  font-feature-settings: "palt";
}
.main-ttl-block .main-ttl-lead {
  font-size: 20px;
  padding-bottom: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
}
.main-ttl-block .main-ttl {
  font-size: 32px;
  font-weight: bold;
}
.main-ttl-block .main-ttl-note {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .main-ttl-block {
    padding-bottom: calc(50/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
    background: url(../img/main-ttl-bg.png) bottom center/calc(170/750 * 100vw) calc(21/750 * 100vw) no-repeat;
  }
  .main-ttl-block .main-ttl-lead {
    font-size: calc(24/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
  .main-ttl-block .main-ttl {
    font-size: calc(36/750 * 100vw);
    font-weight: bold;
  }
  .main-ttl-block .main-ttl-note {
    font-size: calc(20/750 * 100vw);
    display: block;
  }
}

/*------------------------------------------------------------------
共通
------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  color: #2c2c2c;
  line-height: 1.7;
  min-width: 1044px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
    font-size: calc(26/750 * 100vw);
  }
}

a {
  color: #147ac8;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.pc-inline {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-inline {
    display: inline;
  }
}

.bold-text {
  font-weight: bold;
}

.nomal-text {
  font-weight: normal;
}

.orange-text {
  color: #ff7800;
}

.red-pink {
  color: #e74863;
  font-weight: bold;
}

.maker-text {
  background: linear-gradient(transparent 60%, #fff33f 60%);
}

.dot-text {
  padding-bottom: 10px;
  background: url(../img/dot_line.png) left bottom/8px 4px repeat-x;
}
@media screen and (max-width: 1024px) {
  .dot-text {
    padding-bottom: calc(12/750 * 100vw);
    background: url(../img/dot_line.png) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}

.sup {
  vertical-align: top;
  font-size: 70%;
}

.tac {
  text-align: center;
}

.small-text18 {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .small-text18 {
    font-size: calc(30/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text16 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .small-text16 {
    font-size: calc(20/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text14 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .small-text14 {
    font-size: calc(16/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

.small-text12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .small-text12 {
    font-size: calc(16/750 * 100vw);
    line-height: 1 !important;
    font-feature-settings: "palt";
  }
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*------------------------------------------------------------------
top-wrap
------------------------------------------------------------------*/
.top-wrap {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 200;
  height: 100px;
  box-sizing: border-box;
  box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-wrap {
    height: calc(115/750 * 100vw);
    width: calc(750/750 * 100vw);
  }
}

.top-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  .top-inner {
    width: 100%;
    padding: calc(80/750 * 100vw) calc(40/750 * 100vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .top-inner {
    height: calc(115/750 * 100vw);
    padding: 0;
    width: calc(750/750 * 100vw);
  }
}

.logo {
  width: 363px;
  padding: 20px 0;
  text-align: left;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .logo {
    width: calc(280/750 * 100vw);
    margin-left: calc(18/750 * 100vw);
    padding: 0;
  }
}

.top-container {
  display: flex;
  justify-content: space-between;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .top-container {
    height: calc(115/750 * 100vw);
  }
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 660px;
}
@media screen and (max-width: 1024px) {
  .top-box {
    width: calc(410/750 * 100vw);
    margin: 0 calc(20/750 * 100vw) 0 0;
  }
}

.top-box-btn {
  position: relative;
  margin-left: 10px;
}
.top-box-btn:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 16px;
  width: 28px;
  height: 7px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-box-btn {
    margin-left: calc(18/750 * 100vw);
  }
  .top-box-btn:after {
    width: calc(36/750 * 100vw);
    height: calc(10/750 * 100vw);
    right: calc(16/750 * 100vw);
  }
}

.top-box-btn-link {
  width: 380px;
  background: #e74863;
  border-radius: 30px;
  box-sizing: border-box;
  display: block;
  padding: 16px 0;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .top-box-btn-link {
    width: calc(320/750 * 100vw);
    padding: calc(8/750 * 100vw) 0 calc(6/750 * 100vw);
  }
}

.top-box-btn-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .top-box-btn-text {
    font-size: calc(24/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
    line-height: 1.2;
    padding-bottom: calc(6/750 * 100vw);
  }
}

.top-box-tel {
  width: 266px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .top-box-tel {
    background: #5ec43f;
    border-radius: 50%;
    width: calc(74/750 * 100vw);
    height: calc(74/750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .top-box-tel-icon {
    width: calc(40/750 * 100vw);
    height: calc(40/750 * 100vw);
    text-align: center;
  }
}

/*------------------------------------------------------------------
hero-header
------------------------------------------------------------------*/
.hero-header-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .hero-header-wrap {
    margin-top: calc(115/750 * 100vw);
    margin-bottom: 0;
  }
}

.hero-header-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hero-header-inner {
    height: calc(800/750 * 100vw);
    margin-bottom: 0;
  }
}

.mv {
  height: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../img/pc_MV.jpg) center center/cover no-repeat, #fff;
  text-indent: -9999px;
}
@media screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    height: calc(800/750 * 100vw);
    background: url(../img/sp_MV.jpg) center top/100% auto no-repeat, #d5dadd;
    margin-bottom: 0;
  }
}

.mv video {
  display: block;
  max-width: 100.2%;
  width: 1920px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.mv-note-wrap {
  width: 1200px;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .mv-note-wrap {
    padding: 0 calc(36/750 * 100vw);
    margin: calc(20/750 * 100vw) 0;
    width: 100%;
  }
}

.mv-note {
  font-size: 12px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .mv-note {
    font-size: calc(16/750 * 100vw);
  }
}

.btn-area-first-wrap {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  .btn-area-first-wrap {
    padding: calc(20/750 * 100vw) 0 calc(60/750 * 100vw);
  }
}

.btn-area-wrap {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .btn-area-wrap {
    padding: calc(20/750 * 100vw) 0;
  }
}

.btn-area-inner {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.btn-area-inner:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 26px;
  width: 28px;
  height: 7px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .btn-area-inner {
    width: calc(600/750 * 100vw);
  }
  .btn-area-inner:after {
    width: calc(36/750 * 100vw);
    height: calc(10/750 * 100vw);
    right: calc(26/750 * 100vw);
  }
}

.btn-area-link {
  width: 600px;
  background: #e74863;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  padding: 16px 0;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .btn-area-link {
    width: calc(600/750 * 100vw);
    padding: calc(20/750 * 100vw) 0 calc(16/750 * 100vw);
  }
}

.btn-area-link-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .btn-area-link-text {
    font-size: calc(26/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
    line-height: 1.2;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .pb80 {
    padding-bottom: calc(60/750 * 100vw);
  }
}

/*------------------------------------------------------------------
choose
------------------------------------------------------------------*/
.choose-wrap {
  padding: 60px 0;
  background: url(../img/choose_bg.png) center top/11px 10px repeat, #d5dadd;
}
@media screen and (max-width: 1024px) {
  .choose-wrap {
    padding: calc(60/750 * 100vw) 0;
  }
}

.choose-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .choose-inner {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.choose-rial-box-block {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .choose-rial-box-block {
    flex-direction: column;
    margin-bottom: calc(70/750 * 100vw);
  }
}

.choose-rial-box01 {
  width: 580px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .choose-rial-box01 {
    width: 100%;
    margin: 0 auto calc(70/750 * 100vw);
  }
}

.choose-rial-box02 {
  width: 580px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .choose-rial-box02 {
    width: 100%;
    margin: 0 auto;
  }
}

.choose-rial-ttl-wrap {
  text-align: center;
}

.choose-rial-ttl {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 600;
  background: #fff33f;
  display: inline-block;
  padding: 8px 25px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .choose-rial-ttl {
    font-style: normal;
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(40/750 * 100vw);
  }
}

.choose-rial-lead {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .choose-rial-lead {
    font-size: calc(30/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.choose-rial-img-box {
  margin-bottom: 20px;
  font-size: 0;
}
.choose-rial-img-box .choose-rial-img {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .choose-rial-img-box {
    margin-bottom: calc(20/750 * 100vw);
  }
}

.choose-note {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .choose-note {
    font-size: calc(16/750 * 100vw);
  }
}

.choose-rial-bottom-block {
  text-align: center;
}

.choose-rial-bottom-text {
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.8;
}
.choose-rial-bottom-text .maker-text {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .choose-rial-bottom-text {
    font-size: calc(26/750 * 100vw);
  }
  .choose-rial-bottom-text .maker-text {
    font-size: calc(32/750 * 100vw);
  }
}

/*------------------------------------------------------------------
support
------------------------------------------------------------------*/
.support-wrap {
  background: #fff;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1024px) {
  .support-wrap {
    padding: calc(40/750 * 100vw) 0 calc(40/750 * 100vw);
  }
}

.support-inner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .support-inner {
    width: 100%;
  }
}

.support-top-block-bg {
  background: url(../img/support-top-block-bg-white.png) center top/1px 86px repeat-x, linear-gradient(90deg, #fff 0%, #fff 37%, #e6f9ff 37%, #e6f9ff 100%);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .support-top-block-bg {
    background: linear-gradient(90deg, #fff 0%, #fff 27%, #e6f9ff 27%, #e6f9ff 100%);
    margin-bottom: calc(60/750 * 100vw);
  }
}

.support-top-block {
  display: flex;
  margin-bottom: 50px;
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .support-top-block {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
    flex-direction: column;
    margin-bottom: calc(66/750 * 100vw);
  }
}

.support-top-img-box {
  width: 504px;
  font-size: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .support-top-img-box {
    width: calc(648/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
    margin-left: 0;
  }
}

.support-top-text-box {
  padding-left: 50px;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .support-top-text-box {
    padding-left: 0;
    width: 100%;
  }
}

.support-top-text {
  font-size: 16px;
  padding-bottom: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  .support-top-text {
    font-size: calc(26/750 * 100vw);
    padding-bottom: calc(50/750 * 100vw);
  }
}

.support-top-text-ttl {
  font-size: 26px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .support-top-text-ttl {
    text-align: center;
    font-size: calc(30/750 * 100vw);
    padding-top: 0;
    padding-bottom: calc(30/750 * 100vw);
  }
}

.support-top-text-tag-list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .support-top-text-tag-list {
    justify-content: center;
  }
}

.support-top-text-tag-list-item {
  color: #e74863;
  border: #e74863 solid 2px;
  padding: 6px 18px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 11px;
  margin-bottom: 30px;
  line-height: 1;
}
.support-top-text-tag-list-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .support-top-text-tag-list-item {
    font-size: calc(26/750 * 100vw);
    margin-left: calc(17/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(24/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.support-bottom-block {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .support-bottom-block {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.support-bottom-note {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .support-bottom-note {
    font-size: calc(20/750 * 100vw);
    margin-top: calc(30/750 * 100vw);
  }
}

/*------------------------------------------------------------------
data
------------------------------------------------------------------*/
.data-wrap {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .data-wrap {
    padding: calc(60/750 * 100vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .data-wrap {
    padding-bottom: calc(20/750 * 100vw);
  }
}

.data-inner {
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .data-inner {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.data-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-list a:hover {
  opacity: 1;
}

.data-list-item {
  width: 333px;
  margin-right: 22px;
  position: relative;
  margin-bottom: 20px;
}
.data-list-item:nth-child(3n) {
  margin-right: 0;
}
.data-list-item:nth-child(7) {
  margin-bottom: 0;
}
.data-list-item:nth-child(8) {
  margin-bottom: 0;
}
.data-list-item:nth-child(9) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .data-list-item {
    width: calc(328/750 * 100vw);
    margin-right: calc(21/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
  .data-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .data-list-item:nth-child(8) {
    margin-right: calc(21/750 * 100vw);
  }
}

.data-list-item-img {
  font-size: 0;
}

.data-text-wrap {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .data-text-wrap {
    margin-bottom: calc(45/750 * 100vw);
  }
}

.data-text {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .data-text {
    font-size: calc(26/750 * 100vw);
  }
}

.dot-text img {
  width: 20px;
  height: 28px;
  margin-bottom: -3px;
  margin-right: 5px;
}

.pc-data-list-box_wrap {
  transition: 0.4s;
  background: #fff;
  border: #00afec 4px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  height: 460px;
  width: 370px;
  z-index: 200;
}

.pc-data-list-box_img-wrap {
  border-bottom: 4px dotted #00afec;
  box-sizing: border-box;
  padding-bottom: 18px;
}

.pc-data-list-box_text-wrap {
  padding-top: 20px;
}

.pc-data-list-box_ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 13px;
  line-height: 1.5;
  color: #2c2c2c;
  font-feature-settings: "palt";
}
.pc-data-list-box_ttl .pc-data-list-box_ttl-small {
  font-size: 20px;
}

.pc-data-list-box_text {
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c2c;
}
.pc-data-list-box_text .small-text {
  display: inline-block;
  line-height: 1.4;
  font-size: 12px;
  padding-top: 10px;
}

.pc-data-list-box_wrap01 .pc-data-list-box_img {
  margin: 0 auto;
  width: 155px;
  height: 168px;
}

.pc-data-list-box_wrap02 .pc-data-list-box_img {
  margin: 0 auto;
  width: 231px;
  height: 170px;
}

.pc-data-list-box_wrap03 .pc-data-list-box_img {
  margin: 0 auto;
  width: 203px;
  height: 165px;
}

.pc-data-list-box_wrap04 .pc-data-list-box_img {
  margin: 0 auto;
  width: 141px;
  height: 167px;
}

.pc-data-list-box_wrap05 .pc-data-list-box_img {
  margin: 0 auto;
  width: 155px;
  height: 167px;
}

.pc-data-list-box_wrap06 .pc-data-list-box_img {
  margin: 0 auto;
  width: 136px;
  height: 167px;
}

.pc-data-list-box_wrap07 .pc-data-list-box_img {
  margin: 0 auto;
  width: 194px;
  height: 167px;
}

.pc-data-list-box_wrap08 .pc-data-list-box_img {
  margin: 0 auto;
  width: 185px;
  height: 168px;
}

.pc-data-list-box_wrap09 .pc-data-list-box_img {
  margin: 0 auto;
  width: 131px;
  height: 166px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pc-data-list-box_wrap01,
.pc-data-list-box_wrap02,
.pc-data-list-box_wrap03,
.pc-data-list-box_wrap04,
.pc-data-list-box_wrap05,
.pc-data-list-box_wrap06,
.pc-data-list-box_wrap07,
.pc-data-list-box_wrap08,
.pc-data-list-box_wrap09 {
  display: none;
}

.data-list-item01:hover .pc-data-list-box_wrap01,
.data-list-item02:hover .pc-data-list-box_wrap02,
.data-list-item03:hover .pc-data-list-box_wrap03,
.data-list-item04:hover .pc-data-list-box_wrap04,
.data-list-item05:hover .pc-data-list-box_wrap05,
.data-list-item06:hover .pc-data-list-box_wrap06,
.data-list-item07:hover .pc-data-list-box_wrap07,
.data-list-item08:hover .pc-data-list-box_wrap08,
.data-list-item09:hover .pc-data-list-box_wrap09 {
  display: block;
  animation: show 0.4s linear 0s;
}
@media screen and (max-width: 1024px) {
  .data-list-item01:hover .pc-data-list-box_wrap01,
.data-list-item02:hover .pc-data-list-box_wrap02,
.data-list-item03:hover .pc-data-list-box_wrap03,
.data-list-item04:hover .pc-data-list-box_wrap04,
.data-list-item05:hover .pc-data-list-box_wrap05,
.data-list-item06:hover .pc-data-list-box_wrap06,
.data-list-item07:hover .pc-data-list-box_wrap07,
.data-list-item08:hover .pc-data-list-box_wrap08,
.data-list-item09:hover .pc-data-list-box_wrap09 {
    display: none;
    animation: none;
  }
}

.sliderModal-list-img {
  padding-bottom: calc(30/750 * 100vw);
  border-bottom: calc(6/750 * 100vw) dotted #43c4f1;
}
.sliderModal-list-img img {
  width: auto;
  height: calc(250/750 * 100vw);
  margin: 0 auto;
}

.sp-data-list-box_ttl {
  font-size: calc(26/750 * 100vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
}

.sp-data-list-box_text {
  font-size: calc(26/750 * 100vw);
  padding-top: calc(20/750 * 100vw);
  line-height: 1.9;
  display: grid;
}
.sp-data-list-box_text .small-text {
  line-height: 1.4;
  padding-top: calc(20/750 * 100vw);
  font-size: calc(20/750 * 100vw);
}

.disabled {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .disabled {
    pointer-events: auto;
  }
}

.sliderModal-list {
  border: 4px solid #00afec;
  width: calc(600/750 * 100vw) !important;
  padding: calc(30/750 * 100vw);
}

.sliderModalWrap {
  position: relative;
}

button.close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -5px;
  top: -55px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button.close:before, button.close:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background: #FFF;
  top: 0;
  left: 50%;
  transform-origin: center center;
}

button.close:before {
  transform: rotate(45deg);
}

button.close:after {
  transform: rotate(-45deg);
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

/*------------------------------------------------------------------
interview
------------------------------------------------------------------*/
.interview-wrap {
  padding: 60px 0;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .interview-wrap {
    padding: calc(60/750 * 100vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .interview-wrap {
    margin-bottom: 0;
    padding: calc(80/750 * 100vw) 0 calc(10/750 * 100vw);
  }
}

.interview-inner {
  overflow: hidden;
}

.interview-list-bg {
  background: url(../img/support-top-block-bg-white.png) center top/1px 115px repeat-x, linear-gradient(90deg, #fff 0%, #fff 33%, #ffeef1 33%, #ffeef1 100%);
}
@media screen and (max-width: 1024px) {
  .interview-list-bg {
    background: linear-gradient(90deg, #fff 0%, #fff 27%, #ffeef1 27%, #ffeef1 100%);
  }
}

.interview-list {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .interview-list {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.interview-list-item {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .interview-list-item {
    padding-bottom: calc(80/750 * 100vw);
  }
  .interview-list-item:first-child {
    padding-top: calc(30/750 * 100vw);
  }
  .interview-list-item:last-child {
    padding-bottom: calc(60/750 * 100vw);
  }
}

.interview-list-about {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .interview-list-about {
    flex-direction: column;
    margin-bottom: calc(35/750 * 100vw);
  }
}

.interview-list-about-reverse {
  justify-content: space-between;
}
.interview-list-about-reverse .interview-list-about-text {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .interview-list-about-reverse {
    flex-direction: column-reverse;
  }
}

.interview-list-about-img {
  width: 452px;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .interview-list-about-img {
    width: calc(654/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
}

.interview-list-about-text {
  width: 460px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .interview-list-about-text {
    width: 100%;
    padding-left: 0;
  }
}

.interview-list-ttl {
  width: 250px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .interview-list-ttl {
    margin: 0 auto;
    width: calc(250/750 * 100vw);
    margin-bottom: calc(25/750 * 100vw);
  }
}

.interview-list-sub-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .interview-list-sub-ttl {
    text-align: center;
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.interview-list-name {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .interview-list-name {
    text-align: center;
    font-size: calc(26/750 * 100vw);
  }
}

.interview-list-contents {
  border: 2px solid #00afec;
  background: #fff;
  display: block;
}

.interview-list-contents-btn {
  padding: 16px 28px 13px;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .interview-list-contents-btn {
    padding: calc(20/750 * 100vw) calc(20/750 * 100vw);
  }
}

.open.interview-list-contents-btn {
  border-bottom: 3px dotted #43c4f1;
}

.interview-list-contents-btn-text {
  text-align: center;
  color: #00afec;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .interview-list-contents-btn-text {
    font-size: calc(26/750 * 100vw);
  }
}

.interview-list-contents-inner {
  padding: 25px 30px;
  position: relative;
  display: none;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .interview-list-contents-inner {
    padding: calc(45/750 * 100vw) calc(30/750 * 100vw);
  }
}

.open .interview-list-contents-inner {
  display: block;
}

.interview-list-contents-inner-text {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
.interview-list-contents-inner-text:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .interview-list-contents-inner-text {
    font-size: calc(26/750 * 100vw);
    padding-bottom: calc(70/750 * 100vw);
  }
}

.interview-list-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  border: #00afec solid 2px;
  border-radius: 50%;
  padding: 14px;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .interview-list-icon {
    width: calc(30/750 * 100vw);
    height: calc(30/750 * 100vw);
    padding: calc(18/750 * 100vw);
    margin: auto 0;
  }
}

.interview-list-icon span::before,
.interview-list-icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  height: 9%;
  margin: -4% 0 0 -28%;
  vertical-align: middle;
  background: #00afec;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .interview-list-icon span::before,
.interview-list-icon span::after {
    margin: -4% 0 0 -32%;
  }
}

.interview-list-icon span::after {
  transform: rotate(90deg);
}

.open .interview-list-icon span::before {
  transform: rotate(0deg);
}

.open .interview-list-icon span::after {
  transform: rotate(180deg);
}

/*------------------------------------------------------------------
career
------------------------------------------------------------------*/
.career-wrap {
  padding: 80px 0 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .career-wrap {
    padding: calc(80/750 * 100vw) 0 calc(40/750 * 100vw);
  }
}

.career-text-wrap {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .career-text-wrap {
    margin-bottom: calc(45/750 * 100vw);
  }
}

.career-text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .career-text {
    font-size: calc(26/750 * 100vw);
  }
}

.career-list-bg {
  background: url(../img/support-top-block-bg-white.png) center top/1px 35px repeat-x, linear-gradient(90deg, #fffddf 0%, #fffddf 73%, #fff 73%, #fff 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .career-list-bg {
    background: linear-gradient(90deg, #fffddf 0%, #fffddf 73%, #fff 73%, #fff 100%);
    padding-bottom: calc(60/750 * 100vw);
  }
}

.career-list {
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .career-list {
    width: 100%;
    padding: calc(70/750 * 100vw) calc(36/750 * 100vw) 0;
  }
}

.career-list-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 1030px;
  margin: 0 auto 70px;
  box-shadow: 6px 6px 0px 0px #fff33f;
  padding: 0 30px;
  background: #fff;
}
.career-list-item:after {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 30px;
  background: url(../img/arrow_red.png) center top/56px 30px no-repeat;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1024px) {
  .career-list-item {
    width: calc(640/750 * 100vw);
    box-shadow: calc(10/750 * 100vw) calc(10/750 * 100vw) 0px 0px #fff33f;
    margin: 0 calc(20/750 * 100vw) calc(110/750 * 100vw);
    padding: 0;
  }
  .career-list-item:after {
    width: calc(54/750 * 100vw);
    height: calc(28/750 * 100vw);
    bottom: calc(-50/750 * 100vw);
    background: url(../img/arrow_red.png) center top/calc(54/750 * 100vw) calc(28/750 * 100vw) no-repeat;
  }
}

.career-list-item-ttl {
  background: #e74863;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .career-list-item-ttl {
    position: absolute;
    top: calc(-70/750 * 100vw);
    left: calc(-22/750 * 100vw);
    width: calc(100/750 * 100vw);
    height: calc(100/750 * 100vw);
  }
}

.career-list-item-ttl-text {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .career-list-item-ttl-text {
    font-size: calc(22/750 * 100vw);
  }
}

.career-list-item-text-money {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #002d5f;
  font-feature-settings: "palt";
  line-height: 1.1;
  padding: 20px 0 10px;
}
.career-list-item-text-money .big-text {
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .career-list-item-text-money {
    font-size: calc(28/750 * 100vw);
    white-space: nowrap;
  }
  .career-list-item-text-money .big-text {
    font-size: calc(58/750 * 100vw);
  }
}

sup{
  font-size: 70%;
  vertical-align: text-top;
}

.career-list-item-text {
  font-size: 12px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .career-list-item-text {
    font-size: calc(16/750 * 100vw);
  }
}

.career-list-item01 {
  height: auto;
}
.career-list-item01 .career-list-item-img {
  width: 216px;
  height: auto;
  margin-left: 40px;
  margin-top: auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .career-list-item01 .career-list-item-img {
    margin-left: calc(0/750 * 100vw);
    width: calc(160/750 * 100vw);
    height: auto;
  }
}
.career-list-item01 .career-list-item-text-box {
  width: 530px;
  margin-left: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .career-list-item01 .career-list-item-text-box {
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
    width: calc(460/750 * 100vw);
    box-sizing: border-box;
    margin-left: calc(20/750 * 100vw);
    margin-right: calc(0/750 * 100vw);
  }
}

.career-list-item-text-money-nyoro {
  position: relative;
}
.career-list-item-text-money-nyoro:after {
  position: absolute;
  content: "~";
  display: block;
  color: #002d5f;
  right: -10px;
  top: 50%;
  font-weight: normal;
  font-size: 54px;
  line-height: 0;
  transform: translate(100%, 100%);
}
@media screen and (max-width: 1024px) {
  .career-list-item-text-money-nyoro:after {
    content: none;
    background: none;
  }
}

.career-list-item-text-box-nyoro {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .career-list-item-text-box-nyoro:after {
    position: absolute;
    content: "~";
    display: block;
    color: #002d5f;
    font-weight: normal;
    font-size: calc(60/750 * 100vw);
    line-height: 0;
    right: 50%;
    bottom: calc(0/750 * 100vw);
    transform: rotate(-90deg) translate(-100%, 0%);
  }
}

.career-list-item02 {
  height: auto;
}
.career-list-item02 .career-list-item-img {
  margin-left: 60px;
  margin-top: auto;
  font-size: 0;
  width: 174px;
}
@media screen and (max-width: 1024px) {
  .career-list-item02 .career-list-item-img {
    margin-left: calc(0/750 * 100vw);
    width: calc(170/750 * 100vw);
    height: auto;
  }
}
/* .career-list-item02 .career-list-item-text-box-block {
  display: flex;
  padding-top: 0px;
}
@media screen and (max-width: 1024px) {
  .career-list-item02 .career-list-item-text-box-block {
    flex-direction: column;
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
    margin-left: auto;
  }
} */
.career-list-item02 .career-list-item-text-box {
  margin-left: 100px;
  width: 530px;
  align-self: baseline;
}
@media screen and (max-width: 1024px) {
  .career-list-item02 .career-list-item-text-box {
    width: calc(440/750 * 100vw);
    margin-right: calc(0/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
    margin-left: calc(20/750 * 100vw);
  }
  .career-list-item02 .career-list-item-text-box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .career-list-item02 .career-list-item-text-money {
    padding-right: 0;
    text-align: left;
  }
}

.career-list-between-text {
  font-feature-settings: "palt";
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
  background: url(../img/underline.png) center bottom/250px 14px no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .career-list-between-text {
    margin-bottom: calc(20/750 * 100vw);
    font-size: calc(30/750 * 100vw);
    padding-bottom: calc(16/750 * 100vw);
    background: url(../img/underline.png) center bottom/calc(283/750 * 100vw) calc(20/750 * 100vw) no-repeat;
  }
}

.career-bottoms-list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list {
    flex-direction: column;
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.career-bottoms-list-item {
  box-sizing: border-box;
  width: 320px;
  align-items: center;
  margin: 0 auto 0px;
  box-shadow: 6px 6px 0px 0px #fff33f;
  padding: 20px 0 30px 0;
  background: #fff;
  box-sizing: border-box;
}
.career-bottoms-list-item .career-list-item-text {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item .career-list-item-text {
    padding: 0 calc(20/750 * 100vw) calc(20/750 * 100vw) 0;
  }
}
.career-bottoms-list-item .career-list-item-text-money {
  text-align: center;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item .career-list-item-text-money {
    text-align: left;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item .career-list-item-text-box {
    width: calc(340/750 * 100vw);
    margin-right: calc(20/750 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item {
    width: calc(640/750 * 100vw);
    box-shadow: calc(10/750 * 100vw) calc(10/750 * 100vw) 0px 0px #fff33f;
    margin: 0 auto calc(40/750 * 100vw);
    padding: 0;
  }
}

.career-bottoms-list-item-ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item-ttl {
    font-size: calc(28/750 * 100vw);
    padding: calc(30/750 * 100vw) 0 calc(0/750 * 100vw);
  }
}
.career-bottoms-list-item-ttl .small-text {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item-ttl .small-text {
    font-size: calc(22/750 * 100vw);
  }
}

.career-bottoms-list-item-ttl-line1 {
  padding: 20px 0 10px;
}
@media screen and (max-width: 1024px) {
  .career-bottoms-list-item-ttl-line1 {
    padding: calc(20/750 * 100vw) 0 calc(10/750 * 100vw);
  }
}

.career-bottom-list-item-img03 {
  width: 260px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .career-bottom-list-item-img03 {
    width: calc(252/750 * 100vw);
    margin: -3px auto 0 0;
  }
}

.career-bottom-list-item-img04 {
  width: 196px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .career-bottom-list-item-img04 {
    width: calc(256/750 * 100vw);
    margin: auto auto 0 0;
  }
}

.career-bottom-list-item-img05 {
  width: 152px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .career-bottom-list-item-img05 {
    width: calc(198/750 * 100vw);
    margin: auto auto 0 calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  .career-list-item-box {
    display: flex;
    justify-content: space-between;
  }
}

/*------------------------------------------------------------------
recruitment
------------------------------------------------------------------*/
.recruitment-wrap {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .recruitment-wrap {
    padding: calc(90/750 * 100vw) 0;
  }
}

.recruitment-inner {
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruitment-inner {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.requirements-table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

.requirements-table-headline {
  width: 144px;
  font-size: 18px;
  font-weight: bold;
  color: #10476d;
  background: #f0fbff;
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid #10476d;
  border-bottom: 2px solid #10476d;
  border-left: 2px solid #10476d;
}
@media screen and (max-width: 1024px) {
  .requirements-table-headline {
    width: calc(138/750 * 100vw);
    font-size: calc(22/750 * 100vw);
  }
}

.requirements-table-content {
  padding: 35px 30px;
  border-top: 2px solid #10476d;
  border-bottom: 2px solid #10476d;
  border-left: 2px solid #10476d;
  border-right: 2px solid #10476d;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .requirements-table-content {
    font-size: calc(22/750 * 100vw);
    padding: calc(30/750 * 100vw);
  }
}

/*------------------------------------------------------------------
flow
------------------------------------------------------------------*/
.flow-wrap {
  padding: 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .flow-wrap {
    padding: calc(0/750 * 100vw) 0 calc(80/750 * 100vw);
  }
}

.flow-inner {
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow-inner {
    width: 100%;
    padding: 0 calc(36/750 * 100vw);
  }
}

.flow-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flow-list {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .flow-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: calc(50/750 * 100vw);
  }
  .flow-list-item:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(0deg) translate(-50%, 100%);
    width: calc(58/750 * 100vw);
    height: calc(32/750 * 100vw);
    bottom: calc(-10/750 * 100vw);
    background: url(../img/arrow_red.png) center top/calc(58/750 * 100vw) calc(32/750 * 100vw) no-repeat;
  }
}

.flow-list-item.last:after {
  content: none;
  background: none;
}
@media screen and (max-width: 1024px) {
  .flow-list-item.last {
    margin-bottom: calc(0/750 * 100vw);
  }
}

.flow-list-item-ttl {
  width: 210px;
  position: relative;
}
.flow-list-item-ttl:after {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  background: url(../img/arrow_red.png) center top/22px 12px no-repeat;
  top: 50%;
  right: -30px;
  transform: rotate(-90deg) translate(0%, 100%);
}
@media screen and (max-width: 1024px) {
  .flow-list-item-ttl {
    width: calc(286/750 * 100vw);
  }
  .flow-list-item-ttl:after {
    content: none;
    background: none;
  }
}

.last .flow-list-item-ttl:after {
  content: none;
  background: none;
}

.flow-list-item-text {
  width: 220px;
  font-size: 16px;
  padding-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .flow-list-item-text {
    padding-top: 0;
    font-size: calc(26/750 * 100vw);
    width: calc(380/750 * 100vw);
    padding-left: calc(20/750 * 100vw);
    box-sizing: border-box;
  }
}

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/
.footer-wrap {
  border-top: 1px solid #333;
  width: 100%;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    width: 100%;
    padding: calc(80/750 * 100vw) calc(40/750 * 100vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding: calc(30/750 * 100vw) 0;
  }
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer-box {
    flex-direction: column;
  }
}

.footer-box-logo {
  width: 230px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-box-logo {
    width: calc(364/750 * 100vw);
    margin: 0 auto;
  }
}

.footer-box-adress {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer-box-adress {
    font-size: calc(16/750 * 100vw);
    text-align: center;
  }
}

/*------------------------------------------------------------------
fix
------------------------------------------------------------------*/
.fix-btn-wrap {
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 240, 243, 0.9);
  padding: 15px 0;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 200;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .fix-btn-wrap {
    padding: calc(15/750 * 100vw) 0 calc(30/750 * 100vw);
  }
}
.fix-btn-wrap.show {
  height: auto;
  opacity: 1;
  transition: 0.4s;
}

.fix-btn-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  .fix-btn-inner {
    width: auto;
    margin: 0 calc(20/750 * 100vw);
  }
}
.fix-btn-btn-text {
  font-size: 16px;
  text-align: center;
  color: #fe5353;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .fix-btn-btn-text {
    font-size: calc(18/750 * 100vw);
  }
}

.fix-btn-box {
  font-size: 0;
  display: flex;
  align-items: top;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .fix-btn-box {
    align-items: center;
  }
}

.btn-box:first-child {
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .btn-box:first-child {
    padding-right: 0px;
  }
}
.fix-btn-box a:hover {
  opacity: 0.8;
}

.fix-btn-box-btn .top-box-btn {
  margin: 0 auto;
}
.fix-btn-box-btn .top-box-btn .top-box-btn-link {
  width: auto;
}

.fix-btn-box-btn {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .fix-btn-box-btn {
    margin-right: calc(40/750 * 100vw);
    margin-top: calc(-50/750 * 100vw);
  }
}

.footer-box-tel {
  width: 390px;
}
@media screen and (max-width: 1024px) {
  .footer-box-tel {
    width: calc(139/750 * 100vw);
  }
}

.footer-box-adress-copy {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer-box-adress-copy {
    padding-top: calc(30/750 * 100vw);
  }
}

.seminar-wrap {
  background: url(../img/choose_bg.png) center top/11px 10px repeat, #d5dadd;
}

.seminar-inner {
  padding: 50px 0 85px;
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .seminar-inner {
    width: 100%;
    padding: calc(60/750 * 100vw) 0 calc(80/750 * 100vw);
  }
}

.main-sub-ttl {
  font-size: 22px;
  padding-bottom: 8px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .main-sub-ttl {
    padding-bottom: calc(8/750 * 100vw);
    font-size: calc(22/750 * 100vw);
  }
}

.seminar-txt {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  padding-bottom: 73px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .seminar-txt {
    font-size: calc(26/750 * 100vw);
    padding-bottom: calc(67/750 * 100vw);
  }
}

.seminar-box-ttl {
  width: 285px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: -4px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .seminar-box-ttl {
    width: calc(350/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
}

.seminar-box01 {
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .seminar-box01 {
    flex-direction: column;
    width: calc(680/750 * 100vw);
    margin: 0 auto calc(68/750 * 100vw);
  }
}

.seminar-box02 {
  display: flex;
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {
  .seminar-box02 {
    flex-direction: column-reverse;
    width: calc(680/750 * 100vw);
    margin: 0 auto calc(62/750 * 100vw);
  }
}

.seminar-box01-img-wrap {
  width: 230px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .seminar-box01-img-wrap {
    width: 100%;
  }
}
.seminar-box01-img-wrap img {
  margin: 0 auto;
  width: 217px;
  height: auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .seminar-box01-img-wrap img {
    width: 100%;
  }
}

.seminar-box01-txt-wrap {
  width: 584px;
  margin-top: 30px;
  padding: 25px 30px 40px 68px;
  align-self: flex-start;
  background: url(../img/seminar_baloon01_bottom.png) center bottom/584px 20px no-repeat, url(../img/seminar_baloon01_top.png) center top/584px 142px no-repeat, url(../img/seminar_baloon01_center.png) center top/584px 2px repeat-y;
}
@media screen and (max-width: 1024px) {
  .seminar-box01-txt-wrap {
    margin-top: 0;
    width: 100%;
    padding: calc(3/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw);
    background: url(../img/seminar_baloon01_bottom_sp.png) center bottom/calc(680/750 * 100vw) auto no-repeat, url(../img/seminar_baloon01_center_sp.png) center top/calc(680/750 * 100vw) auto repeat-y;
  }
}

.seminar-box01-txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .seminar-box01-txt {
    font-size: calc(24/750 * 100vw);
  }
}

.seminar-box02-img-wrap {
  width: 228px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .seminar-box02-img-wrap {
    width: 100%;
  }
}
.seminar-box02-img-wrap img {
  margin: 0 auto;
  width: 217px;
  height: auto;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .seminar-box02-img-wrap img {
    width: 100%;
  }
}

.seminar-box02-txt-wrap {
  width: 584px;
  margin-top: 30px;
  padding: 25px 50px 40px 40px;
  margin-left: 10px;
  align-self: flex-start;
  background: url(../img/seminar_baloon02_bottom.png) center bottom/584px 20px no-repeat, url(../img/seminar_baloon02_top.png) center top/584px 142px no-repeat, url(../img/seminar_baloon02_center.png) center top/584px 2px repeat-y;
}
@media screen and (max-width: 1024px) {
  .seminar-box02-txt-wrap {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    padding: calc(3/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw);
    background: url(../img/seminar_baloon02_bottom_sp.png) center bottom/calc(680/750 * 100vw) auto no-repeat, url(../img/seminar_baloon02_center_sp.png) center top/calc(680/750 * 100vw) auto repeat-y;
  }
}

.seminar-box02-txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .seminar-box02-txt {
    font-size: calc(24/750 * 100vw);
  }
}

.seminar-bottom-txt01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 86px;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-txt01 {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(66/750 * 100vw);
  }
}

.seminar-bottom-box {
  display: flex;
  padding: 19px 30px 19px 50px;
  width: 822px;
  margin: 0 auto;
  background: url(../img/seminar_bottom_bg_bottom.png) center bottom/822px auto no-repeat, url(../img/seminar_bottom_bg_top.png) center top/822px auto no-repeat, url(../img/seminar_bottom_bg_center.png) center top/822px auto repeat-y;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-box {
    flex-direction: column;
    width: calc(637/750 * 100vw);
    padding: calc(36/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw);
    background: url(../img/seminar_bottom_bg_bottom_sp.png) center bottom/100% auto no-repeat, url(../img/seminar_bottom_bg_top_sp.png) center top/100% auto no-repeat, url(../img/seminar_bottom_bg_center_sp.png) center top/100% auto repeat-y;
  }
}

.seminar-bottom-box-img-wrap {
  width: 227px;
  margin-right: 50px;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-box-img-wrap {
    margin: 0 auto;
    width: calc(502/750 * 100vw);
    text-align: center;
  }
}

.seminar-bottom-box-img {
  margin: 0 auto;
  text-align: center;
}

.seminar-bottom-box-txt02-ttl {
  font-size: 23px;
  font-weight: bold;
  padding-top: 16px;
  line-height: 1;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-box-txt02-ttl {
    white-space: normal;
    text-align: center;
    font-size: calc(26/750 * 100vw);
    padding-top: calc(33/750 * 100vw);
    padding-bottom: calc(19/750 * 100vw);
  }
}

.seminar-bottom-box-txt02-wrap {
  width: 460px;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-box-txt02-wrap {
    width: 100%;
  }
}

.seminar-bottom-box-txt02 {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .seminar-bottom-box-txt02 {
    font-size: calc(24/750 * 100vw);
  }
}

.main-sub-sttl{
  font-size: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-sub-sttl{
    font-size: calc(22/750 * 100vw);
  }
}