@charset "utf-8";

html {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
}
.inner {
  position: relative;
  max-width: calc(100vw - 10rem);
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 375 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    max-width: calc(100vw - 3.6rem);
  }
}

section[class^="area"] {
  position: relative;
}

i[id] + section[class^="area"] { margin-top: 5rem; }

body {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
  position: relative;
}

small {
  font-size: inherit;
}

/* ID登録用 */
i[id] {
  font-size: 0;
  display: block;
}

/* ▼ btn01 ▼ */
.btn01 {
  display: table;
}
.btn01 > a {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 2.3em 0.6em 2.3em;
  gap: 0.5em;
  background: linear-gradient(270deg, #3751B8, #243578);
  background-size: 400% 400%;
  animation: gradientLoop 6s ease infinite;
  color: #fff;
  transition: .5s all;
}
@keyframes gradientLoop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn01 > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}
.btn01 > a .ico img {
  width: 1em;
}
/* ▲ btn01 ▲ */

.mv {
  position: relative;
}

.mv h1 {
  position: absolute;
}

@media screen and (min-width: 769px) {/* PC用 */
  .mv h1 {
    width: 10.2vw;
    top: 1.56vw;
    left: 2.708vw;
  }
}

@media screen and (max-width: 768px) {/* SP用 */
  .mv h1 {
    width: 11.5rem;
    top: 1.6rem;
    left: 1.8rem;
  }
}

.mv h1 img {
  width: 100%;
}

.mv .btn01 {
  position: absolute;
}

@media screen and (min-width: 769px) {/* PC用 */
  .mv .btn01 {
    font-size: 2.083vw;
    top: 45vw;
    left: 42.7vw;
  }
}

@media screen and (max-width: 768px) {/* SP用 */
  .mv .btn01 {
    top: 70.8rem;
    left: 1.8rem;
  }
}

.ico,
.ico img,
.ico .material-symbols-outlined {
  display: block;
  line-height: 1;
}

/* ul.list01 */
ul.list01 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  position: relative;
}
ul.list01 > li {
  width: 34.4rem;
  border: 1px solid #3751B8;
  border-radius: 1.2rem;
  overflow: hidden;
}
ul.list01 > li .ttl_box {
  padding: 0.8rem;
}
ul.list01 > li .txt_box {
  padding: 3rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list01 > li .txt_box {
    padding: 2rem;
  }
}
ul.list01 > li .txt_box .img img {
  width: 15rem;
  height: 15rem;
  object-fit: contain;
}
ul.list01 > li .txt_box .txt {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list01:before {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 5.2rem;
  bottom: -6.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  background: url(../img/top04.png) center center / contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list01:before {
    bottom: -5rem;
  }
}
/* ▲ ul.list01 ▲ */

.mb130 { margin-bottom: 13rem !important; }

/* 
.list02,
.list04 
*/
.list02,
.list04 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {/* SP用 */
  .list02,
  .list04 {
    gap: 2.5rem;
  }
}
/* ▲ .list02 ▲ */

.border01 {
  border-bottom: 1px solid #C9CACA;
}

/* ul.list03 */
ul.list03 > li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list03 > li + li {
    margin-top: 2.5rem;
  }
}
/* ▲ ul.list03 ▲ */

.midashi01 {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid;
}

.sec02 .white_box {
  padding: 3rem;
  background: #fff;
  border-radius: 1.2rem;
}

@media screen and (max-width: 768px) {/* SP用 */
  .sec02 .white_box {
    padding: 3rem 1.5rem;
  }
}

@media screen and (min-width: 769px) {/* PC用 */
  .midashi02 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding-bottom: calc(1.5rem + 2.7rem);
    background: url(../img/top09.png) bottom center / auto 2.7rem repeat-x;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi02 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
  }
}

/* ul.list05 */
ul.list05 > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
ul.list05 > li + li {
  margin-top: 1em;
}
ul.list05 > li .ico {
  width: 1.5em;
}
ul.list05 > li .txt {
  flex: 1;
}
/* ▲ ul.list05 ▲ */

.midashi03 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 .5em;
}
.midashi03::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
  background: #000;
  pointer-events: none;
}
.midashi03::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(30deg);
  background: #000;
  pointer-events: none;
}

.list07 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {/* SP用 */
  .midashi04 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {/* SP用 */
  .list06 {
    text-align: center;
  }
}


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

▼▼▼　色　▼▼▼

=================================================================================
*/
/* ▼ black ▼ */
.black { color: #000 !important;}
.bg_black { background: #000 !important; }
/* ▲ black ▲ */

/* ▼ blue ▼ */
.blue { color: #3751B8 !important; }
.bg_blue { background: #3751B8 !important; }
/* ▲ blue ▲ */

/* ▼ light_blue ▼ */
.light_blue { color: #F0F2FA !important; }
.bg_light_blue { background: #F0F2FA !important; }
/* ▲ blue ▲ */

/* ▼ light_gray ▼ */
.light_gray { color: #F4F4F3 !important; }
.bg_light_gray { background: #F4F4F3 !important; }
/* ▲ light_gray ▲ */

/* ▼ white ▼ */
.white { color: #fff !important; }
.bg_white { background: #fff !important; }
/* ▲ white ▲ */

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

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go {
  font-family: "Noto Sans JP", serif;
}
.barlow {
  font-family: "Barlow", sans-serif;
}
.din {
  font-family: din-2014, sans-serif; 
}
.b {
  font-weight: 700;
}
.sb {
  font-weight: 600;
}
.m {
  font-weight: 500;
}

/* googleマテリアルアイコン */
body .material-symbols-outlined {
  font-size: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
/* 
=================================================================================

▼▼▼　footer　▼▼▼

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

footer {
  background: #000;
  color: #fff;
  padding: 4rem;
}
.f_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media screen and (min-width: 769px) {/* PC用 */
  .f_list > .adress {
    margin-right: auto;
  }
  .copyright {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
footer .logo {
  width: 17rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  footer {
    padding: 4rem 0;
  }
  .f_list {
    gap: 2.5rem;
    justify-content: center;
    text-align: center;
  }
  footer .logo {
    display: table;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
  }
}

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

▼▼▼　先頭へ戻る　▼▼▼

=================================================================================
*/
@media screen and (min-width: 769px) {/* PC用 */
  .go_head {
    position: fixed;
    z-index:5;
    right: calc(50% - 54rem);
    bottom: -10rem;
    transition: 1s all;
    text-align: center;
    color: #fff;
    background: #000;
    width: 5em;
    height: 5em;
    border-radius: 50%;
  }
  .go_head > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .nav_active .go_head {
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .go_head {
    text-align: center;
  }
}


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

▼▼▼　ちらつき対策（CSS）　▼▼▼

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

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  opacity: 1;
  pointer-events: all;
}

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

▼▼▼　SP用フローティングメニュー　▼▼▼

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

.floatig_menu {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 3rem;
  width: 100%;
  background: #000;
  color: #fff;
  z-index: 9;
  transition: 1s all;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　▼▼　以降SP用　▼▼
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {/* SP用 */
  
  /* SP版文字サイズ */
  .sp_fs0 { font-size: 0rem !important; }
  .sp_fs8 { font-size: 0.8rem !important; }
  .sp_fs9 { font-size: 0.9rem !important; }
  .sp_fs10 { font-size: 1rem !important; }
  .sp_fs11 { font-size: 1.1rem !important; }
  .sp_fs12 { font-size: 1.2rem !important; }
  .sp_fs13 { font-size: 1.3rem !important; }
  .sp_fs14 { font-size: 1.4rem !important; }
  .sp_fs15 { font-size: 1.5rem !important; }
  .sp_fs16 { font-size: 1.6rem !important; }
  .sp_fs17 { font-size: 1.7rem !important; }
  .sp_fs18 { font-size: 1.8rem !important; }
  .sp_fs19 { font-size: 1.9rem !important; }
  .sp_fs20 { font-size: 2rem !important; }
  .sp_fs21 { font-size: 2.1rem !important; }
  .sp_fs22 { font-size: 2.2rem !important; }
  .sp_fs23 { font-size: 2.3rem !important; }
  .sp_fs24 { font-size: 2.4rem !important; }
  .sp_fs25 { font-size: 2.5rem !important; }
  .sp_fs26 { font-size: 2.6rem !important; }
  .sp_fs27 { font-size: 2.7rem !important; }
  .sp_fs28 { font-size: 2.8rem !important; }
  .sp_fs29 { font-size: 2.9rem !important; }
  .sp_fs30 { font-size: 3rem !important; }
  .sp_fs31 { font-size: 3.1rem !important; }
  .sp_fs32 { font-size: 3.2rem !important; }
  .sp_fs33 { font-size: 3.3rem !important; }
  .sp_fs34 { font-size: 3.4rem !important; }
  .sp_fs35 { font-size: 3.5rem !important; }
  .sp_fs36 { font-size: 3.6rem !important; }
  .sp_fs37 { font-size: 3.7rem !important; }
  .sp_fs38 { font-size: 3.8rem !important; }
  .sp_fs39 { font-size: 3.9rem !important; }
  .sp_fs40 { font-size: 4rem !important; }
  .sp_fs41 { font-size: 4.1rem !important; }
  .sp_fs42 { font-size: 4.2rem !important; }
  .sp_fs43 { font-size: 4.3rem !important; }
  .sp_fs44 { font-size: 4.4rem !important; }
  .sp_fs45 { font-size: 4.5rem !important; }
  .sp_fs46 { font-size: 4.6rem !important; }
  .sp_fs47 { font-size: 4.7rem !important; }
  .sp_fs48 { font-size: 4.8rem !important; }
  .sp_fs49 { font-size: 4.9rem !important; }
  .sp_fs50 { font-size: 5rem !important; }
  .sp_fs51 { font-size: 5.1rem !important; }
  .sp_fs52 { font-size: 5.2rem !important; }
  .sp_fs53 { font-size: 5.3rem !important; }
  .sp_fs54 { font-size: 5.4rem !important; }
  .sp_fs55 { font-size: 5.5rem !important; }
  .sp_fs56 { font-size: 5.6rem !important; }
  .sp_fs57 { font-size: 5.7rem !important; }
  .sp_fs58 { font-size: 5.8rem !important; }
  .sp_fs59 { font-size: 5.9rem !important; }
  .sp_fs60 { font-size: 6rem !important; }
  .sp_fs61 { font-size: 6.1rem !important; }
  .sp_fs62 { font-size: 6.2rem !important; }
  .sp_fs63 { font-size: 6.3rem !important; }
  .sp_fs64 { font-size: 6.4rem !important; }
  .sp_fs65 { font-size: 6.5rem !important; }
  .sp_fs66 { font-size: 6.6rem !important; }
  .sp_fs67 { font-size: 6.7rem !important; }
  .sp_fs68 { font-size: 6.8rem !important; }
  .sp_fs69 { font-size: 6.9rem !important; }
  .sp_fs70 { font-size: 7rem !important; }
  .sp_fs71 { font-size: 7.1rem !important; }
  .sp_fs72 { font-size: 7.2rem !important; }
  .sp_fs73 { font-size: 7.3rem !important; }
  .sp_fs74 { font-size: 7.4rem !important; }
  .sp_fs75 { font-size: 7.5rem !important; }
  .sp_fs76 { font-size: 7.6rem !important; }
  .sp_fs77 { font-size: 7.7rem !important; }
  .sp_fs78 { font-size: 7.8rem !important; }
  .sp_fs79 { font-size: 7.9rem !important; }
  .sp_fs80 { font-size: 8rem !important; }
  .sp_fs81 { font-size: 8.1rem !important; }
  .sp_fs82 { font-size: 8.2rem !important; }
  .sp_fs83 { font-size: 8.3rem !important; }
  .sp_fs84 { font-size: 8.4rem !important; }
  .sp_fs85 { font-size: 8.5rem !important; }
  .sp_fs86 { font-size: 8.6rem !important; }
  .sp_fs87 { font-size: 8.7rem !important; }
  .sp_fs88 { font-size: 8.8rem !important; }
  .sp_fs89 { font-size: 8.9rem !important; }
  .sp_fs90 { font-size: 9rem !important; }
  .sp_fs91 { font-size: 9.1rem !important; }
  .sp_fs92 { font-size: 9.2rem !important; }
  .sp_fs93 { font-size: 9.3rem !important; }
  .sp_fs94 { font-size: 9.4rem !important; }
  .sp_fs95 { font-size: 9.5rem !important; }
  .sp_fs96 { font-size: 9.6rem !important; }
  .sp_fs97 { font-size: 9.7rem !important; }
  .sp_fs98 { font-size: 9.8rem !important; }
  .sp_fs99 { font-size: 9.9rem !important; }
  .sp_fs100 { font-size: 10rem !important; }

  .sp_mb100 { margin-bottom: 10rem !important; }
}