@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.contents_wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-b50 {
  margin-bottom: 50px;
}

@media screen and (min-width:768px) {

  .pc_hidden,
  .pc_wide_hidden {
    display: none;
  }
}

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

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

.itl {
  font-style: italic;
}

.bld {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

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


/*--------------------
	KeyVisual
--------------------*/
.Keyvisual {
  background: #fdfdf3;
  overflow-x: hidden;
}

.kv-pc {
  overflow: hidden;
}

.sp-area {
  display: none;
}

.header-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 38px 0 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-area-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header-area .area-left {
  width: 51%;
}

.read-txt {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.read-txt .orange {
  color: #CE8E5C;
}

.read-txt .bold {
  font-weight: 900;
}

.header-area .area-right {
  width: 41.4%;
  display: flex;
  justify-content: space-between;
}

.header-area .area-right .btn01 {
  width: 41.6%;
}

.header-area .area-right .btn02 {
  width: 56.1%;
}

.header-area .area-right a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.kv-bg01 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.kv-bg01::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: url(../img/header-bg01.png) bottom center / contain repeat-x;
}

.kv-bg01::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background: url(../img/header-bg01.png) bottom center / contain repeat-x;
}

.kv-bg02 {
  max-width: 1920px;
  margin: -6% auto 0;
  position: relative;
}

.kv-bg02::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: url(../img/header-bg02.png) bottom center / contain repeat-x;
}

.kv-bg02::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background: url(../img/header-bg02.png) bottom center / contain repeat-x;
}

.kv-bg03-wrap {
  background: #ecdfcc;
  position: relative;
  z-index: 1;
}

.kv-bg03-bg {
  max-height: 220px;
}

.kv-person,
.kv-talk {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.kv-person {
  z-index: 2;
}

.person01 {
  width: 6.4%;
  position: absolute;
  top: -57%;
  left: 18%;
}

.person02 {
  width: 12.0%;
  position: absolute;
  top: -57%;
  left: 25.5%;
}

.person03 {
  width: 6%;
  position: absolute;
  left: 38%;
  bottom: 23%;
}

.person04 {
  width: 6%;
  position: absolute;
  left: 45%;
  bottom: 8%;
}

.person05 {
  width: 12.3%;
  position: absolute;
  right: 36.5%;
  bottom: 45%;
}

.person06 {
  width: 8.9%;
  position: absolute;
  right: 26.5%;
  bottom: 11%;
}

.person07 {
  width: 8.7%;
  position: absolute;
  right: 17.4%;
  bottom: 30%;
}

.talk-box {
  width: 16%;
  min-width: 140px;
  max-width: 270px;
  border-radius: 10px;
  box-shadow: 1px 3px 15px -5px #777777;
  position: absolute;
  z-index: 10;
}

.talk-box.box01 {
  background: #C9752E;
  border: 4px solid #C9752E;
  top: -125%;
  left: 15%;
}

.talk-box.box02 {
  background: #D6A542;
  border: 4px solid #D6A542;
  top: -120%;
  left: 24.5%;
}

.talk-box.box03 {
  background: #72A8A2;
  border: 4px solid #72A8A2;
  top: -100%;
  left: 34%;
}

.talk-box.box04 {
  background: #6FA0B9;
  border: 4px solid #6FA0B9;
  top: -88%;
  right: 44%;
}

.talk-box.box05 {
  background: #6A85BC;
  border: 4px solid #6A85BC;
  top: -110%;
  right: 34%;
}

.talk-box.box06 {
  background: #A87AB1;
  border: 4px solid #A87AB1;
  top: -92%;
  right: 26%;
}

.talk-box.box07 {
  background: #AF8859;
  border: 4px solid #AF8859;
  top: -90%;
  right: 17%;
}

.talk-box .ttl-area {
  height: 26px;
  padding: 0 0 3px 13px;
  position: relative;
  display: flex;
  align-items: center;
}

.talk-box .ttl-area .icon {
  height: 65%;
}

.talk-box .ttl-area .ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.2;
}

.talk-box .txt-area {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 7px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.talk-box .txt-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 22px 27px 0 0;
  border-color: #9db9ce transparent transparent;
  translate: -50% 100%;
}

.talk-box .txt-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.8px 19.8px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 1px) 100%;
}

.talk-box.box01 .txt-area::before {
  border-color: #C9752E transparent transparent;
}

.talk-box.box02 .txt-area::before {
  border-color: #D6A542 transparent transparent;
}

.talk-box.box03 .txt-area::before {
  border-color: #72A8A2 transparent transparent;
}

.talk-box.box04 .txt-area::before {
  border-color: #6FA0B9 transparent transparent;
}

.talk-box.box05 .txt-area::before {
  border-color: #6A85BC transparent transparent;
}

.talk-box.box06 .txt-area::before {
  border-color: #A87AB1 transparent transparent;
  border-width: 22px 0 0 27px;
}

.talk-box.box07 .txt-area::before {
  border-color: #AF8859 transparent transparent;
  border-width: 22px 0 0 27px;
}

.talk-box.box06 .txt-area::after,
.talk-box.box07 .txt-area::after {
  border-width: 15.8px 0 0 19.8px;
  translate: calc(-50% + 1px) 100%;
}

.talk-box .txt-area .txt {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

.talk-box .txt-area .link {
  text-align: center;
  line-height: 1.2;
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 2px 35px 3px 15px;
  border-radius: 15px;
  position: relative;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.talk-box.box01 .txt-area .link {
  color: #C9752E;
  border: 2px solid #C9752E;
}

.talk-box.box02 .txt-area .link {
  color: #D6A542;
  border: 2px solid #D6A542;
}

.talk-box.box03 .txt-area .link {
  color: #72A8A2;
  border: 2px solid #72A8A2;
}

.talk-box.box04 .txt-area .link {
  color: #6FA0B9;
  border: 2px solid #6FA0B9;
}

.talk-box.box05 .txt-area .link {
  color: #6A85BC;
  border: 2px solid #6A85BC;
}

.talk-box.box06 .txt-area .link {
  color: #A87AB1;
  border: 2px solid #A87AB1;
}

.talk-box.box07 .txt-area .link {
  color: #AF8859;
  border: 2px solid #AF8859;
}

.talk-box .txt-area .link span {
  font-weight: 700;
  position: relative;
}

.talk-box .txt-area .link span::before,
.talk-box .txt-area .link span::after {
  content: "";
  position: absolute;
  top: calc(50% - -0.2px);
  right: -20px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}

.talk-box.box01 .txt-area .link span::before,
.talk-box.box01 .txt-area .link span::after {
  background-color: #C9752E;
}

.talk-box.box02 .txt-area .link span::before,
.talk-box.box02 .txt-area .link span::after {
  background-color: #D6A542;
}

.talk-box.box03 .txt-area .link span::before,
.talk-box.box03 .txt-area .link span::after {
  background-color: #72A8A2;
}

.talk-box.box04 .txt-area .link span::before,
.talk-box.box04 .txt-area .link span::after {
  background-color: #6FA0B9;
}

.talk-box.box05 .txt-area .link span::before,
.talk-box.box05 .txt-area .link span::after {
  background-color: #6A85BC;
}

.talk-box.box06 .txt-area .link span::before,
.talk-box.box06 .txt-area .link span::after {
  background-color: #A87AB1;
}

.talk-box.box07 .txt-area .link span::before,
.talk-box.box07 .txt-area .link span::after {
  background-color: #AF8859;
}

.talk-box .txt-area .link span::before {
  transform: rotate(30deg);
}

.talk-box .txt-area .link span::after {
  transform: rotate(-30deg);
}

.talk-box:hover .txt-area .link {
  color: #fff;
  transition: 0.5s all;
}

.talk-box.box01:hover .txt-area .link {
  background: #C9752E;
}

.talk-box.box02:hover .txt-area .link {
  background: #D6A542;
}

.talk-box.box03:hover .txt-area .link {
  background: #72A8A2;
}

.talk-box.box04:hover .txt-area .link {
  background: #6FA0B9;
}

.talk-box.box05:hover .txt-area .link {
  background: #6A85BC;
}

.talk-box.box06:hover .txt-area .link {
  background: #A87AB1;
}

.talk-box.box07:hover .txt-area .link {
  background: #AF8859;
}

.talk-box:hover .txt-area .link span::before,
.talk-box:hover .txt-area .link span::after {
  transition: 0.5s all;
  background-color: #fff;
}

@media screen and (max-width:2150px) {
  .talk-box.box03 {
    top: -110%;
  }

  .talk-box.box04 {
    top: -100%;
  }

  .talk-box.box05 {
    top: -120%;
  }

  .talk-box.box06 {
    top: -100%;
  }

  .talk-box.box07 {
    top: -96%;
  }
}

@media screen and (max-width:2000px) {
  .talk-box.box03 {
    top: -120%;
  }

  .talk-box.box04 {
    top: -110%;
  }

  .talk-box.box06 {
    top: -110%;
  }

  .talk-box.box07 {
    top: -110%;
  }
}

@media screen and (max-width:1900px) {

  .talk-box.box01 {
    top: -130%;
  }

  .talk-box.box02 {
    top: -130%;
  }

  .talk-box.box03 {
    top: -135%;
  }

  .talk-box.box04 {
    top: -125%;
  }

  .talk-box.box05 {
    top: -135%;
  }

  .talk-box.box06 {
    top: -115%;
  }

  .talk-box.box07 {
    top: -115%;
    right: 16%;
  }
}

@media screen and (max-width:1800px) {
  .talk-box.box04 {
    right: 43%;
  }

  .talk-box.box05 {
    top: -140%;
  }

  .talk-box.box06 {
    top: -120%;
  }

  .talk-box.box07 {
    top: -120%;
  }
}

@media screen and (max-width:1700px) {
  .talk-box {
    width: 17%;
  }

  .talk-box.box01 {
    top: -140%;
    left: 14%;
  }

  .talk-box.box02 {
    top: -140%;
  }

  .talk-box.box04 {
    right: 43%;
  }

  .talk-box.box05 {
    top: -150%;
  }

  .talk-box.box06 {
    top: -135%;
  }

  .talk-box.box05 {
    right: 33%;
  }

  .talk-box.box07 {
    top: -122%;
    right: 16%;
  }
}

@media screen and (max-width:1600px) {
  .talk-box.box05 {
    top: -145%;
  }
}

@media screen and (max-width:1500px) {
  .header-area .area-left {
    width: 47%;
  }

  .header-area-inner {
    margin-bottom: 15px;
  }

  .read-txt {
    font-size: 20px;
  }

  .talk-box {
    width: 18%;
  }

  .talk-box.box01 {
    top: -145%;
    left: 13%;
  }

  .talk-box.box02 {
    top: -145%;
    left: 23%;
  }

  .talk-box.box03 {
    top: -144%;
    left: 33%;
  }

  .talk-box.box04 {
    top: -137%;
    right: 41%;
  }

  .talk-box.box05 {
    top: -148%;
    right: 32%;
  }

  .talk-box.box06 {
    top: -137%;
    right: 24%;
  }

  .talk-box.box07 {
    top: -137%;
    right: 14%;
  }
}

@media screen and (max-width:1415px) {

  .talk-box {
    width: 19%;
  }
}

@media screen and (max-width:1400px) {

  .header-area {
    padding: 15px 0 0;
  }

  .header-area .area-left {
    width: 45%;
  }

  .read-txt {
    font-size: 19px;
  }

  .talk-box.box01 {
    top: -155%;
  }

  .talk-box.box02 {
    top: -155%;
  }

  .talk-box.box03 {
    top: -150%;
    left: 32%;
  }

  .talk-box.box04 {
    top: -145%;
  }

  .talk-box.box05 {
    top: -160%;
  }

  .talk-box.box06 {
    top: -140%;
    right: 23%;
  }

  .talk-box.box07 {
    right: 13%;
  }
}

@media screen and (max-width:1340px) {

  .talk-box {
    width: 20%;
  }
}

@media screen and (max-width:1300px) {
  .header-area {
    padding: 15px 0 0;
  }

  .header-area-inner {
    margin-bottom: 10px;
  }

  .header-area .area-left {
    width: 45%;
  }

  .read-txt {
    font-size: 19px;
  }

  .talk-box.box01 {
    left: 12%;
  }

  .talk-box.box02 {
    top: -160%;
    left: 22%;
  }

  .talk-box.box03 {
    top: -160%;
    left: 31%;
  }

  .talk-box.box04 {
    top: -150%;
    right: 40%;
  }

  .talk-box.box05 {
    top: -163%;
    right: 31%;
  }

  .talk-box.box06 {
    top: -145%;
  }

  .talk-box.box07 {
    top: -143%;
  }
}

@media screen and (max-width:1270px) {
  .header-area .area-left {
    width: 42%;
  }

  .talk-box {
    width: 22%;
  }
}


@media screen and (max-width:1200px) {
  .header-area .area-left {
    width: 40%;
  }

  .header-area .area-right {
    width: 38%;
  }

  .read-txt {
    font-size: 18px;
  }

  .talk-box .ttl-area {
    height: 24px;
  }

  .talk-box .ttl-area .ttl {
    font-size: 13px;
  }

  .talk-box .txt-area .txt {
    font-size: 14px;
  }

  .talk-box .txt-area .txt {
    margin-bottom: 5px;
  }

  .talk-box.box05 {
    right: 29%;
  }
}

@media screen and (max-width:1100px) {
  .header-area .area-left {
    width: 35%;
  }

  .header-area-inner {
    margin-bottom: 5px;
  }

  .read-txt {
    font-size: 17px;
  }

  .talk-box {
    width: 24%;
  }

  .talk-box .txt-area {
    padding: 7px 7px;
  }

  .talk-box.box01 {
    left: 11%;
  }

  .talk-box.box02 {
    left: 20%;
  }

  .talk-box.box04 {
    right: 38%;
  }

  .talk-box.box05 {
    top: -164%;
    right: 27%;
  }

  .talk-box.box06 {
    top: -140%;
    right: 21%;
  }

  .talk-box.box07 {
    right: 11%;
  }
}


@media screen and (max-width:1000px) {

  .read-txt {
    font-size: 16px;
    line-height: 1.3;
  }

  .talk-box .ttl-area .ttl {
    font-size: 12px;
  }

  .talk-box .txt-area .txt {
    font-size: 13px;
  }

  .talk-box .txt-area {
    padding: 5px 7px;
  }

  .talk-box.box04 {
    top: -160%;
  }

  .talk-box.box06 {
    top: -150%;
  }

  .talk-box.box07 {
    top: -150%;
  }
}

@media screen and (max-width:930px) {
  .talk-box {
    width: 25%;
  }
}

@media screen and (max-width:900px) {
  .talk-box {
    width: 26%;
  }

  .header-area .area-left {
    width: 33%;
  }

  .read-txt {
    font-size: 15px;
  }

  .talk-box.box01 {
    top: -160%;
    left: 12%;
  }

  .talk-box.box02 {
    top: -160%;
  }

  .talk-box.box04 {
    top: -156%;
    left: 38%;
  }

  .talk-box.box05 {
    top: -166%;
    right: 26%;
  }

  .talk-box.box06 {
    top: -164%;
  }

}

@media screen and (max-width:850px) {

  .header-area .area-left {
    width: 31%;
  }

  .header-area .area-right {
    width: 36%;
  }

  .read-txt {
    font-size: 14px;
  }

  .talk-box .txt-area {
    padding: 2px 7px;
  }

  .talk-box {
    width: 29%;
  }

  .talk-box.box01 {
    top: -165%;
    left: 11%;
  }

  .talk-box.box02 {
    top: -163%;
    left: 23%;
  }

  .talk-box.box05 {
    right: 24%;
  }

  .talk-box.box06 {
    right: 19%;
  }

}


/*--------------------
	section01
--------------------*/
.sec01 {
  background: #fdfdf3;
  padding: 40px 0 0;
}

.sec01-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.sec01-btn-l {
  width: 13%;
  border-radius: 10px;
  box-shadow: 1px 3px 15px -5px #777777;
  transition: 0.5s all;
}

.sec01-btn-l.btn01 {
  background: #F5B987;
  border: 3px solid #F5B987;
}

.sec01-btn-l.btn02 {
  background: #FAD58A;
  border: 3px solid #FAD58A;
}

.sec01-btn-l.btn03 {
  background: #A5D2CD;
  border: 3px solid #A5D2CD;
}

.sec01-btn-l.btn04 {
  background: #9CC3D7;
  border: 3px solid #9CC3D7;
}

.sec01-btn-l.btn05 {
  background: #A3B4D7;
  border: 3px solid #A3B4D7;
}

.sec01-btn-l.btn06 {
  background: #C69DCE;
  border: 3px solid #C69DCE;
}

.sec01-btn-l.btn07 {
  background: #E1C8A9;
  border: 3px solid #E1C8A9;
}

.sec01-btn-l.btn01.active-button {
  background: #C9752E;
  border: 3px solid #C9752E;
}

.sec01-btn-l.btn02.active-button {
  background: #D6A542;
  border: 3px solid #D6A542;
}

.sec01-btn-l.btn03.active-button {
  background: #72A8A2;
  border: 3px solid #72A8A2;
}

.sec01-btn-l.btn04.active-button {
  background: #6FA0B9;
  border: 3px solid #6FA0B9;
}

.sec01-btn-l.btn05.active-button {
  background: #6A85BC;
  border: 3px solid #6A85BC;
}

.sec01-btn-l.btn06.active-button {
  background: #A87AB1;
  border: 3px solid #A87AB1;
}

.sec01-btn-l.btn07.active-button {
  background: #AF8859;
  border: 3px solid #AF8859;
}

.sec01-btn-l.btn01 img {
  width: 50%;
}

.sec01-btn-l.btn02 img {
  width: 26%;
}

.sec01-btn-l.btn03 img {
  width: 59%;
}

.sec01-btn-l.btn04 img {
  width: 40%;
}

.sec01-btn-l.btn05 img {
  width: 42%;
}

.sec01-btn-l.btn06 img {
  width: 31%;
}

.sec01-btn-l.btn07 img {
  width: 36%;
}

.sec01-btn-l .l-img {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01-btn-l .l-txt {
  height: 53px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transition: 0.5s all;
}

.sec01-btn-l.active-button .l-txt {
  color: #fff;
  border-top: 1px solid #fff;
}

.sec01-btn-l.btn01.active-button .l-txt {
  background: #C9752E;
}

.sec01-btn-l.btn02.active-button .l-txt {
  background: #D6A542;
}

.sec01-btn-l.btn03.active-button .l-txt {
  background: #72A8A2;
}

.sec01-btn-l.btn04.active-button .l-txt {
  background: #6FA0B9;
}

.sec01-btn-l.btn05.active-button .l-txt {
  background: #6A85BC;
}

.sec01-btn-l.btn06.active-button .l-txt {
  background: #A87AB1;
}

.sec01-btn-l.btn07.active-button .l-txt {
  background: #AF8859;
}

.sec01-txt .ttl {
  width: 118px;
  display: block;
  background: #FF9538;
  border-radius: 20px;
  padding: 7px 0;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.sec01-txt .txt {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.sec01-txt .txt .name {
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width:1000px) {
  .sec01-btn-l .l-img {
    height: 60px;
  }

  .sec01-btn-l .l-txt {
    font-size: 13px;
  }
}


/*--------------------
	section02
--------------------*/
.sec02 {
  background: #FAC89D;
  position: relative;
  line-height: 0;
}

.sec02-inner {
  padding: 70px 0 50px;
}

.sec02-l {
  display: flex;
  justify-content: space-between;
  padding: 80px 70px;
  background: #fff;
  border-radius: 20px;
}

.sec02-l .l-video {
  width: 45%;
  cursor: pointer;
}

.sec02-l .l-video .video-inner {
  border: 2px solid #ddd;
  position: relative;
}

.sec02-l .l-video .video-inner img {
  width: 100%;
}

.sec02-l .l-video .video-inner .play-btn {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all;
}

.sec02-l .l-video .video-inner:hover .play-btn {
  width: 26%;
}

.sec02-l .l-txt {
  width: 52%;
}

.sec02-l .l-txt p {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

/* モーダルのスタイル */
#video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  background: transparent;
  width: 50%;
  padding-top: 28.2%;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* クローズボタンのスタイル */
.modal-close {
  display: block;
  position: absolute;
  top: -8%;
  right: -0.5%;
  width: 4%;
  height: 0;
  padding-top: 4%;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 100%;
  /* 棒の高さ */
  background: #fff;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:1050px) {
  .modal-content {
    width: 90%;
    padding-top: 51.2%;
  }
}

@media screen and (max-width:1000px) {
  .sec02-l {
    padding: 60px 50px;
  }
}


/*--------------------
	section03
--------------------*/
.sec03 {
  background: #fdfdf3;
  padding: 80px 0 0;
  overflow-x: hidden;
}

.sec03-ttl {
  margin-bottom: 60px;
}

.sec03-ttl-sp {
  display: none;
}

.sec03-l {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec03-l .l-box {
  width: 48%;
  border-radius: 20px;
  margin-bottom: 120px;
  position: relative;
  box-shadow: 5px 7px 20px -8px #777777;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec03-l .l-box::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -110px;
  left: 0;
}

.sec03-l .l-box.box01::before {
  background: url(../img/sec03-img01.png) center / cover no-repeat;
}

.sec03-l .l-box.box02::before {
  background: url(../img/sec03-img02.png) center / cover no-repeat;
}

.sec03-l .l-box.box03::before {
  background: url(../img/sec03-img03.png) center / cover no-repeat;
}

.sec03-l .l-box.box04::before {
  background: url(../img/sec03-img04.png) center / cover no-repeat;
}

.sec03-l .l-box.box05::before {
  background: url(../img/sec03-img05.png) center / cover no-repeat;
}

.sec03-l .l-box.box06::before {
  background: url(../img/sec03-img06.png) center / cover no-repeat;
}

.sec03-l .l-box.box07::before {
  background: url(../img/sec03-img07.png) center / cover no-repeat;
}

.sec03-l .l-box .box-txt {
  height: 100%;
  min-height: 154px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec03-l .l-box .box-txt a {
  height: 100%;
  padding: 15px 15px 12px 24px;
  position: relative;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all;
}

.sec03-l .l-box.box01 .box-txt a {
  border-bottom: 6px solid #F5B987;
  border-left: 6px solid #F5B987;
  border-right: 6px solid #F5B987;
}

.sec03-l .l-box.box02 .box-txt a {
  border-bottom: 6px solid #FAD58A;
  border-left: 6px solid #FAD58A;
  border-right: 6px solid #FAD58A;
}

.sec03-l .l-box.box03 .box-txt a {
  border-bottom: 6px solid #A5D2CD;
  border-left: 6px solid #A5D2CD;
  border-right: 6px solid #A5D2CD;
}

.sec03-l .l-box.box04 .box-txt a {
  border-bottom: 6px solid #9CC3D7;
  border-left: 6px solid #9CC3D7;
  border-right: 6px solid #9CC3D7;
}

.sec03-l .l-box.box05 .box-txt a {
  border-bottom: 6px solid #A3B4D7;
  border-left: 6px solid #A3B4D7;
  border-right: 6px solid #A3B4D7;
}

.sec03-l .l-box.box06 .box-txt a {
  border-bottom: 6px solid #C69DCE;
  border-left: 6px solid #C69DCE;
  border-right: 6px solid #C69DCE;
}

.sec03-l .l-box.box07 .box-txt a {
  border-bottom: 6px solid #E1C8A9;
  border-left: 6px solid #E1C8A9;
  border-right: 6px solid #E1C8A9;
}

.sec03-l .l-box.box01:hover .box-txt a {
  border-bottom: 6px solid #C9752E;
  border-left: 6px solid #C9752E;
  border-right: 6px solid #C9752E;
}

.sec03-l .l-box.box02:hover .box-txt a {
  border-bottom: 6px solid #D6A542;
  border-left: 6px solid #D6A542;
  border-right: 6px solid #D6A542;
}

.sec03-l .l-box.box03:hover .box-txt a {
  border-bottom: 6px solid #72A8A2;
  border-left: 6px solid #72A8A2;
  border-right: 6px solid #72A8A2;
}

.sec03-l .l-box.box04:hover .box-txt a {
  border-bottom: 6px solid #6FA0B9;
  border-left: 6px solid #6FA0B9;
  border-right: 6px solid #6FA0B9;
}

.sec03-l .l-box.box05:hover .box-txt a {
  border-bottom: 6px solid #6A85BC;
  border-left: 6px solid #6A85BC;
  border-right: 6px solid #6A85BC;
}

.sec03-l .l-box.box06:hover .box-txt a {
  border-bottom: 6px solid #A87AB1;
  border-left: 6px solid #A87AB1;
  border-right: 6px solid #A87AB1;
}

.sec03-l .l-box.box07:hover .box-txt a {
  border-bottom: 6px solid #AF8859;
  border-left: 6px solid #AF8859;
  border-right: 6px solid #AF8859;
}

.sec03-l .l-box .box-txt a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  border-style: solid;
  border-width: 40px 34px 0 0;
  translate: -50% 100%;
  transition: 0.3s all;
}

.sec03-l .l-box.box01 .box-txt a::before {
  border-color: #F5B987 transparent transparent;
}

.sec03-l .l-box.box02 .box-txt a::before {
  border-color: #FAD58A transparent transparent;
}

.sec03-l .l-box.box03 .box-txt a::before {
  border-color: #A5D2CD transparent transparent;
}

.sec03-l .l-box.box04 .box-txt a::before {
  border-color: #9CC3D7 transparent transparent;
}

.sec03-l .l-box.box05 .box-txt a::before {
  border-color: #A3B4D7 transparent transparent;
}

.sec03-l .l-box.box06 .box-txt a::before {
  border-color: #C69DCE transparent transparent;
}

.sec03-l .l-box.box07 .box-txt a::before {
  border-color: #E1C8A9 transparent transparent;
}

.sec03-l .l-box.box01:hover .box-txt a::before {
  border-color: #C9752E transparent transparent;
}

.sec03-l .l-box.box02:hover .box-txt a::before {
  border-color: #D6A542 transparent transparent;
}

.sec03-l .l-box.box03:hover .box-txt a::before {
  border-color: #72A8A2 transparent transparent;
}

.sec03-l .l-box.box04:hover .box-txt a::before {
  border-color: #6FA0B9 transparent transparent;
}

.sec03-l .l-box.box05:hover .box-txt a::before {
  border-color: #6A85BC transparent transparent;
}

.sec03-l .l-box.box06:hover .box-txt a::before {
  border-color: #A87AB1 transparent transparent;
}

.sec03-l .l-box.box07:hover .box-txt a::before {
  border-color: #AF8859 transparent transparent;
}

.sec03-l .l-box .box-txt a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  border-style: solid;
  border-width: 27.1px 24px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 1px) 100%;
}

.sec03-l .l-box .box-ttl a {
  height: 54px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 6px 70px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0 0;
  transition: 0.3s all;
}

.sec03-l .l-box.box01 .box-ttl a {
  background: #F5B987;
  border-top: 6px solid #F5B987;
  border-left: 6px solid #F5B987;
  border-right: 6px solid #F5B987;
}

.sec03-l .l-box.box02 .box-ttl a {
  background: #FAD58A;
  border-top: 6px solid #FAD58A;
  border-left: 6px solid #FAD58A;
  border-right: 6px solid #FAD58A;
}

.sec03-l .l-box.box03 .box-ttl a {
  background: #A5D2CD;
  border-top: 6px solid #A5D2CD;
  border-left: 6px solid #A5D2CD;
  border-right: 6px solid #A5D2CD;
}

.sec03-l .l-box.box04 .box-ttl a {
  background: #9CC3D7;
  border-top: 6px solid #9CC3D7;
  border-left: 6px solid #9CC3D7;
  border-right: 6px solid #9CC3D7;
}

.sec03-l .l-box.box05 .box-ttl a {
  background: #A3B4D7;
  border-top: 6px solid #A3B4D7;
  border-left: 6px solid #A3B4D7;
  border-right: 6px solid #A3B4D7;
}

.sec03-l .l-box.box06 .box-ttl a {
  background: #C69DCE;
  border-top: 6px solid #C69DCE;
  border-left: 6px solid #C69DCE;
  border-right: 6px solid #C69DCE;
}

.sec03-l .l-box.box07 .box-ttl a {
  background: #E1C8A9;
  border-top: 6px solid #E1C8A9;
  border-left: 6px solid #E1C8A9;
  border-right: 6px solid #E1C8A9;
}

.sec03-l .l-box.box01:hover .box-ttl a {
  color: #fff;
  background: #C9752E;
  border-top: 6px solid #C9752E;
  border-left: 6px solid #C9752E;
  border-right: 6px solid #C9752E;
}

.sec03-l .l-box.box02:hover .box-ttl a {
  color: #fff;
  background: #D6A542;
  border-top: 6px solid #D6A542;
  border-left: 6px solid #D6A542;
  border-right: 6px solid #D6A542;
}

.sec03-l .l-box.box03:hover .box-ttl a {
  color: #fff;
  background: #72A8A2;
  border-top: 6px solid #72A8A2;
  border-left: 6px solid #72A8A2;
  border-right: 6px solid #72A8A2;
}

.sec03-l .l-box.box04:hover .box-ttl a {
  color: #fff;
  background: #6FA0B9;
  border-top: 6px solid #6FA0B9;
  border-left: 6px solid #6FA0B9;
  border-right: 6px solid #6FA0B9;
}

.sec03-l .l-box.box05:hover .box-ttl a {
  color: #fff;
  background: #6A85BC;
  border-top: 6px solid #6A85BC;
  border-left: 6px solid #6A85BC;
  border-right: 6px solid #6A85BC;
}

.sec03-l .l-box.box06:hover .box-ttl a {
  color: #fff;
  background: #A87AB1;
  border-top: 6px solid #A87AB1;
  border-left: 6px solid #A87AB1;
  border-right: 6px solid #A87AB1;
}

.sec03-l .l-box.box07:hover .box-ttl a {
  color: #fff;
  background: #AF8859;
  border-top: 6px solid #AF8859;
  border-left: 6px solid #AF8859;
  border-right: 6px solid #AF8859;
}

.sec03-l .l-box.box01 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon01.png) center / cover no-repeat;
  width: 50px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.sec03-l .l-box.box02 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon02.png) center / cover no-repeat;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}

.sec03-l .l-box.box03 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon03.png) center / cover no-repeat;
  width: 55px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}

.sec03-l .l-box.box04 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon04.png) center / cover no-repeat;
  width: 47px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.sec03-l .l-box.box05 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon05.png) center / cover no-repeat;
  width: 45px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.sec03-l .l-box.box06 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon06.png) center / cover no-repeat;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.sec03-l .l-box.box07 .box-ttl a::before {
  content: "";
  background: url(../img/sec03-icon07.png) center / cover no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.sec03-l .l-box .box-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.sec03-l .l-box .box-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #F5B987;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.sec03-l .l-box.box02 .box-list li::before {
  background: #FAD58A;
}

.sec03-l .l-box.box03 .box-list li::before {
  background: #A5D2CD;
}

.sec03-l .l-box.box04 .box-list li::before {
  background: #9CC3D7;
}

.sec03-l .l-box.box05 .box-list li::before {
  background: #A3B4D7;
}

.sec03-l .l-box.box06 .box-list li::before {
  background: #C69DCE;
}

.sec03-l .l-box.box07 .box-list li::before {
  background: #E1C8A9;
}

.sec03-l .l-box .box-link {
  text-align: right;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.sec03-l .l-box .box-link span {
  padding-right: 23px;
  font-weight: 700;
}

.sec03-l .l-box.box01 .box-link span {
  color: #C9752E;
  border-bottom: 1px solid #C9752E;
}

.sec03-l .l-box.box02 .box-link span {
  color: #D6A542;
  border-bottom: 1px solid #D6A542;
}

.sec03-l .l-box.box03 .box-link span {
  color: #72A8A2;
  border-bottom: 1px solid #72A8A2;
}

.sec03-l .l-box.box04 .box-link span {
  color: #6FA0B9;
  border-bottom: 1px solid #6FA0B9;
}

.sec03-l .l-box.box05 .box-link span {
  color: #6A85BC;
  border-bottom: 1px solid #6A85BC;
}

.sec03-l .l-box.box06 .box-link span {
  color: #A87AB1;
  border-bottom: 1px solid #A87AB1;
}

.sec03-l .l-box.box07 .box-link span {
  color: #AF8859;
  border-bottom: 1px solid #AF8859;
}

.sec03-l .l-box .box-link::before,
.sec03-l .l-box .box-link::after {
  content: "";
  position: absolute;
  top: calc(50% - -1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}

.sec03-l .l-box.box01 .box-link::before,
.sec03-l .l-box.box01 .box-link::after {
  background-color: #C9752E;
}

.sec03-l .l-box.box02 .box-link::before,
.sec03-l .l-box.box02 .box-link::after {
  background-color: #D6A542;
}

.sec03-l .l-box.box03 .box-link::before,
.sec03-l .l-box.box03 .box-link::after {
  background-color: #72A8A2;
}

.sec03-l .l-box.box04 .box-link::before,
.sec03-l .l-box.box04 .box-link::after {
  background-color: #6FA0B9;
}

.sec03-l .l-box.box05 .box-link::before,
.sec03-l .l-box.box05 .box-link::after {
  background-color: #6A85BC;
}

.sec03-l .l-box.box06 .box-link::before,
.sec03-l .l-box.box06 .box-link::after {
  background-color: #A87AB1;
}

.sec03-l .l-box.box07 .box-link::before,
.sec03-l .l-box.box07 .box-link::after {
  background-color: #AF8859;
}

.sec03-l .l-box .box-link::before {
  transform: rotate(30deg);
}

.sec03-l .l-box .box-link::after {
  transform: rotate(-30deg);
}

.sec03-l .box-link-sp {
  display: none;
}

.sec03-bg {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.sec03-bg::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: url(../img/sec03-bg.png) bottom center / contain repeat-x;
}

.sec03-bg::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background: url(../img/sec03-bg.png) bottom center / contain repeat-x;
}

@media screen and (max-width:1050px) {
  .sec03-l .l-box .box-ttl a {
    height: 50px;
    font-size: 21px;
  }

  .sec03-l .l-box .box-list li {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .sec03-l .l-box .box-link a {
    font-size: 17px;
  }

  .sec03-l .l-box .box-txt a {
    padding: 10px 10px 20px;
  }
}


/*--------------------
	footer
--------------------*/
.footer-inner {
  max-width: 1000px;
  width: 95%;
  margin: 70px auto 60px;
}

.footer-area01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-area01 .area01-left,
.footer-area01 .area01-center,
.footer-area01 .area01-right {
  width: 30%;
}

.footer-area01 .area01-left .logo {
  margin-bottom: 30px;
}

.footer-area01 .area01-left .txt {
  color: #353535;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.footer-area01 .area01-center ul li {
  padding-left: 22px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
}

.footer-area01 .area01-center ul li a {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.footer-area01 .area01-center ul li a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.footer-area01 .area01-center ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FF9538;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.footer-area01 .area01-right a {
  display: block;
  margin-bottom: 20px;
}

.footer-area01 .area01-right a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.footer-area02 .area02-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-area02 .area02-top li {
  width: 50px;
  margin: 0 10px;
}

.footer-area02 .area02-top li a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.footer-area02 .area02-bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-area02 .area02-bottom li {
  line-height: 1;
  padding: 0 20px;
  position: relative;
}

.footer-area02 .area02-bottom li a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  vertical-align: top;
}

.footer-area02 .area02-bottom li a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.footer-area02 .area02-bottom li::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-area02 .area02-bottom li:last-child::before {
  content: none;
}

.footer-logo {
  width: 30%;
  margin: 0 auto 20px;
}

.footer-copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}


/*--------------------
	アニメーション
--------------------*/
.header-area.kv-fade,
.kv-fade-sp {
  opacity: 0;
  transform: translateY(50px) translateX(-50%);
  transition: all 1s ease;
}

.kv-bg01.kv-fade,
.kv-bg02.kv-fade,
.kv-bg03-wrap.kv-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.header-area.kv-fade.active,
.kv-fade-sp.active {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}

.kv-bg01.kv-fade.active,
.kv-bg02.kv-fade.active,
.kv-bg03-wrap.kv-fade.active {
  opacity: 1;
  transform: translateY(0);
}


/*--------------------
	下層
--------------------*/
.fixed-area {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.under-header {
  background: url(../img/under/u-header-bg.jpg) bottom center / cover no-repeat;
  border-bottom: 5px solid #FF9538;
}

.u-header-inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.u-header-inner .left {
  width: 28%;
}

.u-header-inner .right {
  width: 70%;
  text-align: right;
}

.u-header-inner .right .txt {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.u-header-inner .right .txt .name {
  font-size: 18px;
}

@media screen and (max-width:950px) {
  .u-header-inner .right .txt {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .u-header-inner .right .txt .name {
    font-size: 16px;
  }
}

@media screen and (max-width:800px) {
  .u-header-inner .right .txt {
    font-size: 11px;
  }

  .u-header-inner .right .txt .name {
    font-size: 15px;
  }
}

.u-header-inner .right .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.u-header-inner .right .btn01 {
  display: block;
  width: 28.6%;
  margin-right: 1%;
}

.u-header-inner .right .btn02 {
  display: block;
  width: 50.6%;
}

.u-header-inner .right .btn01:hover,
.u-header-inner .right .btn02:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

/* 下層ナビ */
.under-nav {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

.under-nav-box {
  width: 13%;
  height: 46px;
  border-radius: 10px;
  box-shadow: 1px 3px 15px -5px #777777;
  transition: 0.5s all;
}

.under-nav-box.box01 {
  background: #F5B987;
  border: 3px solid #F5B987;
}

.under-nav-box.box02 {
  background: #FAD58A;
  border: 3px solid #FAD58A;
}

.under-nav-box.box03 {
  background: #A5D2CD;
  border: 3px solid #A5D2CD;
}

.under-nav-box.box04 {
  background: #9CC3D7;
  border: 3px solid #9CC3D7;
}

.under-nav-box.box05 {
  background: #A3B4D7;
  border: 3px solid #A3B4D7;
}

.under-nav-box.box06 {
  background: #C69DCE;
  border: 3px solid #C69DCE;
}

.under-nav-box.box07 {
  background: #E1C8A9;
  border: 3px solid #E1C8A9;
}

.under-nav-box.box01:hover {
  background: #C9752E;
  border: 3px solid #C9752E;
}

.under-nav-box.box02:hover {
  background: #D6A542;
  border: 3px solid #D6A542;
}

.under-nav-box.box03:hover {
  background: #72A8A2;
  border: 3px solid #72A8A2;
}

.under-nav-box.box04:hover {
  background: #6FA0B9;
  border: 3px solid #6FA0B9;
}

.under-nav-box.box05:hover {
  background: #6A85BC;
  border: 3px solid #6A85BC;
}

.under-nav-box.box06:hover {
  background: #A87AB1;
  border: 3px solid #A87AB1;
}

.under-nav-box.box07:hover {
  background: #AF8859;
  border: 3px solid #AF8859;
}

.under-nav-ttl {
  width: 100%;
  height: 100%;
}

.under-nav-ttl a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.under-nav-ttl .icon {
  width: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under-nav-box.box01 .under-nav-ttl .icon img {
  width: 86%;
}

.under-nav-box.box02 .under-nav-ttl .icon img {
  width: 56%;
}

.under-nav-box.box03 .under-nav-ttl .icon img {
  width: 92%;
}

.under-nav-box.box04 .under-nav-ttl .icon img {
  width: 83%;
}

.under-nav-box.box05 .under-nav-ttl .icon img {
  width: 86%;
}

.under-nav-box.box06 .under-nav-ttl .icon img {
  width: 66%;
}

.under-nav-box.box07 .under-nav-ttl .icon img {
  width: 74%;
}

.under-nav-ttl .ttl {
  width: 74%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 0 4%;
  border-left: 1px solid #fff;
  transition: 0.5s all;
}

.under-nav-box.box06 .under-nav-ttl .ttl {
  font-size: 13px;
}

@media screen and (max-width:1050px) {
  .under-nav-box.box06 .under-nav-ttl .ttl {
    font-size: 12px;
  }
}

@media screen and (max-width:950px) {
  .under-nav-ttl .ttl {
    font-size: 11px;
  }

  .under-nav-box.box06 .under-nav-ttl .ttl {
    font-size: 10px;
  }
}

.under-nav-box.box01:hover .under-nav-ttl .ttl {
  background: #C9752E;
  color: #fff;
}

.under-nav-box.box02:hover .under-nav-ttl .ttl {
  background: #D6A542;
  color: #fff;
}

.under-nav-box.box03:hover .under-nav-ttl .ttl {
  background: #72A8A2;
  color: #fff;
}

.under-nav-box.box04:hover .under-nav-ttl .ttl {
  background: #6FA0B9;
  color: #fff;
}

.under-nav-box.box05:hover .under-nav-ttl .ttl {
  background: #6A85BC;
  color: #fff;
}

.under-nav-box.box06:hover .under-nav-ttl .ttl {
  background: #A87AB1;
  color: #fff;
}

.under-nav-box.box07:hover .under-nav-ttl .ttl {
  background: #AF8859;
  color: #fff;
}

.under-nav-list {
  width: 215%;
  display: none;
  position: relative;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.under-nav-box.box01 .under-nav-list {
  border: 2px solid #C9752E;
}

.under-nav-box.box02 .under-nav-list {
  border: 2px solid #D6A542;
}

.under-nav-box.box03 .under-nav-list {
  border: 2px solid #72A8A2;
}

.under-nav-box.box04 .under-nav-list {
  border: 2px solid #6FA0B9;
}

.under-nav-box.box05 .under-nav-list {
  border: 2px solid #6A85BC;
}

.under-nav-box.box06 .under-nav-list {
  border: 2px solid #A87AB1;
}

.under-nav-box.box07 .under-nav-list {
  border: 2px solid #AF8859;
}

@media screen and (max-width:1100px) {
  .under-nav-box.box06 .under-nav-list {
    left: -50%;
  }
}

.under-nav-list .list {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 15px 10px 40px;
  position: relative;
  background: #fff;
  transition: 0.5s all;
}

.under-nav-list .list:last-child {
  border-radius: 0 0 10px 10px;
}

.under-nav-box.box01 .under-nav-list .list {
  border-top: 1px solid #C9752E;
}

.under-nav-box.box02 .under-nav-list .list {
  border-top: 1px solid #D6A542;
}

.under-nav-box.box03 .under-nav-list .list {
  border-top: 1px solid #72A8A2;
}

.under-nav-box.box04 .under-nav-list .list {
  border-top: 1px solid #6FA0B9;
}

.under-nav-box.box05 .under-nav-list .list {
  border-top: 1px solid #6A85BC;
}

.under-nav-box.box06 .under-nav-list .list {
  border-top: 1px solid #A87AB1;
}

.under-nav-box.box07 .under-nav-list .list {
  border-top: 1px solid #AF8859;
}

.under-nav-list .list::before,
.under-nav-list .list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 13px;
  height: 3px;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.5s all;
}

.under-nav-box.box01 .under-nav-list .list::before,
.under-nav-box.box01 .under-nav-list .list::after {
  background: #C9752E;
}

.under-nav-box.box02 .under-nav-list .list::before,
.under-nav-box.box02 .under-nav-list .list::after {
  background: #D6A542;
}

.under-nav-box.box03 .under-nav-list .list::before,
.under-nav-box.box03 .under-nav-list .list::after {
  background: #72A8A2;
}

.under-nav-box.box04 .under-nav-list .list::before,
.under-nav-box.box04 .under-nav-list .list::after {
  background: #6FA0B9;
}

.under-nav-box.box05 .under-nav-list .list::before,
.under-nav-box.box05 .under-nav-list .list::after {
  background: #6A85BC;
}

.under-nav-box.box06 .under-nav-list .list::before,
.under-nav-box.box06 .under-nav-list .list::after {
  background: #A87AB1;
}

.under-nav-box.box07 .under-nav-list .list::before,
.under-nav-box.box07 .under-nav-list .list::after {
  background: #AF8859;
}

.under-nav-list .list::before {
  transform: translateY(-50%) rotate(45deg);
}

.under-nav-list .list::after {
  transform: translateY(-50%) rotate(-45deg);
}

.under-nav-box.box01 .under-nav-list .list:hover {
  background: #C9752E;
  color: #fff;
}

.under-nav-box.box02 .under-nav-list .list:hover {
  background: #D6A542;
  color: #fff;
}

.under-nav-box.box03 .under-nav-list .list:hover {
  background: #72A8A2;
  color: #fff;
}

.under-nav-box.box04 .under-nav-list .list:hover {
  background: #6FA0B9;
  color: #fff;
}

.under-nav-box.box05 .under-nav-list .list:hover {
  background: #6A85BC;
  color: #fff;
}

.under-nav-box.box06 .under-nav-list .list:hover {
  background: #A87AB1;
  color: #fff;
}

.under-nav-box.box07 .under-nav-list .list:hover {
  background: #AF8859;
  color: #fff;
}

.under-nav-box.box01 .under-nav-list .list:hover::before,
.under-nav-box.box01 .under-nav-list .list:hover::after,
.under-nav-box.box02 .under-nav-list .list:hover::before,
.under-nav-box.box02 .under-nav-list .list:hover::after,
.under-nav-box.box03 .under-nav-list .list:hover::before,
.under-nav-box.box03 .under-nav-list .list:hover::after,
.under-nav-box.box04 .under-nav-list .list:hover::before,
.under-nav-box.box04 .under-nav-list .list:hover::after,
.under-nav-box.box05 .under-nav-list .list:hover::before,
.under-nav-box.box05 .under-nav-list .list:hover::after,
.under-nav-box.box06 .under-nav-list .list:hover::before,
.under-nav-box.box06 .under-nav-list .list:hover::after,
.under-nav-box.box07 .under-nav-list .list:hover::before,
.under-nav-box.box07 .under-nav-list .list:hover::after {
  background: #fff;
}

@media screen and (max-width:950px) {
  .under-nav-list .list {
    font-size: 11px;
    padding: 10px 15px 10px 30px;
  }

  .under-nav-list .list::before,
  .under-nav-list .list::after {
    left: 11px;
    width: 10px;
    height: 2px;
  }
}

/* 下層h2 */
.under-ttl {
  padding: 51px 0 0;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.under-ttl h2 {
  margin: 0 auto;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  padding: 0 20% 30px;
  position: relative;
}

.under-ttl h2::after {
  content: "";
  width: 71px;
  height: 34px;
  position: absolute;
  bottom: 4%;
  right: 1%;
  background: url(../img/under/u-ttl-img01.png) bottom center / contain no-repeat;
}

.under-ttl h2 span {
  position: relative;
  margin-left: 15%;
}

.about .under-ttl h2 {
  text-align: left;
  padding: 0 10% 20px 25%;
}

.about .under-ttl h2 span {
  display: block;
  margin-left: 0;
}

/* 下層パーツ */
.under-contents {
  width: 95%;
  max-width: 1000px;
  margin: 95px auto 0;
}

.u-ttl-h3 {
  position: relative;
  margin: 0 auto 45px;
}

.u-ttl-h3::before {
  content: "";
  border-radius: 5px;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.u-ttl-h3 h3 {
  width: 95%;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  font-size: 27px;
  line-height: 1.2;
  padding: 10px 10% 10px 9%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.u-ttl-h3.small h3 {
  font-size: 22px;
}

.u-ttl-h3 h3::before {
  content: "";
  width: 79px;
  height: 59px;
  background: url(../img/under/h3-img.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  right: 20px;
}

@media screen and (max-width:950px) {
  .u-ttl-h3 h3::before {
    right: 15px;
  }
}

@media screen and (max-width:880px) {
  .u-ttl-h3 h3::before {
    width: 65px;
    height: 45px;
    transform: translateY(-50%);
  }
}

.u-ttl-h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 10px 25px;
  margin-bottom: 20px;
  position: relative;
}

.u-ttl-h4::before {
  content: "";
  width: 8px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: 0;
}

.tall {
  margin: -200px 0 75px;
  padding: 200px 0 0;
}

.short {
  margin: 0 0 50px;
}

.link-position {
  margin-top: -180px;
  padding-top: 180px;
}

.txt-left {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.txt-right {
  text-align: right;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.under-btn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.under-btn a {
  width: 270px;
  height: 65px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  background: #FAC89D;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.under-btn .small {
  font-size: 20px;
}

.under-btn .left {
  margin-right: 20px;
  padding-left: 55px;
}

.under-btn .left::before {
  content: "";
  width: 35px;
  height: 25px;
  background: url(../img/under/arrow01.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}

.under-btn .right {
  margin-left: 20px;
  padding-right: 55px;
}

.under-btn .right::before {
  content: "";
  width: 35px;
  height: 25px;
  background: url(../img/under/arrow01.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 22px;
}

.under-btn.single .right,
.under-btn.single .left {
  margin: 0 auto;
}

.under-btn a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.under-bg-wrap {
  overflow-x: hidden;
}

.under-bg {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.under-bg::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: url(../img/under/under-bg.png) bottom center / contain repeat-x;
}

.under-bg::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background: url(../img/under/under-bg.png) bottom center / contain repeat-x;
}

.list-question li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}

.list-question li:last-child {
  margin-bottom: 0;
}

.list-question li a {
  position: relative;
  padding: 0 45px 8px 40px;
  background: linear-gradient(transparent 45%, #f8e5eb 50%);
}

.list-question li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/under/arrow02.png) bottom center / contain no-repeat;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

.list-question li a::after {
  content: "";
  width: 24px;
  height: 55px;
  background: url(../img/under/icon_Q.png) bottom center / contain no-repeat;
  position: absolute;
  left: 4px;
  top: -25px;
}

.list-question li a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.link-icon-txt01 {
  text-decoration: underline;
  line-height: 1.2;
}

.link-icon-txt01:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.link-icon-txt01 img {
  width: 17px;
  vertical-align: middle;
  margin: 0 8px;
}

.link-icon-txt02 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.2;
}

.link-icon-txt02:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.link-icon-txt02 img {
  width: 17px;
  vertical-align: middle;
  margin: 0 8px;
}

.table-sp {
  display: none;
}


/*--------------------
	about
--------------------*/
.about .under-nav-wrap,
.about .under-ttl-wrap {
  background: #fdf0e7;
}

.about .under-ttl {
  padding: 25px 0 0;
}

.about .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/about-ttl-img02.png) bottom center / contain no-repeat;
}

.about .under-ttl h2 {
  font-size: 33px;
}

.about .under-ttl h2::before {
  content: "";
  width: 32px;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 2%;
  background: url(../img/under/about-ttl-img01.png) bottom center / contain no-repeat;
}

.about .under-ttl h2 span::before {
  content: "";
  width: 71px;
  height: 50px;
  background: url(../img/under/u-nav-icon01.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
}

@media screen and (max-width:900px) {
  .about .under-ttl h2 span::before {
    left: -16%;
  }
}

.u-ttl-h3.about-h3::before {
  background: #F5B987;
}

.u-ttl-h3.about-h3 h3 {
  border: 5px solid #F5B987;
}

.u-ttl-h4.about-h4 {
  border-bottom: 2px solid #F5B987;
}

.u-ttl-h4.about-h4::before {
  background: #F5B987;
}

.about-table {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.about-table th {
  width: 35%;
  background: #fdf0e7;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #b3bab2;
  padding: 12px 17px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.about-table th .popup-link {
  font-weight: 600;
}

.about-table tr:first-child th,
.about-table tr:first-child td {
  border-top: 2px solid #b3bab2;
}

.about-table td {
  border-bottom: 2px solid #B7B7B7;
  padding: 15px 30px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  letter-spacing: 1px;
}

.about-table.table03 th {
  padding: 23px 17px;
}

.about-table.table03 td {
  padding: 23px 30px;
}

.about-layout02 {
  display: flex;
  justify-content: space-between;
}

.about-layout02 .desc {
  flex: 1;
}

.about-layout02 .img {
  width: 300px;
  margin-left: 50px;
  text-align: center;
}

.about-layout03 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about-layout03 .desc {
  flex: 1;
}

.about-layout03 .img {
  width: 300px;
  margin-left: 60px;
  text-align: center;
}

.about-check li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 45px;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.about-check li:last-child {
  margin-bottom: 0;
}

.about-check li::before {
  content: "";
  width: 34px;
  height: 35px;
  background: url(../img/under/check01.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.about-list li {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #acd9a2;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

/*--------------------
	life
--------------------*/
.life .under-nav-wrap,
.life .under-ttl-wrap {
  background: #edf0f7;
}

.life .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/life-ttl-img02.png) bottom center / contain no-repeat;
}

.life .under-ttl h2 {
  padding: 0 20% 30px 13%;
}

.life .under-ttl h2::before {
  content: "";
  width: 134px;
  height: 90px;
  position: absolute;
  bottom: -12%;
  left: 3px;
  background: url(../img/under/life-ttl-img01.png) bottom center / contain no-repeat;
}

.life .under-ttl h2 span {
  margin-left: 12%;
}

.life .under-ttl h2 span::before {
  content: "";
  width: 55px;
  height: 56px;
  background: url(../img/under/u-nav-icon05.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45%;
}

.u-ttl-h3.life-h3::before {
  background: #A3B4D7;
}

.u-ttl-h3.life-h3 h3 {
  border: 5px solid #A3B4D7;
}

.u-ttl-h4.life-h4 {
  border-bottom: 2px solid #A3B4D7;
}

.u-ttl-h4.life-h4::before {
  background: #A3B4D7;
}

.life-layout01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.life-layout01 .desc {
  flex: 1;
}

.life-layout01 .img {
  width: 300px;
  margin-left: 40px;
  text-align: center;
}

.life-layout01 .img.img01 {
  width: 298px;
}

.life-layout01 .img.img02 {
  width: 200px;
}

.life-layout01 .img.img03 {
  width: 292px;
}

.life-layout01 .img.img04 {
  width: 292px;
}

.life-ttl {
  line-height: 1;
  margin-bottom: 40px;
}

.life-ttl span {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 40px 8px 13px;
  border-radius: 8px 0 50px 8px;
  background: #A3B4D7;
}

.life-layout02 {
  background: #f6f7fb;
  border-radius: 5px;
  padding: 40px 40px 0;
}

.life-layout02-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.life-layout02-top .left {
  width: 424px;
  margin-right: 10px;
}

.life-layout02-top .left p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.life-layout02-top .left .img {
  margin: 20px 0;
}

.life-layout02-top .right {
  width: 455px;
  background: #fff;
  padding: 20px;
  margin-left: 10px;
}

.life-layout02-top .right p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  background: #6a85bc;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

.life-check li {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.life-check li:last-child {
  margin-bottom: 0;
}

.life-check li::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../img/under/check02.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.life-layout02-bottom {
  text-align: center;
}

.life-table {
  font-family: "Noto Sans JP", sans-serif;
}

.life-table th {
  background: #f0f5f8;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #b6b8b7;
  border-bottom: 2px solid #b6b8b7;
  padding: 20px 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.life-table th:first-child {
  width: 43%;
}

.life-table .ttl {
  background: #A3B4D7;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-right: 2px solid #fff;
}

.life-table .ttl:last-child {
  border-right: none;
}

.life-table td {
  border-bottom: 2px solid #b6b8b7;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  vertical-align: middle;
  box-sizing: border-box;
}


.life-table-link {
  text-decoration: underline;
}

.life-table-link:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.life-table-link img {
  width: 17px;
  vertical-align: middle;
  margin: 0 8px;
}


/*--------------------
	diagnosis
--------------------*/
.diagnosis .under-nav-wrap,
.diagnosis .under-ttl-wrap {
  background: #fef7e7;
}

.diagnosis .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/diagnosis-ttl-img02.png) bottom center / contain no-repeat;
}

.diagnosis .under-ttl h2 {
  font-size: 38px;
  padding: 0 20% 30px 16%;
}

.diagnosis .under-ttl h2::before {
  content: "";
  width: 94px;
  height: 84px;
  position: absolute;
  bottom: -10%;
  left: 17px;
  background: url(../img/under/diagnosis-ttl-img01.png) bottom center / contain no-repeat;
}

.diagnosis .under-ttl h2 span::before {
  content: "";
  width: 34px;
  height: 60px;
  background: url(../img/under/u-nav-icon02.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
}

.u-ttl-h3.diagnosis-h3::before {
  background: #fbd58a;
}

.u-ttl-h3.diagnosis-h3 h3 {
  border: 5px solid #fbd58a;
}

.diagnosis-layout01 {
  display: flex;
  justify-content: space-between;
}

.diagnosis-layout01 .img {
  width: 480px;
  margin-right: 20px;
}

.diagnosis-table {
  width: 480px;
  margin-left: 20px;
}

.diagnosis-table {
  font-family: "Noto Sans JP", sans-serif;
}

.diagnosis-table th {
  background: #fef7e7;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #b6b8b7;
  border-bottom: 2px solid #b6b8b7;
  padding: 20px 15px 20px 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.diagnosis-table th:first-child {
  width: 36%;
}

.diagnosis-table .ttl {
  background: #D6A542;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 2px solid #fff;
}

.diagnosis-table th .popup-link {
  font-weight: 600;
}

.diagnosis-table th .normal .popup-link {
  font-weight: 400 !important;
}

.diagnosis-table th .icon {
  color: #D6A542;
}

.diagnosis-table .ttl:last-child {
  border-right: none;
}

.diagnosis-table td {
  border-bottom: 2px solid #b6b8b7;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  vertical-align: middle;
  box-sizing: border-box;
}

.diagnosis-layout02 {
  position: relative;
  margin-bottom: 50px;
}

.diagnosis-layout02 p {
  width: 60%;
}

.diagnosis-layout02 .img {
  width: 175px;
  position: absolute;
  top: 0;
  right: 30px;
}

.diagnosis-layout03 dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
}

.diagnosis-layout03 dl dt {
  width: 260px;
  height: 75px;
  background: #fbd58a;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.diagnosis-layout03 dl dt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #D6A542;
  border-bottom: 0;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.diagnosis-layout03 dl:last-child dt {
  margin-bottom: 0;
}

.diagnosis-layout03 dl:first-child dt::before {
  content: none;
}

.diagnosis-layout03 dl:first-child .diagnosis-check {
  width: 57%;
}

.diagnosis-layout03 dl dd {
  flex: 1;
  margin-top: 5px;
}

.diagnosis-check li {
  position: relative;
  padding-left: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.diagnosis-check li+li {
  margin-top: 20px;
}

.diagnosis-check li::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/under/check03.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}


/*--------------------
	watchful
--------------------*/
.watchful .under-nav-wrap,
.watchful .under-ttl-wrap {
  background: #edf6f5;
}

.watchful .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/watchful-ttl-img02.png) bottom center / contain no-repeat;
}

.watchful .under-ttl h2 {
  padding: 0 20% 30px 11%;
}

.watchful .under-ttl h2::before {
  content: "";
  width: 41px;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 2%;
  background: url(../img/under/watchful-ttl-img01.png) bottom center / contain no-repeat;
}

.watchful .under-ttl h2 span::before {
  content: "";
  width: 77px;
  height: 43px;
  background: url(../img/under/u-nav-icon03.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26%;
}

.u-ttl-h3.watchful-h3::before {
  background: #A5D2CD;
}

.u-ttl-h3.watchful-h3 h3 {
  border: 5px solid #A5D2CD;
}

.u-ttl-h4.watchful-h4 {
  border-bottom: 2px solid #A5D2CD;
}

.u-ttl-h4.watchful-h4::before {
  background: #A5D2CD;
}

.watchful-layout01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.watchful-layout01 .desc {
  flex: 1;
}

.watchful-layout01 .img {
  width: 300px;
  margin-left: 40px;
  text-align: center;
}

.watchful-table {
  font-family: "Noto Sans JP", sans-serif;
}

.watchful-table th {
  background: #ecf6f5;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #b6b8b7;
  border-bottom: 2px solid #b6b8b7;
  padding: 20px 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.watchful-table th:first-child {
  width: 43%;
}

.watchful-table .ttl {
  background: #71a8a2;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-right: 2px solid #fff;
}

.watchful-table .ttl:last-child {
  border-right: none;
}

.watchful-table td {
  border-bottom: 2px solid #b6b8b7;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  vertical-align: middle;
  box-sizing: border-box;
}


.watchful-table-link {
  text-decoration: underline;
}

.watchful-table-link:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.watchful-table-link img {
  width: 17px;
  vertical-align: middle;
  margin: 0 8px;
}

/*--------------------
	faq
--------------------*/
.faq .under-nav-wrap,
.faq .under-ttl-wrap {
  background: #f9f4ee;
}

.faq .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/faq-ttl-img02.png) bottom center / contain no-repeat;
}

.faq .under-ttl h2 {
  padding: 0 20% 30px 10%;
}

.faq .under-ttl h2::before {
  content: "";
  width: 68px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: url(../img/under/faq-ttl-img01.png) bottom center / contain no-repeat;
}

.faq .under-ttl h2 span::before {
  content: "";
  width: 53px;
  height: 54px;
  background: url(../img/under/u-nav-icon07.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90%;
}

.u-ttl-h3.faq-h3::before {
  background: #E1C8A9;
}

.u-ttl-h3.faq-h3 h3 {
  border: 5px solid #E1C8A9;
}

.faq-accordion {
  border: 3px solid #E1C8A9;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-accordion dt {
  background: #f5e8df;
  border-radius: 6px;
  padding: 15px 70px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  transition: .4s;
}

.faq-accordion dt.open {
  border-radius: 6px 6px 0 0;
}

.faq-accordion dd {
  display: none;
  border-top: 3px solid #E1C8A9;
  border-radius: 0 0 10px 10px;
  padding: 15px 70px;
  position: relative;
  font-weight: 500;
}

.faq-accordion dt .icon,
.faq-accordion dd .icon {
  color: #AF8859;
  font-family: "Noto Sans", serif;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: 20px;
}

.faq-accordion dt::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  top: 50%;
  right: 10px;
  background: #505050;
  transform: translateY(-50%);
}

.faq-accordion dt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 2px;
  background: #505050;
  transition: .4s;
  transform: translateY(-50%) rotate(90deg);
}

.faq-accordion dt.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-accordion dd .link {
  text-align: right;
  line-height: 1;
  margin-top: 15px;
}

.faq-accordion dd .link a {
  color: #5793CE;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #5793CE;
  padding: 0 27px 0 13px;
  position: relative;
}

.faq-accordion dd .link a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/under/arrow02.png) center / cover no-repeat;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.faq-accordion dd .link a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.faq-layout01 {
  display: flex;
  justify-content: space-between;
}

.faq-layout01 .desc {
  flex: 1;
}

.faq-layout01 .img {
  margin-left: 30px;
  text-align: center;
}

.faq-layout01 .img.img01 {
  width: 276px;
}

.faq-layout01 .img.img02 {
  width: 185px;
}

.faq-layout01 .img.img03 {
  width: 164px;
}

.faq-layout01 .img.img04 {
  width: 234px;
}


/*--------------------
	treatment
--------------------*/
.treatment .under-nav-wrap,
.treatment .under-ttl-wrap {
  background: #ebf3f6;
}

.treatment .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/treatment-ttl-img02.png) bottom center / contain no-repeat;
}

.treatment .under-ttl h2 {
  padding: 0 20% 30px 18%;
}

.treatment .under-ttl h2::before {
  content: "";
  width: 40px;
  height: 93px;
  position: absolute;
  bottom: 0;
  left: 22px;
  background: url(../img/under/treatment-ttl-img01.png) bottom center / contain no-repeat;
}

.treatment .under-ttl h2 span::before {
  content: "";
  width: 60px;
  height: 51px;
  background: url(../img/under/u-nav-icon04.png) bottom center / contain no-repeat;
  position: absolute;
  top: -7%;
  left: -30%;
}

.u-ttl-h3.treatment-h3::before {
  background: #9dc3d8;
}

.u-ttl-h3.treatment-h3 h3 {
  border: 5px solid #9dc3d8;
}

.u-ttl-h4.treatment-h4 {
  border-bottom: 2px solid #9dc3d8;
}

.u-ttl-h4.treatment-h4::before {
  background: #9dc3d8;
}

.treatment-layout01 {
  border: 1px solid #6ea0b9;
  border-radius: 10px;
  margin-bottom: 40px;
}

.treatment-layout01 .ttl {
  background: #6ea0b9;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.treatment-layout01 .ttl span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  padding: 5px 15px;
  margin-right: 15px;
  background: #fff;
  border-radius: 15px;
  vertical-align: middle;
}

.box-wrap {
  display: flex;
  padding: 25px 0;
}

.box-wrap.col2 {
  display: flex;
}

.box-wrap.col2 .box {
  width: 50%;
}

.box-wrap .box {
  padding: 0 25px;
}

.box-wrap .box+.box {
  border-left: 1px solid #b7b7b7;
}

.box-wrap .box-ttl {
  color: #6ea0b9;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.box-wrap .box-txt {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.box-wrap .box-txt.box01 {
  margin-bottom: 50px;
}

.box-wrap .box-img {
  margin: 0 auto;
}

.box-wrap .box-img.img01 {
  width: 164px;
}

.box-wrap .box-img.img02 {
  width: 138px;
}

.box-wrap .box-img.img03 {
  width: 330px;
}

.box-wrap .box-img.img04 {
  width: 294px;
}

.treatment-layout01-col2 {
  display: flex;
  justify-content: space-between;
}

.treatment-layout01-col2 .treatment-layout01 {
  width: 100%;
}

.treatment-layout01-col2 .treatment-layout01 .box-wrap .box {
  display: flex;
}

.treatment-layout01-col2 .treatment-layout01 .box-wrap .box .box-txt {
  flex: 1;
}

.treatment-layout01-col2 .treatment-layout01 .box-wrap .box .box-img {
  width: 294px;
  margin: 0 20px 0 65px;
}

.treatment-layout02 {
  padding: 45px 30px 30px;
  background: #f1f6fa;
}

.treatment-layout02 .ttl {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.treatment-layout02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treatment-layout02 .list li {
  width: 280px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 12px 5px;
  background: #fff;
  border: 2px solid #9CC3D7;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.treatment-layout03 {
  margin: 30px 0 50px;
  display: flex;
  justify-content: center;
  padding: 0 120px 0 80px;
  background: url(../img/under/treatment-img05.png) top 10px center / contain no-repeat;
}

.treatment-layout03-box {
  width: 200px;
}

.treatment-layout03-box:nth-child(2) {
  margin: 0 100px;
}

.treatment-layout03-box .box {
  border: 2px solid #9CC3D7;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.2;
  padding: 19px 5px;
  margin-bottom: 20px;
}

.treatment-list li {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.treatment-list li:last-child {
  margin-bottom: 0;
}

.treatment-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #6da1b9;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.treatment-list.color02 li::before {
  background: #9dc3d8;
}

.treatment-layout04 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #D87C99;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}

.treatment-table {
  font-family: "Noto Sans JP", sans-serif;
}

.treatment-table th {
  background: #f1f6fa;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #b6b8b7;
  border-bottom: 2px solid #b6b8b7;
  padding: 20px 15px 20px 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.treatment-table th:first-child {
  width: 20%;
}

.treatment-table .ttl {
  background: #6FA0B9;
  padding: 13px 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 2px solid #fff;
}

.treatment-table th .normal {
  font-weight: 400;
}

.treatment-table .ttl:last-child {
  border-right: none;
}

.treatment-table td {
  border-right: 2px solid #b6b8b7;
  border-bottom: 2px solid #b6b8b7;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  vertical-align: top;
  box-sizing: border-box;
}

.treatment-table td:last-child {
  border-right: none;
}

.treatment-check li {
  position: relative;
  padding-left: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.treatment-check li+li {
  margin-top: 20px;
}

.treatment-check li::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/under/check05.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width:1050px) {
  .treatment-layout02 .list li {
    width: 30%;
  }
}

@media screen and (max-width:850px) {
  .treatment-layout03-box:nth-child(2) {
    margin: 0 50px;
  }
}

/*--------------------
	caregiver
--------------------*/
.caregiver .under-nav-wrap,
.caregiver .under-ttl-wrap {
  background: #f5ebf4;
}

.caregiver .under-ttl::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/under/caregiver-ttl-img02.png) bottom center / contain no-repeat;
}

.caregiver .under-ttl h2 {
  padding: 0 18% 30px 16%;
}

@media screen and (max-width:850px) {
  .caregiver .under-ttl h2 {
    padding: 0 14% 30px 12%;
  }
}

.caregiver .under-ttl h2::before {
  content: "";
  width: 62px;
  height: 91px;
  position: absolute;
  bottom: 2%;
  left: 10px;
  background: url(../img/under/caregiver-ttl-img01.png) bottom center / contain no-repeat;
}

.caregiver .under-ttl h2 span::before {
  content: "";
  width: 45px;
  height: 54px;
  background: url(../img/under/u-nav-icon06.png) bottom center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-59%);
  left: -16%;
}

.u-ttl-h3.caregiver-h3::before {
  background: #C69DCE;
}

.u-ttl-h3.caregiver-h3 h3 {
  border: 5px solid #C69DCE;
}

.u-ttl-h4.caregiver-h4 {
  border-bottom: 2px solid #C69DCE;
}

.u-ttl-h4.caregiver-h4::before {
  background: #C69DCE;
}

.caregiver-layout01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.caregiver-layout01 .desc {
  flex: 1;
}

.caregiver-layout01 .img {
  width: 290px;
  margin-left: 60px;
  text-align: center;
}

.caregiver-layout01 .img.img01 {
  width: 286px;
}

.caregiver-layout01 .img.img02 {
  width: 303px;
}

.caregiver-layout02 {
  padding: 40px;
  background: #f5ebf4;
}

.caregiver-check li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  line-height: 1.2;
}

.caregiver-check li:last-child {
  margin-bottom: 0;
}

.caregiver-check li .ttl {
  font-size: 20px;
  font-weight: 700;
}

.caregiver-check li .txt {
  font-weight: 400;
  line-height: 1.5;
}

.caregiver-check li .ttl+.txt {
  margin-top: 7px;
}

.caregiver-check li::before {
  content: "";
  width: 35px;
  height: 36px;
  background: url(../img/under/check04.png) center / cover no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
}

.caregiver-layout03 {
  display: flex;
  justify-content: space-between;
}

.caregiver-layout03 .desc {
  width: 480px;
  margin-right: 20px;
}

.caregiver-layout03 .list {
  width: 480px;
  margin-left: 20px;
  padding: 20px 20px 40px;
  background: #f5ebf4;
}

.caregiver-layout03 .list-ttl {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 10px;
  margin-bottom: 25px;
  background: #A87AB1;
  border-radius: 30px;
}

.caregiver-layout03 .caregiver-list {
  margin-left: 10px;
}

.caregiver-layout04 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.caregiver-layout04 .box {
  width: 298px;
  height: 250px;
  border: 2px solid #A87AB1;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 0 15px;
  position: relative;
}

.caregiver-layout04 .box .ttl {
  width: 180px;
  padding: 10px 0;
  background: #A87AB1;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -10px;
}

.caregiver-layout04 .box .txt {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.caregiver-layout04 .img {
  width: 201px;
  margin-left: 15px;
}

.checksheet-ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding: 20px;
  border: 3px solid #C69DCE;
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 3px 3px 0px 0px #C69DCE;
}

.checksheet-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5.3%;
  border-style: solid;
  border-width: 26px 25px 0 0;
  border-color: #C69DCE transparent transparent;
  translate: -50% 100%;
}

.checksheet-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  border-style: solid;
  border-width: 15.7px 13.1px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.5px) 100%;
}

.checksheet-ttl-icon {
  font-weight: 600;
  position: relative;
  padding: 0 50px 0 35px;
}

.checksheet-ttl-icon::before {
  content: "";
  width: 35px;
  height: 36px;
  background: url(../img/under/check04.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

@media screen and (max-width:1000px) {
  .checksheet-ttl-icon::before {
    right: 0;
  }
}

.checksheet-inner {
  display: flex;
  justify-content: space-between;
}

.checksheet-inner .left-side {
  width: 486px;
  margin-right: 14px;
}

.checksheet-inner .right-side {
  width: 486px;
  margin-left: 14px;
}

.checksheet-box {
  border-radius: 10px;
}

.checksheet-box+.checksheet-box {
  margin-top: 40px;
}

.checksheet-box.blue {
  border: 3px solid #769abe;
}

.checksheet-box.green {
  border: 3px solid #879b6a;
}

.checksheet-box.orange {
  border: 3px solid #dca881;
}

.checksheet-box .box-ttl {
  padding: 10px 10px 10px 70px;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.checksheet-box.blue .box-ttl {
  background: #e6f0f9;
  border-bottom: 3px solid #769abe;
}

.checksheet-box.green .box-ttl {
  background: #e3eedd;
  border-bottom: 3px solid #879b6a;
}

.checksheet-box.orange .box-ttl {
  background: #fbf6f0;
  border-bottom: 3px solid #dca881;
}

.checksheet-box.blue .box-ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/under/caregiver-check01.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.checksheet-box.green .box-ttl::before {
  content: "";
  width: 40px;
  height: 31px;
  background: url(../img/under/caregiver-check02.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.checksheet-box.orange .box-ttl::before {
  content: "";
  width: 40px;
  height: 33px;
  background: url(../img/under/caregiver-check03.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.checksheet-box .check-list {
  padding: 20px 16px;
}

.checksheet-box label {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

.checksheet-box label+label {
  margin-top: 20px;
}

.checksheet-box label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.checksheet-box.blue label::before {
  border: 3px solid #769abe;
}

.checksheet-box.green label::before {
  border: 3px solid #879b6a;
}

.checksheet-box.orange label::before {
  border: 3px solid #dca881;
}

.checksheet-box label:has(:checked)::after {
  content: '';
  background: url(../img/under/caregiver-check05.png) center / cover no-repeat;
  width: 30px;
  height: 29px;
  position: absolute;
  top: -5px;
  left: 6px;
}

.checksheet .txt {
  text-align: right;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 10px 0 50px;
}

.download-btn {
  display: block;
  width: 360px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  background: #c79dcf;
  border-radius: 10px;
  padding: 10px 50px 15px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  box-shadow: 1px 3px 15px -5px #777777;
  border: none;
  cursor: pointer;
}

.download-btn::before {
  content: "";
  width: 37px;
  height: 31px;
  background: url(../img/under/caregiver-check04.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.download-btn:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.check-list label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1.2px;
  position: relative;
  padding-left: 39px;
}

.check-list label+label {
  margin-top: 20px;
}

.check-list label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.check-list label:has(:checked)::after {
  content: '';
  background: url(../img/under/caregiver-check05.png) center / cover no-repeat;
  width: 28px;
  height: 27px;
  position: absolute;
  top: -3px;
  left: 4px;
}

.check-list input {
  opacity: 0;
  width: 0;
}

.checksheet-pdf {
  max-width: 1000px;
  position: absolute;
  top: -9999px;
}

.responsive-svg {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}

.check-mark {
  position: absolute;
  width: 2.7%;
}

.check-mark.area01 {
  top: 27.4%;
  left: 7.3%;
}

.check-mark.area02 {
  top: 46.1%;
  left: 7.3%;
}

.check-mark.area03 {
  top: 27.4%;
  left: 53.6%;
}

.check-mark label {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.check-mark label {
  margin-bottom: 43%;
}

.check-mark label .check-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.check-mark label:has(:checked) .check-img {
  display: block;
}

.check-mark input {
  opacity: 0;
}

.popup-link {
  color: #036fac;
  cursor: pointer;
  border-bottom: dotted 1px #036fac;
}

.popup-link:hover {
  opacity: 0.5;
  transition: 0.5s all;
}

.popup {
  position: absolute;
  display: none;
  transform: translateX(-50%);
  margin-top: 0.2em;
  width: 280px;
  padding: 13px;
  margin-bottom: 15px;
  line-height: 1.4em;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  color: #324646;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.popup .title {
  color: #324646;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: 7px;
}

.popup .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width:1024px) {
  .popup {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

/*--------------------
	pageTop
--------------------*/
.pageTop {
  cursor: pointer;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}