@charset "UTF-8";
.text-gray {
  color: #A7A8AA !important;
}

.d-flex {
  display: flex !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.width820 {
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#mylife .width820 {
  width: 1000px;
}

.base-margin-bottom {
  margin-bottom: 16px !important;
}

body {
  background: #E6F0FA;
}

#lang-container {
  background: #E6F0FA;
}

#lang-container .inner {
  color: #A7A8AA;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#lang-container a {
  color: #152835;
  padding: 0 6px;
  margin: 0;
}

#lang-container img {
  margin-right: 20px;
}

.swiper-container {
  height: 570px;
  margin-top: 134px;
}

.swiper-slide {
  height: 570px;
  border-radius: 90px;
}

.swiper-container .sp-inner {
  display: flex;
  justify-content: space-between;
}

.swiper-container .slider-right {
  width: 400px;
}

.swiper-container .catch-copy {
  font-size: 5.2rem;
  line-height: 1.3;
}

.swiper-container .read-text {
  font-size: 1.4rem;
}

.swiper-container .text-container {
  width: 100%;
  top: 60px;
  transform: translate(-50%, 0);
}

.btn-default {
  width: 310px;
  padding: 15px 1.5em;
  border-radius: 20px;
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
}

.btn-default span {
  position: relative;
  color: #fff;
}

.btn-default span::after {
  content: "→";
  color: #fff;
  margin-left: 0.5em;
}

.btn-default.btn-default--white {
  background: #fff;
}

.btn-default.btn-default--white span {
  color: #006FCF;
}

a:hover.btn-default.btn-default--white {
  background: #E6F0FA;
}

.page-header-container h1 {
  font-size: 3.5rem;
}

#top-about-container {
  text-align: left;
  border-radius: 90px;
  background: #fff;
  padding: 60px 0;
  margin-top: 120px;
}

#about-figure .about dd {
  font-size: 2rem;
  color: #00175A;
  font-weight: 500;
}

#top-about-container .btn-default, #top-btm .btn-default, #top-meeting .btn-default {
  width: 220px;
}

#top-info-container.top-info-container--amex_gbt {
  margin-top: 100px;
  background: rgba(0, 111, 207, 0.35);
}

.section-tit.en {
  font-size: 3.5rem;
}

#top-about-container .catch-copy {
  color: #006FCF;
  font-weight: 500;
}

#about-figure {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

#about-figure .about {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
}

#about-figure .about dt {
  margin-right: 24px;
}

#about-figure .about dt img {
  width: 220px;
  height: auto;
}

#top-btm, #top-meeting, .circle-srv-list > * {
  float: none;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.circle-srv-list.large-circle-srv-list > * {
  height: 565px;
}

.rounded-box {
  position: relative;
  padding: 60px 50px;
  border-radius: 200px;
  background-color: #006FCF;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.rounded-box > div {
  display: flex;
  height: auto;
  justify-content: space-between;
}

.rounded-box > div > div {
  text-align: center;
  width: 33%;
  font-size: 1.4rem;
}

.rounded-box h4 {
  text-align: center;
  margin-bottom: 32px;
}

.rounded-box > div > div p {
  color: #ffffff;
  margin-top: 15px;
}

.below-arrow {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: 20px;
  height: 15px;
  background: #006FCF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -40px;
}

#top-btm > div, #top-meeting > div, .circle-srv-list > * > div {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}

#top-meeting, .circle-srv-list > .even-cont {
  flex-flow: row-reverse;
}

.btm-meeting_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btm-meeting_text {
  padding: 0 60px 0 40px;
}

.even-cont .btm-meeting_text {
  padding: 0 40px 0 60px;
}

#btm-meeting-container h2, .btm-meeting-container h2 {
  color: #00175A;
  font-size: 2.0rem;
  font-weight: 500;
}

.btm-meeting-container h2 {
  font-weight: bold;
}

#btm-meeting-container p, .btm-meeting-container p {
  color: #00175A;
  font-size: 1.4rem;
}

#top-schedule-container {
  max-width: 820px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  margin-top: 100px;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

#top-info-container, #top-sponsor-container {
  text-align: left;
}

#top-info-container {
  border-radius: 90px;
  background: #fff;
  padding: 60px 0;
}

#contact-container {
  background: none;
  text-align: left;
}

#contact-container .contact-container_inner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.card li {
  font-size: 1.6rem;
  border: 0;
  padding: 0;
  border-radius: 30px;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.card li a {
  height: 100%;
  display: block;
}

.card li a img {
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card .photo-container {
  margin-bottom: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}

.card .info-container {
  padding: 24px;
}

.card .post-date {
  font-size: 1.2rem;
  margin: 2rem 0 0;
}

.card .post-client-name {
  margin: 0;
}

section * {
  color: #00175A;
}

.btn-default .fa-fw {
  color: #ffffff;
}

footer {
  background: #00175A;
  border-radius: 90px 90px 0 0;
  margin-top: 100px;
}

footer a {
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer a:hover {
  text-decoration: none;
}

footer .inner {
  text-align: left;
  padding: 50px 0 30px;
}

footer .flex-wrap {
  justify-content: space-between;
}

.footer_text {
  text-align: justify;
}

#ftr-sub-nav li {
  padding: 0 10px;
}

#ftr-sub-nav li:first-child {
  padding-left: 0;
}

.footer-logo {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.footer-logo img {
  width: auto;
  padding: 0 42px;
}

.page-header-container {
  margin-top: 134px;
  border-radius: 90px;
  height: 300px;
}

.page-read-container {
  text-align: left;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #006FCF;
}

.bg-blue {
  background-color: #006FCF;
  color: #fff;
}


.page-read-container > p {
  font-size: 1.4rem;
}

.card.card2026 {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.card.card2026 li {
  width: 310px;
}

.card.card2026 .photo-container.ratio img {
  height: auto;
}

.card.card2026 li h3 {
  font-weight: 600;
}

.card.card2026 li .info-container p {
  font-size: 1.4rem;
  margin-top: 30px;
}

/*片方だけ幅いっぱいのコンテンツ*/
.one-side {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
}

.one-side-inner {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.higher-text.one-side-inner {
  height: 755px;
  align-items: center;
}

.image-box {
  width: 225px;
  height: 300px;
  flex-shrink: 0;
}

.one-side-inner-right .image-box {
  order: 2;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 120px;
}

.oval-wrap {
  position: relative;
  flex: 1;
}

.oval-bg {
  position: absolute;
  height: 300px;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.higher-text .oval-bg {
  height: 750px;
  border-radius: 200px;
  top: -375px;
}

.one-side-inner-left .oval-bg {
  left: 0;
  /*right: -100vw;*/
  justify-content: flex-start;
}

.one-side-inner-right .oval-bg {
  right: 0;
  /*left: -100vw;*/
  justify-content: flex-end;
}

.text-box {
  width: 560px;
}

#mylife .text-box {
  width: 740px;
}

.one-side-inner-left .text-box {
  padding-left: 80px;
  padding-right: 80px;
}

.one-side-inner-right .text-box {
  padding-left: 80px;
  padding-right: 80px;
}

.text-box h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
}

.text-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

/*片方だけ幅いっぱいのコンテンツ ここまで*/

.xxlarge-margin-top {
  margin-top: 120px;
}

.b-flow {
  justify-content: space-between;
}

.b-flow-elm {
  position: relative;
}

.b-flow-content {
  text-align: center;
}

.b-flow-content img {
  border-radius: 90px;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.b-flow-content p {
  text-align: center;
  margin-top: 15px;
}

.right-arrow {
  position: absolute;
  top: 34%;
  right: -50px;
  width: 15px;
  height: 20px;
  background: #006FCF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.btn-normal {
  position: relative;
  border-radius: 90px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
  max-width: 400px;
}

.btn-normal:hover {
  opacity: 0.7;
  color: #ffffff;
}

.btn-normal span {
  color: #ffffff;
}

.btn-normal::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  content: "→";
  color: #fff;
}

.btn-normal.btn-normal-blue {
  background: #006FCF;
}

.btn-normal.btn-normal-darkblue {
  background: #00175A;
}

.btn-normal.btn-normal-lightblue {
  background: #66A9E2;
}

.d-lg-flex {
  display: flex;
}

.gap-30 {
  gap: 30px;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

h2.f30, h3.f30 {
  font-size: 3rem;
}

h3.f20, h4.f20 {
  font-size: 2rem;
  font-weight: 600;
}

h3.f25, h4.f25 {
  font-size: 2.5rem;
  font-weight: 600;
}

.f14 p, .f14 h3, p.f14 {
  font-size: 1.4rem;
  line-height: 1.6;
}

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

.rounded-rectangle {
  text-align: left;
  border-radius: 90px;
  background: #fff;
  padding: 60px 85px;
  margin-top: 120px;
  box-shadow: 0 5px 0 rgb(166, 167, 170), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.rounded-rectangle-outer {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.rounded-rectangle-outer img {
  max-width: 100%;
}

.rounded-rectangle-inner {
  margin-bottom: 60px;
  max-width: 100%;
  width: 390px;
}

.rounded-rectangle-inner > div {
  display: flex;
  gap: 30px;
  align-items: center;
}

.rounded-rectangle-inner h4 {
  font-size: 2rem;
  font-weight: 600;
}

.rounded-rectangle-inner p {
  margin-top: 30px;
}

.both-side.one-side {
  margin-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

.both-side.one-side .below-arrow {
  bottom: 0;
}

.both-side .oval-bg {
  position: relative;
  right: auto;
  left: auto;
}

.both-side .one-side-inner-left .text-box, .both-side .one-side-inner-right .text-box {
  padding-left: 80px;
  padding-right: 80px;
}

.both-side .text-box {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.mix-blend-multiple {
  mix-blend-mode: multiply;
}

ul.list-style01 li {
  margin-bottom: 0.5em;
}

ol.ol-kakko {
  list-style: none;
  padding-left: 0;
  counter-reset: num;
}

ol.ol-kakko > li {
  counter-increment: num;
  position: relative;
  padding-left: 3em;
  font-size: 1.4rem;
  padding-bottom: 0.2em;
}

ol.ol-kakko > li::before {
  content: "(" counter(num) ")";
  position: absolute;
  left: 0;
}

ul.normal {
  list-style: disc;
}

.text-indent {
  margin-left: 50px;
}

.text-md-right {
  text-align: right;
}

.op07 {
  transition: 0.3s;
}

.op07:hover {
  opacity: 0.7;
}

.wide-li {
  margin-left: 1.5em;
}

.wide-li li {
  padding-bottom: 2em;
}

.wide-li li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .width820, #mylife .width820 {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #top-about-container .btn-default, #top-btm .btn-default, #top-meeting .btn-default {
    width: 200px;
  }

  .swiper-container .sp-inner {
    display: block;
  }

  .swiper-container .sp-inner > div {
    width: 100%;
    text-align: center;
  }

  .swiper-container .sp-inner > div .btn-default {
    display: block;
    margin: auto;
  }

  .swiper-container .catch-copy {
    font-size: 4.2rem;
  }

  .swiper-container, .page-header-container {
    margin-top: 145px;
  }

  #top-schedule-container {
    max-width: 100%;
  }

  #about-figure {
    justify-content: space-between;
    align-items: baseline;
  }

  #about-figure .about {
    width: 46%;
    text-align: center;
    margin: 0;
  }

  #about-figure .about dt {
    width: 100%;
    margin-right: 0;
  }

  #about-figure .about dd br {
    display: none;
  }

  #top-info-container, #top-about-container, .swiper-slide {
    border-radius: 60px;
  }

  .swiper-slide, .swiper-container {
    height: 500px;
  }

  footer {
    border-radius: 60px 60px 0 0;
  }

  footer .inner {
    text-align: left;
    padding: 50px 15px 30px;
  }

  .text-box {
    width: 470px;
  }

  #mylife .text-box {
    width: 100%;
  }

  .rounded-rectangle-outer {
    display: block;
  }

  .rounded-rectangle-inner {
    margin-right: auto;
    margin-left: auto;
  }

  .one-side-inner-left .text-box, .one-side-inner-right .text-box {
    padding-left: 70px;
    padding-right: 70px;
  }

  .higher-text .oval-bg {
    border-radius: 100px;
  }

  #mylife .one-side-inner-left .text-box, #mylife .one-side-inner-right .text-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header-container h1 {
    font-size: 2.4rem;
  }

  #top-btm, #top-meeting, .circle-srv-list > *, .circle-srv-list.large-circle-srv-list > *, .circle-srv-list > *.even-cont {
    flex-flow: column;
    height: auto;
    margin: auto;
    width: 400px;
    max-width: 100%;
  }

  #top-btm > div, #top-meeting > div, .circle-srv-list > * > div, .circle-srv-list > *.even-cont > div {
    display: block;
    width: auto;
  }

  #top-btm .btm-meeting_img, #top-meeting .btm-meeting_img, .circle-srv-list > * .btm-meeting_img, .circle-srv-list > *.even-cont .btm-meeting_img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }

  .btm-meeting_text, .even-cont .btm-meeting_text {
    padding: 40px 40px 60px;
  }

  .circle-srv-list .btm-meeting_text {
    padding: 30px 40px 80px;
  }

  #btm-meeting-container h2, .btm-meeting-container h2 {
    color: #00175A;
    font-size: 1.8rem;
  }

  #top-about-container .btn-default, #top-btm .btn-default, #top-meeting .btn-default {
    display: block;
    margin: auto;
  }

  .swiper-container .catch-copy {
    font-size: 3.2rem;
  }

  #ftr-sub-nav li {
    padding: 5px 10px 5px 0;
  }

  .page-header-container {
    height: 140px;
  }

  .card.card2026 {
    gap: 30px;
  }

  .card.card2026 li .info-container p {
    margin-top: 14px;
  }

  .one-side {
    margin-top: 50px;
  }

  .one-side-inner {
    display: block;
  }

  .higher-text.one-side-inner {
    height: auto;
  }

  .image-box {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }

  .image-box img {
    border-radius: 60px;
  }

  .one-side-inner-right .image-box {
    order: 1;
  }

  .oval-bg, .higher-text .oval-bg {
    position: relative;
    height: auto;
  }

  .higher-text .oval-bg {
    top: 0;
  }

  .one-side-inner-left .oval-bg, .one-side-inner-right .oval-bg {
    left: auto;
    right: auto;
    border-radius: 60px;
    padding: 30px 20px;
  }

  .one-side-inner-left .text-box, .one-side-inner-right .text-box, #mylife .one-side-inner-left .text-box, #mylife .one-side-inner-right .text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box h3 {
    margin-bottom: 15px;
    font-size: 2.0rem;
  }

  .d-lg-flex {
    display: block;
  }

  .right-arrow {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    width: 20px;
    height: 15px;
    background: #006FCF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -25px;
  }

  .b-flow-elm {
    margin-bottom: 40px;
  }

  .btn-normal {
    margin: auto auto 15px;
  }

  .xxlarge-margin-top {
    margin-top: 60px;
  }

  h2.f30, h3.f30 {
    font-size: 2rem;
  }

  h3.f20, h4.f20 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  h3.f25, h4.f25 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .rounded-box {
    padding: 50px 15px 20px;
  }

  .rounded-box > div {
    display: block;
  }

  .rounded-box > div > div {
    width: 100%;
    margin-bottom: 30px;
  }

  .below-arrow {
    bottom: -30px;
  }

  .rounded-rectangle {
    padding: 40px 25px;
    margin-top: 60px;
  }

  .rounded-rectangle-inner {
    margin-bottom: 30px;
  }

  .rounded-rectangle-inner h4 {
    font-size: 1.4rem;
  }

  .rounded-rectangle-inner > div {
    gap: 15px;
  }

  .rounded-rectangle-inner p {
    margin-top: 15px;
  }

  .both-side.one-side.last-one {
    padding-bottom: 5px;
  }

  .both-side .one-side-inner-left .text-box, .both-side .one-side-inner-right .text-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-indent {
    margin-left: 0;
  }

  ol.ol-kakko > li {
    padding-left: 2em;
  }

  .text-md-right {
    text-align: left;
  }

  .text-box, #mylife .text-box {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #about-figure {
    flex-flow: column;
    align-items: center;
  }

  #about-figure .about {
    width: 90%;
  }

  #about-figure .about + .about {
    margin-top: 40px;
  }

  #top-about-container .catch-copy, #about-figure .about dd {
    font-size: 1.8rem
  }

  .section-tit.en {
    font-size: 2.2rem;
  }

  #top-schedule-container {
    height: 200px;
  }

  #top-info-container, #top-about-container, .swiper-slide {
    padding: 40px 0;
  }

  #top-info-container.top-info-container--amex_gbt, #top-about-container, #top-schedule-container, footer {
    margin-top: 60px;
  }

  footer .inner {
    padding: 40px 15px
  }

  .footer-logo img {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1001px) {
  .mb-pc-0 {
    margin-bottom: 0;
  }
}

