:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Maru Gothic", sans-serif;
  --en-font: "Alumni Sans", sans-serif;
  --num-font: "Cabin", sans-serif;
  --base-color: #4B4B4B;
  --white: #fff;
  --purple: #9D86BE;
  --green: #86B05D;
  --pink: #F095B5;
  --yellow2: #ECBD3A;
  --blue2: #2FC3C0;
  --cream: #F8F5EC;
  --light_blue: #E8FBFA;
  --light-yellow: #FFFEC1;
  --blk: #444;
  --glay: #F2F2F2;
  --blue: #40C8DA;
  --color1: #EBE9E5;
  --color2: #96DFDD;
  --color3: #0866FF;
  --color4: #7AAEAD;
  --color5: #E8FBFA;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  margin-bottom: 8rem;
  height: 90rem;
  padding-top: 16.6rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/index/main_visual_bg.webp) no-repeat center center;
  background-size: cover;
}
.mainVisual .widBox {
  max-width: 153.6rem;
  margin: 0 auto;
  padding-left: 8.1rem;
}
.mainVisual .widBox .textBox {
  width: 72.9rem;
}
.mainVisual .widBox .textBox .ttl {
  margin: 0 auto 1.9rem;
  width: 55.9rem;
  padding: 0.3rem 0 0.2rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.3rem;
  font-weight: 500;
  background-color: var(--base-color);
  border-radius: 1.5rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.mainVisual .widBox .textBox .text {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
  text-shadow: 0 0 1.2rem var(--white), 0 0 1.2rem var(--white), 0 0 1.2rem var(--white), 0 0 1.2rem var(--white), 0 0 1.2rem var(--white);
}
.mainVisual .widBox .textBox .text span {
  font-size: 3rem;
  letter-spacing: 0.36rem;
  font-weight: 700;
}
.mainVisual .widBox .textBox ul {
  margin: 2.7rem -3.2rem 0 -2.6rem;
}
.mainVisual .widBox .textBox ul li {
  margin: 0 0.7rem;
  width: 17rem;
  height: 17rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.216rem;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.mainVisual .widBox .textBox ul li .ico {
  position: absolute;
  left: 50%;
  top: -1.3rem;
  width: 7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainVisual .widBox .textBox ul li .big {
  margin-bottom: -0.4rem;
  display: block;
  color: var(--purple);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.288rem;
}
.mainVisual .widBox .textBox ul li.purple {
  padding-top: 0.7rem;
}
.mainVisual .widBox .textBox ul li.green {
  padding-top: 1.2rem;
}
.mainVisual .widBox .textBox ul li.green .ico {
  top: -1rem;
}
.mainVisual .widBox .textBox ul li.green .big {
  margin: -0.5rem 0 0;
  color: var(--green);
}
.mainVisual .widBox .textBox ul li.pink {
  padding-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.168rem;
}
.mainVisual .widBox .textBox ul li.pink .ico {
  top: -2.2rem;
}
.mainVisual .widBox .textBox ul li.pink .big {
  margin-bottom: -0.2rem;
  color: var(--pink);
  font-size: 2.2rem;
  letter-spacing: 0.264rem;
}
.mainVisual .widBox .textBox ul li.pink .sml {
  color: var(--pink);
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.216rem;
}
.mainVisual .widBox .textBox ul li.yellow {
  padding-top: 0.6rem;
  line-height: 1.3;
}
.mainVisual .widBox .textBox ul li.yellow .ico {
  top: -0.9rem;
}
.mainVisual .widBox .textBox ul li.yellow .big {
  margin: -0.3rem 0 0;
  color: var(--yellow2);
  font-size: 2.2rem;
  letter-spacing: 0.264rem;
}
.mainVisual .widBox .textBox ul li.yellow .color {
  color: var(--yellow2);
  letter-spacing: 0.216rem;
}
.mainVisual .widBox .textBox ul li.yellow .sml {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.168rem;
}
.mainVisual .widBox .img {
  margin: -5.2rem 0 0 -8.1rem;
  width: 74.1rem;
  position: relative;
}
.mainVisual .topics {
  width: 90rem;
  position: absolute;
  left: 50%;
  bottom: -16rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainVisual .topics a {
  padding: 2.3rem 9rem 2.5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  border-radius: 2rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: url(../img/common/icon03.webp) no-repeat right 6.8rem center var(--cream);
  background-size: 0.8rem auto;
}
@media all and (min-width: 1025px) {
  .mainVisual .topics a:hover {
    opacity: 0.65;
  }
}
.mainVisual .topics a .en {
  margin: -0.2rem 0 0.2rem;
  width: 11.7rem;
  color: var(--blue2);
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: 0.4rem;
}
.mainVisual .topics a .sort {
  width: 10.2rem;
  margin-bottom: -0.2rem;
}
.mainVisual .topics a .sort span {
  margin-bottom: 0.2rem;
  width: 8.4rem;
  padding: 0.3rem 0;
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  background-color: var(--color1);
  border-radius: 1.5rem;
}
.mainVisual .topics a .time {
  width: 10.6rem;
}
.mainVisual .topics a .txt {
  width: calc(100% - 33rem);
}
@media all and (max-width: 896px) {
  .mainVisual {
    margin-bottom: 0;
    height: auto;
    padding-top: 10.2rem;
    background-image: url(../img/index/main_visual_bg_sp.webp);
    background-size: 100% auto;
    background-position: top center;
  }
  .mainVisual .widBox {
    max-width: 37.5rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem;
  }
  .mainVisual .widBox .textBox {
    width: auto;
  }
  .mainVisual .widBox .textBox .ttl {
    margin: 0 0 1rem;
    width: 22.6rem;
    padding: 0.8rem 0;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    border-radius: 1rem;
  }
  .mainVisual .widBox .textBox .text {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    letter-spacing: 0.168rem;
    text-align: left;
  }
  .mainVisual .widBox .textBox .text span {
    font-size: 2rem;
    letter-spacing: 0.24rem;
  }
  .mainVisual .widBox .textBox .textImg {
    margin-left: -1rem;
    width: 35.6rem;
  }
  .mainVisual .widBox .textBox ul {
    margin: 3.7rem -3.2rem 0 1.2rem;
    max-width: 33rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mainVisual .widBox .textBox ul li {
    margin: 0 1.3rem -4rem 0;
    width: 15rem;
    height: 15rem;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
  }
  .mainVisual .widBox .textBox ul li .ico {
    width: 5rem;
  }
  .mainVisual .widBox .textBox ul li .big {
    margin-bottom: -0.3rem;
    font-size: 2.2rem;
    letter-spacing: 0.264rem;
  }
  .mainVisual .widBox .textBox ul li.purple {
    padding-top: 3.4rem;
  }
  .mainVisual .widBox .textBox ul li.green {
    padding-top: 3.9rem;
  }
  .mainVisual .widBox .textBox ul li.green .big {
    font-size: 2rem;
  }
  .mainVisual .widBox .textBox ul li.pink {
    padding-top: 4.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.144rem;
  }
  .mainVisual .widBox .textBox ul li.pink .ico {
    top: -1.2rem;
  }
  .mainVisual .widBox .textBox ul li.pink .big {
    margin-bottom: -0.3rem;
    font-size: 2rem;
    letter-spacing: 0.24rem;
  }
  .mainVisual .widBox .textBox ul li.pink .sml {
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
  }
  .mainVisual .widBox .textBox ul li.yellow {
    padding-top: 3.9rem;
    line-height: 1.35;
  }
  .mainVisual .widBox .textBox ul li.yellow .ico {
    width: 5.5rem;
  }
  .mainVisual .widBox .textBox ul li.yellow .big {
    margin: -0.3rem 0 0;
    font-size: 2rem;
    letter-spacing: 0.24rem;
  }
  .mainVisual .widBox .textBox ul li.yellow .color {
    letter-spacing: 0.216rem;
  }
  .mainVisual .widBox .textBox ul li.yellow .sml {
    font-size: 1.2rem;
    letter-spacing: 0.144rem;
  }
  .mainVisual .widBox .img {
    margin: -0.2rem 0 -0.6rem -3.6rem;
    width: 35.2rem;
  }
  .mainVisual .topics {
    margin: 0 2rem;
    width: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .mainVisual .topics a {
    padding: 1.8rem 3rem 2rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 1rem;
    background-position: right 1.8rem bottom 2.3rem;
    background-size: 0.8rem auto;
  }
  .mainVisual .topics a .en {
    margin: 0;
    width: 8.6rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  .mainVisual .topics a .sort {
    width: calc(100% - 8.6rem);
    margin-top: -1px;
  }
  .mainVisual .topics a .sort span {
    margin-right: 0.5rem;
  }
  .mainVisual .topics a .time {
    margin: 1rem 0 0.6rem;
    width: 100%;
  }
  .mainVisual .topics a .txt {
    width: 100%;
  }
}

#main {
  overflow: hidden;
}
#main .topBox {
  padding: 22rem 0 23.4rem;
  background: url(../img/index/top_box_bg.webp) no-repeat center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .topBox .content {
  max-width: 134rem;
}
#main .topBox ul {
  margin-right: 2rem;
}
#main .topBox ul li {
  width: 60rem;
  position: relative;
}
#main .topBox ul li .ttl {
  margin-bottom: 1.8rem;
  padding-bottom: 0.4rem;
  color: var(--pink);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  border-bottom: 0.2rem solid var(--pink);
}
#main .topBox ul li .ttl .en {
  margin: 0 0.3rem -0.4rem;
  display: block;
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54rem;
}
#main .topBox ul li .ttl .jp {
  display: block;
  position: relative;
  z-index: 1;
}
#main .topBox ul li .text {
  margin: 0 0.2rem;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.4rem;
}
#main .topBox ul li .text a {
  padding-right: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: url(../img/common/icon03.webp) no-repeat right top 1.2rem;
  background-size: 0.8rem auto;
}
@media all and (min-width: 897px) {
  #main .topBox ul li .text a:hover {
    opacity: 0.65;
  }
}
#main .topBox ul li .phoBox {
  position: absolute;
  right: 6.8rem;
  top: 2.3rem;
  width: 26rem;
}
#main .topBox ul li .phoBox .pho img {
  width: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
}
#main .topBox ul li .phoBox .txt {
  position: absolute;
  right: -10.8rem;
  top: -6rem;
  width: 23.1rem;
  height: 29.7rem;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.216rem;
  background: url(../img/index/top_box_text_bg01.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#main .topBox ul li .phoBox .txt .txt01 {
  position: absolute;
  left: 3.7rem;
  top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
#main .topBox ul li .phoBox .txt .txt01 span {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.288rem;
}
#main .topBox ul li .phoBox .txt .txt02 {
  position: absolute;
  left: 8rem;
  top: 15.2rem;
}
#main .topBox ul li.yellow .ttl {
  color: var(--yellow2);
  border-color: var(--yellow2);
}
#main .topBox ul li.yellow .phoBox {
  right: -2rem;
}
#main .topBox ul li.yellow .phoBox .txt {
  right: auto;
  left: -11.1rem;
  top: 12rem;
  width: 19rem;
  height: 19rem;
  background-image: url(../img/index/top_box_text_bg02.webp);
}
#main .topBox ul li.yellow .phoBox .txt .txt01 {
  left: 2.7rem;
  top: 5.2rem;
}
@media all and (max-width: 896px) {
  #main .topBox {
    padding: 7.7rem 0 11.3rem;
  }
  #main .topBox ul {
    display: block;
    margin-right: 0;
  }
  #main .topBox ul li {
    width: auto;
  }
  #main .topBox ul li .ttl {
    margin-bottom: 0.8rem;
    padding-bottom: 1.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.156rem;
    line-height: 1.1;
  }
  #main .topBox ul li .ttl .en {
    margin: 0 0.3rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.42rem;
  }
  #main .topBox ul li .text {
    margin: 0 0.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
  #main .topBox ul li .text a {
    padding-right: 1.6rem;
    background-position: right top 0.8rem;
  }
  #main .topBox ul li .phoBox {
    right: 1.4rem;
    top: 1rem;
    width: 18rem;
  }
  #main .topBox ul li .phoBox .txt {
    right: -3.4rem;
    top: -5.1rem;
    width: 14.4rem;
    height: 22.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.17rem;
    background-image: url(../img/index/top_box_text_bg01_sp.webp);
  }
  #main .topBox ul li .phoBox .txt .txt01 {
    left: 3.3rem;
    top: 3.9rem;
  }
  #main .topBox ul li .phoBox .txt .txt01 span {
    font-size: 1.7rem;
  }
  #main .topBox ul li .phoBox .txt .txt02 {
    left: 6.4rem;
    top: 11.5rem;
  }
  #main .topBox ul li.yellow {
    margin-top: 9.7rem;
  }
  #main .topBox ul li.yellow .ttl .en {
    margin-bottom: 1.2rem;
  }
  #main .topBox ul li.yellow .phoBox {
    right: -3rem;
    top: 2.9rem;
  }
  #main .topBox ul li.yellow .phoBox .txt {
    left: -1.4rem;
    top: 11.3rem;
    width: 12.7rem;
    height: 12.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.17rem;
  }
  #main .topBox ul li.yellow .phoBox .txt .txt01 {
    left: 1.9rem;
    top: 3.5rem;
  }
  #main .topBox ul li.yellow .phoBox .txt .txt01 span {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
#main .worry {
  padding: 14.2rem 0 19.5rem;
  position: relative;
  background: url(../img/index/worry_arrow.webp) no-repeat top center, url(../img/index/worry_bg01.webp) no-repeat bottom center;
  background-size: 42rem auto, cover;
}
#main .worry .bg01 {
  position: absolute;
  left: 0;
  top: 12.2rem;
  width: 36.8rem;
}
#main .worry .bg02 {
  position: absolute;
  right: 0;
  top: -12.1rem;
  width: 29rem;
}
#main .worry .ttl {
  margin-bottom: 8.8rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  color: var(--white);
  line-height: 1.44;
}
#main .worry .ttl span {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.42rem;
  color: var(--light-yellow);
}
#main .worry .ttl span .line {
  font-weight: 300;
}
#main .worry .imgInfo {
  max-width: 90rem;
  margin: 0 auto 12rem;
  position: relative;
}
#main .worry .imgInfo ul li {
  padding: 1rem 26rem 1.1rem 9.1rem;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.52rem;
  background: var(--purple) url(../img/common/icon04.webp) no-repeat left 4rem top 1.3rem;
  background-size: 4rem auto;
  border-radius: 5rem;
}
#main .worry .imgInfo ul li:last-child {
  margin-bottom: 0 !important;
}
#main .worry .imgInfo .pho {
  position: absolute;
  right: 4rem;
  top: -4.6rem;
  width: 22rem;
}
#main .worry .btmText {
  text-align: center;
  font-size: 2.6rem;
  color: var(--white);
  letter-spacing: 0.312rem;
  line-height: 2.4;
}
#main .worry .btmText span {
  color: var(--light-yellow);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.504rem;
}
@media all and (max-width: 896px) {
  #main .worry {
    padding: 8.5rem 0 23.2rem;
    background-image: url(../img/index/worry_arrow.webp), url(../img/index/worry_bg01_sp.webp);
    background-size: 25.5rem auto, cover;
  }
  #main .worry .bg01 {
    top: 1.9rem;
    left: -0.4rem;
    width: 12.5rem;
  }
  #main .worry .bg02 {
    top: -4.3rem;
    width: 10.8rem;
    right: -1.4rem;
  }
  #main .worry .ttl {
    margin-bottom: 3.8rem;
    font-size: 2rem;
    letter-spacing: 0.12rem;
    line-height: 1.4;
  }
  #main .worry .ttl span {
    font-size: 3rem;
    letter-spacing: 0.18rem;
  }
  #main .worry .imgInfo {
    max-width: inherit;
    margin: 0 auto 4.8rem;
  }
  #main .worry .imgInfo ul li {
    padding: 1rem 11rem 1.2rem 5.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.16rem;
    background-position: left 1.7rem top 1.7rem;
    background-size: 2.8rem auto;
  }
  #main .worry .imgInfo .pho {
    right: -0.8rem;
    top: auto;
    bottom: -4.2rem;
    width: 12.6rem;
  }
  #main .worry .btmText {
    margin: 0 -1rem;
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
    line-height: 1.9;
  }
  #main .worry .btmText span {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.264rem;
  }
}
#main .approach {
  padding: 14.5rem 0 15.8rem;
  background: url(../img/index/approach_bg02.webp) no-repeat bottom center, url(../img/index/approach_bg01.webp) no-repeat top center;
  background-size: 100% 17.5rem, cover;
}
#main .approach .imgBox {
  margin-bottom: 10.7rem;
  position: relative;
}
#main .approach .imgBox .pho {
  position: absolute;
  right: -5rem;
  top: -4.2rem;
  width: 39rem;
}
#main .approach .ttl {
  margin-bottom: 4.8rem;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  line-height: 1.4;
}
#main .approach .ttl .big {
  margin-top: 1rem;
  display: block;
}
#main .approach .ttl .color {
  color: var(--blue2);
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.48rem;
}
#main .approach .text {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.216rem;
}
#main .approach .text span {
  color: var(--blue2);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.288rem;
}
#main .approach .bgBox {
  margin-bottom: 4.7rem;
  border-radius: 2rem;
  background: url(../img/index/approach_bg03.webp) repeat top center;
  background-size: 1.5rem auto;
}
#main .approach .bgBox .h3Ttl {
  padding: 0.9rem 3rem 1.1rem;
  position: relative;
  color: var(--white);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  background-color: var(--blue2);
  border-radius: 2rem 2rem 0 0;
}
#main .approach .bgBox .h3Ttl::before {
  position: absolute;
  left: 11.8rem;
  top: calc(100% - 1px);
  width: 3rem;
  height: 2rem;
  background-color: var(--blue2);
  content: "";
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
#main .approach .bgBox .whiteBg {
  padding: 9.9rem 0 15.6rem;
  position: relative;
}
#main .approach .bgBox .whiteBg .imgSub {
  position: absolute;
  left: 11.4rem;
  top: 5.6rem;
}
#main .approach .bgBox .whiteBg .imgSub .pho {
  position: absolute;
  left: -8.4rem;
  top: -4.6rem;
  width: 14rem;
}
#main .approach .bgBox .whiteBg .imgSub p {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#main .approach .bgBox .whiteBg .imgSub p::before {
  position: absolute;
  left: -0.3rem;
  bottom: -2rem;
  right: -0.3rem;
  height: 4rem;
  background-color: var(--light-yellow);
  content: "";
}
#main .approach .bgBox .whiteBg .imgSub p img {
  position: relative;
  z-index: 1;
  width: 18.9rem;
}
#main .approach .bgBox .whiteBg .imgSub p span {
  margin: 0 0 0.8rem -4.1rem;
  position: relative;
  z-index: 1;
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.36rem;
}
#main .approach .bgBox .whiteBg .imgInfo {
  margin: 0 0 19rem 48.1rem;
  width: 36rem;
  position: relative;
}
#main .approach .bgBox .whiteBg .imgInfo .title {
  margin-bottom: 2.1rem;
  padding: 0.7rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.156rem;
  background-color: var(--blue2);
  border-radius: 1.2rem;
}
#main .approach .bgBox .whiteBg .imgInfo p {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.216rem;
}
#main .approach .bgBox .whiteBg .imgInfo p > span {
  padding: 1rem 0 0.9rem;
  display: block;
  border-bottom: 1px solid var(--blue2);
}
#main .approach .bgBox .whiteBg .imgInfo p > span:last-child {
  border-bottom: none;
}
#main .approach .bgBox .whiteBg .imgInfo p > span span {
  color: var(--blue2);
}
#main .approach .bgBox .whiteBg .imgInfo .pho {
  position: absolute;
  right: -31.9rem;
  width: 48rem;
  top: -11.9rem;
}
#main .approach .bgBox .whiteBg .imgInfo .pho img {
  position: relative;
  z-index: 1;
}
#main .approach .bgBox .whiteBg .imgInfo .pho::before {
  position: absolute;
  left: -4.5rem;
  top: 0.8rem;
  background: url(../img/index/approach_photo03_bg.webp) no-repeat;
  background-size: 100% 100%;
  width: 54rem;
  height: 40.8rem;
  content: "";
  mix-blend-mode: multiply;
}
@media all and (min-width: 897px) {
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo02 {
    margin: 0 0 18rem 4rem;
    width: 44rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo02 .title {
    margin-bottom: 2.3rem;
    padding-bottom: 0.9rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
  }
}
#main .approach .bgBox .whiteBg .imgInfo.imgInfo02 .pho {
  right: -37.3rem;
  width: 44rem;
  top: -12rem;
}
#main .approach .bgBox .whiteBg .imgInfo.imgInfo02 .pho::before {
  left: -2.5rem;
  top: -2rem;
  background-image: url(../img/index/approach_photo04_bg.webp);
  width: 48.5rem;
  height: 38.6rem;
}
@media all and (min-width: 897px) {
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo03 {
    margin: 0 0 0 21.1rem;
    width: 42rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo03 .title {
    margin-bottom: 2.3rem;
    padding-bottom: 0.9rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
  }
}
#main .approach .bgBox .whiteBg .imgInfo.imgInfo03 .pho {
  right: -50.9rem;
  width: 46rem;
  top: -12.7rem;
}
#main .approach .bgBox .whiteBg .imgInfo.imgInfo03 .pho::before {
  left: -3.7rem;
  top: -0.7rem;
  background-image: url(../img/index/approach_photo05_bg.webp);
  width: 52.2rem;
  height: 45.6rem;
}
#main .approach .btmBox {
  text-align: center;
}
#main .approach .btmBox .ttl {
  margin-bottom: 3rem;
}
#main .approach .btmBox .text {
  line-height: 2.6;
}
@media all and (max-width: 896px) {
  #main .approach {
    padding: 7.9rem 0 8.4rem;
    background-size: 100% 4.3rem, cover;
  }
  #main .approach .imgBox {
    margin-bottom: 5.4rem;
  }
  #main .approach .imgBox .pho {
    position: static;
    width: 21.5rem;
    margin: 1.3rem auto 0;
  }
  #main .approach .ttl {
    margin-bottom: 2.7rem;
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  #main .approach .ttl .big {
    margin-top: 0.3rem;
  }
  #main .approach .ttl .color {
    font-size: 3.2rem;
    letter-spacing: 0.192rem;
  }
  #main .approach .text {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.16rem;
  }
  #main .approach .text span {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
  #main .approach .bgBox {
    margin-bottom: 3.9rem;
    border-radius: 1rem;
  }
  #main .approach .bgBox .h3Ttl {
    padding: 0.5rem 1rem 0.9rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
  }
  #main .approach .bgBox .h3Ttl::before {
    left: 7.9rem;
    width: 1.8rem;
    height: 1.2rem;
  }
  #main .approach .bgBox .whiteBg {
    padding: 2.4rem 2rem 4.3rem;
  }
  #main .approach .bgBox .whiteBg .imgSub {
    margin: 0 0 3.8rem 10.2rem;
    position: relative;
    left: auto;
    top: auto;
  }
  #main .approach .bgBox .whiteBg .imgSub .pho {
    left: -11.2rem;
    top: -2.4rem;
    width: 10rem;
  }
  #main .approach .bgBox .whiteBg .imgSub p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #main .approach .bgBox .whiteBg .imgSub p::before {
    bottom: -1rem;
    height: 2rem;
  }
  #main .approach .bgBox .whiteBg .imgSub p img {
    width: 6.4rem;
  }
  #main .approach .bgBox .whiteBg .imgSub p span {
    margin-left: -0.1rem;
    font-size: 4rem;
    letter-spacing: 0.24rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo {
    margin: 0 0 3.2rem;
    width: auto;
  }
  #main .approach .bgBox .whiteBg .imgInfo .title {
    margin-bottom: 0.9rem;
    padding: 0.6rem 2rem 0.7rem;
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
    border-radius: 0.8rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo p {
    margin-right: -0.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.192rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo p > span {
    padding: 0.8rem 0;
  }
  #main .approach .bgBox .whiteBg .imgInfo .pho {
    right: -5.5rem;
    width: 15rem;
    top: 10.2rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo .pho img {
    z-index: 2;
  }
  #main .approach .bgBox .whiteBg .imgInfo .pho::before {
    left: -1.5rem;
    top: 0.2rem;
    width: 16.9rem;
    height: 12.8rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo02 {
    margin-bottom: 4rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo02 .pho {
    right: -3.3rem;
    width: 13.7rem;
    top: 11rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo02 .pho::before {
    left: -0.5rem;
    top: -1rem;
    width: 15.1rem;
    height: 12.1rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo03 {
    margin-bottom: 0;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo03 .pho {
    right: -4.2rem;
    width: 14.3rem;
    top: 4rem;
  }
  #main .approach .bgBox .whiteBg .imgInfo.imgInfo03 .pho::before {
    left: -1.4rem;
    top: -0.2rem;
    width: 16.3rem;
    height: 14.2rem;
  }
  #main .approach .btmBox .ttl {
    margin-bottom: 2.7rem;
  }
  #main .approach .btmBox .text {
    line-height: 2;
  }
}
#main .features {
  margin-top: -25.9rem;
  padding: 40rem 0 20.6rem;
  position: relative;
  background: url(../img/index/features_bg03.webp) no-repeat bottom center, url(../img/index/features_bg02.webp) no-repeat center center;
  background-size: 100% 17.5rem, cover;
}
#main .features .topText {
  margin-bottom: -1.6rem;
}
#main .features .topText span {
  margin: 0 1rem;
  width: 5rem;
  height: 5rem;
  padding-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  background-color: var(--color2);
  border-radius: 100%;
}
#main .features .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -2.9rem;
  padding: 0 2.1rem;
  position: relative;
}
#main .features .ttl::before, #main .features .ttl::after {
  position: absolute;
  left: 100%;
  top: calc(50% + 1.9rem);
  width: 34rem;
  height: 1.2rem;
  background: url(../img/common/line01.webp) repeat-x left top;
  background-size: 1.2rem auto;
  content: "";
}
#main .features .ttl::after {
  left: auto;
  right: 100%;
}
#main .features .ttl .num {
  color: var(--light-yellow);
  font-size: 34rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.04rem;
  font-style: italic;
}
#main .features .ttl .txt {
  margin: 10.8rem 0 0 -1.2rem;
}
#main .features .ttl .txt .en {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 2.8rem;
  font-style: italic;
}
#main .features .ttl .txt .jp {
  margin: -1.5rem 0 0 -0.8rem;
  display: block;
  color: var(--light-yellow);
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.36rem;
}
#main .features .ttl .txt .jp span {
  display: inline-block;
  font-size: 8rem;
  letter-spacing: 0.48rem;
}
#main .features .imgInfo {
  margin-bottom: 8rem;
}
#main .features .imgInfo .textBox {
  width: 54rem;
}
#main .features .imgInfo .textBox .title {
  margin-bottom: 2.8rem;
  padding: 0.1rem 0 2.7rem 15.2rem;
  position: relative;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.112rem;
  line-height: 1.4;
  border-bottom: 0.2rem solid var(--white);
}
#main .features .imgInfo .textBox .title .big {
  margin: 0.1rem -7rem 0 0;
  display: block;
  color: var(--light-yellow);
  font-size: 3.6rem;
  letter-spacing: 0.144rem;
}
#main .features .imgInfo .textBox .title .num {
  position: absolute;
  left: 0.2rem;
  top: -5.4rem;
  color: var(--light-yellow);
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2rem;
  line-height: 1.8;
}
#main .features .imgInfo .textBox .title .num span {
  margin: -1.1rem 0 0 0.4rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 12rem;
  letter-spacing: 0.72rem;
  font-weight: 700;
}
#main .features .imgInfo .textBox p {
  text-align: justify;
  color: var(--white);
  line-height: 2;
  letter-spacing: 0.096rem;
}
#main .features .imgInfo .photoBox {
  width: 60rem;
  position: relative;
}
#main .features .imgInfo .photoBox .photo img {
  width: 100%;
  border-radius: 2rem;
}
#main .features .imgInfo .photoBox p {
  position: absolute;
  left: -4rem;
  top: -8rem;
  width: 17.3rem;
  height: 18.5rem;
}
#main .features .imgInfo .photoBox p::before {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 19.7rem;
  height: 19.2rem;
  background: url(../img/index/features_txt_bg02_on.webp) no-repeat;
  background-size: 100% 100%;
  content: "";
  mix-blend-mode: multiply;
}
#main .features .imgInfo .photoBox p > span {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.6rem;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.144rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/index/features_txt_bg02.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#main .features .imgInfo .photoBox p > span span {
  margin-top: 0.1rem;
  display: block;
  color: var(--blue);
  font-size: 3rem;
  letter-spacing: 0.18rem;
}
#main .features .imgInfo:nth-child(2n) .photoBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#main .features .imgInfo.imgInfo03 .photoBox p {
  left: auto;
  right: -7.9rem;
  top: -12.3rem;
  width: 27.9rem;
  height: 21.8rem;
}
#main .features .imgInfo.imgInfo03 .photoBox p::before {
  left: 2.4rem;
  top: 0.3rem;
  width: 29.4rem;
  height: 22.9rem;
  background-image: url(../img/index/features_txt_bg03_on.webp);
}
#main .features .imgInfo.imgInfo03 .photoBox p > span {
  padding: 6.8rem 1.2rem 0 0;
  background-image: url(../img/index/features_txt_bg03.webp);
}
#main .features .imgInfo.imgInfo04 .photoBox p {
  top: -6rem;
  width: 26.7rem;
  height: 15.3rem;
}
#main .features .imgInfo.imgInfo04 .photoBox p::before {
  width: 29.7rem;
  height: 16.3rem;
  background-image: url(../img/index/features_txt_bg04_on.webp);
}
#main .features .imgInfo.imgInfo04 .photoBox p > span {
  padding-top: 2.3rem;
  background-image: url(../img/index/features_txt_bg04.webp);
}
#main .features .imgInfo.imgInfo05 {
  margin-bottom: 10rem;
}
#main .features .imgInfo.imgInfo05 .photoBox p {
  left: auto;
  right: -1.7rem;
  top: -7rem;
  width: 24.4rem;
  height: 17.4rem;
}
#main .features .imgInfo.imgInfo05 .photoBox p::before {
  left: 1.6rem;
  top: 2.2rem;
  width: 26rem;
  height: 19.1rem;
  background-image: url(../img/index/features_txt_bg05_on.webp);
}
#main .features .imgInfo.imgInfo05 .photoBox p > span {
  padding: 3.7rem 0 0 5.6rem;
  background-image: url(../img/index/features_txt_bg05.webp);
}
#main .features .imgInfo.imgInfo01 {
  margin-bottom: 9.1rem;
  position: relative;
}
#main .features .imgInfo.imgInfo01::before {
  position: absolute;
  left: -9.4rem;
  top: 7.2rem;
  width: 140rem;
  height: 68rem;
  background: url(../img/index/features_bg01.webp) no-repeat;
  background-size: 100% 100%;
  content: "";
  mix-blend-mode: color-burn;
}
#main .features .imgInfo.imgInfo01 .textBox {
  position: relative;
}
#main .features .imgInfo.imgInfo01 .textBox .pho {
  margin: 0 0 2.2rem 2.3rem;
  text-align: center;
}
#main .features .imgInfo.imgInfo01 .textBox .pho img {
  width: 31rem;
}
#main .features .imgInfo.imgInfo01 .textBox .title .big {
  font-weight: 900;
}
#main .features .imgInfo.imgInfo01 .textBox .title .sml {
  display: block;
  font-weight: 900;
}
@media all and (min-width: 897px) {
  #main .features .imgInfo.imgInfo01 .textBox .title {
    margin-bottom: 2.8rem;
    padding: 0.1rem 0 2rem 13.9rem;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title .big {
    font-size: 4.6rem;
    letter-spacing: 0.184rem;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title .sml {
    margin: 0 -1rem -0.4rem 0;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title .num {
    top: -4.5rem;
  }
}
#main .features .imgInfo.imgInfo01 .photoBox {
  width: 72.8rem;
  margin: 3rem -9.8rem 0 0;
}
#main .features .imgInfo.imgInfo01 .photoBox .pho {
  position: absolute;
  left: -21.1rem;
  bottom: -5.2rem;
  width: 32rem;
}
#main .features .imgInfo.imgInfo01 .photoBox p {
  left: auto;
  right: 4.5rem;
  top: 1rem;
  width: 27.3rem;
  height: 19.3rem;
}
#main .features .imgInfo.imgInfo01 .photoBox p::before {
  left: 1rem;
  width: 28rem;
  height: 20.1rem;
  background-image: url(../img/index/features_txt_bg01_on.webp);
}
#main .features .imgInfo.imgInfo01 .photoBox p > span {
  padding: 4.1rem 0 0 2.1rem;
  background-image: url(../img/index/features_txt_bg01.webp);
}
#main .features .imgInfo.imgInfo01 .photoBox p > span span {
  margin-top: 0.2rem;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.168rem;
}
#main .features .comLink {
  position: relative;
  z-index: 2;
}
#main .features .btmPho {
  position: absolute;
  right: 0;
  bottom: -30.7rem;
  width: 66rem;
}
@media all and (max-width: 896px) {
  #main .features {
    margin-top: -20rem;
    padding: 27rem 0 11.7rem;
    background-size: 100% 4.2rem, cover;
  }
  #main .features .topText {
    margin: 0 -1rem 0.6rem;
  }
  #main .features .topText span {
    margin: 0 0.45rem;
    width: 2.2rem;
    height: 2.2rem;
    padding-top: 0;
    font-size: 1.4rem;
  }
  #main .features .lineBox {
    overflow: hidden;
  }
  #main .features .ttl {
    margin-bottom: 0.9rem;
    padding: 0 0.5rem 0 1.2rem;
  }
  #main .features .ttl::before, #main .features .ttl::after {
    top: calc(50% + 1.2rem);
    width: 100rem;
    height: 1.2rem;
    background-size: 0.7rem auto;
  }
  #main .features .ttl .num {
    font-size: 12rem;
    letter-spacing: 0.72rem;
  }
  #main .features .ttl .txt {
    margin: 3.3rem 0 0 -0.5rem;
  }
  #main .features .ttl .txt .en {
    font-size: 1.4rem;
    letter-spacing: 0.98rem;
  }
  #main .features .ttl .txt .jp {
    margin: -0.5rem 0 0 -0.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
  }
  #main .features .ttl .txt .jp span {
    font-size: 3rem;
    letter-spacing: 0.18rem;
  }
  #main .features .imgInfo {
    margin-bottom: 4.4rem;
    display: block;
  }
  #main .features .imgInfo .textBox {
    width: auto;
  }
  #main .features .imgInfo .textBox .title {
    margin-bottom: 1.9rem;
    padding: 0.1rem 0 1.7rem 8.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    line-height: 1.2;
  }
  #main .features .imgInfo .textBox .title .big {
    margin: 0.2rem -2rem 0 0;
    font-size: 3rem;
    letter-spacing: 0.12rem;
  }
  #main .features .imgInfo .textBox .title .num {
    left: 0;
    top: -3.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
  #main .features .imgInfo .textBox .title .num span {
    margin-left: -0.2rem;
    font-size: 8rem;
    letter-spacing: 0.48rem;
  }
  #main .features .imgInfo .textBox p {
    line-height: 1.8;
    letter-spacing: 0.084rem;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  #main .features .imgInfo .photoBox {
    margin-top: 4.5rem;
    width: auto;
  }
  #main .features .imgInfo .photoBox .photo img {
    border-radius: 1rem;
  }
  #main .features .imgInfo .photoBox p {
    left: -1rem;
    top: -3.3rem;
    width: 10.4rem;
    height: 11.1rem;
  }
  #main .features .imgInfo .photoBox p::before {
    left: 0.3rem;
    top: 0.3rem;
    width: 11.8rem;
    height: 11.5rem;
  }
  #main .features .imgInfo .photoBox p > span {
    padding: 3.2rem 0 0 0.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
  }
  #main .features .imgInfo .photoBox p > span span {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
  }
  #main .features .imgInfo.imgInfo03 .photoBox p {
    left: auto;
    right: -3rem;
    top: -3.4rem;
    width: 17.4rem;
    height: 13.6rem;
  }
  #main .features .imgInfo.imgInfo03 .photoBox p::before {
    left: 1.8rem;
    top: 0.5rem;
    width: 18.4rem;
    height: 14.3rem;
  }
  #main .features .imgInfo.imgInfo03 .photoBox p > span {
    padding: 4.1rem 0 0 0.2rem;
  }
  #main .features .imgInfo.imgInfo04 .photoBox p {
    top: -1.6rem;
    left: -3rem;
    width: 16rem;
    height: 9.1rem;
  }
  #main .features .imgInfo.imgInfo04 .photoBox p::before {
    width: 17.8rem;
    height: 9.7rem;
    top: 0.1rem;
  }
  #main .features .imgInfo.imgInfo04 .photoBox p > span {
    padding-top: 1.5rem;
  }
  #main .features .imgInfo.imgInfo05 {
    margin-bottom: 4rem;
  }
  #main .features .imgInfo.imgInfo05 .photoBox p {
    right: 1.1rem;
    top: -2.2rem;
    width: 14rem;
    height: 10rem;
  }
  #main .features .imgInfo.imgInfo05 .photoBox p::before {
    left: 0.8rem;
    top: 1.1rem;
    width: 15rem;
    height: 11rem;
  }
  #main .features .imgInfo.imgInfo05 .photoBox p > span {
    padding: 1.8rem 0 0 3.8rem;
  }
  #main .features .imgInfo.imgInfo01 {
    margin-bottom: 2.2rem;
  }
  #main .features .imgInfo.imgInfo01::before {
    left: -2rem;
    top: 3.7rem;
    width: calc(100% + 4rem);
    height: auto;
    bottom: 7.8rem;
    background-image: url(../img/index/features_bg01_sp.webp);
  }
  #main .features .imgInfo.imgInfo01 .textBox .pho {
    margin: 0 0 1rem -4rem;
    text-align: left;
  }
  #main .features .imgInfo.imgInfo01 .textBox .pho img {
    width: 18rem;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title {
    padding-bottom: 1.8rem;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title .big {
    margin-top: 0.3rem;
  }
  #main .features .imgInfo.imgInfo01 .textBox .title .num {
    top: -3.2rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox {
    width: 37.5rem;
    margin: 1.9rem auto 0;
    padding: 0 3.2rem 0 2.2rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox .pho {
    left: -6.5rem;
    bottom: auto;
    top: 4.5rem;
    width: 16rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox p {
    right: 1.5rem;
    top: -2.1rem;
    width: 16rem;
    height: 11.3rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox p::before {
    left: 0.5rem;
    width: 16.4rem;
    height: 11.7rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox p > span {
    padding: 2.6rem 0 0 1.1rem;
  }
  #main .features .imgInfo.imgInfo01 .photoBox p > span span {
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
  }
  #main .features .btmPho {
    right: -2.8rem;
    bottom: -8.5rem;
    width: 21.4rem;
  }
}
#main .column {
  padding: 11.4rem 0 20rem;
}
#main .column .content {
  max-width: 94rem;
}
#main .column .content .columnList {
  margin-bottom: 9.9rem;
}
#main .column .content .columnList li {
  border-bottom: 1px solid var(--base-color);
}
#main .column .content .columnList li > .title {
  padding: 5.2rem 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--blue2);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#main .column .content .columnList li > .title .time {
  width: 12.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--base-color);
}
#main .column .content .columnList li > .text {
  padding-bottom: 2.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14rem;
}
#main .column .content .columnList li a {
  padding: 5.2rem 0 2.6rem;
  display: block;
}
@media all and (min-width: 1025px) {
  #main .column .content .columnList li a:hover {
    opacity: 0.65;
  }
}
#main .column .content .columnList li a .title {
  padding: 0 4rem 1.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--blue2);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  background: url(../img/common/icon03.webp) no-repeat right 1.8rem top 1rem;
  background-size: 0.8rem auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#main .column .content .columnList li a .title .time {
  width: 12.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--base-color);
}
#main .column .content .columnList li a .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14rem;
}
#main .column .content .imgBox {
  margin-bottom: 9rem;
  padding: 5.7rem 4rem 4.6rem;
  position: relative;
  background: url(../img/index/column_bg.webp) no-repeat top center;
  background-size: cover;
  border-radius: 2rem;
}
#main .column .content .imgBox .title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.7rem 0.5rem 0.7rem 0;
  width: 14rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.108rem;
  text-align: center;
  background-color: var(--base-color);
  border-radius: 2rem 0 2rem 0;
}
#main .column .content .imgBox .ttl {
  margin-bottom: 1.7rem;
  padding-bottom: 1.1rem;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.22rem;
  border-bottom: 1px solid var(--white);
}
#main .column .content .imgBox .ttl span {
  color: var(--light-yellow);
  font-size: 3.4rem;
  letter-spacing: 0.34rem;
}
#main .column .content .imgBox .text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.252rem;
  color: #fff;
}
#main .column .content .imgBox .text a {
  padding-right: 2.4rem;
  display: inline;
  color: var(--white);
  background: url(../img/common/icon05.webp) no-repeat right top 1rem;
  background-size: 0.8rem auto;
}
@media all and (min-width: 1025px) {
  #main .column .content .imgBox .text a:hover {
    opacity: 0.65;
  }
}
#main .column .content .imgBox .text a span {
  color: var(--light-yellow);
}
#main .column .content .imgBox .pho {
  position: absolute;
  right: -12.7rem;
  bottom: -10rem;
  width: 50rem;
}
#main .column .content .snsList li {
  width: 42rem;
}
#main .column .content .snsList li a {
  height: 14rem;
  padding: 3.9rem 0 0 12.7rem;
  display: block;
  color: var(--light-yellow);
  font-weight: 700;
  letter-spacing: 0.208rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  overflow: hidden;
  background: var(--color3) url(../img/common/icon11.webp) no-repeat left 6rem center;
  background-size: 5.6rem auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media all and (min-width: 1025px) {
  #main .column .content .snsList li a:hover {
    opacity: 0.65;
  }
}
#main .column .content .snsList li a > span {
  margin-top: -0.5rem;
  display: block;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.224rem;
}
#main .column .content .snsList li a > span span {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.24rem;
}
#main .column .content .snsList li.ins a {
  letter-spacing: 0.336rem;
  background: url(../img/common/icon10.webp) no-repeat left 6rem center, url(../img/common/ins_bg.webp) no-repeat center center;
  background-size: 5.6rem auto, 100% 100%;
}
@media all and (max-width: 896px) {
  #main .column {
    padding: 7rem 0 6rem;
  }
  #main .column .content .columnList {
    margin-bottom: 7rem;
  }
  #main .column .content .columnList li > .title {
    padding: 3.4rem 0 1.9rem;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
  #main .column .content .columnList li > .title .time {
    margin-bottom: 0.6rem;
    width: auto;
    display: block;
  }
  #main .column .content .columnList li > .text {
    padding-bottom: 2.6rem;
    margin-right: -1rem;
    line-height: 1.8;
  }
  #main .column .content .columnList li a {
    padding: 3.4rem 0 2.6rem;
  }
  #main .column .content .columnList li a .title {
    padding: 0 2rem 1.9rem 0;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    background-position: right bottom 2.4rem;
  }
  #main .column .content .columnList li a .title .time {
    margin-bottom: 0.6rem;
    width: auto;
    display: block;
  }
  #main .column .content .columnList li a .text {
    margin-right: -1rem;
    line-height: 1.8;
  }
  #main .column .content .imgBox {
    margin-bottom: 7.4rem;
    padding: 5.7rem 2rem 15rem;
    border-radius: 1rem;
  }
  #main .column .content .imgBox .title {
    padding: 0.7rem 0.5rem 0.9rem 0;
    width: 12rem;
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
    border-radius: 1rem 0 1rem 0;
  }
  #main .column .content .imgBox .ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 1.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
  #main .column .content .imgBox .ttl span {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  #main .column .content .imgBox .text {
    font-size: 1.6rem;
    letter-spacing: 0.224rem;
  }
  #main .column .content .imgBox .text a {
    padding-right: 2.4rem;
    display: inline-block;
    background-position: right bottom 0.2rem;
  }
  #main .column .content .imgBox .pho {
    right: -2rem;
    bottom: -6.8rem;
    width: 34.5rem;
  }
  #main .column .content .snsList {
    display: block;
  }
  #main .column .content .snsList li {
    width: 33.5rem;
    margin: 0 auto;
  }
  #main .column .content .snsList li a {
    height: 10rem;
    padding: 2.5rem 0 0 10.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.156rem;
    border-radius: 1rem;
    background-position: left 4.5rem center;
    background-size: 4.4rem auto;
  }
  #main .column .content .snsList li a > span {
    margin-top: -0.3rem;
    font-size: 2.2rem;
    letter-spacing: 0.176rem;
  }
  #main .column .content .snsList li a > span span {
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
  }
  #main .column .content .snsList li.ins {
    margin-bottom: 2rem;
  }
  #main .column .content .snsList li.ins a {
    letter-spacing: 0.252rem;
    background-position: left 4.5rem center, center center;
    background-size: 4.4rem auto, 100% 100%;
  }
}/*# sourceMappingURL=index.css.map */