@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================================================
　基本設定
======================================================= */
:root {
  --color-white: #fff;
  --color-primary: #3f78bc;
  --color-primary-dark: #4178bc;
  --color-primary-light: #bbd7ff;
  --color-secondary: #abc9ee;
  --color-accent: #e080d3;
  --color-white-02: #eef4f7;
  --color-gray: #cdcdcd;
  --color-gray-02: #a2a2a2;
}
@font-face {
  font-family: noto-sans-jp;
  font-weight: normal;
  src: url("./fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: noto-sans-jp;
  font-weight: bold;
  src: url("./fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
  line-break: strict;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
*,
*:focus,
a:focus {
  outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
  min-width: 1024px;
}
body {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #111;
  letter-spacing: 0.04em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
  display: block;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
ul,
ol {
  list-style: none;
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: optimize-contrast;
}
picture {
  line-height: 0;
}
input,
button,
select,
textarea {
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
input[type="checkbox"] {
  display: none;
}
input[type="radio"] {
  display: none;
}
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}
/* PC SP */
.pc {
  display: initial;
}
.sp {
  display: none;
}
@media only screen and (device-width >= 1025px) {
  /* PCのみホバー効果 */
  a,
  .hp_hover {
    transition: all 0.3s ease;
  }
  a:hover,
  .hp_hover:hover {
    opacity: 0.7;
  }
  label:hover {
    cursor: pointer;
  }
}
@media screen and (width <= 750px) {
  body,
  .ly_head,
  .ly_main,
  .ly_foot {
    width: 100%;
    min-width: 750px;
    max-width: 750px;
  }
  body {
    font-size: 28px;
    line-height: 1.5;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}
/* =============================
  　共通レイアウト
  ============================== */
/* 全体のWrapper */
.ly_allWrapper {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}
/* inner */
.ly_head_inner,
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
  position: relative;
  width: 1024px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width <= 750px) {
  /* inner */
  .ly_cont,
  .ly_cont_inner {
    width: 690px;
  }
}
/* =============================
  　共通パーツ
  ============================== */
/* 各sectionメイン見出し */
.el_sec_mainTtl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
/* bl_bulletList */
.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
}
.bl_bulletList > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}
/* el_btn */
.el_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
/* ※ */
.el_att {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 14px;
}
.el_att::before {
  content: "※";
}
@media screen and (width <= 750px) {
  /* 各sectionメイン見出し */
  .el_sec_mainTtl {
    font-size: 40px;
  }
  .el_att {
    font-size: 24px;
  }
}
/* =============================
  　ヘルプタグ
  ============================== */
/* bold */
.hp_bold {
  font-weight: bold !important;
}
/* opacity1 */
.hp_opacity1 {
  opacity: 1 !important;
}
/* 電話リンク */
.hp_tel {
  pointer-events: none;
}
/* アクセントカラー */
.hp_color__accent {
  font-weight: 700;
  color: var(--color-primary);
}
/* =============================
  　header
  ============================== */
.ly_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 0;
}
.ly_head.is_scroll {
  background: var(--color-white);
}
.bl_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* ロゴ */
.bl_head_logo > a {
  display: flex;
  width: 162px;
}
/* ヘッダー右側エリア */
.bl_head_container {
  display: flex;
  gap: 16px;
  align-items: center;
}
/* ボタンエリア */
.bl_head_btnList {
  display: flex;
  gap: 16px;
  align-items: center;
}
.bl_head_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  padding-bottom: 2px;
  font-size: 16px;
  border-radius: 25px;
}
.bl_head_btn.login {
  color: var(--color-primary);
  background: var(--color-white);
  border: 2px solid;
}
.bl_head_btn.register {
  color: var(--color-white);
  background: var(--color-primary);
}
.bl_burger {
  display: grid;
  grid-template-rows: 1fr auto;
  width: 34px;
  height: 42px;
}
.bl_burger.is_active .bl_burger_bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_burger.is_active .bl_burger_bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_burger.is_active .bl_burger_bar {
  display: none;
}
.bl_burger_bars {
  position: relative;
  display: block;
  height: 23px;
  margin-bottom: 3px;
}
.bl_burger_bars::before,
.bl_burger_bars::after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--color-primary);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.bl_burger_bars::before {
  top: 0;
}
.bl_burger_bars::after {
  bottom: 0;
}
.bl_burger_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transform: translate(-50%, -50%);
}
.bl_burger_txt {
  display: flex;
}
.bl_head_conts .bl_head_btnList {
  display: none;
}
.bl_head_conts .bl_head_logo_link {
  display: none;
}
.bl_head_conts {
  position: fixed;
  top: 90px;
  left: 50%;
  width: 100%;
  max-width: 1024px;
  padding: 56px 64px 371px;
  visibility: hidden;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 3px 12px #d0d0d0bf;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.bl_head_conts.is_active {
  visibility: visible;
  opacity: 1;
}
.bl_head_conts::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 424px;
  height: 260px;
  content: "";
  background: url("./images/common/burger_img.png") top center / contain no-repeat;
}
.bl_gnav_list {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, auto) 1fr;
  grid-auto-flow: column;
  gap: 0 77px;
}
.bl_gnav_link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(42 / 18);
}
.bl_gnav_link::before {
  color: var(--color-primary);
  content: "●";
}
@media screen and (width <= 750px) {
  .ly_head {
    padding: 29px 142px 32px 30px;
  }
  .ly_head_inner {
    width: 100%;
  }
  /* ロゴ */
  .bl_head_logo > a {
    width: 224px;
  }
  /* ボタンエリア */
  .bl_head_btnList {
    gap: 8px;
  }
  .bl_head_btn {
    width: 148px;
    height: 72px;
    padding-bottom: 3px;
    font-size: 28px;
    border-radius: 25px;
  }
  .bl_burger {
    position: fixed;
    top: 16px;
    right: 14px;
    z-index: 9999;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 104px;
    height: 104px;
    padding: 19px 13px 10px;
    background: var(--color-white);
    border: 2px solid var(--color-primary);
    border-radius: 4px;
  }
  .bl_burger_bars {
    height: 36px;
    margin-bottom: 8px;
  }
  .bl_burger_bars::before,
  .bl_burger_bars::after {
    height: 4px;
  }
  .bl_burger_bar {
    height: 4px;
  }
  .bl_burger_txt {
    display: flex;
    width: 70px;
    margin: 0 auto;
  }
  .bl_head_conts {
    top: 0;
    left: 0;
    padding: 116px 60px 96px;
    visibility: visible;
    opacity: 1;
    /* transform: translateX(0); */
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .bl_head_conts.is_active {
    transform: translateX(0);
  }
  .bl_head_conts::after {
    display: none;
  }
  .bl_gnav_list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
    gap: 40px;
    margin-bottom: 56px;
  }
  .bl_gnav_link {
    gap: 6px;
    font-size: 28px;
    line-height: calc(42 / 28);
  }
  .bl_head_conts .bl_head_btnList {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 56px;
  }
  .bl_head_conts .bl_head_logo_link {
    display: block;
    width: 224px;
    margin: 0 auto;
  }
}
/* =============================
  　footer
  ============================= */
.bl_foot_logo_wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.bl_foot_logo {
  display: flex;
  width: 162px;
  margin-bottom: 8px;
}
.bl_foot_conts {
  padding: 24px 0 8px;
  background: var(--color-primary-dark);
}
.bl_foot_conts_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.bl_fnav {
  margin-bottom: 16px;
}
.bl_fnav_list {
  display: flex;
  gap: 8px;
}
.bl_fnav_item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
  font-size: 14px;
  color: var(--color-white);
}
.bl_fnav_item:not(:last-of-type)::after {
  content: "｜";
}
.bl_foot_copyright {
  font-size: 10px;
  color: var(--color-white);
}
.bl_pagetop {
  position: relative;
  width: 1024px;
  height: 0;
  margin: 0 auto;
  text-align: right;
}
.bl_pagetop span {
  z-index: 900;
  width: 64px;
  height: 64px;
}
.bl_pagetop img {
  opacity: 0;
}
.bl_pagetop .fade img {
  transition: all 0.5s ease-in-out;
}
.bl_pagetop .in img {
  cursor: pointer;
  opacity: 1;
}
@media screen and (width <= 1400px) {
  /* ページトップボタン */
  .bl_pagetop {
    width: 100%;
  }
  .bl_pagetop span {
    right: 30px;
  }
}
@media screen and (width <= 750px) {
  .bl_foot_logo_wrapper {
    padding: 0 60px;
  }
  .bl_foot_logo {
    width: 230px;
    margin-bottom: 24px;
  }
  .bl_foot_conts {
    padding: 40px 0 24px;
  }
  .bl_foot_conts_inner {
    padding: 0 77px;
  }
  .bl_fnav {
    margin-bottom: 40px;
  }
  .bl_fnav_list {
    gap: 24px;
  }
  .bl_fnav_item {
    font-size: 28px;
  }
  .bl_fnav_item:not(:last-of-type)::after {
    display: none;
  }
  .bl_foot_copyright {
    font-size: 16px;
    text-align: center;
  }
  .bl_pagetop span {
    right: 30px;
    bottom: 30px;
    width: 106px;
    height: 106px;
  }
}
