@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "游ゴシック体", sans-serif;
  font-style: normal;
  font-display: swap;
  max-width: 1920px;
}



a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pcView {
  display: block !important;
}
@media (max-width: 761px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 760px) {
  .spView {
    display: block !important;
  }
}

[data-sal="slide-up"] {
  transform: translateY(30px);
}

@media screen and (min-width: 761px) {
  .header-bg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url("../images/header_bg_pc.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 760px) {
  .header-bg {
    display: block;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    background-image: url("../images/header_bg_sp.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
  }
}

@media screen and (min-width: 761px) {
  .header-top {
    display: flex;
    align-items: flex-start;
    padding: 20px;
  }
}

@media screen and (max-width: 760px) {
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
  }
}

.head-logoarea {
  text-align: center;
}

@media screen and (min-width: 761px) {
  .header-top img {
    max-width: 18vw;
  }
}

@media screen and (max-width: 760px) {
  .header-top img {
    max-width: 150px;
  }
}

@media screen and (min-width: 761px) {
  .header-title {
    font-size: 1.3vw;
    font-weight: bold;
    color: #1274b8;
    margin: 0 20px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 760px) {
  .header-title {
    font-size: 10px;
    font-weight: bold;
    color: #1274b8;
    padding-top: 5px;
  }
}

@media screen and (min-width: 761px) {
  .header-subtitle {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 1vw;
    font-weight: bold;
    padding-top: 13px;
  }
  .header-subtitle::before,
  .header-subtitle::after {
    background-color: #333;
    content: "";
    height: 2px;
    width: 10px;
  }
  .header-subtitle::before {
    margin-right: 10px;
  }
  .header-subtitle::after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 760px) {
  .header-subtitle {
    align-items: center;
    display: flex;
    max-width: 400px;
    justify-content: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    margin: 0 auto;
  }
  .header-subtitle::before,
  .header-subtitle::after {
    background-color: #333;
    content: "";
    height: 2px;
    width: 10px;
  }
  .header-subtitle::before {
    margin-right: 10px;
  }
  .header-subtitle::after {
    margin-left: 10px;
  }
}

@media screen and (min-width: 761px) {
  .header-right {
    margin-left: auto;
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 280px;
    box-shadow: 3px 3px 19px -14px #000000;
  }

  .header-right::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 760px) {
  .header-right {
    margin-left: auto;
    display: inline-block;
    font-size: 14px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 185px;
    box-shadow: 3px 3px 19px -14px #000000;
  }

  .header-right::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 761px) {
  .main-title {
    padding: 7vw 10.4vw;
    width: 61vw;
  }
}

@media screen and (max-width: 760px) {
  .main-title {
    padding: 15px 20px;
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .header-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 83vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .header-info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40vw;
  }
}

@media screen and (min-width: 761px) {
  .left-info p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    padding: 10px;
    width: 33.5vw;
    margin: 5px 35px;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .left-info p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    padding: 7px;
    width: 330px;
    margin: 5px auto;
    text-align: center;
  }
}

@media screen and (min-width: 761px) {
  .slide-text {
    padding-right: 20px;
    max-width: 12vw;
  }
}

@media screen and (max-width: 760px) {
  .slide-text {
    padding-right: 20px;
    max-width: 400px;
    text-align: center;
  }
}

@media screen and (min-width: 761px) {
  .slide-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.5vw;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 760px) {
  .slide-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 761px) {
  .slide-text h6 {
    font-weight: bold;
    font-size: 1vw;
    text-align: center;
    line-height: 1.6rem;
    padding-bottom: 10px;
    color: #333;
  }
}

@media screen and (max-width: 760px) {
  .slide-text h6 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

@media screen and (min-width: 761px) {
  .slide-text article {
    font-size: 16px;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 760px) {
  .slide-text article {
    font-size: 14px;
    color: #fff;
    line-height: 1.2rem;
    padding: 10px;
    text-align: center;
  }
}

.css-carousel-slider3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.css-carousel-slider3 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
  width: 300%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider3 15s infinite;
  animation-delay: 2s;
}
.css-carousel-slider3 .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main3 15s infinite;
  animation-delay: 2s;
}
.css-carousel-slider3 .slide {
  width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
  0% {
    transform: translateX(0);
  }

  27.3% {
    transform: translateX(calc(1 / 3 * -100%));
  }
  33.3% {
    transform: translateX(calc(1 / 3 * -100%));
  }

  60.6% {
    transform: translateX(calc(2 / 3 * -100%));
  }
  66.6% {
    transform: translateX(calc(2 / 3 * -100%));
  }

  94% {
    transform: translateX(calc(3 / 3 * -100%));
  }
  100% {
    transform: translateX(calc(3 / 3 * -100%));
  }
}

@keyframes css-carousel-slider-main3 {
  0% {
    transform: translateX(100%);
  }
  66.6% {
    transform: translateX(100%);
  }
  94% {
    transform: translateX(0%);
  }
}

@media screen and (min-width: 761px) {
  .right-info-flex {
    display: flex;
    align-items: flex-start;
    max-width: 39vw;
  }
}

@media screen and (max-width: 760px) {
  .right-info-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .right-info img {
    padding-right: 10px;
    max-width: 18.7vw;
  }
}

@media screen and (max-width: 760px) {
  .right-info img {
    padding-bottom: 10px;
    max-width: 170px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 761px) {
  .right-info-note {
    max-width: 400px;
    padding: 10px 10px 30px;
    font-size: 10px;
    line-height: 0.8rem;
    color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .right-info-note {
    max-width: 400px;
    padding: 10px 10px 30px;
    font-size: 10px;
    line-height: 0.8rem;
    color: #b5add3;
  }
}

.learn-more-wrap {
  max-width: 83vw;
  margin: 0 auto;
  padding-top: 1vw;
}

.learn-more {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  margin-left: auto;
  border-top: #fff solid 2px;
  max-width: 38vw;
  text-align: right;
}

.learn-more a {
  margin-right: 30px;
  position: relative;
}

.learn-more a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 3px;
  margin: auto;
}

@media screen and (min-width: 761px) {
  .header-content {
    padding-top: 6.8vw;
  }
}

@media screen and (max-width: 760px) {
  .header-content {
    padding-top: 18px;
  }
}

@media screen and (min-width: 761px) {
  .header-content h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 4.2rem;
    color: #1b1464;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 760px) {
  .header-content h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    padding-bottom: 30px;
  }
}

.line-yellow {
  background-color: #fffcdb;
}

.line-blue {
  background-color: #2e3192;
}

@media screen and (min-width: 761px) {
  .header-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 5.2vw;
  }
}

@media screen and (max-width: 760px) {
  .header-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 10px 70px;
  }
}

@media screen and (min-width: 761px) {
  .header-content-flex a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    width: 280px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: 20px 0;
    position: relative;
  }
  .header-content-flex a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 760px) {
  .header-content-flex a {
    display: inline-block;
   background-color: #eee;
    width: 105px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: 15px 0 20px;
    position: relative;
    box-shadow: 3px 3px 19px -14px #000000;
    line-height: 1.2rem;
  }
  .header-content-flex a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 62px;
    right: 50px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 761px) {
  .cv-area-wrap {
    display: block;
    max-width: 62.5vw;
    margin: 0 auto;
    padding: 80px 0;
  }
}

@media screen and (max-width: 760px) {
  .cv-area-wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0;
  }
}

@media screen and (min-width: 761px) {
  .cv-area-wrap02 {
    display: block;
    max-width: 62.5vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .cv-area-wrap02 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}



.cv-area {
  text-align: center;
}

@media screen and (min-width: 761px) {
  .cv-btn {
    display: inline-block;
    font-size: 24px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 30px;
    text-align: center;
    color: #fff;
    width: 600px;
    position: relative;
    box-shadow: 3px 3px 19px -14px #000000;
    margin: 0 auto;
    border-radius: 10px;
  }
  .cv-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

.cv-btn:hover,.cv-btn02:hover {
  opacity: 0.9;
}

@media screen and (max-width: 760px) {
  .cv-btn {
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 330px;
    position: relative;
    box-shadow: 3px 3px 19px -14px #000000;
    margin: 0 auto;
    border-radius: 10px;
  }
  .cv-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 761px) {
  .cv-btn02 {
    display: inline-block;
    font-size: 24px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 30px;
    text-align: center;
    color: #fff;
    width: 600px;
    position: relative;
    box-shadow: 3px 3px 19px -14px #000000;
    margin: 0 auto;
    border-radius: 10px;
  }
  .cv-btn02::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 760px) {
  .cv-btn02 {
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 310px;
    position: relative;
    box-shadow: 3px 3px 19px -14px #000000;
    margin: 0 auto;
    border-radius: 10px;
  }
  .cv-btn02::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 761px) {
  .cv-area-wrap h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 3.4rem;
    color: #333;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 760px) {
  .cv-area-wrap h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 2rem;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 761px) {
  .rec-entry {
    padding: 80px 0 10px;
  }
}

@media screen and (max-width: 760px) {
  .rec-entry {
    padding: 30px 0 10px;
  }
}

@media screen and (min-width: 761px) {
  .rec-entry-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    max-width: 55vw;
    padding: 30px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .rec-entry-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    max-width: 330px;
    padding: 20px 10px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .rec-entry-box p {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .rec-entry-box article {
    max-width: 33.5vw;
  }
}

@media screen and (max-width: 760px) {
  .rec-entry-box p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .rec-entry-box article {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.2rem;
    padding: 20px 0;
  }
}

@media screen and (min-width: 761px) {
  .rec-entry-flex a {
    display: grid;
    place-content: center;
    width: 406px;
    height: 156px;
    background-image: url("../images/rec_cv.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border: #1274b8 2px solid;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
}
@media screen and (min-width: 761px) {
  .main-content-wrap01 {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("../images/main_bg01.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 6.25vw 0 0;
  }
}

@media screen and (max-width: 760px) {
  .main-content-wrap01 {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    background-image: url("../images/main_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-wite {
    display: flex;
    justify-content: center;
    max-width: 600px;
    align-items: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-wite {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-wite p {
    width: 200px;
    border: #fff solid 2px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-wite p {
    max-width: 180px;
    border: #fff solid 1px;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-wite h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 40px;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-wite h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 13px;
  }
}

@media screen and (min-width: 761px) {
  .main-content-wrap01 h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 4.2rem;
    padding: 50px 0;
  }
}

@media screen and (max-width: 760px) {
  .main-content-wrap01 h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    padding: 30px 0;
  }
}

@media screen and (min-width: 761px) {
  .main-content-wrap01 img {
    height: 4.6vw;
  }
}

@media screen and (max-width: 760px) {
  .main-content-wrap01 img {
    height: 40px;
  }
}

@media screen and (min-width: 761px) {
  .market-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 58vw;
  }
}

@media screen and (max-width: 760px) {
  .market-flex {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 761px) {
  .market-box {
    display: block;
    background-color: #fff;
    width: 27.3vw;
    text-align: center;
    padding: 30px 0;
  }
}

@media screen and (max-width: 760px) {
  .market-box {
    display: block;
    background-color: #fff;
    width: 170px;
    text-align: center;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 761px) {
  .market-box p {
    font-size: 1.2vw;
    font-weight: bold;
    color: #1274b8;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 760px) {
  .market-box p {
    font-size: 16px;
    font-weight: bold;
    color: #1274b8;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 761px) {
  .market-box02 {
    display: block;
    max-width: 58vw;
    background-color: #fff;
    text-align: center;
    padding: 1.5vw 0;
    margin: 3.6vw auto;
  }
}

@media screen and (max-width: 760px) {
  .market-box02 {
    display: block;
    max-width: 360px;
    background-color: #fff;
    text-align: center;
    padding: 20px 10px;
    margin: 10px auto;
  }
}

@media screen and (min-width: 761px) {
  .market-box02 p {
    font-size: 1.2vw;
    font-weight: bold;
    color: #1274b8;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 760px) {
  .market-box02 p {
    font-size: 16px;
    font-weight: bold;
    color: #1274b8;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 761px) {
  .market-labo-text {
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    padding-top: 3vw;
    color: #333;
  }
}

@media screen and (max-width: 760px) {
  .market-labo-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6rem;
    padding-top: 50px;
    color: #333;
  }
}

.blue {
  color: #1274b8;
  font-weight: bold;
}

@media screen and (min-width: 761px) {
  .marke-type-wrap {
    padding: 30px 0;
  }
}

@media screen and (max-width: 760px) {
  .marke-type-wrap {
    padding: 30px 0;
  }
}

@media screen and (min-width: 761px) {
  .our-market {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 900px;
    padding: 30px;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    margin: 0 auto;
  }
  .our-market p {
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.5vw;
  }
}

@media screen and (max-width: 760px) {
  .our-market {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    max-width: 380px;
    padding: 20px;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    margin: 0 auto;
  }
  .our-market p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4rem;
    padding-bottom: 10px;
  }
  .our-market img {
    width: 150px;
    height: 57px;
  }
}

@media screen and (min-width: 761px) {
.partner-container {
  display: block;
  padding: 50px 0;
  max-width: 750px;
  margin: 0 auto;
}
.partner-text {
  font-size: 18px;
  line-height: 1.6rem;
  padding-bottom: 20px;
  color: #333;
}
}

@media screen and (max-width: 760px) {
.partner-container {
  display: block;
  padding: 40px 0 20px;
  max-width: 750px;
  margin: 0 auto;
}
.partner-text {
  font-size: 16px;
  line-height: 1.4rem;
  padding: 0 10px 20px;
  color: #333;
}
}

@media screen and (min-width: 761px) {
.partner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
}
}

@media screen and (max-width: 760px) {
.partner-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
}
}

@media screen and (min-width: 761px) {
.partner-box img {
  padding: 30px 0 40px;
}
.partner-example {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
}

@media screen and (max-width: 760px) {
.partner-box img {
  padding: 20px 0 30px;
}
.partner-example {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
}

.partner-box article {
  line-height: 1.4rem;
  padding-top: 20px;
}

@media screen and (min-width: 761px) {
.sumirin_panf {
  max-width: 250px;
}
}

@media screen and (max-width: 760px) {
.sumirin_panf {
  max-width: 330px;
  padding-top: 20px;
}
}





@media screen and (min-width: 761px) {
  .main-content02 {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("../images/main_bg02.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}

@media screen and (max-width: 760px) {
  .main-content02 {
    display: block;
    max-width: 400px;
    height: auto;
    background-image: url("../images/main_bg02_sp.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .main-content-wrap02 {
    padding: 8vw 0;
  }
}

@media screen and (max-width: 760px) {
  .main-content-wrap02 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 761px) {
  .line {
    border: #1274b8 solid 1px;
    width: 10vw;
    margin: 0 auto;
    margin-bottom: 3.1vw;
  }
}

@media screen and (max-width: 760px) {
  .line {
    border: #1274b8 solid 1px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 3.1vw;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-blue {
    display: flex;
    justify-content: center;
    max-width: 600px;
    align-items: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-blue {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-blue p {
    width: 200px;
    border: #1274b8 solid 2px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1274b8;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-blue p {
    max-width: 180px;
    border: #1274b8 solid 1px;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #1274b8;
    background-color: #dcf2fd;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .main-subtitle-blue h4 {
    font-size: 30px;
    font-weight: bold;
    color: #1274b8;
    margin-left: 40px;
  }
  .main-content-wrap02 h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 4.2rem;
    padding: 50px 0;
  }
}

@media screen and (max-width: 760px) {
  .main-subtitle-blue h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1274b8;
    padding-top: 13px;
  }
  .main-content-wrap02 h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1274b8;
    line-height: 2rem;
    padding: 30px 0;
  }
}

.line-lightblue {
  background-color: #a5dbf7;
}

@media screen and (min-width: 761px) {
  .seiho-wrap {
    display: block;
    padding: 4vw 0 1vw;
    max-width: 77vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .seiho-wrap {
    padding-bottom: 30px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .seiho-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 760px) {
  .seiho-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .seiho-title p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
}

@media screen and (max-width: 760px) {
  .seiho-title p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
}

@media screen and (min-width: 761px) {
  .line-long {
    border: #1274b8 solid 1px;
    width: 32vw;
  }
}

@media screen and (max-width: 760px) {
  .line-long {
    border: #1274b8 solid 1px;
    width: 20vw;
  }
}

@media screen and (min-width: 761px) {
  .seiho-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 77vw;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media screen and (max-width: 760px) {
  .seiho-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 330px;
    margin: 0 auto;
    padding-top: 20px;
  }
}

@media screen and (min-width: 761px) {
  .seiho-logo img {
    padding: 8px;
    width: 11vw;
  }
}

@media screen and (max-width: 760px) {
  .seiho-logo img {
    padding: 5px;
    width: 110px;
  }
}

@media screen and (min-width: 761px) {
  .insu-other {
    font-size: 1.5vw;
    background-image: linear-gradient(90deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    max-width: 22vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .insu-other {
    font-size: 18px;
    background-image: linear-gradient(90deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .insu-other-wrap {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 2vw 0;
  }
}

@media screen and (max-width: 760px) {
  .insu-other-wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 2vw 0;
  }
}

@media screen and (min-width: 761px) {
  .insu-other-text {
    font-size: 18px;
    padding: 3vw 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .insu-other-text {
    font-size: 16px;
    padding: 30px 20px 20px;
  }
}

@media screen and (min-width: 761px) {
  .insu-other-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width: 760px) {
  .insu-other-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .insu-other-box {
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    width: 300px;
  }
  .insu-other-box img {
    max-width: 200px;
  }
  .insu-other-box article {
    padding: 20px;
    line-height: 1.4vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 760px) {
  .insu-other-box {
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    width: 160px;
    height: 330px;
    margin-top: 10px;
  }
  .insu-other-box article {
    font-size: 14px;
    line-height: 1.4rem;
    padding: 15px;
  }
}

@media screen and (min-width: 761px) {
  .main-content03 {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("../images/main_bg03.png");
    background-repeat: no-repeat;
    background-position: 0 363px;
    background-size: contain;
    padding-top: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .main-content03 {
    display: block;
    max-width: 400px;
    height: auto;
    background-image: url("../images/main_bg03_sp.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-top: 80px;
    margin: 0 auto;
  }
}

.support-wrap {
  padding: 5.2vw 0;
}

@media screen and (min-width: 761px) {
  .support-wrap02 {
    padding: 4.2vw 0 0;
  }
}

@media screen and (max-width: 760px) {
  .support-wrap02 {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 761px) {
  .support-titlebox {
    display: block;
    max-width: 62.5vw;
    margin: 0 auto;
    padding-bottom: 5.2vw;
  }
}

@media screen and (max-width: 760px) {
  .support-titlebox {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 5.2vw;
  }
}

@media screen and (min-width: 761px) {
  .support-titlebox h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 4.2rem;
  }
}

@media screen and (max-width: 760px) {
  .support-titlebox h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1274b8;
    line-height: 2rem;
    padding: 30px 0;
  }
}

@media screen and (min-width: 761px) {
  .support-titlebox img {
    display: flex;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
}

@media screen and (max-width: 760px) {
  .support-titlebox img {
    display: flex;
    margin: 0 auto;
    width: 150px;
    padding-top: 20px;
  }
}

.line-red {
  background-color: #ac6b10;
  color: #fff;
}

@media screen and (min-width: 761px) {
  .main-content03 h3 {
    font-size: 1.5vw;
    color: #1274b8;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: #1274b8 1px solid;
    padding: 20px;
    max-width: 34vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main-content03 h3 {
    font-size: 20px;
    color: #1274b8;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: #1274b8 1px solid;
    padding: 10px;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .support-info-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 34vw;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    padding: 20px;
    margin: 2vw auto;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 760px) {
  .support-info-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 330px;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    padding: 10px;
    margin: 20px auto;
  }
}

@media screen and (min-width: 761px) {
  .support-info-box article {
    font-size: 1.2vw;
    font-weight: bold;
    color: #333;
  }
}

@media screen and (max-width: 760px) {
  .support-info-box article {
    font-size: 18px;
    line-height: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
  }
}

.cp_arrows {
  position: relative;
  display: flex;
  height: 45px; /*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  /*矢印を配置するベースの設定*/
  position: absolute;
  top: 100%; /*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
@media screen and (min-width: 761px) {
  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    /*矢印全体の設定*/
    position: absolute;
    content: "";
    top: 0;
    width: 30px;
    height: 3px;
    background: #eee;
  }
}
@media screen and (max-width: 760px) {
  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    /*矢印全体の設定*/
    position: absolute;
    content: "";
    top: 0;
    width: 30px;
    height: 3px;
    background: #1274b8;
  }
}
.cp_arrows .cp_arrow:before {
  /*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
  /*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 40%; /*スタート地点(cp_arrowsの高さの40%)*/
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 761px) {
  .basic-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 40px;
    text-align: center;
    line-height: 2.6rem;
    padding: 2.6vw 0;
  }
}

@media screen and (max-width: 760px) {
  .basic-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 2rem;
    padding: 30px 0 10px;
  }
}

@media screen and (min-width: 761px) {
  .basic-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 62.5vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .basic-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 20px 50px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 761px) {
  .basic-box {
    display: block;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    width: 19.7vw;
    height: 12.4vw;
    padding: 25px;
    position: relative;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 760px) {
  .basic-box {
    display: block;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    padding: 25px;
    width: 350px;
    position: relative;
    margin: 10px auto;
  }
}

.basic-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 761px) {
  .basic-box ul {
    line-height: 1.5vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 760px) {
  .basic-box ul {
    line-height: 1.4rem;
    font-size: 16px;
  }
}

@media screen and (min-width: 761px) {
  .supo-text {
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .supo-text {
    font-size: 16px;
    line-height: 1.4rem;
    padding: 0 20px;
  }
}

@media screen and (min-width: 761px) {
  .sonpo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 62.5vw;
    margin: 0 auto;
    padding-top: 2vw;
  }
}

@media screen and (max-width: 760px) {
  .sonpo-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 761px) {
  .sonpo-box {
    width: 18.7vw;
    height: 18.7vw;
    padding: 30px;
    background-image: linear-gradient(132deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
    position: relative;
  }
}

@media screen and (max-width: 760px) {
  .sonpo-box {
    width: 148px;
    height: 240px;
    padding: 10px;
    background-image: linear-gradient(132deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
    position: relative;
    margin-top: 10px;
  }
}

@media screen and (min-width: 761px) {
  .sonpo-box p {
    display: block;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 1vw;
    border-bottom: #fff solid 2px;
  }
}

@media screen and (max-width: 760px) {
  .sonpo-box p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: #fff solid 2px;
  }
}

@media screen and (min-width: 761px) {
  .sonpo-box article {
    color: #fff;
    font-size: 1vw;
    line-height: 1.5vw;
    padding: 2vw 0 0;
  }
}

@media screen and (max-width: 760px) {
  .sonpo-box article {
    color: #fff;
    font-size: 14px;
    line-height: 1.4rem;
    padding: 10px 0;
  }
}

@media screen and (min-width: 761px) {
  .sonpo-icon {
    position: absolute;
    bottom: 1.3vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.5vw;
  }
}

@media screen and (max-width: 760px) {
  .sonpo-icon {
    position: absolute;
    width: 70px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (min-width: 761px) {
  .commission-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 62.5vw;
    margin: 0 auto;
    padding-top: 2vw;
  }
}

@media screen and (max-width: 760px) {
  .commission-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 2vw;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 761px) {
  .commission-box {
    display: block;
    width: 30.1vw;
    height: 11.8vw;
    border: #1274b8 2px solid;
    text-align: center;
    padding: 1.5vw;
  }
}

@media screen and (max-width: 760px) {
  .commission-box {
    display: block;
    width: 330px;
    border: #1274b8 2px solid;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media screen and (min-width: 761px) {
  .commission-box p {
    font-size: 1.3vw;
    font-weight: bold;
    color: #333;
    border-bottom: #1274b8 2px solid;
    padding-bottom: 1.5vw;
  }
}

@media screen and (max-width: 760px) {
  .commission-box p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: #1274b8 2px solid;
    padding: 10px 0;
  }
}

@media screen and (min-width: 761px) {
  .commission-box img {
    padding-top: 1.5vw;
    max-width: 250px;
  }
}

@media screen and (max-width: 760px) {
  .commission-box img {
    max-width: 250px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 761px) {
  .arrow_box {
    position: relative;
    max-width: 500px;
    margin: 4vw auto 0;
    background: linear-gradient(132deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
    padding: 2vw;
    text-align: center;
  }
  .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(9, 90, 163, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    border-bottom-color: #095aa3;
    bottom: 100%;
    left: 50%;
  }
}

@media screen and (max-width: 760px) {
  .arrow_box {
    position: relative;
    max-width: 330px;
    margin: 40px auto;
    background: #095aa3;
    padding: 20px;
    text-align: center;
  }
  .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(9, 90, 163, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    border-bottom-color: #095aa3;
    bottom: 100%;
    left: 50%;
  }
}

@media screen and (max-width: 760px) {
  .commission-more {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .faq {
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    padding: 6.25vw 0;
  }
}

@media screen and (max-width: 760px) {
  .faq {
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    padding: 50px 0;
  }
}

@media screen and (min-width: 761px) {
  .faq-wrap {
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .faq-wrap {
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .faq-wrap h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .faq-wrap h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
  }
}

.details {
  box-shadow: 0 0 0 1px #ccc;
}

/* アコーディオンの間隔 */
.details + .details 
{
  margin-top:1em;
}

/* 三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

/* タイトル */
.summary {
  cursor: pointer;
  background-color: #fff;
  padding: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
  /* アイコンのはみ出し防止 */
  overflow: hidden;
  font-weight: bold;
}

/* アイコン共通 */
.summary::before,
.summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  content: '';
  width: 18px;
  border-bottom: 1px solid #333;
}

/* アイコン（クローズ時） */
.summary::before {
  transform: rotate(-90deg);
  transition: transform .3s;
}

/* アイコン（オープン時） */
.is-open > .summary::before {
  transform: rotate(0deg);
}

/* コンテンツ */
.details-content {
  box-sizing: content-box;
  overflow: hidden;
  margin: 0;
  padding: 0 1em;
  opacity:0;
  background-color: #fff;
  border-top: solid 1px #eee;
  line-height: 1.4rem;
  transition: padding .2s ease .1s, max-height .3s, opacity .7s;
}

/* コンテンツ（オープン時） */
.is-open > .details-content {
  padding-block: 1em;
  opacity:1;
  transition: padding .3s, max-height .3s, opacity .7s;
}

.details-content a {
  color: #1274b8;
  font-weight: bold;
}


@media screen and (min-width: 761px) {
  .voice {
    padding-top: 100px;
  }
}

@media screen and (max-width: 760px) {
  .voice {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 60px;
  }
}

@media screen and (min-width: 761px) {
  .voice h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 2vw;
  }
}

@media screen and (max-width: 760px) {
  .voice h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
}

@media screen and (min-width: 761px) {
  .voice-wrap {
    padding: 1vw;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    max-width: 52vw;
    margin: 2vw auto;
  }
}

@media screen and (max-width: 760px) {
  .voice-wrap {
    display: block;
    padding: 20px;
    background-image: linear-gradient(132deg, rgba(249, 249, 249, 1), rgba(235, 234, 234, 1));
    max-width: 330px;
    margin: 20px auto;
  }
}

@media screen and (min-width: 761px) {
  .voice-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5vw;
  }
}

@media screen and (max-width: 760px) {
  .voice-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5vw;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 761px) {
  .voice-flex img {
    width: 20vw;
  }
}

@media screen and (max-width: 760px) {
  .voice-flex img {
    width: 280px;
  }
}

@media screen and (min-width: 761px) {
  .fp {
    border-bottom: #333 solid 1px;
  }
}

@media screen and (max-width: 760px) {
  .fp {
    border-bottom: #333 solid 1px;
    font-size: 14px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 761px) {
  .name {
    font-size: 1.4vw;
    color: #333;
    padding-top: 0.5vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 760px) {
  .name {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    font-weight: bold;
  }
}

@media screen and (min-width: 761px) {
  .voice-textbox01 {
    padding-left: 1vw;
  }
  .voice-textbox02 {
    padding-right: 1vw;
  }
}

@media screen and (min-width: 761px) {
  .voice-title {
    font-size: 18px;
    color: #1274b8;
    font-weight: bold;
    padding-bottom: 1.3vw;
    line-height: 1.5vw;
  }
}

@media screen and (max-width: 760px) {
  .voice-title {
    font-size: 16px;
    color: #1274b8;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.4rem;
  }
}

@media screen and (min-width: 761px) {
  .voice-text {
    line-height: 1.3vw;
  }
}

@media screen and (max-width: 760px) {
  .voice-text {
    line-height: 1.4rem;
  }
}

@media screen and (min-width: 761px) {
  .shikaku {
    border: #333 solid 1px;
    padding: 1vw;
    line-height: 1.5vw;
    width: 28vw;
  }
}

@media screen and (max-width: 760px) {
  .shikaku {
    border: #333 solid 1px;
    padding: 10px;
    line-height: 1.2rem;
    font-size: 14px;
    width: 280px;
    margin: 20px auto;
  }
}

@media screen and (min-width: 761px) {
.rec-info-bg {
  display: block;
  width: 100%;
  height: auto;
  background-image: url("../images/info_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 100px;
}
}

@media screen and (max-width: 760px) {
.rec-info-bg {
  display: block;
  width: 100%;
  height: auto;
  background-image: url("../images/info_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
}

@media screen and (min-width: 761px) {
  .rec-info-wrap {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 760px) {
  .rec-info-wrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 50px 0;
  }
}

@media screen and (min-width: 761px) {
  .rec-info-wrap h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .rec-info-wrap h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 761px) {
  .rec-info-box {
    padding: 2vw;
  }
}

@media screen and (max-width: 760px) {
  .rec-info-box {
    background-color: #fff;
    padding: 20px;
  }
}

.c-meeting {
  padding-bottom: 80px;
}

.c-meet-wrap {
  display: block;
  background-color: #fff;
  max-width: 750px;
  padding: 50px 40px;
  margin: 0 auto;
}

@media screen and (min-width: 761px) {
.c-meet-subtitle {
  font-size: 22px;
  text-align: center;
  padding-bottom: 40px;
}
}

@media screen and (max-width: 760px) {
.c-meet-subtitle {
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.8rem;
}
}

.c-meet-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: solid 5px #095aa3;
  line-height: 1;
  padding: 7px 0 7px 18px;
}

@media screen and (min-width: 761px) {
.c-meet-wrap article {
  padding: 20px 0;
}
}

@media screen and (max-width: 760px) {
.c-meet-wrap article {
  padding: 10px 0;
  line-height: 1.4rem;
}
}


.c-meet-info {
  margin: 20px 0 50px;
  background-color: #eee;
  padding: 20px;
}

.c-meet-infotitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.c-meet-infotitle::before,.c-meet-infotitle::after {
  width: 2px;
  height: 20px;
  content: "";
  background-color: #333;
}

.c-meet-infotitle::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.c-meet-infotitle::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

.c-meet-info ul {
  padding: 10px 0;
  list-style: square; 
  line-height: 1.6rem;
  margin-left: 20px;
}







/* フローティング */
@media screen and (min-width: 761px) {
  .floating {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);

    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;

    &.is-hidden {
      visibility: hidden;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 760px) {
  .floating {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 400px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.8);

    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;

    &.is-hidden {
      visibility: hidden;
      opacity: 0;
    }
  }
}
@media screen and (min-width: 761px) {
  .floating__nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .floating__nav-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
  }
}

@media screen and (min-width: 761px) {
  .floating__nav-item {
    & + & {
      margin-left: 20px;
    }
  }
}

@media screen and (max-width: 760px) {
  .floating__nav-item {
    & + & {
      margin-left: 10px;
    }
  }
}

@media screen and (min-width: 761px) {
  .floating__nav-btn {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    text-align: center;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    transition: filter 0.3s ease 0s;
    &:hover {
      opacity: 0.7;
    }
  }
}
@media screen and (max-width: 760px) {
  .floating__nav-btn {
    display: inline-block;
    color: #fff;
    padding: 10px;
    width: 150px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(-45deg, rgba(186,51,9,1) 0%, rgba(158,29,34,1) 100%);
    transition: filter 0.3s ease 0s;
    &:hover {
      opacity: 0.7;
    }
  }
}

.floating__nav-btn--pink {
  background: linear-gradient(-45deg, rgba(70, 136, 200, 1), rgba(27, 20, 100, 1));
}