@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:wght@400;500;600&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=radio] {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
/*==================================
  共通スタイル
==================================*/
.wrapper {
  flex-grow: 1;
}

/* ページ幅・コンテンツ幅 */
.page-width,
.content-width {
  margin-inline: auto;
  width: 100%;
}

.page-width:not(.padding-inner) {
  max-width: 1280px;
}
.page-width.padding-inner {
  max-width: calc(1280px + 5rem);
}

.content-width:not(.padding-inner) {
  max-width: 968px;
}
.content-width.padding-inner {
  max-width: calc(968px + 5rem);
}

.padding-inner {
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .padding-inner {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .padding-inner {
    padding: 0rem 1rem;
  }
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cover-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 576px) {
  ._pc {
    display: none;
  }
}

@media not all and (max-width: 576px) {
  ._sp {
    display: none;
  }
}

/* テキスト系 */
.bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-danger {
  color: #e32929;
}

.text-muted {
  color: #b3b3b3;
}

.link {
  color: #19a0ff !important;
}

/* セクション系 */
.c-section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .c-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .c-section {
    margin-bottom: 30px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #595757;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:not(.btn), a:not(.btn):link, a:not(.btn):visited, a:not(.btn):active, a:not(.btn):hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  a:not(.btn):hover {
    opacity: 0.7;
  }
}

p {
  line-height: 1.6;
}

small {
  font-size: 87.5%;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-header {
  margin-bottom: 3rem;
}
.form-footer {
  margin-top: 3rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #1db8ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #1db8ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.25);
}

/*==================================
  ボタン
==================================*/
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #595757;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:disabled {
  cursor: not-allowed;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff !important;
  background-color: #00A0E9 !important;
  border-color: #00A0E9 !important;
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #fff;
    background-color: #007db6;
    border-color: #007db6;
  }
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #1db8ff;
  border-color: #1db8ff;
}

.btn-outline-primary {
  color: #00A0E9;
  background-color: transparent;
  background-color: none;
  border-color: #00A0E9;
}
@media (hover: hover) {
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00A0E9;
    border-color: #00A0E9;
  }
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 233, 0.5);
}
.btn-outline-primary:disabled {
  color: #1db8ff;
  background-color: transparent;
  background-color: none;
  border-color: #1db8ff;
}

.btn-secondary {
  color: #fff !important;
  background-color: #807d7d !important;
  border-color: #807d7d !important;
}
@media (hover: hover) {
  .btn-secondary:hover {
    color: #fff;
    background-color: #666464;
    border-color: #666464;
  }
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 125, 125, 0.5);
}
.btn-secondary:disabled {
  color: #fff;
  background-color: #999797;
  border-color: #999797;
}

.btn-outline-secondary {
  color: #807d7d;
  background-color: transparent;
  background-color: none;
  border-color: #807d7d;
}
@media (hover: hover) {
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #807d7d;
    border-color: #807d7d;
  }
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 125, 125, 0.5);
}
.btn-outline-secondary:disabled {
  color: #999797;
  background-color: transparent;
  background-color: none;
  border-color: #999797;
}

.btn-danger {
  color: #fff !important;
  background-color: #e32929 !important;
  border-color: #e32929 !important;
}
@media (hover: hover) {
  .btn-danger:hover {
    color: #fff;
    background-color: #c01919;
    border-color: #c01919;
  }
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 41, 41, 0.5);
}
.btn-danger:disabled {
  color: #fff;
  background-color: #e95656;
  border-color: #e95656;
}

.btn-outline-danger {
  color: #e32929;
  background-color: transparent;
  background-color: none;
  border-color: #e32929;
}
@media (hover: hover) {
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e32929;
    border-color: #e32929;
  }
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 41, 41, 0.5);
}
.btn-outline-danger:disabled {
  color: #e95656;
  background-color: transparent;
  background-color: none;
  border-color: #e95656;
}

.btn-light {
  color: #fff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
@media (hover: hover) {
  .btn-light:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
  }
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.btn-light:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-light {
  color: #b3b3b3;
  background-color: transparent;
  background-color: none;
  border-color: #b3b3b3;
}
@media (hover: hover) {
  .btn-outline-light:hover {
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.btn-outline-light:disabled {
  color: #cccccc;
  background-color: transparent;
  background-color: none;
  border-color: #cccccc;
}

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

/* BEMに基づいたCSS */
.slide-section {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .slide-section {
    height: 480px;
  }
}
@media screen and (min-width: 992px) {
  .slide-section {
    height: 550px;
  }
}
@media screen and (min-width: 1300px) {
  .slide-section {
    height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .slide-section {
    height: 750px;
  }
}
@media screen and (min-width: 1540px) {
  .slide-section {
    height: 850px;
  }
}
.slide-section__main-image {
  width: 100%;
  height: 100%;
}
.slide-section__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .slide-section__main-image img {
    -o-object-position: 85% center;
       object-position: 85% center;
  }
}
.slide-section__logo {
  position: absolute;
  top: 15px;
  right: 15px;
}
.slide-section__logo img {
  transition: width 0.5s ease, height 0.5s ease;
  width: 40px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .slide-section__logo img {
    width: 70px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .slide-section__logo img {
    width: 90px;
    height: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .slide-section__logo img {
    width: 110px;
    height: 150px;
  }
}
@media screen and (min-width: 1300px) {
  .slide-section__logo img {
    width: 120px;
    height: 170px;
  }
}
.slide-section__heading-primary {
  position: absolute;
  width: 100%;
  max-width: 280px;
  top: 100px;
  left: 0;
}
@media screen and (min-width: 450px) {
  .slide-section__heading-primary {
    top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .slide-section__heading-primary {
    top: 150px;
    max-width: 730px;
    left: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .slide-section__heading-primary {
    top: 210px;
  }
}
@media screen and (min-width: 1540px) {
  .slide-section__heading-primary {
    top: 270px;
  }
}
.slide-section__heading-primary h1 {
  transition: font-size 0.5s ease;
  background-color: rgba(220, 219, 218, 0.5803921569);
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  font-size: 22px;
  padding: 2px 4px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .slide-section__heading-primary h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .slide-section__heading-primary h1 {
    font-size: 40px;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1100px) {
  .slide-section__heading-primary h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1300px) {
  .slide-section__heading-primary h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .slide-section__heading-primary h1 {
    font-size: 55px;
  }
}
.slide-section__buttons {
  position: absolute;
  bottom: 50px;
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .slide-section__buttons {
    width: 100%;
    bottom: 14px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .slide-section__buttons {
    max-width: 730px;
    left: 15px;
  }
}
.slide-section__button {
  transition: font-size 0.5s ease;
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
  padding: 5px 0px;
  border-radius: 5px;
  text-align: center;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .slide-section__button {
    padding: 7px 15px;
    width: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .slide-section__button {
    font-size: 24px;
    padding: 8px 10px;
    width: 260px;
  }
}
@media screen and (min-width: 1300px) {
  .slide-section__button {
    border-radius: 8px;
    font-size: 28px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1440px) {
  .slide-section__button {
    border-radius: 10px;
    font-size: 32px;
  }
}

.title-div {
  margin-bottom: 20px;
  background-color: #f0f6f8;
  border-left: 4px solid #0690be;
  padding: 8px;
}
.title-div h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: font-size 0.5s ease;
  display: block;
  width: 100%;
  padding-inline: 15px;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .title-div h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .title-div h1 {
    padding: 0;
  }
  .title-div h1.sp-small {
    width: 100%;
  }
}

.img-div {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .img-div {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .img-div {
    flex-direction: column;
  }
}
.img-div img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width 0.5s ease, height 0.5s ease;
}
@media screen and (min-width: 768px) {
  .img-div img {
    width: 350px;
    height: 230px;
  }
}
@media screen and (min-width: 900px) {
  .img-div img {
    width: 450px;
    height: 230px;
  }
}
@media screen and (min-width: 992px) {
  .img-div img {
    width: 100%;
    height: 250px;
  }
}

div.container-fluid {
  max-width: 1200px;
}
@media (max-width: 768px) {
  div.container-fluid {
    padding-inline: 22px;
  }
}
@media (max-width: 576px) {
  div.container-fluid {
    padding-inline: 16px;
  }
}

.desc-div {
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .desc-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 40px 10px 10px;
  }
}
@media screen and (min-width: 1260px) {
  .desc-div {
    padding: 10px 50px 10px 10px;
  }
}
@media screen and (min-width: 1440px) {
  .desc-div {
    padding: 10px 80px 10px 10px;
  }
}
.desc-div p {
  transition: font-size 0.5s ease;
  text-align: left;
  line-height: 1.8;
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .desc-div p {
    font-size: 20px;
  }
}

.th-container {
  margin-top: 30px;
}
.th-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .th-container img {
    width: 100%;
    height: 250px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .T-content-div {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .gallery {
    gap: 15px;
  }
}

.section-container {
  margin: 70px auto;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-container {
    margin: 50px auto;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.media-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .media-container {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .media-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .media-container {
    flex-direction: column;
  }
}
.media-container img,
.media-container video {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width 0.5s ease, height 0.5s ease;
}

.media-container img {
  height: auto;
}

.media-container video {
  margin: 0px;
}

@media screen and (min-width: 600px) {
  .media-container video {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .media-container video {
    width: 350px;
    height: 230px;
  }
}
@media screen and (min-width: 900px) {
  .media-container video {
    width: 450px;
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .media-container video {
    width: 100%;
    height: 250px;
  }
}
@media screen and (min-width: 1260px) {
  .media-container video {
    height: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .media-container video {
    height: 300px;
  }
}
.user--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .user--image__container {
    gap: 20px;
  }
}

.c-cta-btn__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .c-cta-btn__container {
    gap: 20px;
  }
}

.c-cta-btn {
  transition: font-size 0.5s ease;
  background-color: green;
  color: white;
  font-size: 18px;
  border: none;
  padding: 5px 15px;
  border-radius: 8px;
  width: 270px;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .c-cta-btn {
    padding: 10px 25px;
  }
}
@media screen and (min-width: 1440px) {
  .c-cta-btn {
    border-radius: 10px;
    font-size: 32px;
    padding: 10px 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-btn {
    width: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 325px) {
  .c-cta-btn {
    font-size: 16px;
  }
}

.p-info-video {
  margin-top: 30px;
}
.p-info-video video {
  width: 100%;
}

.F-wrapper {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
  color: black;
  overflow-x: hidden;
}

.F-wrapper .F-content-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .F-wrapper .F-content-div {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .F-wrapper .F-content-div {
    gap: 10px;
    flex-flow: column;
  }
}

.F-wrapper .F-card {
  flex: 1 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
  transition: width 0.5s ease, height 0.5s ease;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .F-wrapper .F-card {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .F-wrapper .F-card {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .F-wrapper .F-card {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px !important;
    border-bottom: 2px solid #f2f2f2;
  }
  .F-wrapper .F-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .F-wrapper .F-card:last-child {
    padding-bottom: 0 !important;
    border: none;
  }
}
.F-wrapper .F-card img {
  width: 100%;
}
@media (max-width: 576px) {
  .F-wrapper .F-card img {
    margin: 0;
    width: 50%;
    max-height: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .F-wrapper .F-card {
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
  }
}
@media (max-width: 576px) {
  .F-content-textBox {
    width: 150px;
    flex-shrink: 0;
  }
}

.F-wrapper h2 {
  transition: width 0.5s ease, height 0.5s ease;
  transition: font-size 0.5s ease;
  font-size: 24px;
  background-color: #0690be;
  padding: 5px 0px;
  width: 100%;
  color: white;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .F-wrapper h2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .F-wrapper h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.F-wrapper img {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.F-wrapper p {
  text-align: left;
  transition: font-size 0.5s ease;
  color: #02adce;
  font-size: 20px;
  margin: auto;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 1124px) {
  .F-wrapper p {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .F-wrapper p {
    font-size: 18px;
    text-align: left;
    min-height: 54px;
  }
}

.F-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.F-wrapper li {
  font-size: 18px;
  transition: font-size 0.5s ease;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .F-wrapper li {
    font-size: 16px;
  }
}

.F-wrapper .F-button {
  transition: font-size 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  margin: auto;
  background-color: green;
  padding: 5px 20px;
  border: none;
  border-radius: 7px;
  margin-top: 20px;
  text-align: center;
  height: 40px;
  width: 140px;
  font-weight: 500;
  font-size: 15px;
  color: white;
}

@media screen and (min-width: 768px) {
  .F-wrapper .F-button {
    font-size: 18px;
    width: 180px;
  }
}
.button-div {
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .button-div {
    width: 100%;
    gap: 10px;
  }
  .button-div .F-button {
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 0px;
    text-align: center;
    height: auto;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    width: 150px;
    margin: auto;
  }
}

.elementor-tab-title a {
  position: relative;
  padding-left: 50px;
}

.elementor-tab-title a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #a3a8a3;
  left: 0px;
  top: 0;
}

.elementor-tab-content {
  margin-left: 50px;
}

.elementor-tab-title::first-letter,
.elementor-tab-content::first-letter {
  font-weight: 600;
}

@media (max-width: 700px) {
  .elementor-tab-content {
    margin-left: 0px;
    padding: 0px;
  }
  .elementor-tab-title a {
    padding-left: 0px;
  }
  .elementor-tab-title a::before {
    display: none;
  }
}
/* FAQのスタイル */
.faq__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.faq__item {
  margin-bottom: 10px;
}

.faq__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  .faq__question {
    font-size: 18px;
    padding: 0;
    padding-right: 15px;
  }
}
.faq__question:hover {
  text-decoration: underline;
}
.faq__question::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 20px;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.faq__question.open::after {
  transform: rotate(-45deg);
  top: 25px;
}

.faq__answer {
  display: none;
  padding: 10px;
  padding-left: 65px;
}
@media screen and (max-width: 520px) {
  .faq__answer {
    padding-left: 20px;
  }
}
.faq__answer p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .faq__answer p {
    font-size: 18px;
  }
}

.faq__question-text {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 520px) {
  .faq__question-text {
    padding-left: 20px;
  }
}
.faq__question-text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #a3a8a3;
  left: 0px;
  top: 5px;
}

div.b-main {
  padding: 20px;
  background-color: #0690be;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
}

.bg-blue {
  background-color: #0690be;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .b-heading {
    max-width: 70%;
    padding: 15px !important;
    padding-top: 0px !important;
  }
}
.b-heading h1 {
  color: white;
  font-size: 23px;
  font-weight: 700;
  width: 130%;
}
@media screen and (max-width: 520px) {
  .b-heading h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .b-heading h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .b-heading h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .b-heading h1 {
    font-size: 20px;
  }
}
.b-heading h3 {
  color: white;
  font-size: 17px;
  font-weight: 400;
  width: 170%;
}
@media screen and (max-width: 667px) {
  .b-heading h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .b-heading h3 {
    font-size: 11px;
  }
}
@media screen and (max-width: 520px) {
  .b-heading h3 {
    font-size: 9px;
  }
}
@media screen and (max-width: 420px) {
  .b-heading h3 {
    font-size: 7px;
  }
}
@media screen and (min-width: 1000px) {
  .b-heading h3 {
    font-size: 19px;
  }
}
.b-heading ul {
  list-style: disc;
  padding-left: 30px;
}
.b-heading ul li {
  color: white;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .b-heading ul li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .b-heading ul li {
    font-size: 19px;
  }
}

.new_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new_logo h3 {
  color: white;
  font-size: 18px;
  font-weight: normal;
}
.new_logo img {
  max-width: 300px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .new_logo {
    justify-content: center;
  }
  .new_logo h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .new_logo img {
    width: 100%;
    max-width: 80%;
  }
}

.b-logo {
  padding: 0px;
}
@media screen and (min-width: 1440px) {
  .b-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .b-logo {
    max-width: 20%;
    padding: 0px !important;
  }
}
.b-logo img {
  width: 100px;
  height: 100px;
  margin: 0;
}
@media screen and (max-width: 520px) {
  .b-logo img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  .b-logo img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .b-logo img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .b-logo img {
    width: 150px;
    height: 150px;
  }
}

.b-right {
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .b-right {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .b-right {
    justify-content: flex-end;
    align-items: center;
  }
}
.b-right ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .b-right ul {
    padding-right: 80px;
  }
}
@media screen and (max-width: 421px) {
  .b-right ul {
    padding-right: 50px;
  }
}
.b-right ul li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .b-right ul li {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }
}
.b-right ul li:nth-child(1) {
  background-color: #4267b2;
}
.b-right ul li:nth-child(2) {
  background-color: black;
}
.b-right ul li:nth-child(3) {
  background-color: #ff0000;
}
.b-right ul li:nth-child(4) {
  background-color: #006db0;
}

.company-info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 50px 4px;
}
@media (max-width: 768px) {
  .company-info table {
    border-spacing: 14px 0px;
  }
}

.company-info th,
.company-info td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b3acac;
  font-size: 20px;
}
@media (max-width: 768px) {
  .company-info th,
.company-info td {
    font-size: 16px;
    text-align: left;
    padding: 20px 0 8px;
  }
}
@media (max-width: 576px) {
  .company-info th,
.company-info td {
    font-size: 14px;
  }
}

.company-info th {
  width: 30%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .company-info th {
    text-align: left;
  }
}

.company-info td {
  width: 60%;
}
.contact-form .title-div {
  margin-bottom: 40px;
}

.form-group {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-group {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 8px;
  }
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  width: 300px;
}
@media (max-width: 768px) {
  .contact-form label {
    width: 100%;
  }
}

.contact-form select {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
}
@media (max-width: 768px) {
  .contact-form select,
.contact-form input,
.contact-form textarea {
    margin-bottom: 7px;
  }
}

.contact-form select {
  color: #bfbfbf;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #0056b3;
  outline: none;
}

.contact-form input[type=submit] {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background-color: #008cba;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #005f8a;
}

.required {
  color: red;
  margin-left: 4px;
}

.thanks {
  padding-bottom: 160px;
}

.thanks__head {
  border-top: 4px solid #008cba;
  background: #f0f6f8;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 10px;
  padding: 50px 20px;
}

.thanks__head--title {
  font-size: 24px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .thanks__head--title {
    font-size: 30px;
  }
}

.thank-you-container {
  padding: 50px 20px;
}
.thank-you-container p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .thank-you-container p {
    font-size: 20px;
  }
}

.c-btn--blue {
  background-color: #0690be;
  color: #fff !important;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */