@charset "UTF-8";
/* ==========================================================================
イエセレクトリニューアル専用CSS
Copyright (C) 2025 CREATIVEWEB All Rights Reserved.
URL : https://www.creative-web.co.jp/
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*******************************************************************************
**	LP,イエセレクト用ResetCSS
*******************************************************************************/
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

/* number */
body dt {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

/* modern browser */
html > body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

input, textarea, select, option, label {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.eng {
  font-family: 'Century Gothic'; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

body {
  font-size: 13px;
  *font-size: small;
  *font: x-small; }

table {
  font-size: inherit;
  font: 100%; }

select, input, textarea {
  font-size: 99%; }

* {
  font-size: 100%;
  font-weight: normal;
  font-style: normal; }

ul, ol, dl {
  list-style-position: outside; }

li p, li pre, li dt, li dd {
  font-size: 100%; }

dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%; }

del {
  color: #999;
  text-decoration: line-through; }

ins {
  border-bottom: 1px dotted #ccc;
  text-decoration: none; }

form {
  margin: 0;
  padding: 0; }

input, textarea {
  font-family: Arial, Helvetica,sans-serif; }

input {
  line-height: 1.2; }

textarea {
  padding: 0.4em 10px; }

table {
  border-collapse: collapse; }

img {
  vertical-align: bottom; }

/*
    * 1.基本設定
    * 2.ヘッダー（header）
    * 3.MV
    * 4.フッター（footer）
    * 5.レスポンシブ
*/
/* ******************************************************************************
**	1.基本設定
****************************************************************************** */
html > body {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  @media screen and (max-width: 750px) {
    html > body {
      -webkit-text-size-adjust: 100%;
      font-size: 12px; } }

body {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  @media screen and (max-width: 750px) {
    body {
      -webkit-text-size-adjust: 100%;
      font-size: 12px; } }

#container {
  width: 100%;
  position: relative; }

#content {
  width: 100%;
  position: relative; }

.pcOnly {
  display: block; }

.spOnly {
  display: none; }

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none; }
  .spOnly {
    display: block; } }

/* clear
----------------------------------------------------------------------------- */
.clear {
  clear: both; }

/* clearfix
----------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* link
----------------------------------------------------------------------------- */
a {
  color: #0069E2;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.70;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* ******************************************************************************
**	2.ヘッダー（header）
****************************************************************************** */
#header_renewal {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 750px) {
    #header_renewal {
      top: 10px; } }
  #header_renewal.is_fixed {
    position: fixed;
    top: 10px; }

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 28px 40px;
  max-width: none;
  margin: 0 40px;
  -webkit-animation: headerExpand 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: headerExpand 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  @media screen and (max-width: 750px) {
    .header__inner {
      padding: 8px 16px;
      margin: 0 10px; } }

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  -webkit-animation: headerItemFadeIn 0.4s ease 0.4s forwards;
  animation: headerItemFadeIn 0.4s ease 0.4s forwards; }
  .header__logo a {
    display: block;
    text-decoration: none; }
  .header__logo img {
    width: 240px;
    height: auto; }
    @media screen and (max-width: 750px) {
      .header__logo img {
        width: 120px; } }

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px; }
  @media screen and (max-width: 750px) {
    .header__right {
      display: none; } }

.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px; }

.header__nav_item {
  list-style: none;
  opacity: 0;
  -webkit-animation: headerItemFadeIn 0.5s ease forwards;
  animation: headerItemFadeIn 0.5s ease forwards; }
  .header__nav_item:nth-child(1) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .header__nav_item:nth-child(2) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .header__nav_item:nth-child(3) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; }
  .header__nav_item:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .header__nav_item:nth-child(5) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .header__nav_item a {
    color: #0069E2;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap; }
    .header__nav_item a:hover {
      color: #0069E2; }

.header__nav_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #0069E2;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 0;
  color: #FFF;
  position: relative;
  top: -1px; }
  .header__nav_arrow::before {
    content: "▶";
    font-size: 7px;
    margin-left: 2px;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__nav_arrow.arrow-right::before {
    content: "▶"; }

.header__contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  -webkit-animation: headerItemFadeIn 0.5s ease 1.4s forwards;
  animation: headerItemFadeIn 0.5s ease 1.4s forwards; }

.header__contact_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #FF9000;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  padding: 10px 20px;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .header__contact_btn:hover {
    opacity: 0.75; }

.header__contact_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border-radius: 50%;
  color: #FF9000;
  font-size: 0; }
  .header__contact_arrow::before {
    content: "▶";
    margin-left: 3px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.header__hamburger {
  display: none;
  opacity: 0;
  -webkit-animation: headerItemFadeIn 0.4s ease 0.4s forwards;
  animation: headerItemFadeIn 0.4s ease 0.4s forwards; }
  @media screen and (max-width: 750px) {
    .header__hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 24px;
      height: 18px;
      cursor: pointer;
      z-index: 200;
      position: relative; } }
  .header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0069E2;
    border-radius: 2px;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease; }
  .header__hamburger.is_open span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  .header__hamburger.is_open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .header__hamburger.is_open span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }

.header__sp_nav {
  display: none; }
  @media screen and (max-width: 750px) {
    .header__sp_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255, 0.97);
      z-index: 150;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: -webkit-transform 0.35s ease;
      -o-transition: transform 0.35s ease;
      transition: transform 0.35s ease;
      transition: transform 0.35s ease, -webkit-transform 0.35s ease; }
      .header__sp_nav.is_open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }

.header__sp_nav_close {
  display: none; }
  @media screen and (max-width: 750px) {
    .header__sp_nav_close {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 36px;
      height: 36px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0; }
      .header__sp_nav_close span {
        display: block;
        width: 28px;
        height: 2px;
        background: #0069E2;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%; }
        .header__sp_nav_close span:nth-child(1) {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .header__sp_nav_close span:nth-child(2) {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); } }

@media screen and (max-width: 750px) {
  .header__sp_nav_list {
    text-align: center; }
    .header__sp_nav_list li {
      list-style: none;
      border-bottom: 1px solid #eee;
      padding: 20px 0;
      width: 240px; }
      .header__sp_nav_list li:first-child {
        border-top: 1px solid #eee; }
      .header__sp_nav_list li a {
        color: #333;
        text-decoration: none;
        font-size: 1.1em; }
        .header__sp_nav_list li a:hover {
          color: #0069E2; } }

/* ******************************************************************************
**	3.MV
****************************************************************************** */
.mv {
  width: 100%;
  background-color: #0075FB;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 30px 30px;
  padding: 0;
  position: relative;
  overflow: visible;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 750px) {
    .mv {
      min-height: auto;
      padding: 80px 0 40px; } }
  .mv__white_box {
    position: relative;
    background-color: #fff;
    background-image: url(../img/ieselect/mv_background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 80px);
    height: 75vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: whiteBoxSlideDown 0.8s ease 0.6s forwards;
    animation: whiteBoxSlideDown 0.8s ease 0.6s forwards; }
    @media screen and (max-width: 750px) {
      .mv__white_box {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 40px 20px;
        overflow: hidden; } }
  .mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 160px 40px 0; }
    @media screen and (max-width: 750px) {
      .mv__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0; } }
  .mv__image {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    @media screen and (max-width: 750px) {
      .mv__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .mv__image_laptop {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: mockupZoomIn 0.8s ease 1.4s forwards;
    animation: mockupZoomIn 0.8s ease 1.4s forwards; }
    @media screen and (max-width: 1400px) {
      .mv__image_laptop {
        max-width: 700px; } }
  .mv__image_person_left {
    position: absolute;
    left: 16px;
    bottom: -60px;
    width: 260px;
    height: auto;
    z-index: 99;
    opacity: 0;
    -webkit-animation: personSlideInLeft 0.6s ease 2.6s forwards;
    animation: personSlideInLeft 0.6s ease 2.6s forwards; }
    @media screen and (max-width: 1080px) {
      .mv__image_person_left {
        left: -40px;
        width: 140px;
        bottom: -60px; } }
    @media screen and (max-width: 750px) {
      .mv__image_person_left {
        left: -10px;
        width: 100px;
        bottom: -60px;
        z-index: 3; } }
  .mv__person_right {
    position: absolute;
    right: -18px;
    bottom: -88px;
    width: 260px;
    height: auto;
    z-index: 99;
    opacity: 0;
    -webkit-animation: personSlideInRight 0.6s ease 2.6s forwards;
    animation: personSlideInRight 0.6s ease 2.6s forwards; }
    @media screen and (max-width: 1080px) {
      .mv__person_right {
        width: 140px; } }
    @media screen and (max-width: 750px) {
      .mv__person_right {
        width: 100px;
        bottom: -24px;
        right: -8px;
        z-index: 20; } }
  .mv__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 1240px) {
      .mv__content {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    @media screen and (max-width: 750px) {
      .mv__content {
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .mv__logo {
    margin-bottom: 25px;
    opacity: 0;
    -webkit-animation: contentFadeIn 0.8s ease 0.8s forwards;
    animation: contentFadeIn 0.8s ease 0.8s forwards; }
    @media screen and (max-width: 750px) {
      .mv__logo {
        margin-bottom: 20px; } }
    .mv__logo h1 {
      margin: 0;
      padding: 0;
      font-size: inherit;
      font-weight: inherit;
      line-height: 1; }
    .mv__logo img {
      width: 430px;
      height: auto; }
      @media screen and (max-width: 750px) {
        .mv__logo img {
          width: 240px; } }
  .mv__text {
    margin-bottom: 35px;
    opacity: 0;
    -webkit-animation: contentFadeIn 0.8s ease 1.0s forwards;
    animation: contentFadeIn 0.8s ease 1.0s forwards; }
    @media screen and (max-width: 750px) {
      .mv__text {
        margin-bottom: 20px; } }
  .mv__text_main {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 750px) {
      .mv__text_main {
        font-size: 16px; } }
  .mv__text_sub {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 750px) {
      .mv__text_sub {
        font-size: 16px; } }
  .mv__btn {
    opacity: 0;
    -webkit-animation: contentFadeIn 0.8s ease 1.2s forwards;
    animation: contentFadeIn 0.8s ease 1.2s forwards; }
    @media screen and (max-width: 750px) {
      .mv__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .mv__btn_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #FF9000;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mv__btn_link:hover {
      opacity: 0.9;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
    @media screen and (max-width: 750px) {
      .mv__btn_link {
        font-size: 16px;
        padding: 12px 32px; } }
  .mv__btn_arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 50%;
    color: #FF9000;
    font-size: 0; }
    .mv__btn_arrow::before {
      content: "▶";
      margin-left: 3px;
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/* ******************************************************************************
**	3.5.こんなお悩みありませんか
****************************************************************************** */
.problems {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  overflow: visible; }
  @media screen and (max-width: 750px) {
    .problems {
      padding: 40px 0; } }
  .problems::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 20vw;
    max-height: 600px;
    min-height: 150px;
    background-image: url("../img/ieselect/problems_icon_top.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.08;
    z-index: 0;
    aspect-ratio: 1 / 1; }
  .problems::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 20vw;
    max-height: 600px;
    min-height: 150px;
    background-image: url("../img/ieselect/problems_icon_top.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.08;
    z-index: 0;
    aspect-ratio: 1 / 1; }
  .problems__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 750px) {
      .problems__inner {
        padding: 0 16px; } }
  .problems__container {
    background-color: #FFF;
    border-radius: 32px;
    padding: 60px 50px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 1080px) {
      .problems__container {
        padding: 50px 40px; } }
    @media screen and (max-width: 750px) {
      .problems__container {
        padding: 40px 20px;
        border-radius: 24px; } }
  .problems__title {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 60px; }
    @media screen and (max-width: 1080px) {
      .problems__title {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media screen and (max-width: 750px) {
      .problems__title {
        font-size: 1.8em;
        margin-bottom: 24px; } }
  .problems__box {
    max-width: 744px;
    margin: auto;
    background-color: #0075FB;
    border-radius: 32px;
    padding: 60px 40px;
    position: relative;
    margin-bottom: 60px; }
    @media screen and (max-width: 1080px) {
      .problems__box {
        padding: 50px 30px 70px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 750px) {
      .problems__box {
        padding: 24px 16px;
        margin-bottom: 40px;
        border-radius: 24px; } }
    .problems__box::after {
      content: '';
      position: absolute;
      bottom: -171px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 744px;
      height: 172px;
      background-color: #1e50bb;
      -webkit-clip-path: path("M 0 0 C 150 0, 300 100, 248 170 L 496 170 C 444 100, 594 0, 744 0 Z");
      clip-path: path("M 0 0 C 150 0, 300 100, 248 170 L 496 170 C 444 100, 594 0, 744 0 Z");
      z-index: 0; }
      @media screen and (max-width: 750px) {
        .problems__box::after {
          width: 303px;
          height: 85px;
          bottom: -85px;
          -webkit-clip-path: path("M 28 0 C 72 0, 127 50, 110 85 L 193 85 C 176 50, 231 0, 275 0 Z");
          clip-path: path("M 28 0 C 72 0, 127 50, 110 85 L 193 85 C 176 50, 231 0, 275 0 Z"); } }
  .problems__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media screen and (max-width: 1080px) {
      .problems__items {
        gap: 30px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 750px) {
      .problems__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
  .problems__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 280px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 750px) {
      .problems__item {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        text-align: left; } }
  .problems__item_image {
    margin-top: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      .problems__item_image {
        width: 104px;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .problems__item_image img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (max-width: 750px) {
        .problems__item_image img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; } }
  .problems__item_text {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px; }
    @media screen and (max-width: 750px) {
      .problems__item_text {
        line-height: 1.3;
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0; } }
  .problems__solution {
    text-align: center; }
  .problems__solution_text {
    color: #FFF;
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.6; }
    @media screen and (max-width: 750px) {
      .problems__solution_text {
        font-size: 1.5em; } }
  .problems__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 100px; }
    @media screen and (max-width: 1080px) {
      .problems__features {
        gap: 30px;
        margin-top: 80px; } }
    @media screen and (max-width: 750px) {
      .problems__features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0px;
        margin-top: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media screen and (max-width: 750px) {
    .problems__features_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
      width: 100%; } }
  .problems__features_left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 750px) {
      .problems__features_left {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .problems__features_list {
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 750px) {
      .problems__features_list {
        width: 150px; } }
  .problems__features_item {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 16px;
    padding: 8px 16px 8px 40px;
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1080px) {
      .problems__features_item {
        margin-bottom: 14px;
        padding: 14px 14px 14px 36px; } }
    @media screen and (max-width: 750px) {
      .problems__features_item {
        margin-bottom: 10px;
        padding: 10px 8px 10px 28px; } }
    .problems__features_item::before {
      content: '+';
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #F2C832;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        .problems__features_item::before {
          left: 8px;
          font-size: 1.2em; } }
    .problems__features_item:last-child {
      margin-bottom: 0; }
      .problems__features_item:last-child::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        background-color: #999;
        border-radius: 50%;
        -webkit-box-shadow: 0 8px 0 #999, 0 16px 0 #999;
        box-shadow: 0 8px 0 #999, 0 16px 0 #999; }
        @media screen and (max-width: 750px) {
          .problems__features_item:last-child::after {
            display: none; } }
  .problems__features_center {
    text-align: center; }
    @media screen and (max-width: 750px) {
      .problems__features_center {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px; } }
  .problems__features_screen {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .problems__features_right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 750px) {
      .problems__features_right {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
  .problems__features_people {
    height: auto;
    display: block; }
    @media screen and (max-width: 750px) {
      .problems__features_people {
        width: 150px;
        margin: 0 auto; } }

/* ******************************************************************************
**	3.6.イエセレクトとは？
****************************************************************************** */
.about {
  padding: 80px 0;
  background-color: #EBF4FF;
  position: relative; }
  @media screen and (max-width: 750px) {
    .about {
      padding: 40px 0; } }
  .about__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 750px) {
      .about__inner {
        padding: 0 16px; } }
  .about__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px; }
    @media screen and (max-width: 750px) {
      .about__header {
        margin-bottom: 30px; } }
  .about__logo {
    height: 60px;
    width: auto; }
    @media screen and (max-width: 750px) {
      .about__logo {
        height: 40px; } }
  .about__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0069E2; }
    @media screen and (max-width: 750px) {
      .about__title {
        font-size: 1.8rem; } }
  .about__description {
    max-width: 960px;
    margin: 0 auto 60px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .about__description {
        margin-bottom: 40px; } }
  .about__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
    text-align: left; }
    @media screen and (max-width: 750px) {
      .about__text {
        font-size: 0.95rem;
        text-align: left; } }
    .about__text:last-child {
      margin-bottom: 0; }
  .about__highlight {
    font-weight: bold; }
  .about__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px; }
    @media screen and (max-width: 1080px) {
      .about__cards {
        gap: 20px; } }
    @media screen and (max-width: 750px) {
      .about__cards {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .about__card {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-image: -o-linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), -o-linear-gradient(left, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-image: linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 20px;
    overflow: visible;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    position: relative;
    padding-top: 60px; }
    @media screen and (max-width: 750px) {
      .about__card {
        padding-top: 50px; } }
    .about__card:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); }
  .about__card_image {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    padding: 40px 20px 20px;
    text-align: center;
    border-radius: 16px; }
    @media screen and (max-width: 750px) {
      .about__card_image {
        top: -30px;
        width: calc(100% - 30px);
        padding: 30px 20px 15px; } }
    .about__card_image img {
      height: 220px;
      position: relative;
      top: -50px; }
      @media screen and (max-width: 750px) {
        .about__card_image img {
          top: -20px;
          height: 160px; } }
  .about__card_label {
    padding: 16px 30px;
    text-align: center;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-top: 144px; }
    @media screen and (max-width: 750px) {
      .about__card_label {
        padding: 8px 20px;
        margin-top: 95px; } }
    .about__card_label--blue {
      background-color: #0075FB;
      border-radius: 0 50px 50px 0;
      margin-right: 20px;
      gap: 0; }
  .about__card_label_sub {
    font-size: 0.95rem;
    font-weight: 600; }
  .about__card_label_main {
    font-size: 1.64rem;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .about__card_label_main {
        font-size: 1.4rem; } }
  .about__card_list {
    padding: 30px;
    list-style: none; }
    @media screen and (max-width: 750px) {
      .about__card_list {
        padding: 20px; } }
  .about__card_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: #333; }
    @media screen and (max-width: 750px) {
      .about__card_item {
        margin-bottom: 12px; } }
    .about__card_item:last-child {
      margin-bottom: 0; }
    .about__card_item span {
      font-size: 1.25rem;
      font-weight: 600; }
      @media screen and (max-width: 750px) {
        .about__card_item span {
          font-size: 1.2rem; } }
  .about__card_icon {
    width: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 750px) {
      .about__card_icon {
        width: 40px;
        height: 40px; } }

/* ******************************************************************************
**	4.フッター（footer）
****************************************************************************** */
#footer_renewal {
  width: 100%;
  background-color: #0069E2;
  padding: 60px 0 30px; }
  @media screen and (max-width: 750px) {
    #footer_renewal {
      padding: 40px 0 20px; } }

.footer_renewal__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 750px) {
    .footer_renewal__inner {
      padding: 0 20px; } }

.footer_renewal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 750px) {
    .footer_renewal__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
      padding-bottom: 30px; } }

.footer_renewal__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .footer_renewal__logo img {
    width: 240px;
    height: auto; }
    @media screen and (max-width: 750px) {
      .footer_renewal__logo img {
        width: 180px; } }

.footer_renewal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 750px) {
    .footer_renewal__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      width: 100%; } }

.footer_renewal__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }

.footer_renewal__nav_item {
  list-style: none; }
  .footer_renewal__nav_item a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .footer_renewal__nav_item a:hover {
      opacity: 0.7; }

.footer_renewal__middle {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 750px) {
    .footer_renewal__middle {
      padding: 20px 0; } }

.footer_renewal__certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .footer_renewal__certifications {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 15px; } }

.footer_renewal__cert_img {
  height: 60px;
  width: auto; }
  @media screen and (max-width: 750px) {
    .footer_renewal__cert_img {
      height: 50px; } }

.footer_renewal__cert_text {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.8;
  opacity: 0.9; }
  @media screen and (max-width: 750px) {
    .footer_renewal__cert_text {
      font-size: 0.75rem; } }

.footer_renewal__bottom {
  padding-top: 30px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .footer_renewal__bottom {
      padding-top: 20px; } }

.footer_renewal__copyright {
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.9; }
  @media screen and (max-width: 750px) {
    .footer_renewal__copyright {
      font-size: 0.75rem; } }

/* ******************************************************************************
**	5.レスポンシブ
****************************************************************************** */
/* アニメーション定義 */
@-webkit-keyframes headerExpand {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; } }
@keyframes headerExpand {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; } }

@-webkit-keyframes headerItemFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes headerItemFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes whiteBoxSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes whiteBoxSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes mockupZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes mockupZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes contentFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes contentFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes personSlideInLeft {
  0% {
    opacity: 0;
    margin-left: -100px; }
  100% {
    opacity: 1;
    margin-left: 0; } }

@keyframes personSlideInLeft {
  0% {
    opacity: 0;
    margin-left: -100px; }
  100% {
    opacity: 1;
    margin-left: 0; } }

@-webkit-keyframes personSlideInRight {
  0% {
    opacity: 0;
    margin-right: -100px; }
  100% {
    opacity: 1;
    margin-right: 0; } }

@keyframes personSlideInRight {
  0% {
    opacity: 0;
    margin-right: -100px; }
  100% {
    opacity: 1;
    margin-right: 0; } }

@-webkit-keyframes portalItemPopUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

@keyframes portalItemPopUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

/* ******************************************************************************
**	3.7.なぜイエセレクトが選ばれるのか？
****************************************************************************** */
.why_chosen {
  padding: 0 0 80px;
  background-color: #EBF4FF;
  position: relative; }
  @media screen and (max-width: 768px) {
    .why_chosen {
      padding: 0 0 40px; } }
  .why_chosen__inner {
    position: relative; }
  .why_chosen__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    background-color: #fff;
    padding: 0px;
    -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 100%;
    overflow: visible; }
    @media screen and (max-width: 768px) {
      .why_chosen__header {
        gap: 8px;
        padding: 0; } }
  .why_chosen__person_left {
    width: auto;
    height: 220px;
    position: relative;
    top: -80px;
    margin-bottom: -80px; }
    @media screen and (max-width: 768px) {
      .why_chosen__person_left {
        height: 104px; } }
  .why_chosen__person_right {
    width: auto;
    height: 220px;
    position: relative;
    top: -80px;
    margin-bottom: -80px; }
    @media screen and (max-width: 768px) {
      .why_chosen__person_right {
        height: 104px; } }
  .why_chosen__title {
    font-size: 2rem;
    font-weight: bold;
    color: #0066cc;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px; }
    @media screen and (max-width: 768px) {
      .why_chosen__title {
        font-size: 1.2rem;
        min-height: 100px; } }
  .why_chosen__icon {
    text-align: center;
    position: relative;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .why_chosen__icon {
        bottom: 16px; } }
    .why_chosen__icon img {
      width: 60px;
      height: 60px;
      -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15)); }
      @media screen and (max-width: 768px) {
        .why_chosen__icon img {
          width: 40px;
          height: 40px; } }
  .why_chosen__content {
    padding-top: 60px; }
    @media screen and (max-width: 768px) {
      .why_chosen__content {
        padding-top: 8px; } }
  .why_chosen__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-image: -o-linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), -o-linear-gradient(left, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-image: linear-gradient(rgba(0, 117, 251, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 117, 251, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    position: relative;
    overflow: visible;
    height: 300px; }
    @media screen and (max-width: 768px) {
      .why_chosen__point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 40px;
        padding: 30px 20px;
        border-radius: 16px;
        margin-left: 0;
        margin-right: 0;
        height: auto; } }
    .why_chosen__point:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); }
    .why_chosen__point:last-child {
      margin-bottom: 0; }
    .why_chosen__point--right {
      margin-left: calc(50% - 540px);
      margin-right: 0;
      border-radius: 24px 0 0 24px;
      padding: 40px 0 40px 118px; }
      @media screen and (max-width: 1120px) {
        .why_chosen__point--right {
          margin-left: 20px; } }
      @media screen and (max-width: 768px) {
        .why_chosen__point--right {
          margin-left: 0;
          margin-right: 16px;
          border-radius: 0 16px 16px 0;
          padding: 30px 8px 30px 20px;
          gap: 8px; } }
    .why_chosen__point--left {
      margin-left: 0;
      margin-right: calc(50% - 540px);
      border-radius: 0 24px 24px 0;
      padding: 40px 118px 40px 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 1120px) {
        .why_chosen__point--left {
          margin-right: 20px; } }
      @media screen and (max-width: 768px) {
        .why_chosen__point--left {
          margin-left: 16px;
          margin-right: 0;
          border-radius: 16px 0 0 16px;
          padding: 30px 20px 30px 8px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          gap: 8px; } }
  .why_chosen__point_illustration {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    position: relative;
    top: -60px;
    margin-bottom: -60px; }
    @media screen and (max-width: 768px) {
      .why_chosen__point_illustration {
        width: 128px;
        top: -40px;
        margin-bottom: -40px; } }
    .why_chosen__point_illustration img {
      width: 100%;
      height: auto;
      display: block; }
  .why_chosen__point_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 650px; }
    @media screen and (max-width: 768px) {
      .why_chosen__point_text {
        max-width: 100%;
        text-align: center; } }
    .why_chosen__point--left .why_chosen__point_text {
      text-align: left; }
      @media screen and (max-width: 768px) {
        .why_chosen__point--left .why_chosen__point_text {
          text-align: center; } }
  .why_chosen__point_badge {
    display: inline-block;
    background-color: #0069E2;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 36px;
    border-radius: 50px;
    margin-bottom: 16px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .why_chosen__point_badge {
        font-size: 1rem;
        padding: 6px 20px;
        margin-bottom: 12px; } }
    .why_chosen__point_badge::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 6px 0 6px;
      border-color: #0069E2 transparent transparent transparent; }
      @media screen and (max-width: 768px) {
        .why_chosen__point_badge::after {
          border-width: 6px 5px 0 5px;
          bottom: -6px; } }
  .why_chosen__point_description {
    font-size: 2rem;
    line-height: 1.8;
    color: #333;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .why_chosen__point_description {
        font-size: 1.2rem; } }
  .why_chosen__highlight {
    color: #0069E2;
    font-weight: bold; }

/* ******************************************************************************
**	3.7.5.ポータルサイト一覧
****************************************************************************** */
.portal_site_list {
  padding: 80px 0;
  background-image: -webkit-linear-gradient(rgba(0, 117, 251, 0.15) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(0, 117, 251, 0.15) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgba(0, 117, 251, 0.15) 1px, transparent 1px), -o-linear-gradient(left, rgba(0, 117, 251, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(rgba(0, 117, 251, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 117, 251, 0.15) 1px, transparent 1px);
  background-size: 30px 30px; }
  @media screen and (max-width: 750px) {
    .portal_site_list {
      padding: 40px 0; } }
  .portal_site_list__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 750px) {
      .portal_site_list__inner {
        padding: 0 16px; } }
  .portal_site_list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    background-color: #fff;
    padding: 0px;
    -webkit-box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.08);
    box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 50px; }
    @media screen and (max-width: 750px) {
      .portal_site_list__header {
        gap: 10px;
        padding: 0;
        margin-bottom: 30px; } }
  .portal_site_list__title {
    font-size: 2.0rem;
    font-weight: 600;
    color: #0075FB;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    min-height: 60px; }
    @media screen and (max-width: 750px) {
      .portal_site_list__title {
        font-size: 1.4rem;
        min-height: 80px;
        padding: 16px;
        display: block; } }
  .portal_site_list__title_highlight {
    color: #0075FB;
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
    top: -0.08em; }
    @media screen and (max-width: 750px) {
      .portal_site_list__title_highlight {
        top: 0; } }
  .portal_site_list__person {
    width: 144px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -40px;
    margin-bottom: -40px; }
    @media screen and (max-width: 750px) {
      .portal_site_list__person {
        display: none; } }
  .portal_site_list__category {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .portal_site_list__category {
        margin-bottom: 30px; } }
    .portal_site_list__category:last-child {
      margin-bottom: 0; }
    .portal_site_list__category--half {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 750px) {
        .portal_site_list__category--half {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          width: 100%; } }
  .portal_site_list__category_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 28px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .portal_site_list__category_title {
        font-size: 1.1rem;
        margin-bottom: 16px;
        padding: 0 24px; } }
    .portal_site_list__category_title::before {
      content: '';
      position: absolute;
      left: 4px;
      top: 50%;
      width: 16px;
      height: 2px;
      background-color: currentColor;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
      @media screen and (max-width: 750px) {
        .portal_site_list__category_title::before {
          width: 14px;
          left: 2px; } }
    .portal_site_list__category_title::after {
      content: '';
      position: absolute;
      right: 4px;
      top: 50%;
      width: 16px;
      height: 2px;
      background-color: currentColor;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
      @media screen and (max-width: 750px) {
        .portal_site_list__category_title::after {
          width: 14px;
          right: 2px; } }
    .portal_site_list__category_title--blue {
      color: #0075FB; }
    .portal_site_list__category_title--green {
      color: #2EAC6B; }
    .portal_site_list__category_title--red {
      color: #E84B4B; }
  .portal_site_list__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 750px) {
      .portal_site_list__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px; } }
    .portal_site_list__grid--half {
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (max-width: 750px) {
        .portal_site_list__grid--half {
          grid-template-columns: repeat(2, 1fr); } }
  .portal_site_list__item {
    background-color: #FFF;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    @media screen and (max-width: 750px) {
      .portal_site_list__item {
        padding: 12px 8px;
        font-size: 0.85rem;
        border-radius: 8px; } }
    .portal_site_list__item:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .portal_site_list__item.is_visible {
      -webkit-animation: portalItemPopUp 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2) forwards;
      animation: portalItemPopUp 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2) forwards; }
  .portal_site_list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    @media screen and (max-width: 750px) {
      .portal_site_list__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px; } }

/* ******************************************************************************
**	3.8.ご利用者様の声
****************************************************************************** */
.customer_voice {
  padding: 0 0 80px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .customer_voice {
      padding: 0 0 40px; } }
  .customer_voice__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .customer_voice__inner {
        padding: 0; } }
  .customer_voice__title {
    font-size: 2rem;
    font-weight: bold;
    color: #0069E2;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .customer_voice__title {
        font-size: 1.5rem;
        margin-bottom: 8px;
        padding: 0 16px; } }
  .customer_voice__slider {
    overflow: visible;
    position: relative;
    margin-bottom: 40px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .customer_voice__slider {
        margin-bottom: 30px;
        padding: 0; } }
  .customer_voice__slider_wrapper {
    overflow: hidden;
    position: relative; }
  .customer_voice__slider_track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    gap: 30px;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      .customer_voice__slider_track {
        gap: 20px; } }
  .customer_voice__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    @media screen and (max-width: 1024px) {
      .customer_voice__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
        flex: 0 0 700px;
        padding: 40px 30px; } }
    @media screen and (max-width: 768px) {
      .customer_voice__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - 64px);
        flex: 0 0 calc(100vw - 64px);
        padding: 30px 20px;
        border-radius: 16px;
        gap: 20px; } }
    .customer_voice__card--center {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
  .customer_voice__card_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px; } }
  .customer_voice__card_customer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 140px; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_customer {
        width: 100px;
        margin: 0 auto; } }
  .customer_voice__card_customer_illust {
    width: 100%; }
    .customer_voice__card_customer_illust img {
      width: auto;
      height: 96px;
      display: block;
      margin: auto; }
  .customer_voice__card_company {
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_company {
        font-size: 0.8rem; } }
  .customer_voice__card_balloon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ECF5FA;
    border-radius: 16px;
    padding: 25px 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_balloon {
        padding: 20px;
        border-radius: 12px; } }
    .customer_voice__card_balloon::before {
      content: '';
      position: absolute;
      left: -10px;
      top: 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #E8F4FF transparent transparent; }
      @media screen and (max-width: 768px) {
        .customer_voice__card_balloon::before {
          left: 50%;
          top: -10px;
          -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); } }
  .customer_voice__card_text {
    font-size: 14px;
    line-height: 1.8;
    color: #333; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_text {
        font-size: 0.9rem; } }
  .customer_voice__card_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_bottom {
        gap: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .customer_voice__card_reply {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .customer_voice__card_reply_text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_reply_text {
        font-size: 0.85rem; } }
  .customer_voice__card_support {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_support {
        width: 72px; } }
    .customer_voice__card_support img {
      width: 100%;
      height: auto;
      display: block; }
  .customer_voice__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px; }
  .customer_voice__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D0D0D0;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .customer_voice__dot {
        width: 10px;
        height: 10px; } }
    .customer_voice__dot:hover {
      background-color: #A0A0A0;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .customer_voice__dot--active {
      background-color: #0069E2;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
  .customer_voice__card_customer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 140px; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_customer {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .customer_voice__card_customer_illust {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_customer_illust {
        width: 80px;
        height: 80px; } }
    .customer_voice__card_customer_illust img {
      width: 100%;
      height: 100%;
      display: block; }
  .customer_voice__card_company {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_company {
        font-size: 0.85rem; } }
  .customer_voice__card_balloon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #EBF4FF;
    border-radius: 16px;
    padding: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_balloon {
        padding: 16px;
        border-radius: 12px; } }
    .customer_voice__card_balloon::before {
      content: '';
      position: absolute;
      left: -10px;
      top: 20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #EBF4FF transparent transparent; }
      @media screen and (max-width: 768px) {
        .customer_voice__card_balloon::before {
          left: 50%;
          top: -10px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #EBF4FF transparent; } }
  .customer_voice__card_text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_text {
        font-size: 0.85rem; } }
  .customer_voice__card_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .customer_voice__card_reply {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 16px;
    padding: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_reply {
        padding: 0 16px;
        border-radius: 12px; } }
  .customer_voice__card_reply_text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333; }
    @media screen and (max-width: 768px) {
      .customer_voice__card_reply_text {
        font-size: 0.85rem; } }
  .customer_voice__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .customer_voice__dots {
        gap: 10px;
        padding: 0 16px; } }
  .customer_voice__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D0D0D0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .customer_voice__dot {
        width: 10px;
        height: 10px; } }
    .customer_voice__dot:hover {
      background-color: #A0A0A0; }
    .customer_voice__dot--active {
      background-color: #0069E2;
      width: 32px;
      border-radius: 6px; }
      @media screen and (max-width: 768px) {
        .customer_voice__dot--active {
          width: 28px; } }

/* ******************************************************************************
**	3.9.CTA（お問い合わせ）
****************************************************************************** */
.cta {
  padding: 80px 0 100px;
  background-color: #0069E2;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 30px 30px;
  position: relative;
  overflow: visible;
  border-bottom: 5px solid #fff; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 60px 0 80px;
      background-size: 20px 20px;
      border-bottom: 3px solid #fff; } }
  .cta__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cta__inner {
        padding: 0 16px; } }
  .cta__box {
    background-color: #FFF;
    border-radius: 32px;
    padding: 60px 80px;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    position: relative; }
    @media screen and (max-width: 1024px) {
      .cta__box {
        padding: 50px 40px; } }
    @media screen and (max-width: 768px) {
      .cta__box {
        padding: 40px 30px;
        border-radius: 24px; } }
  .cta__illustration {
    position: absolute;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .cta__illustration {
        display: none; } }
    .cta__illustration--left {
      width: 310px;
      left: -40px;
      top: -60px; }
      @media screen and (max-width: 1024px) {
        .cta__illustration--left {
          width: 180px; } }
    .cta__illustration--right {
      width: 240px;
      right: -16px;
      bottom: -40px; }
      @media screen and (max-width: 1024px) {
        .cta__illustration--right {
          width: 200px; } }
    .cta__illustration img {
      width: 100%;
      height: auto;
      display: block; }
  .cta__content {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cta__content {
        width: 100%; } }
  .cta__title {
    font-size: 2rem;
    font-weight: bold;
    color: #0069E2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .cta__title {
        font-size: 1.5rem;
        margin-bottom: 16px; } }
  .cta__text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .cta__text {
        font-size: 0.9rem;
        text-align: left;
        margin-bottom: 24px; } }
  .cta__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cta__btn_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #FF9000;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 16px 48px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 12px rgba(26, 26, 26, 0.3);
    box-shadow: 0 4px 12px rgba(26, 26, 26, 0.3); }
    .cta__btn_link:hover {
      background-color: #ffbe46;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      -webkit-box-shadow: 0 6px 16px rgba(26, 26, 26, 0.4);
      box-shadow: 0 6px 16px rgba(26, 26, 26, 0.4); }
    @media screen and (max-width: 768px) {
      .cta__btn_link {
        font-size: 1rem;
        padding: 14px 40px; } }
  .cta__btn_arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 50%;
    color: #FF9000;
    font-size: 0; }
    .cta__btn_arrow::before {
      content: "▶";
      margin-left: 2px;
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/* ******************************************************************************
**	ブレイクポイント
****************************************************************************** */
.break_point {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .break_point {
      padding: 60px 20px; } }
  .break_point__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 750px) {
      .break_point__inner {
        padding: 0; } }
  .break_point__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0px; }
    @media screen and (max-width: 750px) {
      .break_point__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .break_point__balloon {
    background-color: #0069E2;
    border-radius: 100vh;
    padding: 20px 30px;
    position: relative;
    max-width: 500px;
    top: -40px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
    @media screen and (max-width: 750px) {
      .break_point__balloon {
        padding: 16px 28px;
        top: -8px; } }
    .break_point__balloon.is_visible {
      -webkit-animation: balloonPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
      animation: balloonPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
    .break_point__balloon::after {
      content: '';
      position: absolute;
      right: -5px;
      top: 85%;
      -webkit-transform: translateY(-50%) rotate(30deg);
      -ms-transform: translateY(-50%) rotate(30deg);
      transform: translateY(-50%) rotate(30deg);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 24px;
      border-color: transparent transparent transparent #0069E2; }
      @media screen and (max-width: 750px) {
        .break_point__balloon::after {
          right: auto;
          left: 50%;
          top: auto;
          bottom: -15px;
          -webkit-transform: translateX(-50%) rotate(0deg);
          -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
          border-width: 16px 8px 0 8px;
          border-color: #0069E2 transparent transparent transparent; } }
  .break_point__text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
    margin: 0; }
    @media screen and (max-width: 750px) {
      .break_point__text {
        font-size: 0.8rem; } }
  .break_point__illustration {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .break_point__image {
    width: 100%;
    max-width: 600px;
    height: auto; }
    @media screen and (max-width: 750px) {
      .break_point__image {
        max-width: 400px; } }

/* ブレイクポイント吹き出しアニメーション */
@-webkit-keyframes balloonPopIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-8px) scale(1.05);
    transform: translateY(-8px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
@keyframes balloonPopIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-8px) scale(1.05);
    transform: translateY(-8px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
