@charset "UTF-8";

@media (max-width: 768px) {
  .c-ank_pos {
    scroll-margin-top: 50px;
  }
}

@media (min-width: 768.02px) {
  .g-wrapper {
    min-width: 1024px;
  }
}
@media (max-width: 768px) {
  .g-wrapper {
    padding-top: 60px;
  }
}

.g-header {
  /*__head*/
}
@media (max-width: 768px) {
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--color-c-blue);
  }
}
.g-header img {
  display: block;
  margin: 0;
}
.g-header__head {
  max-width: 1024px;
  padding: 0 32px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-header__head {
    padding: 0 10px;
    height: 60px;
    margin: 0;
  }
}
.g-header__head-right {
  width: 590px;
}
@media (max-width: 768px) {
  .g-header__head-right {
    display: none;
  }
}
.g-header__head-left {
  padding: 20px 0 0;
  width: 290px;
}
@media (max-width: 768px) {
  .g-header__head-left {
    padding: 12px 0 0;
    width: 206px;
  }
}
.g-header__head .logo_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-header__head .logo_wrap {
    display: grid;
    grid-template-columns: 100px 100px;
  }
}
.g-header__head .head_info {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.g-header__head .hosoku {
  font-size: 14px;
}
@media (max-width: 768px) {
  .g-header__head .hosoku {
    display: none;
  }
}
.g-header__head .head_cv {
  text-align: right;
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .g-header__head .head_cv {
    display: none;
  }
}
.g-header__head .head_cv a {
  display: inline-block;
  width: 130px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background: linear-gradient(180deg, #E2AE33, #A67500);
  background-size: 100% 200%;
  transition: background-position var(--sec) ease;
}
.g-header__head .head_cv a:hover {
  background-position: 0 100%;
}
.g-header__bottom {
  border-top: 1px solid var(--color-c-blue);
  border-bottom: 1px solid var(--color-c-blue);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .g-header__bottom {
    display: none;
  }
}
.g-header__nav_pc {
  max-width: 1024px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
}
.g-header__nav_pc a {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0;
  color: #fff;
  border-left: 1px solid #fff;
  line-height: 44px;
  background: linear-gradient(180deg, #2672BE, #13395F);
  background-size: 100% 200%;
  transition: background-position var(--sec) ease;
}
.g-header__nav_pc a:hover {
  background-position: 0 100%;
}
@media (min-width: 768.02px) {
  .g-header .sp_tel,
.g-header .sp_menu,
.g-header .sp_menu_open {
    display: none !important;
  }
}
.g-header .sp_tel {
  width: 60px;
  position: absolute;
  top: 0;
  right: 60px;
}
.g-header .sp_menu {
  width: 60px;
  height: 60px;
  background: var(--color-c-blue);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.g-header .sp_menu span {
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 15px;
  transition: var(--sec) ease;
}
.g-header .sp_menu span:nth-child(1) {
  top: 19px;
}
.g-header .sp_menu span:nth-child(2) {
  top: 29px;
}
.g-header .sp_menu span:nth-child(3) {
  top: 39px;
}
.g-header .sp_menu.open span:nth-child(2) {
  opacity: 0;
}
.g-header .sp_menu.open span:nth-child(1) {
  top: 30px;
  transform: rotate(30deg);
}
.g-header .sp_menu.open span:nth-child(3) {
  top: 30px;
  transform: rotate(-30deg);
}
.g-header .sp_menu_open {
  background: #fff;
  padding: 30px 40px 60px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  right: -120%;
  transition: var(--sec) ease;
}
.g-header .sp_menu_open.open {
  right: 0;
}
.g-header .sp_menu_open .head_cv_sp a {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background: linear-gradient(180deg, #E2AE33, #A67500);
  margin: 0 auto 2px;
  padding: 0 0 2px;
}
.g-header .sp_menu_open .haed_line {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 300px;
  margin: 10px auto 20px;
}
.g-header .sp_menu_open .tel {
  display: block;
  max-width: 278px;
  margin: 0 auto;
}
.g-header .sp_menu_open .g-header__nav_sp {
  border-top: 1px solid var(--color-c-blue);
  margin-bottom: 20px;
}
.g-header .sp_menu_open .g-header__nav_sp a {
  display: block;
  padding: 6px 0;
  font-weight: bold;
  color: var(--color-c-blue);
  border-bottom: 1px solid var(--color-c-blue);
}

.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-section._bg01 {
  background: url(../img/top/sec03_bg.png) center center;
}
.l-section__inner {
  max-width: 1024px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .l-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-section__contents + .l-section__contents {
  padding-top: 60px;
}
.l-section__contents_in + .l-section__contents_in {
  padding-top: 40px;
}
.l-section__contents_in._pt {
  padding-top: 40px;
}

.c-pagetitle_reader {
  padding: 60px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-pagetitle_reader {
    padding: 0 0 60px;
  }
}
.c-pagetitle_reader._terms {
  background: linear-gradient(to bottom, #fff 0%, var(--color-c-gray) 100%);
}
@media (max-width: 768px) {
  .c-pagetitle_reader._terms {
    padding: 0;
  }
  .c-pagetitle_reader._terms .l-section__inner {
    padding: 0;
  }
}
.c-pagetitle_reader._terms .title {
  color: var(--color-base);
  padding-left: 50%;
}
@media (max-width: 768px) {
  .c-pagetitle_reader._terms .title {
    padding: 40px 15px;
    text-align: center;
    background: linear-gradient(to bottom, #fff 0%, var(--color-c-gray) 100%);
  }
}
.c-pagetitle_reader._terms .title_bg {
  left: 0;
  width: calc(50% - 40px);
  display: block !important;
}
@media (max-width: 768px) {
  .c-pagetitle_reader._terms .title_bg {
    position: relative;
    width: 100%;
    height: 39vw;
    overflow: hidden;
  }
  .c-pagetitle_reader._terms .title_bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (min-width: 768.02px) {
  .c-pagetitle_reader .title_bg {
    position: absolute;
    top: 50%;
    left: calc((100% - 1400px)/2);
    min-height: 100%;
    transform: translateY(-50%);
  }
  .c-pagetitle_reader .title_bg_sp {
    display: none;
  }
}
@media (min-width: 1400.02px) {
  .c-pagetitle_reader .title_bg {
    left: 0;
  }
}
@media (max-width: 768px) {
  .c-pagetitle_reader .title_bg {
    display: none;
  }
  .c-pagetitle_reader .title_bg_sp {
    width: calc(100% + $SpDevicePadding * 2);
    margin-left: -15px;
  }
}
@media (min-width: 768.02px) {
  .c-pagetitle_reader .wrap {
    padding-left: 300px;
  }
}
@media (min-width: 1400.02px) {
  .c-pagetitle_reader .wrap {
    padding-left: calc(300px - ((100vw - 1400px)/2));
  }
}
.c-pagetitle_reader .catch {
  font-size: 20px;
  font-family: var(--ff-min);
  font-weight: bold;
  margin-bottom: 5px;
}
.c-pagetitle_reader .title {
  font-size: 34px;
  font-family: var(--ff-min);
  font-weight: bold;
  color: var(--color-c-blue);
}

.c-termsnav {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 1400.02px) {
  .c-termsnav {
    grid-template-columns: 1fr 1fr;
  }
}
.c-termsnav .c-btn_tax {
  overflow: hidden;
  line-height: 1.4;
  padding-right: 60px;
  height: 100px;
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-gap: 20px;
  background: linear-gradient(to bottom, #fff 0%, #fff 25%, var(--color-c-gray) 50%, #fff 100%);
  align-items: center;
  font-family: var(--ff-min);
  font-weight: bold;
  font-size: 22px;
  position: relative;
  background-size: 100% 200%;
  transition: background-position var(--sec) ease;
}
@media (max-width: 768px) {
  .c-termsnav .c-btn_tax {
    grid-template-columns: 120px 1fr;
  }
  .c-termsnav .c-btn_tax .image {
    height: 104px;
    width: 100%;
    display: block;
  }
  .c-termsnav .c-btn_tax .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (min-width: 768.02px) {
  .c-termsnav .c-btn_tax:hover {
    background-position: 0 100%;
  }
  .c-termsnav .c-btn_tax:hover img {
    opacity: 1;
  }
}
.c-termsnav .c-btn_tax:after {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/cmn/c-arrow_black.svg) no-repeat center center/100% 100%;
}
