@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  min-height: 0vw;
  border-width: 0px;
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  text-shadow: none;
  overflow: hidden;
  background: #fffce1;
  box-sizing: border-box;
  box-shadow: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--dark);
  font-weight: 400;
}

a {
  color: var(--dark);
  text-decoration: none;
}

:root {
  --body: #fff;
  --dark: #243c79;
}

/* 共通 */

.card {
  --bs-card-border-color: none;
}

.h1Text {
  font-size: clamp(1.313rem, 1.038rem + 1.46vw, 2.5rem);
}

.h2Text01 {
  font-size: clamp(1.25rem, 1.091rem + 0.85vw, 1.938rem);
}

.h2Text02 {
  font-size: clamp(1.188rem, 1.058rem + 0.69vw, 1.75rem);
}

.h3Text01 {
  font-size: clamp(1.063rem, 0.962rem + 0.54vw, 1.5rem);
}

.h3Text02 {
  font-size: clamp(1rem, 0.942rem + 0.31vw, 1.25rem);
}

.h4Text {
  font-size: clamp(0.938rem, 0.894rem + 0.23vw, 1.125rem);
}

.h5Text {
  font-size: clamp(0.875rem, 0.832rem + 0.23vw, 1.063rem);
}

.h6Text {
  font-size: clamp(0.75rem, 0.736rem + 0.08vw, 0.813rem);
}

.pText01 {
  font-size: clamp(0.813rem, 0.769rem + 0.23vw, 1rem);
}

.pText02 {
  font-size: clamp(0.75rem, 0.707rem + 0.23vw, 0.938rem);
}

.pText03 {
  font-size: clamp(0.75rem, 0.721rem + 0.15vw, 0.875rem);
}

.container-fluid,
.container-xxl,
.container {
  padding: 0;
}

/* =========================================================================================================================================

                    　　　　　　　　　　　　　　　SPファースト 300-375pxまででかく

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/
/* =========================================================================================================================================


                    　　　　　　　　　　　　　　　共通

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/

.whiteBox {
  background: rgb(255, 255, 255);
  width: 96%;
  border-radius: 10px;
}

/* ページトップへのボタン */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 30;
}

.indexTop {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #4db1d7;

  z-index: 30;
}

.indexTop:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #header（headerNavi）





=========================================================================================================================================*/

#headerPc {
  display: none;
}

#headerSp {
  display: block;
}

/* ↓これをnoneにしないと、問題が起こります。１：aタク飛ばない　２：ハンバーガーを開くとbgが消える*/
.modal-backdrop.show {
  display: none;
}

.humMenu {
  top: 0;
  left: -10px;
  color: #fff;
}

.humBtn a {
  background: rgb(255, 255, 255);
  border: 1px solid #333;
}

.humBtn a:hover,
.humBtn a:active {
  color: #fff;
  border: 1px solid #fff;
  background: #90b7f9;
}

/* menu for PC / hover animation */

#headerPc .nav-item a:hover {
  color: #203f8c;
}
#headerPc a:hover {
  border-bottom: solid 1px #203f8c;
}

#headerPc a {
  /* display: inline-block; */
  position: relative;
  cursor: pointer;
  padding: 0 8px;

  z-index: 5;
  letter-spacing: -0.5px;
}

#headerPc .description_bottom,
.description_sp {
  width: 150px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
  border-radius: 10px;
  font-size: clamp(0.625rem, 0.551rem + 0.37vw, 0.875rem);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
}

#headerPc a:hover .description_bottom {
  top: 80%;
  left: 50%;
  font-size: 13px;
  color: #203f8c;
  visibility: visible;
  opacity: 1;
  font-weight: lighter;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #hero（mainvisual）





=========================================================================================================================================*/

/* ========== animation sub ============= */
.subMainText {
  display: none;
}

.scrollUpText,
.contentsText {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s;
}

.scrollUpText.active,
.contentsText.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #point（特徴）





=========================================================================================================================================*/

.yellowLighter {
  background: linear-gradient(transparent 60%, #fff100 0%);
}

/* =========================================================================================================================================


                                                       #service


 =========================================================================================================================================*/
#service {
  background: #3495f7;
}

#service .serviceImg {
  min-width: 300px;
}

#service .servicePix {
  width: 100%;
}

#service .serviceBg01 {
  top: -190px;
  opacity: 0.3;
}

#service .serviceBg02 {
  top: -210px;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #flow





========================================================================================================================================== */
#flow {
  background: #e6e5e5;
}

.whiteCircle {
  height: 200px;
  top: -20px;
  left: 32px;
}

.containerJp {
  height: 50px;
  width: 90px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.containerJp:after {
  display: block;
  content: "";
  position: relative;
  top: 21%;
  left: 33%;
  height: 30px;
  width: 30px;
  background-color: #ff0000;
  border-radius: 100%;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #suggest





========================================================================================================================================== */
#suggest {
  background: #3495f7;
}

/* 見出し */
.doubleUnder {
  display: inline-block;
  padding: 5px 40px;
  border-bottom: double 10px #203f8c;
}

.doubleUnder01 {
  margin-right: 20px;
}

.doubleUnder02 {
  margin-left: 20px;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #price




========================================================================================================================================== */
#price th,
#price td {
  display: flex;
  justify-content: center;
}

#price .tablePc {
  display: none;
}

#price .tableSp {
  background: #203f8c;
  color: #fff;
}
/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #contact




========================================================================================================================================== */

#contact {
  background-image: url(../img/pix/hawaii06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #about




========================================================================================================================================== */

#about {
  background: #5ac7ba;
}

/* btn上 */
.btn--info {
  color: #fff;
  background-color: #68d0f1;
  border: 0.5px solid #203f8c;
  border-bottom: 5px solid #203f8c;
  text-shadow: 2px 2px 4px #203f8c;
  border-radius: 10px;
}

.btn--info:hover {
  margin-top: 3px;
  color: #203f8c;
  background: #3d6fd0;
  border: 1px solid #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* btn下 */

.btn--infoGr {
  color: #fff;
  background-color: #007b6b;
  border: 1px solid #0e5a4f;
  border-bottom: 5px solid #0e5a4f;
  border-radius: 30px;
}

.btn--info02 .textBtn {
  color: #203f8c;
}

.btn--info02 .textBtn:hover {
  color: #fff;
}

.btn--info02:hover {
  margin-top: 3px;
  color: #333;
  background: #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow02 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #footer




/* ============================================================================================================================================= */

#footer {
  background: url(../img/pix/footerBg02.png);

  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

.flexSm {
  display: flex;
  justify-content: center;
  gap: 40px;
}

iframe {
  width: 280px;
}

.copyRight {
  padding-bottom: 70px;
}
/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #information(ハワイ大学について)





========================================================================================================================================== */

#infoInner {
  background-image: url(../img/pix/UH.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

#contactUH {
  background: #007b6b;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　voice.html(お客様の声)





========================================================================================================================================== */
#voice {
  background-image: url(../img/pix/hawaii06.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: center top;
  width: 100%;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #info(助成金)





========================================================================================================================================== */

/* btn上 */
.btn--info {
  color: #fff;
  background-color: #68d0f1;
  border: 0.5px solid #203f8c;
  border-bottom: 5px solid #203f8c;
  text-shadow: 2px 2px 4px #203f8c;
  border-radius: 10px;
}

.btn--info:hover {
  margin-top: 3px;
  color: #203f8c;
  background: #3d6fd0;
  border: 1px solid #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* btn下 */

.btn--info02 {
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #3d6fd0;
  border-bottom: 5px solid #3d6fd0;
  border-radius: 50px;
}

.btn--info02 .textBtn {
  color: #203f8c;
}

.btn--info02 .textBtn:hover {
  color: #fff;
}

.btn--info02:hover {
  margin-top: 3px;
  color: #333;
  background: #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow02 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* =============================================================================================================================================



                    　　　　　　　　　　　　　　　                   #suggest




 /* ============================================================================================================================================= */

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                        thxPage



/* ============================================================================================================================================= */

.thanksText {
  line-height: 1.4;
}

/* ============================================================================================================================================= 






                                                               responsive





 ============================================================================================================================================= */

/* ============================================================================================================================================= 



                                          0 476 responsive_min375px(376pxから575pxまで適応される):xxs


============================================================================================================================================= */
@media (min-width: 376px) {
  /* ===== #flow ===== */
  .whiteCircle {
    height: 200px;
    top: -20px;
    left: 40px;
  }

  /* ===== #footer ===== */

  iframe {
    width: 346px;
    height: 270px;
  }
}

@media (min-width: 474px) {
  /* ===== #flow ===== */
  .whiteCircle {
    height: 250px;
    top: -20px;
    left: 45px;
  }

  .flagJp {
    top: -10px;
  }

  .card-img-overlay {
    top: 40px;
  }

  /* ===== #footer ===== */

  iframe {
    width: 454px;
    height: 300px;
  }
}

/* ============================================================================================================================================= 



                                          1 671 responsive_min576px(576pxから767pxまで適応される):xs


============================================================================================================================================= 


  /* ===== #flow ===== */
@media (min-width: 576px) {
  .whiteCircle {
    height: 250px;
    top: -30px;
    left: 70px;
  }

  .flagJp {
    top: -10px;
    left: -10px;
  }

  /* ======= #points ======== */
  #points .illust {
    width: 75%;
  }

  /* ===== #footer 576-767 ===== */

  .flexSm {
    display: block;
  }
  iframe {
    width: 500px;
    height: 350px;
  }

  .card-img-overlay {
    top: 30px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.6;
  }
}

@media (min-width: 648px) {
}

/* ============================================================================================================================================= 


                                        2 883 responsive_min768px(768pxから991pxまで適応される):md


============================================================================================================================================= */
@media (min-width: 768px) {
  /* ===== #flow ===== */
  .whiteCircle {
    height: 350px;
    top: -40px;
    left: 110px;
  }

  .flagJp {
    top: -10px;
    left: -10px;
  }

  /* ======= #price 768-991 ======== */
  #price .tableSp {
    background: #203f8c;
    color: #252525;
  }

  /* ======= #service 768-991 ======== */
  #service .service02 {
    flex-direction: row-reverse;
  }

  /* ======= #points ======== */
  #points .illust {
    width: 50%;
  }

  /* =======  #option   ======== */

  #price th,
  #price td {
    /* background: rgb(144, 222, 179); */
    display: table-cell;
  }

  #price .tablePc {
    display: table-cell;
  }

  #price .tableSp {
    background: initial;
  }

  #price .borderRightPc {
    border-right: 0.5px solid #b4b4b4;
  }

  /* ======= #footer 768-991 ========= */
  .footerLogo {
    height: 30vh;
  }

  .pricecards {
    display: initial;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

  /* =======  #option ========= */

  #info01 th,
  #info01 td {
    display: table-cell;
  }

  #info01 .tablePc {
    display: table-cell;
  }

  #info01 .borderRightPc {
    border-right: 0.5px solid #b4b4b4;
  }

  #info01 .tableSp {
    color: #333;
    background: initial;
  }

  #info01 .onlySp {
    display: none;
  }

  #info01 .onlypc {
    display: block;
  }

  #info01 .onlyTb {
    display: block;
  }
}

/* ============================================================================================================================================= 


                                        

                                             3 1095 responsive_min992px(992pxから1199pxまで適応される):lg




============================================================================================================================================= */
@media (min-width: 992px) {
  /* ====== #headerPc ======= */

  #headerPc {
    display: block;
  }

  #headerSp {
    display: none;
  }
  .dropdown-menu {
    background-color: #ffffff8e;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
  }

  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -15%;
    margin-top: 8px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*  マウスオーバー*/

  .nav-item a:hover {
    color: #203f8c;
    opacity: 0.7;
  }

  /* ===== #flow 992-1199 ===== */
  .whiteCircle {
    height: 350px;
    top: -40px;
    left: 180px;
  }

  /* ====== #hero ======= */

  .appearfromSm {
    display: none;
  }

  /* ======= # 992-1199 ======== */

  /* ======= #points ======== */
  #points .illust {
    width: 75%;
  }

  /* ===== #footer 992-1199 ===== */

  iframe {
    width: 400px;
    height: 425px;
  }

  .copyRight {
    padding-bottom: initial;
  }

  .card-img-overlay {
    top: 140px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.7;
  }
}

/* ============================================================================================================================================= 


                                       
                                           4 1299 responsive_min1200px(1200pxから1399pxまで適応される):xl



/* ============================================================================================================================================= */
@media (min-width: 1200px) {
  /* ===== #flow 1200-1399 ===== */
  .whiteCircle {
    height: 380px;
    top: -60px;
    left: 280px;
  }

  .flagJp {
    top: -10px;
    left: -5px;
  }

  /* ===== #footer 1200-1399 ===== */

  iframe {
    width: 500px;
    height: 400px;
  }

  .card-img-overlay {
    top: 150px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.8;
  }

  #info01 .onlyTb {
    display: none;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   5 responsive_min1400px(1400pxから1800pxまで適応される):xxl



============================================================================================================================================= */
@media (min-width: 1400px) {
  /* ===== #flow 1400-1800 ===== */
  .whiteCircle {
    height: 380px;
    top: -70px;
    left: 310px;
  }

  .flagJp {
    top: -10px;
    left: -15px;
  }

  .card-img-overlay {
    top: 160px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   6 responsive_min1400px(1600pxから1800pxまで適応される):



============================================================================================================================================= */
@media (min-width: 1600px) {
}

/* ============================================================================================================================================= 


                                      
                                                   7 responsive_min1800px(1800pxから無限まで適応される):



============================================================================================================================================= */
@media (min-width: 1800px) {
  /* ====== #hero ======= */

  /* ====== #keywords ======= */
}

/* ============================================================================================================================================= 


                                      
                                                   more than 2500(2500pxから無限まで適応される):



============================================================================================================================================= */
@media (min-width: 1800px) {
}
