@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --orange: #f39939;
  --brown: #6a3906;
}

#header {
  position: fixed;
  left: 0;
  top: -122px;
  transition: all 0.4s;
}
#header.active {
  top: 0;
}
@media screen and (max-width: 960px) {
  #header {
    top: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  #header .container h1 {
    opacity: 0;
  }
  #header .container h1.active {
    opacity: 1;
  }
}

footer .bird {
  display: block;
}
footer .upper {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  row-gap: 36px;
}
@media screen and (max-width: 960px) {
  footer .upper {
    grid-template-columns: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  footer .upper {
    row-gap: 7.5vw;
  }
}
footer .upper > li:nth-child(2) {
  grid-area: 2/1/3/2;
}
footer .upper > li:nth-child(3) {
  display: block;
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 960px) {
  footer .upper > li:nth-child(3) {
    grid-area: 3/1/4/2;
  }
}
footer .upper > li:nth-child(3) .gmap {
  width: 369px;
  aspect-ratio: 369/205;
  position: relative;
}
@media screen and (max-width: 480px) {
  footer .upper > li:nth-child(3) .gmap {
    width: 76.875vw;
  }
}
footer .upper > li:nth-child(3) .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  footer .upper > li:nth-child(3) .gmap iframe {
    border-radius: 2.0833333333vw;
  }
}
footer .upper > li:nth-child(3) p {
  width: 100%;
  font-size: 17px;
  margin-top: 0.5em;
  position: relative;
}
@media screen and (max-width: 480px) {
  footer .upper > li:nth-child(3) p {
    font-size: 3.5416666667vw;
  }
}
footer .upper > li:nth-child(3) p a {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  top: 0;
  color: #fff;
}

#header_home {
  width: 100%;
  height: 122px;
  background: url("../img/common/hf_bg_2600_800.png") no-repeat center bottom;
  position: static;
}
@media screen and (max-width: 960px) {
  #header_home {
    display: none;
  }
}
#header_home .container {
  width: min(1280px, 93.75%);
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 1280px) {
  #header_home .container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1180px) {
  #header_home .container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header_home .container {
    padding-left: 0;
  }
}
#header_home .container .home_logo {
  position: absolute;
  left: calc(50% - 91px);
  top: 30px;
  width: 182px;
}
#header_home .container .tel {
  width: 244px;
  height: 50px;
  border-radius: 25px;
  background: url("../img/common/header_tel_50.svg") left center/contain no-repeat, #fff;
  font-size: 32px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s;
}
#header_home .container .tel:hover {
  background: url("../img/common/header_tel_50.svg") left center/contain no-repeat, #ffc;
}
#header_home .container .tel a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--orange);
  padding: 5px 0 0 46px;
}
@media screen and (max-width: 1180px) {
  #header_home .container .tel {
    padding: 0;
    width: 50px !important;
    z-index: 10001;
  }
  #header_home .container .tel span {
    display: none;
  }
}
#header_home .container #global_nav {
  width: -moz-fit-content;
  width: fit-content;
}
#header_home .container #global_nav #menu {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  height: 122px;
}
@media screen and (max-width: 1180px) {
  #header_home .container #global_nav #menu {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #header_home .container #global_nav #menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
#header_home .container #global_nav #menu > li {
  width: -moz-fit-content;
  width: fit-content;
  height: 122px;
  align-content: center;
  cursor: pointer;
  position: relative;
}
#header_home .container #global_nav #menu > li:nth-child(3) {
  margin-left: 270px;
}
@media screen and (max-width: 1280px) {
  #header_home .container #global_nav #menu > li:nth-child(3) {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1180px) {
  #header_home .container #global_nav #menu > li:nth-child(3) {
    margin-left: 230px;
  }
}
@media screen and (max-width: 1024px) {
  #header_home .container #global_nav #menu > li:nth-child(3) {
    margin-left: 210px;
  }
}
#header_home .container #global_nav #menu > li .main {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
}
#header_home .container #global_nav #menu > li .main a {
  color: #fff;
}
#header_home .container #global_nav #menu > li .main span {
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin: 0.75em auto 0;
  transition: all 0.4s;
}
#header_home .container #global_nav #menu > li .child {
  display: none;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 122px;
  left: 50%;
  padding: 0 20px;
  background: #fff;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 10000;
}
#header_home .container #global_nav #menu > li .child li {
  padding: 19px 0;
  text-align: center;
  font-size: 20px;
}
#header_home .container #global_nav #menu > li .child li a {
  color: var(--brown);
}
#header_home .container #global_nav #menu > li .child li:not(:last-of-type) {
  border-bottom: 1px dotted currentColor;
}
#header_home .container #global_nav #menu > li .child li:hover {
  color: var(--orange);
}
#header_home .container #global_nav #menu > li .child li:hover a {
  color: var(--orange);
}
#header_home .container #global_nav #menu > li:hover .main span {
  width: 100%;
}

.logotype {
  width: 255px;
  aspect-ratio: 255/215;
  border-radius: 0 0 127.5px 127.5px;
  position: absolute;
  left: calc(50% - 127.5px);
  top: 0px;
  background: url(../img/common/hf_bg_2600_800.png) center top no-repeat;
  z-index: 20000;
  opacity: 1;
}
.logotype.active {
  z-index: 1;
  opacity: 0;
}
.logotype.hide {
  opacity: 0;
}
.logotype .img {
  width: 182px;
  margin: 30px auto 0;
}
@media screen and (max-width: 960px) {
  .logotype {
    left: calc(50% - 86px);
    width: 172px;
    top: 0;
  }
  .logotype .img {
    width: 123px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .logotype {
    width: 35.8333333333vw;
    left: 50%;
    translate: -50% 0;
  }
  .logotype .img {
    width: 25.625vw;
    margin-top: 4.1666666667vw;
  }
}

.intro {
  width: min(2560px, 100%);
  margin: auto;
  height: 1159px;
  position: relative;
  padding-top: 168px;
}
@media screen and (max-width: 640px) {
  .intro {
    height: 980px;
    padding-top: 178px;
  }
}
@media screen and (max-width: 480px) {
  .intro {
    height: 204.1666666667vw;
    padding-top: 37.0833333333vw;
  }
}
.intro .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .intro .bg {
    top: 20.8333333333vw;
    height: 183.3333333333vw;
  }
}
.intro .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .catchs .catch {
  width: 498px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .intro .catchs .catch {
    width: 78.3333333333vw;
  }
}
.intro .catchs .icon {
  width: 226px;
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .intro .catchs .icon {
    width: 35vw;
  }
}
.intro .information_area {
  position: absolute;
  width: min(634px, 82%);
  left: 0;
  right: 0;
  bottom: 78px;
  margin: auto;
  border: 10px solid;
  border-color: #996153 #a36b5e;
  padding: 20px 30px;
}
.intro .information_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .intro .information_area {
    bottom: 57px;
  }
}
@media screen and (max-width: 480px) {
  .intro .information_area {
    bottom: 11.875vw;
    border-width: 1.6666666667vw;
    padding: 4.1666666667vw 4.1666666667vw;
  }
}
.intro .information_area .blog_icon {
  width: 104px;
  position: absolute;
  left: 0;
  top: -70px;
}
@media screen and (max-width: 480px) {
  .intro .information_area .blog_icon {
    width: 16.25vw;
    top: -11.0416666667vw;
  }
}
.intro .information_area .bg_yellow {
  background: url(../img/common/bg_yellow.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.intro .information_area .info_title {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .intro .information_area .info_title {
    font-size: 4.5833333333vw;
  }
}
.intro .information_area #newsWrap {
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .intro .information_area #newsWrap {
    margin-top: 3.3333333333vw;
  }
}
.intro .information_area #newsWrap #newsList {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .intro .information_area #newsWrap #newsList {
    font-size: 3.3333333333vw;
    line-height: 5vw;
  }
}
.intro .information_area #newsWrap #newsList li {
  padding: 7px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media screen and (max-width: 480px) {
  .intro .information_area #newsWrap #newsList li {
    padding: 1.4583333333vw 0;
  }
}
.intro .information_area #newsWrap #newsList li:not(:last-of-type) {
  border-bottom: 1px dotted #956134;
}
.intro .information_area #newsWrap #newsList li a {
  color: currentColor;
}
.intro .information_area .news_list {
  width: 95px;
  height: 25px;
  border-radius: 12.5px;
  position: relative;
  background: var(--brown);
  margin: 8px auto 0;
}
@media screen and (max-width: 480px) {
  .intro .information_area .news_list {
    width: 19.7916666667vw;
    height: 5.2083333333vw;
    border-radius: 2.6041666667vw;
  }
}
.intro .information_area .news_list a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .intro .information_area .news_list a {
    font-size: 3.3333333333vw;
  }
}
.intro .information_area .news_list a span {
  display: inline-block;
  padding-bottom: 0.1em;
}
.intro .information_area .news_list a .arrow {
  width: 19px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .intro .information_area .news_list a .arrow {
    width: 3.9583333333vw;
  }
}
.intro .information_area .news_list a:hover .arrow {
  translate: 50% 0;
}

.section_aim {
  position: relative;
  padding: 45px 0 55px;
  --color: #eb6d8e;
}
.section_aim::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/bg_pink.png);
  mix-blend-mode: multiply;
  opacity: 0.25;
  z-index: -1;
}
.section_aim_inner {
  width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .section_aim_inner {
    width: 78.125%;
    grid-template-columns: auto;
    gap: 10px;
  }
}
.section_aim_inner .image {
  width: 416px;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 820px) {
  .section_aim_inner .image {
    grid-area: 2/1/3/2;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .section_aim_inner .image {
    width: 65vw;
  }
}
.section_aim_inner .items {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 820px) {
  .section_aim_inner .items {
    grid-area: 1/1/2/2;
  }
}
.section_aim_inner .items .title {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_aim_inner .items .title {
    font-size: 6.25vw;
  }
}
.section_aim_inner .items .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--color);
}
@media screen and (max-width: 480px) {
  .section_aim_inner .items .title::before {
    width: 9.5833333333vw;
    height: 1.25vw;
    bottom: -4.5833333333vw;
    border-radius: 0.625vw;
  }
}
.section_aim_inner .items .list {
  margin-top: 52px;
  font-size: 24px;
  line-height: 37px;
}
@media screen and (max-width: 480px) {
  .section_aim_inner .items .list {
    font-size: 5vw;
    line-height: 7.7083333333vw;
    margin-top: 10.8333333333vw;
  }
}
.section_aim_inner .items .list li {
  position: relative;
  padding-left: 1.25em;
}
.section_aim_inner .items .list li span {
  color: var(--color);
}
.section_aim_inner .items .list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}
.section_aim_inner .items .text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .section_aim_inner .items .text {
    font-size: 3.75vw;
    line-height: 5.8333333333vw;
  }
}

.section_anchors {
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .section_anchors {
    padding: 11.4583333333vw 0;
  }
}
.section_anchors_inner {
  width: min(780px, 90.625%);
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 63px;
}
@media screen and (max-width: 480px) {
  .section_anchors_inner {
    gap: 6.25vw 9.7916666667vw;
  }
}
.section_anchors_inner li {
  width: 216px;
}
@media screen and (max-width: 480px) {
  .section_anchors_inner li {
    width: 33.75vw;
  }
}
.section_anchors_inner li .btn {
  width: 206px;
  margin: auto;
  transition: all 0.4s;
  position: relative;
}
.section_anchors_inner li .btn:hover {
  scale: 1.05;
}
.section_anchors_inner li .btn:hover::before {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 480px) {
  .section_anchors_inner li .btn {
    width: 32.2916666667vw;
  }
}
.section_anchors_inner li .btn.bg1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/area02_btn_206_bg_1.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}
.section_anchors_inner li .btn.bg2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/area02_btn_206_bg_2.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}
.section_anchors_inner li .btn.bg3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/area02_btn_206_bg_3.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}
.section_anchors_inner li .btn.bg4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/area02_btn_206_bg_4.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}
.section_anchors_inner li .btn.bg5::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/area02_btn_206_bg_5.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}
.section_anchors_inner li .anc_name {
  font-size: 24px;
  margin-top: 0.5em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .section_anchors_inner li .anc_name {
    font-size: 3.75vw;
  }
}

.section_recruit {
  padding: 60px 0 80px;
  position: relative;
  --color: #005ead;
}
@media screen and (max-width: 480px) {
  .section_recruit {
    padding: 11.4583333333vw 0 16.6666666667vw;
  }
}
.section_recruit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_green.png);
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: -1;
}
.section_recruit_inner .title {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .title {
    font-size: 6.25vw;
  }
}
.section_recruit_inner .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--color);
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .title::before {
    width: 9.5833333333vw;
    height: 1.25vw;
    bottom: -4.5833333333vw;
    border-radius: 0.625vw;
  }
}
.section_recruit_inner .items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .section_recruit_inner .items {
    width: 78.125%;
    margin: 20px auto 0;
    grid-template-columns: auto;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items {
    margin: 4.1666666667vw auto 0;
    width: 79.1666666667vw;
    gap: 6.25vw;
  }
}
.section_recruit_inner .items .image {
  width: 380px;
}
@media screen and (max-width: 820px) {
  .section_recruit_inner .items .image {
    width: min(380px, 100%);
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items .image {
    width: 59.1666666667vw;
  }
}
.section_recruit_inner .items .text {
  width: 436px;
}
@media screen and (max-width: 820px) {
  .section_recruit_inner .items .text {
    width: 100%;
  }
}
.section_recruit_inner .items .text p {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items .text p {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}
.section_recruit_inner .items .btn {
  margin-top: 30px;
  width: 270px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid var(--color);
  position: relative;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .section_recruit_inner .items .btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items .btn {
    width: 50.625vw;
    height: 5vw;
    border-radius: 2.5vw;
    margin: 4.1666666667vw auto 0;
  }
}
.section_recruit_inner .items .btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--color);
  gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items .btn a {
    font-size: 3.125vw;
  }
}
.section_recruit_inner .items .btn a span {
  display: inline-block;
  padding-bottom: 0.1em;
}
.section_recruit_inner .items .btn a .arrow {
  width: 17px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .items .btn a .arrow {
    width: 3.125vw;
  }
}
.section_recruit_inner .items .btn a:hover .arrow {
  translate: 0.5em 0;
}
.section_recruit_inner .information {
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information {
    width: 71.25vw;
    margin: 7.5vw auto 0;
  }
}
.section_recruit_inner .information .btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information .btns {
    grid-template-columns: 1fr;
    gap: 4.1666666667vw;
  }
}
.section_recruit_inner .information .btns .btn {
  width: 279px;
  height: 30px;
  border-radius: 15px;
  background: var(--color);
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information .btns .btn {
    width: 100%;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
  }
}
.section_recruit_inner .information .btns .btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information .btns .btn a {
    font-size: 3.75vw;
  }
}
.section_recruit_inner .information .btns .btn a span {
  display: inline-block;
  padding-bottom: 0.1em;
}
.section_recruit_inner .information .btns .btn a .arrow {
  width: 19px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information .btns .btn a .arrow {
    width: 3.5416666667vw;
  }
}
.section_recruit_inner .information .btns .btn a:hover .arrow {
  translate: 0.5em 0;
}
.section_recruit_inner .information .note {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  margin: 1em auto 0;
}
@media screen and (max-width: 480px) {
  .section_recruit_inner .information .note {
    font-size: 3.75vw;
    line-height: 5.4166666667vw;
  }
}
.section_recruit_inner .information .note p {
  position: relative;
  padding-left: 1em;
}
.section_recruit_inner .information .note p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.section_inquiry {
  padding: 60px 0 80px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_inquiry {
    padding: 12.5vw 0 16.6666666667vw;
    margin-bottom: 18.75vw;
  }
}
.section_inquiry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: url(../img/common/bg_yellow.png) center center/cover no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.section_inquiry_inner .title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .title {
    font-size: 6.25vw;
  }
}
.section_inquiry_inner .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--brown);
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .title::before {
    width: 9.5833333333vw;
    height: 1.25vw;
    bottom: -4.5833333333vw;
    border-radius: 0.625vw;
  }
}
.section_inquiry_inner .read {
  margin: 55px auto 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .read {
    margin-top: 11.4583333333vw;
    font-size: 3.75vw;
    line-height: 5.8333333333vw;
  }
}
.section_inquiry_inner .access {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .section_inquiry_inner .access {
    gap: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .access {
    gap: 4.1666666667vw 7.2916666667vw;
  }
}
.section_inquiry_inner .access li {
  width: 222px;
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .access li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section_inquiry_inner .access li .circle {
  width: 70px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .access li .circle {
    width: 14.5833333333vw;
  }
}
.section_inquiry_inner .access li .text {
  margin-top: 0.25em;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  min-height: 50px;
  align-content: center;
}
@media screen and (max-width: 640px) {
  .section_inquiry_inner .access li .text {
    min-height: inherit;
  }
}
@media screen and (max-width: 480px) {
  .section_inquiry_inner .access li .text {
    font-size: 3.9583333333vw;
    line-height: 5.2083333333vw;
  }
}/*# sourceMappingURL=style.css.map */