@charset "utf-8";

figure {
  position: relative;
}

sup {
  font-size: 10px;
}

.header.header-request {
  box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.2);
  position: static;
}

.header-request .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.header-request .head_wrap {
  background: transparent;
}

.header-request h1 {
  height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;

}

.header-request h1 a {
  aspect-ratio: 292 / 150;
  max-width: 145px;
  width: 100%;
}

.header-request h1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_bg {
  background-image: url(../images/access/bg_01.png);
}

.request_bg {
  position: relative;
}

.request_bg:after {
  content: "";
  position: absolute;
  top: 306px;
  left: 0;
  right: 0;
  background-image: url(../images/request/bg_img02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:768px) {
  .request_bg:after {
    top: 180px;
    background-image: url(../images/request/bg_img02_sp.png);
  }

}

/* -------------------- */
.inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.section_title {
  font-size: clamp(4.375rem, 2.8rem + 1.2vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #984a00;
  text-align: center;
}

.section_text {
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}

.section_text.tac {
  text-align: center;
}

@media only screen and (max-width:980px) {
  .section_text {
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
  }

  .section_title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.6;
  }

  .section_text {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    line-height: 2;
  }
}

/* ------------------------------------------------
contents_top
--------------------------------------------------*/
.contents_top {
  position: relative;
  padding-bottom: 80px;
  z-index: 3;
}

.contents_top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.contents_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 80px;
  z-index: 2;
}

.request_inner.inner {
  padding-top: 95px;
  max-width: 1025px;
}

@media only screen and (max-width:980px) {
  .contents_top {
    padding-bottom: 75px;
  }

  .contents_top::after {
    display: none;
  }

  .contents_top::before {
    top: 0;
  }
}

@media only screen and (max-width:768px) {
  .contents_top::before {
    background-size: cover;
    height: 20px;
  }

  .request_inner.inner {
    padding-top: 47px;
  }
}

/* ------------------------------------------------
contents_box
--------------------------------------------------*/

.content_item-box {
  position: relative;
}

.content_item-box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}

.content_item-box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}

.content_box {
  position: relative;
}

.content_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}

.content_box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}

.content_item-box .item_box {
  border: none;
  border-radius: 0;
  margin-top: 71px;
  background-color: #fff;
  padding: 74px 40px 112px;
  text-align: center;
  position: relative;
}

.content_item-box .item_box-text {
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .content_item-box .item_box {
    margin-top: 21px;
    background-color: #fff;
    padding: 45px 32px 52px;
    text-align: center;
    position: relative;
  }

  .content_item-box .item_box-text {
    font-size: 15px;
    font-weight: bold;
  }
}

.content_item-box .item_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%, #e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}


/* ------------------------------------------------
request_btn-items
--------------------------------------------------*/

.request_btn-items {
  max-width: 640px;
  width: 100%;
  margin: 40px auto 0;
}

.request_btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(-80deg, rgba(255, 255, 255, 1) 0%, rgba(247, 220, 187, 1) 100%);
  border: 1px solid #984A00;
  border-radius: 20px;
  padding: 10px 20px;
  min-height: 119px;
  position: relative;
  cursor: pointer;
  transition: background .3s;
}

.request_btn-item a {
  display: block;
  width: 100%;
  min-height: calc(119px - 20px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.request_btn-item:hover {
  background: #984A00;
}

.request_btn-item:not(:first-child) {
  margin-top: 40px;
}


p.request_btn-text {
  font-size: 30px;
  line-height: calc(35 / 30);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #1A1A1A;
  padding-right: 20px;
  transition: color .3s;
}

p.request_btn-text span {
  color: #984A00;
  font-size: 35px;
  font-weight: bold;
  transition: color .3s;
  vertical-align: baseline;
}

.request_btn-item:hover p.request_btn-text {
  color: #fff;
}

.request_btn-item:hover p.request_btn-text span {
  color: #fff;
}

.request_btn-arrow {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #984A00;
  transition: background .3s;
}

.request_btn-item:hover .request_btn-arrow {
  background-color: #fff;
}

.request_btn-arrow .arrow-img {
  position: relative;
  width: inherit;
  height: inherit;
}

.request_btn-arrow .arrow-img:before {
  position: absolute;
  content: "";
  width: 10.5px;
  height: 10.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  transition: all .3s;
}

.request_btn-item:hover .request_btn-arrow .arrow-img:before {
  border-top: 2px solid #984A00;
  border-right: 2px solid #984A00;
}

@media screen and (max-width: 768px) {
  .request_btn-items {
    margin: 20px auto 0;
  }

  .request_btn-item {
    min-height: 100px;
    padding: 15px;
    border-radius: 12px;
  }

  .request_btn-item a {
    min-height: calc(100px - 30px);
  }

  .request_btn-item:not(:first-child) {
    margin-top: 20px;
  }

  p.request_btn-text {
    font-size: 17px;
    line-height: calc(21 / 17);
    letter-spacing: -0.053em;
  }

  p.request_btn-text span {
    font-size: 22px;
  }

  .request_btn-arrow {
    right: 15px;
    width: 20px;
    height: 20px;
  }

  .request_btn-arrow .arrow-img:before {
    width: 7px;
    height: 7px;
  }
}

/* ------------------------------------------------
モーダルウインドウ
--------------------------------------------------*/
.modal-container {
  display: none;
  position: fixed;
  top: 48.5%;
  left: 50%;
  max-width: 800px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 120;
  padding: 0 15px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 110;
  cursor: pointer;
}

.no_scroll {
  overflow: hidden;
}

.modal-container_close {
  position: absolute;
  content: "";
  width: 50px;
  height: 51px;
  top: 0;
  left: 0;
  background-color: #984A00;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5px;
  cursor: pointer;
}

.modal-container_close span {
  position: absolute;
  left: 50%;
  top: 33%;
  background-color: #fff;
  width: 20px;
  height: 2px;
}

.modal-container_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-container_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-225deg);
}

.modal-container_close p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-container_close {
    width: 40px;
    height: 40px;
    padding: 2px 5px;
  }

  .modal-container_close span {
    top: 35%;
  }

  .modal-container_close p {
    font-size: 8px;
  }
}

/* ------------------------------------------------
モーダルウインドウ シニア知っとくコミュニティ 
--------------------------------------------------*/

.community-modal {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 87px 20px;
  position: relative;
}

.community-modal::before {
  position: absolute;
  content: "";
  width: 99%;
  height: 97%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFCB80;
  background-color: transparent;
}

.community-modal .community-text {
  text-align: center;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.community-modal .community-text span {
  font-size: 22px;
  color: #06A255;
  position: relative;
}

.community-modal .community-text span::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 4px;
  background-color: #FFDE4D;
}

.community-modal .community-bnr {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  aspect-ratio: 550 / 200;
  max-width: 550px;
  margin: 25px auto 0;
  z-index: 1;
  position: relative;
  transition: opacity .3s;
}

.community-modal .community-bnr:hover {
  opacity: 0.7;
}

.community-modal .community-bnr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .community-modal {
    background-color: #fff;
    padding: 45px 25px 55px;
    position: relative;
  }

  .community-modal::before {
    width: 97%;
    height: 97%;
  }

  .community-modal .community-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .community-modal .community-text span {
    font-size: 20px;
  }

  .community-modal .community-bnr {
    aspect-ratio: 601 / 301;
    margin: 18px auto 0;
    max-width: 500px;
    width: 100%;
  }
}


/* ------------------------------------------------
モーダルウインドウ 電話
--------------------------------------------------*/

.tel-modal {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  padding: 85px 20px;
  position: relative;
  margin: 0 auto;
}

.tel-modal::before {
  position: absolute;
  content: "";
  width: 99%;
  height: 97%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFCB80;
  background-color: transparent;
}

.tel-modal .tel-info {
  border: 2px solid #F8C780;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding-top: 36px;
  padding-bottom: 29px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: 100%;
}

.tel-modal .tel-text {
  text-align: center;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.tel-modal .tel-number {
  aspect-ratio: 428 / 44;
  max-width: 438px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  transition: opacity .3s;
}

.tel-modal .tel-number:hover {
  opacity: 0.7;
}

.tel-modal .tel-number img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tel-modal .info-text {
  font-size: 16px;
  text-align: center;
  line-height: calc(26 / 16);
  letter-spacing: 0.075em;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .tel-modal {
    background-color: #fff;
    padding: 42px 25px 52px;
    position: relative;
  }

  .tel-modal::before {
    width: 97%;
    height: 97%;
  }

  .tel-modal .tel-text {
    font-size: 15px;
    line-height: calc(30 / 15);
  }

  .tel-modal .tel-info {
    padding: 25px 10px 18px;
    margin-top: 25px;
  }

  .tel-modal .tel-number {
    width: 90%;
  }

  .tel-modal .info-text {
    font-size: 11px;
    line-height: calc(17 / 11);
    margin-top: 13px;
  }
}