@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 {
  padding: 50px 0;
  background: linear-gradient(to left, #F7EBCE 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.c-pagetitle._detail {
  background: #fff;
}
.c-pagetitle._detail .title {
  color: var(--color-base);
}
.c-pagetitle._company {
  background: linear-gradient(to left, #F7EBCE 0%, #F7EBCE 460px, #ffffff 100%);
}
@media (max-width: 768px) {
  .c-pagetitle._company {
    background: linear-gradient(to top, #F7EBCE 0%, #F7EBCE 90vw, #ffffff 100%);
    padding-bottom: 90vw;
  }
}
.c-pagetitle._syaso {
  color: #fff;
}
.c-pagetitle._syaso .title {
  color: #fff;
}
.c-pagetitle._syaso .title:before {
  border-bottom: 2px solid #fff;
}
.c-pagetitle._syaso .title_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .c-pagetitle._syaso .title_bg {
    display: none;
  }
  .c-pagetitle._syaso .title_bg_sp {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
  }
}
.c-pagetitle._considering {
  background: #fff;
}
.c-pagetitle._considering .title2 {
  text-align: center;
}
.c-pagetitle._considering .sub {
  text-align: center;
  margin-top: 30px;
}
.c-pagetitle._considering .txt_wrap {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-pagetitle._considering .txt {
  margin-top: 20px;
}
.c-pagetitle._considering .title_bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-pagetitle._considering .title_bg_sp {
  top: 0;
  bottom: auto;
}
@media (max-width: 768px) {
  .c-pagetitle {
    padding: 60px 0;
  }
}
@media (min-width: 768.02px) {
  .c-pagetitle .title_bg {
    position: absolute;
    top: 50%;
    right: 0;
    min-height: 100%;
    transform: translateY(-50%);
  }
  .c-pagetitle .title_bg_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-pagetitle .title_bg {
    display: none;
  }
  .c-pagetitle .title_bg_sp {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.c-pagetitle .l-section__inner {
  position: relative;
  z-index: 2;
}
.c-pagetitle .wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-pagetitle .txt {
  margin-top: 30px;
}
.c-pagetitle .title {
  font-size: 34px;
  font-family: var(--ff-min);
  font-weight: bold;
  color: var(--color-c-blue);
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .c-pagetitle .title {
    padding-right: 20px;
  }
}
@media (min-width: 768.02px) {
  .c-pagetitle .title:before {
    content: "";
    display: block;
    width: 1000px;
    height: 1px;
    border-bottom: 2px solid var(--color-c-blue);
    position: absolute;
    left: 100%;
    bottom: 50%;
  }
}

.c-pagenav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1px;
  font-weight: bold;
}
.c-pagenav .c-btn_small {
  max-width: 100%;
}
.c-pagenav + .l-section__contents {
  padding-top: 60px;
}
.c-pagenav._col3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .c-pagenav._col3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .c-pagenav {
    grid-template-columns: 1fr 1fr;
  }
  .c-pagenav._spcol1 {
    grid-template-columns: 1fr;
    grid-gap: 2px;
  }
}
.c-pagenav._col2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (min-width: 768.02px) {
  .c-pagenav._col2 .c-btn {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-pagenav._col2 {
    grid-template-columns: 1fr;
  }
}
