@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.en {
  font-family: "Inter", sans-serif;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #6A8099;
  text-align: left;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #6A8099;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.a_text_link {
  text-decoration: underline !important;
}

.inner {
  padding-left: clamp(20px, 2.3vw, 40px);
  padding-right: clamp(20px, 2.3vw, 40px);
}

.wide_1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.wide_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}

.list_kome {
  margin-top: 1em;
}
.list_kome li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
}
.list_kome li::before {
  content: "※";
}

.list_terms_parent > li {
  margin-bottom: 3em;
}

.list_terms_child > li {
  margin-bottom: 2em;
}

.list_num_02 > li {
  font-feature-settings: "palt";
}

.list_dot > li:before {
  content: "・ ";
}
.list_dot.indent > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot.indent > li::before {
  content: "・";
}

.ttl_border_left {
  font-size: 1.3125rem;
  font-weight: 700;
  border-left: 5px solid #86D1ED;
  padding: 0.25em 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_border_left {
    font-size: 1.1875rem;
  }
}

.ttl_border_bottom {
  font-size: 1.3125rem;
  font-weight: 700;
  border-bottom: 1px solid #86D1ED;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_border_bottom {
    font-size: 1.1875rem;
  }
}

#header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: clamp(20px, 2.3vw, 40px);
  padding-right: clamp(20px, 2.3vw, 40px);
}
#header .header_logo {
  padding: 15px 0;
  width: 116px;
}
@media screen and (max-width: 767px) {
  #header .header_logo {
    width: 77px;
  }
}
#header .header_right {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5em;
}
#header #header_btn, #header #header_btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  border-radius: 0 0 10px 10px;
  background: #5B8EDC url(../images/arrow_header_btn.svg) no-repeat center right 1em/15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #header #header_btn, #header #header_btn_02 {
    width: 105px;
    height: 50px;
    font-size: 0.8125rem;
    background-position: center right 0.3em;
    background-size: 10px;
  }
}
#header #header_btn_02 {
  background: #E98C93 url(../images/arrow_header_btn.svg) no-repeat center right 1em/15px;
}
@media screen and (max-width: 767px) {
  #header #header_btn_02 {
    background-position: center right 0.3em;
    background-size: 10px;
  }
}

#footer {
  background-color: #EEF8FD;
}
#footer .content {
  padding: 7.5em 0 5em;
}
@media screen and (max-width: 767px) {
  #footer .content {
    padding: 5em 0;
  }
}
#footer .content .logo {
  width: 310px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  #footer .content .logo {
    width: 280px;
  }
}
#footer .content .footer_nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul {
    width: 220px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .content .footer_nav ul li {
  line-height: 1;
  border-right: 1px solid #6A8099;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul li {
    margin-bottom: 1.25em;
  }
}
#footer .content .footer_nav ul li a {
  font-size: 0.875rem;
  padding: 0 1em;
}
#footer .content .footer_nav ul li a:hover {
  text-decoration: underline;
}
#footer .content .footer_nav ul li:first-child {
  border-left: 1px solid #6A8099;
}
@media screen and (max-width: 767px) {
  #footer .content .footer_nav ul li:nth-child(3), #footer .content .footer_nav ul li:nth-child(4) {
    border-left: 1px solid #6A8099;
  }
}
#footer .copyright {
  background-color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding-left: clamp(20px, 2.3vw, 40px);
  padding-right: clamp(20px, 2.3vw, 40px);
  padding-top: 3.3em;
  padding-bottom: 3.3em;
}
#footer .copyright small {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}

.bottom-arrow {
  position: relative;
}
.bottom-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 60px 0 60px;
  border-color: #F5F5F5 transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .bottom-arrow:after {
    border-width: 26px 42px 0 42px;
    left: calc(50% - 42px);
  }
}

#top #about {
  background-color: #F5F5F5;
  padding: 5em 0 7em;
}
@media screen and (max-width: 767px) {
  #top #about {
    padding: 5em 0;
  }
}
#top #about .box01 {
  padding: 2em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #about .box01 {
    background: transparent;
    padding: 0;
  }
}
#top #about .box01 .ttl {
  width: 362px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  #top #about .box01 .ttl {
    width: 262px;
    margin-bottom: 2em;
  }
}
#top #about .box01 .ttl + p {
  font-size: 1.75rem;
  line-height: 1.78;
  font-weight: 700;
  color: #5AC2ED;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #about .box01 .ttl + p {
    line-height: 1.78;
    font-size: 0.9375em;
  }
}
#top #about .box02 .content {
  position: relative;
  padding: 2em 0 0;
}
@media screen and (max-width: 767px) {
  #top #about .box02 .content {
    padding: 1em 0 0;
  }
}
#top #about .box02 p {
  line-height: 2;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  #top #about .box02 p {
    margin-bottom: 2em;
  }
}
#top #about .box02 .video {
  display: block;
  aspect-ratio: 16/9;
  max-width: 700px;
  margin: 0 auto 2em;
}
#top #about .box02 .video video {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top #about .box02 .preview {
    margin-right: clamp(-40px, -2.3vw, -20px);
    margin-left: clamp(-40px, -2.3vw, -20px);
  }
}
#top #recommend {
  background-color: #FBE9EA;
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  #top #recommend {
    padding: 5em 0;
  }
}
#top #recommend .ttl {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  #top #recommend .ttl {
    margin-bottom: 2.3em;
  }
}
#top #recommend .ttl .ja {
  padding: 3px 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: url(../images/ttl_recommend_bg.png) no-repeat center/contain;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #top #recommend .ttl .ja {
    padding-left: 2em;
    font-size: 1.375rem;
    background: url(../images/ttl_recommend_bg_sp.png) no-repeat center/contain;
  }
}
#top #recommend .ttl .en {
  color: #E98C93;
  text-align: center;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  #top #recommend .ttl .en {
    font-size: 0.75rem;
    padding-left: 3em;
  }
}
#top #recommend .list_recommend {
  display: flex;
  gap: 8%;
}
#top #recommend .list_recommend li {
  width: 28%;
}
#top #recommend .list_recommend .image {
  position: relative;
  margin-bottom: 1em;
}
#top #recommend .list_recommend .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}
#top #recommend .list_recommend .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#top #recommend .list_recommend p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
#top #recommend .list_recommend p span {
  border-bottom: 2px solid #E98C93;
}
@media screen and (max-width: 767px) {
  #top #recommend .list_recommend {
    flex-direction: column;
    gap: 3em;
    width: 234px;
    margin: 0 auto;
  }
  #top #recommend .list_recommend li {
    width: 100%;
  }
  #top #recommend .list_recommend li p {
    font-size: 1.0625rem;
  }
}
#top #contents {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  #top #contents {
    padding: 5em 0;
  }
}
#top #contents:after {
  border-color: #fff transparent transparent transparent;
}
#top #contents .head {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.75em;
  background-image: url(../images/ttl_contents_bg_left.svg), url(../images/ttl_contents_bg_right.svg);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: auto 100%;
  line-height: 1.25;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 767px) {
  #top #contents .head {
    font-size: 1.625rem;
    text-align: center;
    padding: 0 0.1em;
    margin: 0 -2.5vw 1.5em;
    width: auto;
  }
}
#top #contents .grid {
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  #top #contents .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repaet(4, max-content);
    gap: 0 4%;
  }
}
#top #contents .grid .box {
  padding-bottom: 23%;
  position: relative;
}
#top #contents .grid .box:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 112%;
  background: no-repeat center top/contain;
  background-image: url(../images/hexagon_blue.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box:before {
    width: 119%;
    padding-top: 133%;
    top: 6%;
    left: -30%;
  }
}
#top #contents .grid .box .layer {
  display: flex;
  gap: 8%;
  padding: 0 8.5%;
  position: relative;
  z-index: 2;
}
#top #contents .grid .box .layer.flex_wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box .layer {
    padding: 0;
    gap: 6%;
  }
}
#top #contents .grid .box .box_l {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box .box_l {
    width: 56%;
  }
}
#top #contents .grid .box .box_l .icon {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box .box_l .icon {
    width: 49%;
  }
}
#top #contents .grid .box .box_l h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: clamp(22px, 1.9vw, 29px);
}
#top #contents .grid .box .box_l .texts {
  font-size: clamp(12px, 1.16vw, 16px);
  line-height: 2;
}
#top #contents .grid .box .box_l .texts small {
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box .box_l .texts {
    font-size: 1rem;
    line-height: 1.8;
  }
}
#top #contents .grid .box .box_r {
  width: 40%;
  padding: 30% 0 0;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box .box_r {
    padding: 39% 0 0;
    width: 35%;
  }
}
#top #contents .grid .box:nth-of-type(even) {
  margin-top: 12%;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box:nth-of-type(even) {
    margin-top: 0;
  }
  #top #contents .grid .box:nth-of-type(even):before {
    left: unset;
    right: -30%;
  }
  #top #contents .grid .box:nth-of-type(even) .layer {
    flex-direction: row-reverse;
  }
}
#top #contents .grid .box:nth-of-type(7) {
  padding-bottom: 13%;
}
#top #contents .grid .box:nth-of-type(7) .list_kome.small {
  width: 100%;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box:nth-of-type(7) .list_kome.small {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #top #contents .grid .box:nth-of-type(3) {
    padding-bottom: 24%;
  }
  #top #contents .grid .box:nth-of-type(4) {
    padding-bottom: 24%;
  }
  #top #contents .grid .box:nth-of-type(6) {
    padding-bottom: 24%;
  }
}
#top #contents .hoihow {
  padding: 3em;
  background-color: #F7F5DD;
  border-radius: 2.5em;
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  #top #contents .hoihow {
    display: block;
    padding: 30px 5.8%;
    margin-bottom: 3.5em;
  }
  #top #contents .hoihow:after {
    content: "";
    display: block;
    clear: both;
  }
}
#top #contents .hoihow .space {
  display: none;
}
@media screen and (max-width: 767px) {
  #top #contents .hoihow .space {
    display: block;
    float: right; /* 画像を左下に配置する場合は値をleftにする */
    height: 430px; /* 仮の高さ */
    outline: 1px solid transparent;
  }
}
#top #contents .hoihow .image {
  display: block;
  width: 233px;
  flex-shrink: 0;
  aspect-ratio: 233/404;
  background: url(../images/captcha_hoihow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #top #contents .hoihow .image {
    width: 120px;
    float: right;
    clear: both;
    margin-left: 20px;
  }
}
#top #contents .hoihow .head_img {
  width: 88.7%;
  margin: calc(-3em - 26px) 0 1.2em;
}
@media screen and (max-width: 767px) {
  #top #contents .hoihow .head_img {
    width: 100%;
    margin-top: -40px;
  }
}
#top #contents .hoihow p {
  font-weight: 400;
}
#top #contents .hoihow .list_kome {
  font-size: 0.8125em;
  margin-top: 1em;
  font-weight: 400;
}
#top #contents .list_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5.5em;
}
@media screen and (max-width: 767px) {
  #top #contents .list_link {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  #top #contents .list_link li {
    width: 90%;
  }
}
#top #contents .list_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 442px;
  height: 95px;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url(../images/arrow_header_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px;
}
@media screen and (max-width: 767px) {
  #top #contents .list_link li a {
    width: 100%;
    line-height: 1.5;
    background-size: 15px;
    background-position: center right 15px;
    font-size: 1rem;
    height: 4em;
  }
}
#top #contents .list_link li:nth-child(1) a {
  background-color: #5B8EDC;
}
#top #contents .list_link li:nth-child(2) a {
  background-color: #E98C93;
}
#top #contents .list_link li:nth-child(3) a {
  background-color: #E4AA37;
}
#top #contents .list_link li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top #contents .list_link li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.ttl_page {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.12em;
  padding: 0 2.5em;
  position: relative;
}
.ttl_page:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6A8099;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
}
.ttl_page span {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #E98C93;
  padding: 0 2.5em;
  border-left: 2px solid #6A8099;
  border-right: 2px solid #6A8099;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ttl_page {
    padding: 0 1.75em;
    width: 100%;
  }
  .ttl_page span {
    font-size: 1.375rem;
    padding: 0;
    text-align: center;
    line-height: 1.5;
  }
}

#terms #container,
#policy #container,
#tokutei #container {
  padding: 11em 0;
}
@media screen and (max-width: 767px) {
  #terms #container,
  #policy #container,
  #tokutei #container {
    padding: 11em 0 5em;
  }
}
#terms #container:after,
#policy #container:after,
#tokutei #container:after {
  border-color: #fff transparent transparent transparent;
}
#terms #container .texts,
#policy #container .texts,
#tokutei #container .texts {
  line-height: 2;
}
#terms #container h4,
#policy #container h4,
#tokutei #container h4 {
  font-feature-settings: "palt";
}
#terms .section_wrap,
#policy .section_wrap,
#tokutei .section_wrap {
  font-weight: 400;
  padding: 7.5em 0 0;
}
#terms .section_footer p:first-of-type,
#policy .section_footer p:first-of-type,
#tokutei .section_footer p:first-of-type {
  text-align: right;
  margin-bottom: 2em;
}

#policy .list_privacy > li {
  margin-bottom: 3em;
}
#policy .list_privacy p {
  margin-bottom: 2em;
}
#policy .list_privacy .mb {
  margin-bottom: 2em;
}
#policy .list_privacy .mb0 {
  margin-bottom: 0;
}

#tokutei .list_tokutei > li {
  margin-bottom: 3em;
}
#tokutei .list_kome {
  margin-top: 0;
}
#tokutei .list_kome li {
  font-size: 1em;
}

#terms .content02 {
  margin-top: 11em;
}
#terms .content02 .ttl_page {
  margin-bottom: 7.5em;
}

#btn_page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  border: none;
  background: url(../images/btn_page_top.svg) no-repeat center/contain;
  z-index: 999;
}/*# sourceMappingURL=layout.css.map */