@charset "UTF-8";
/*------------------------------------------- google font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?v505zb");
  src: url("fonts/icomoon.eot?v505zb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?v505zb") format("truetype"), url("fonts/icomoon.woff?v505zb") format("woff"), url("fonts/icomoon.svg?v505zb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon--],
[class*=" icon--"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.6s;
}

.icon--arrow {
  color: #151515;
}
.icon--arrow::before {
  content: "\e900";
}

.icon--arrow2:before {
  content: "\e901";
}

.icon--display:before {
  content: "\e902";
}

.icon--download {
  color: #151515;
}
.icon--download:before {
  content: "\e903";
}

.icon--facebook:before {
  content: "\e904";
}

.icon--open:before {
  content: "\e905";
}

.icon--twitter:before {
  content: "\e906";
}

.icon--youtube:before {
  content: "\e907";
}

.icon--home:before {
  content: "\e908";
}

.icon--arrow3:before {
  content: "\e909";
}

.icon--check:before {
  content: "\e910";
}

/*------------------------------------------- 初期設定*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  left: 0;
  background: #fff;
  color: #151515;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  transition: left 0.6s;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}

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

.font--en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}

.font--yakuhan {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

::-moz-placeholder {
  color: #909090;
}

:-ms-input-placeholder {
  color: #909090;
}

::placeholder {
  color: #909090;
}

::-moz-selection {
  background-color: #ddedf9;
  color: #3788c6;
}

::selection {
  background-color: #ddedf9;
  color: #3788c6;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }
}
/*------------------------------------------- フェードイン*/
.animation--fadein {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s;
}

/*------------------------------------------- コンテンツ幅*/
.content {
  padding-top: 120px;
}

.content--bg {
  margin-top: 90px;
  padding: 90px 0;
}
.content__area {
  padding: 0 20px;
}

.content__article--side .content__article__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0 0;
}
.content__article--side .content__main,
.content__article--side .content__aside {
  width: 100%;
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .content__area {
    max-width: 530px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .content__area {
    padding: 0 30px;
    max-width: 1560px;
    margin: 0 auto;
  }
  .content__area.content__area--min {
    max-width: 1080px;
  }
  .content__area.content__area--ss {
    max-width: 1320px;
  }
  .content__area.content__area--l {
    max-width: 1800px;
  }

  .content__article--side .content__article__inner {
    margin: 0 -15px;
  }
  .content__article--side .content__main {
    width: 70%;
    order: 2;
  }
  .content__article--side .content__aside {
    width: 30%;
    order: 1;
  }
  .content__article--side .content__main,
.content__article--side .content__aside {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .content__area {
    padding: 0 60px;
  }

  .content__article--side .content__article__inner {
    margin: 0 -20px;
  }
  .content__article--side .content__main,
.content__article--side .content__aside {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    padding-top: 210px;
  }

  .content--bg {
    margin-top: 210px;
  }
}
/*------------------------------------------- 画像トリミング*/
.object--cover > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.object--scale > img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}

/*------------------------------------------- title*/
.title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.title + p {
  margin: -7px 0 30px;
}

.title1 {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.176;
  margin: -7px 0 35px;
}

.title2 {
  font-size: 2.8rem;
  line-height: 1.35;
  margin: -5px 0 30px;
}
.title2.title2--type2 {
  position: relative;
  padding-left: 1em;
}
.title2.title2--type2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #3788c6;
  position: absolute;
  top: 15px;
  left: 0;
}

.title3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.176;
  margin: -7px 0 35px;
}
.title3.type2 {
  font-size: 2.4rem;
}

@media screen and (min-width: 1200px) {
  .title + p {
    margin-top: -9px;
  }

  .title1 {
    font-size: 4.8rem;
    margin: -8px 0 55px;
  }

  .title2 {
    font-size: 3.8rem;
    margin: -9px 0 30px;
  }
  .title2.title2--type2::before {
    width: 17px;
    height: 17px;
    top: 20px;
  }

  .title3 {
    font-size: 4rem;
    margin: -8px 0 55px;
  }
  .title3.type2 {
    font-size: 3.4rem;
  }
}
/*------------------------------------------- txt*/
.strong {
  background: linear-gradient(transparent 70%, #fbe762 70%);
}

/*------------------------------------------- button*/
.button {
  font-size: 1.5rem;
  max-width: 335px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.button .icon--arrow {
  font-size: 1.1rem;
  color: #fff;
}
.button .icon--download {
  font-size: 1.1rem;
  color: #fff;
}
.button .icon--open {
  font-size: 1.3rem;
}
.button .button__icons--free {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 25px;
  line-height: 1;
  display: inline-block;
  padding: 5px 7.5px;
}
.button.button--min {
  max-width: 200px;
  width: 200px;
  height: 45px;
  font-size: 1.4rem;
}
.button.button--min .icon--arrow {
  right: 20px;
}

.button1 {
  background-color: #db3c3c;
}

.button2 {
  color: #151515;
  border: 2px solid #151515;
  background-color: #fff;
}
.button2 .icon--arrow {
  color: #151515;
}

.button3 {
  background-color: #ddedf9;
  color: #3788c6;
}
.button3 .icon--arrow {
  color: #3788c6;
}
.button3 .button__icons--free {
  background-color: #fff;
  color: #3788c6;
}
.button3 .icon--download {
  color: #3788c6;
  font-size: 1.5rem;
  margin-left: 15px;
}

.button__txt--free {
  margin-left: -50px;
}

.button--icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.button--icons .icon--arrow {
  font-size: 1rem;
  color: #3788c6;
  transform: scale(0.8, 0.8);
  position: relative;
}
.button--icons::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddedf9;
  transition: background-color 0.6s, transform 0.6s;
}

@media screen and (max-width: 991px) {
  .button .icon--arrow,
.button .icon--download,
.button .icon--open {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .button {
    max-width: 280px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 30px;
  }
  .button .icon--arrow {
    transform: scale(0);
    transition: transform 0.6s, margin-left 0.6s;
  }
  .button .icon--open {
    transform: scale(0);
    transition: transform 0.6s, margin-left 0.6s;
  }
  .button.button--min {
    max-width: 177px;
    width: 177px;
  }
  .button.button--min .button__txt {
    margin-right: -15px;
  }
  .button.button--min:hover .icon--arrow {
    margin-left: 15px;
  }
  .button.button--min:hover .icon--open {
    margin-left: 15px;
  }
  .button:hover .icon--arrow {
    transform: scale(1);
    margin-left: 40px;
  }
  .button:hover .icon--open {
    transform: scale(1);
    margin-left: 40px;
  }

  .button__txt {
    display: flex;
    align-items: center;
    margin-right: -10px;
  }

  .button--icons {
    width: 60px;
    height: 60px;
  }
  .button--icons .icon--arrow {
    font-size: 1.1rem;
    transform: none;
  }
}
/*------------------------------------------- header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  background-color: #fff;
  transition: left 0.6s;
}

.header-area {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  max-width: 229.5px;
}

.header-logo__txt {
  display: none;
}

.header-nav--second__area {
  display: none;
}

.header-button__area {
  display: flex;
}
.header-button__area .button {
  display: none;
}

.button--hamburger {
  width: 60px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--hamburger .button--hamburger__line {
  display: block;
  width: 18px;
  height: 17px;
  position: relative;
}
.button--hamburger .button--hamburger__line > span {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #151515;
  position: absolute;
  top: 8px;
  left: 0;
  transition: background-color 0.6s;
}
.button--hamburger .button--hamburger__line > span::before, .button--hamburger .button--hamburger__line > span::after {
  content: "";
  display: inline-block;
  background-color: #151515;
  width: 18px;
  height: 3px;
  position: absolute;
  left: 0;
  transition: transform 0.6s, top 0.6s, bottom 0.6s;
}
.button--hamburger .button--hamburger__line > span::before {
  top: -8px;
}
.button--hamburger .button--hamburger__line > span::after {
  bottom: -8px;
}
.button--hamburger.active-- .button--hamburger__line > span {
  background-color: #fff;
}
.button--hamburger.active-- .button--hamburger__line > span::before {
  transform: rotate(45deg);
  top: 0;
}
.button--hamburger.active-- .button--hamburger__line > span::after {
  transform: rotate(-45deg);
  bottom: 0;
}

.header-button--sp {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-button--sp .icon--display {
  text-align: center;
  font-size: 1.9rem;
  display: block;
  color: #db3c3c;
  margin-bottom: 3px;
}

.header-button__txt {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #db3c3c;
}

.header-menu__bottom {
  display: none;
}

.header-line {
  display: flex;
}
.header-line > span {
  display: block;
  width: 25%;
  height: 3px;
}
.header-line > span.header-line--red {
  background-color: #db3c3c;
}
.header-line > span.header-line--green {
  background-color: #41a652;
}
.header-line > span.header-line--blue {
  background-color: #125fa7;
}
.header-line > span.header-line--yellow {
  background-color: #f7bf2c;
}

@media screen and (min-width: 992px) {
  .header {
    height: auto;
  }
  .header.scroll--on .header-menu__top {
    margin-bottom: 10px;
  }
  .header.scroll--on .header-logo__txt {
    display: none;
  }
  .header.scroll--on .header-button__area .button {
    height: 32px;
    font-size: 1.3rem;
  }
  .header.scroll--on .header-nav--second__item {
    font-size: 1.3rem;
  }
  .header.scroll--on .header-nav--first__item {
    padding-bottom: 15px;
  }

  .header-area {
    padding: 10px 20px 0;
  }

  .header-logo__txt {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  .header-menu__top {
    margin-bottom: 20px;
  }

  .header-button__area {
    justify-content: flex-end;
  }
  .header-button__area .button {
    min-width: 168px;
    max-width: 168px;
    margin: 0;
    height: 42px;
    font-size: 1.4rem;
    display: flex;
  }
  .header-button__area .button:hover .icon--arrow {
    margin-left: 15px;
  }
  .header-button__area .button + .button {
    margin-left: 20px;
  }
  .header-button__area .button2 {
    min-width: 226px;
    max-width: 226px;
  }
  .header-button__area .button__txt {
    margin-right: -10px;
  }

  .header-button--sp {
    display: none;
  }

  .button--hamburger {
    display: none;
  }

  .header-menu__bottom {
    display: block;
  }

  .header-nav--first > ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-nav--first > ul > li:last-child .header-nav--first__item {
    padding-right: 0;
  }
  .header-nav--first > ul > li:hover .header-nav--first__item {
    color: #3788c6;
  }
  .header-nav--first > ul > li:hover .header-nav--child {
    transform: scale(1);
  }

  .header-nav--first__item {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 10px 15px;
  }

  .header-nav--child {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 30px 60px;
    background-color: rgba(21, 21, 21, 0.9);
    transform: scale(1, 0);
    transition: transform 0.5s;
    transform-origin: top;
  }
  .header-nav--child.products- {
    padding: 30px 60px 40px 60px;
  }

  .header-nav--child-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .header-nav--child__purpose > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
  }
  .header-nav--child__purpose > ul > li {
    width: 50%;
    padding: 20px 10px 0;
  }
  .header-nav--child__purpose > ul > li > a {
    background-color: #fff;
    padding: 17px 40px 17px 20px;
    font-size: 1.6rem;
    position: relative;
    line-height: 1.625;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    transition: color 0.3s;
  }
  .header-nav--child__purpose > ul > li > a .icon--arrow {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: color 0.3s;
  }
  .header-nav--child__purpose > ul > li > a:hover {
    color: #7a7c84;
  }
  .header-nav--child__purpose > ul > li > a:hover .icon--arrow {
    color: #7a7c84;
  }

  .header-nav--child__products {
    margin-bottom: 40px;
  }
  .header-nav--child__products:last-child {
    margin-bottom: 0;
  }
  .header-nav--child__products > p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin: -3px 0 20px;
  }
  .header-nav--child__products > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -20px;
  }
  .header-nav--child__products > ul > li {
    width: 20%;
    padding: 15px 0 0 20px;
  }
  .header-nav--child__products > ul > li > a {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: left;
    transition: color 0.3s;
  }
  .header-nav--child__products > ul > li > a:hover {
    color: #7a7c84;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo__area {
    margin-top: -17px;
  }

  .header-logo__txt {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .header-logo {
    max-width: 400px;
  }

  .header-menu__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header-nav--second__area {
    display: block;
    margin-right: 20px;
  }

  .header-nav--second > ul {
    display: flex;
  }

  .header-nav--second__item {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }
  .header-nav--second__item:hover {
    color: #125fa7;
  }

  .header-nav--first__item {
    font-size: 1.6rem;
    padding: 0 12px 20px;
  }

  .header-nav--child__purpose > ul {
    margin: -30px -15px 0;
  }
  .header-nav--child__purpose > ul > li {
    padding: 30px 15px 0;
  }

  .header-nav--child__products > ul > li {
    width: 16.6666%;
  }

  .header-line > span {
    height: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .header.scroll--on .header-nav--first__item {
    font-size: 1.6rem;
  }

  .header-area {
    padding: 10px 60px 0;
  }

  .header-menu__top {
    margin-top: 5px;
  }

  .header-nav--first__item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .header-area {
    padding: 10px 120px 0;
  }

  .header-nav--first__item {
    padding: 0 25px 20px;
  }
}
@media screen and (min-width: 1800px) {
  .header-nav--first__item {
    padding: 0 30px 20px;
  }
}
/*------------------------------------------- hamburger*/
.content--hamburger {
  position: fixed;
  top: 0;
  right: -315px;
  background-color: #262626;
  z-index: 10;
  padding: 12px 0 60px 20px;
  width: 315px;
  height: 100%;
  transition: right 0.6s;
  overflow-y: scroll;
}
.content--hamburger > .button--plus {
  position: absolute;
  top: 7px;
  right: 5px;
}
.content--hamburger > .button--plus > span {
  width: 18px;
  height: 18px;
}
.content--hamburger > .button--plus > span::before {
  width: 18px;
  top: 8px;
  transform: rotate(45deg);
}
.content--hamburger > .button--plus > span::after {
  height: 18px;
  left: 8px;
  transform: rotate(-135deg);
}
.content--hamburger.active-- {
  right: 0;
}

.hamburger-nav--second {
  display: flex;
  max-width: 217px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
}

.hamburger-nav--second__item {
  width: 50%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #393a3d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.hamburger-nav--second__item:first-child {
  border-right: 1px solid #262626;
}

.hamburger-nav__area > ul > li {
  position: relative;
}
.hamburger-nav__area > ul > li .button--plus {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.hamburger-nav__area > ul > li .button--plus.active-- > span::before {
  opacity: 0;
}
.hamburger-nav__area > ul > li .button--plus.active-- > span::after {
  transform: rotate(270deg);
}
.hamburger-nav__area > ul > li > ul {
  display: none;
  padding-left: 20px;
}
.hamburger-nav__area > ul > li > ul > li > a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 16.5px 0;
  border-bottom: 1px solid #000;
}

.hamburger-nav__item {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 16.5px 0;
  position: relative;
}

.button--plus {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--plus > span {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
.button--plus > span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}
.button--plus > span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 7px;
}
.button--plus > span::before, .button--plus > span::after {
  transition: opacity 0.6s, transform 0.6s;
}

.nav--open {
  left: -315px;
}
.nav--open .header {
  left: -315px;
}

@media screen and (min-width: 992px) {
  .content--hamburger {
    display: none;
  }
}
/*------------------------------------------- response*/
.content--response {
  margin-bottom: 135px;
}

.response__top {
  background-image: url(../img/response/response_sp_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  margin-bottom: 40px;
  color: #fff;
}
.response__top.none {
  display: none;
}

.response__top-inner .title2 {
  text-align: center;
  margin: -9px 0 30px;
}
.response__top-inner .title2 + p {
  margin-bottom: 25px;
}
.response__top-inner .button1 {
  border-radius: 30px;
  font-size: 1.7rem;
  height: 60px;
}

.response__bottom-inner > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0;
}
.response__bottom-inner > ul > li {
  width: 100%;
  padding: 20px 0 0;
}
.response__bottom-inner .button {
  font-size: 1.7rem;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  background-color: transparent;
}
.response__bottom-inner .button .icon--arrow {
  font-size: 1.6rem;
}
.response__bottom-inner .button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddedf9;
  border-radius: 30px;
}
.response__bottom-inner .button .button__txt {
  position: relative;
}

@media screen and (min-width: 768px) {
  .response__bottom-inner > ul {
    margin: 0 -15px;
  }
  .response__bottom-inner > ul > li {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .response__top-inner .button {
    max-width: 375px;
  }
  .response__top-inner .button .icon--arrow {
    font-size: 1.7rem;
  }

  .response__bottom-inner .button {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
  .response__bottom-inner .button .icon--arrow {
    display: none;
  }
  .response__bottom-inner .button::before {
    transition: background-color 0.6s, transform 0.6s;
    border-radius: 0;
  }
  .response__bottom-inner .button:hover {
    color: #fff;
  }
  .response__bottom-inner .button:hover::before {
    background-color: #3788c6;
    transform: scale(1.05, 1.05);
  }
}
@media screen and (min-width: 1200px) {
  .content--response {
    margin-bottom: 210px;
  }
  .content--response.active-- .response__body::before {
    transform: scale(1.05);
    background-color: #004c94;
  }

  .response__top {
    margin-bottom: 30px;
    padding: 0;
    background: none;
  }

  .response__body {
    padding: 90px 60px;
    position: relative;
  }
  .response__body::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../img/response/response_pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s;
    position: absolute;
    top: 0;
    left: 0;
  }

  .response__top-inner {
    max-width: 660px;
    margin: 0 0 0 auto;
    position: relative;
  }
  .response__top-inner .title2 {
    text-align: left;
  }
  .response__top-inner .title2 br {
    display: none;
  }
  .response__top-inner .title2 + p {
    margin-bottom: 55px;
  }
  .response__top-inner .button {
    margin: 0;
    height: 80px;
    font-size: 2.2rem;
    border-radius: 40px;
  }

  .response__bottom-inner .button {
    font-size: 3rem;
    height: 158px;
  }
  .response__bottom-inner .button__icons--free {
    font-size: 2rem;
    margin-right: 20px;
    padding: 8.5px 15.5px;
  }
}
@media screen and (min-width: 1600px) {
  .response__body {
    padding: 90px 120px;
  }
}
/*------------------------------------------- footer*/
.footer-logo img {
  width: 200px;
}
.footer {
  padding-top: 60px;
  background-color: #262626;
}
.footer.type2 {
  margin-top: 120px;
}

.footer__top {
  margin-bottom: 60px;
}

.footer-logo__area > p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: -7px 0 35px;
}

.footer-logo {
  max-width: 290px;
  margin-bottom: 20px;
}

.footer-nav {
  display: none;
}

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

.footer-sne__item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393a3d;
  margin: 0 10px;
}
.footer-sne__item [class^=icon--] {
  font-size: 1.8rem;
  color: #fff;
}
.footer-sne__item .icon--youtube {
  font-size: 2.4rem;
}

.footer-caution__txt {
  margin: 0;
  padding-left: 1.2em;
  position: relative;
}
.footer-caution__txt::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__middle {
  margin-bottom: 60px;
}

.footer-button__area > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0;
}
.footer-button__area > ul > li {
  width: 100%;
  padding: 20px 0 0;
}

.footer-button {
  background-color: #393a3d;
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-button .icon--arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #fff;
}

.footer-list__area {
  display: none;
}

.footer__bottom {
  padding: 20px 0;
  background-color: #000;
}

.copy {
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  color: #5b5c61;
  margin-bottom: 20px;
}

.pagetop {
  font-size: 1.2rem;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #393a3d;
  margin: 0 auto;
}
.pagetop .icon--arrow2 {
  font-size: 1.3rem;
  margin-right: 15px;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .footer {
    position: relative;
  }

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

  .footer-sne__area {
    justify-content: flex-start;
  }

  .footer-sne__item:first-child {
    margin-left: 0;
  }

  .footer-nav {
    display: flex;
  }
  .footer-nav > ul + ul {
    margin-left: 20px;
  }
  .footer-nav > ul > li {
    margin-bottom: 15px;
  }
  .footer-nav > ul > li:last-child {
    margin-bottom: 0;
  }

  .footer-nav__item {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .footer-nav__item[target=_blank]::after {
    content: "\e905";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    transition: color 0.6s;
  }

  .footer-button__area {
    margin-bottom: 60px;
  }
  .footer-button__area > ul {
    margin: 0 -10px;
  }
  .footer-button__area > ul > li {
    width: 33.3333%;
    padding: 0 10px;
  }

  .footer-button {
    font-size: 1.3rem;
  }
  .footer-button .icon--arrow {
    right: 20px;
  }

  .footer-list__area {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #000;
  }
  .footer-list__area > p {
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
  }
  .footer-list__area > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0;
  }
  .footer-list__area > ul > li {
    width: 11.11%;
    padding: 15px 15px 0;
  }
  .footer-list__area > ul > li > p {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  .footer__bottom {
    padding: 14px 0;
  }

  .copy {
    margin-bottom: 0;
    text-align: left;
  }

  .pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-sne__item:hover {
    background-color: #fff;
  }
  .footer-sne__item:hover [class^=icon--] {
    color: #262626;
  }

  .footer-nav > ul + ul {
    margin-left: 40px;
  }
  .footer-nav > ul > li {
    margin-bottom: 20px;
  }

  .footer-nav__item {
    font-size: 1.3rem;
  }
  .footer-nav__item:hover {
    color: #7a7c84;
  }
  .footer-nav__item:hover[target=_blank]::after {
    color: #7a7c84;
  }

  .footer-list__area > ul > li > p > a:hover {
    color: #7a7c84;
  }

  .footer-button .icon--arrow {
    color: #393a3d;
  }
  .footer-button:hover {
    background-color: #fff;
    color: #262626;
  }

  .pagetop:hover {
    background-color: #fff;
    color: #262626;
  }
  .pagetop:hover .icon--arrow2 {
    color: #262626;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 90px;
  }
  .footer.type2 {
    margin-top: 210px;
  }

  .footer__top {
    margin-bottom: 70px;
  }

  .footer-logo__area > p {
    font-size: 1.6rem;
    line-height: 1.8125;
  }

  .footer-logo {
    max-width: 496px;
    margin-bottom: 25px;
  }

  .footer-sne__area {
    margin-bottom: 30px;
  }

  .footer-nav {
    margin-top: 25px;
  }
  .footer-nav > ul + ul {
    margin-left: 50px;
  }
  .footer-nav > ul > li {
    margin-bottom: 22px;
  }

  .footer-nav__item {
    font-size: 1.6rem;
  }

  .footer-button__area {
    margin-bottom: 120px;
  }

  .footer-button {
    font-size: 1.6rem;
  }
  .footer-button .icon--arrow {
    right: 60px;
  }

  .footer-list__area {
    padding-top: 60px;
  }
  .footer-list__area > p {
    margin-bottom: 25px;
  }

  .footer__bottom {
    padding: 17px 0;
  }

  .copy {
    font-size: 1.4rem;
  }

  .pagetop {
    width: 200px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .pagetop .icon--arrow2 {
    font-size: 1.7rem;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-logo {
    max-width: 454px;
  }

  .footer-nav > ul + ul {
    margin-left: 90px;
  }

  .footer-nav__item[target=_blank]::after {
    margin-left: 15px;
  }

  .footer-list__area > ul > li > p {
    font-size: 1.4rem;
    margin: -3px 0;
  }
}
/*------------------------------------------- slider パーツ*/
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ddedf9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: background-color 0.6s, transform 0.6s;
  margin: 0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background-color: #e1e1e1;
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled::before,
.swiper-button-next.swiper-button-disabled::before {
  color: #fff;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.6s;
  content: "\e900";
  display: inline-block;
  color: #3788c6;
  font-size: 1rem;
  transform: scale(0.9);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  transform: scale(-1, 1);
}

@media screen and (min-width: 992px) {
  .swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.2);
    background-color: #3788c6;
  }
  .swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    color: #fff;
  }

  .swiper-button-prev:hover {
    transform: scale(-1.2, 1.2);
  }
}

/*==================================================
    common__new__20230406
==================================================*/
header.header__new .container,
main.main__new .container,
footer.footer__new .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1220px) {

  header.header__new .container,
  main.main__new .container,
  footer.footer__new .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

header.header__new .sp,
main.main__new .sp,
footer.footer__new .sp {
  display: none;
}

@media (max-width: 767px) {

  header.header__new .sp,
  main.main__new .sp,
  footer.footer__new .sp {
    display: block;
  }
}

@media (max-width: 767px) {

  header.header__new .pc,
  main.main__new .pc,
  footer.footer__new .pc {
    display: none;
  }
}

header.header__new .grid,
main.main__new .grid,
footer.footer__new .grid {
  display: grid;
}

header.header__new .grid.column--2,
main.main__new .grid.column--2,
footer.footer__new .grid.column--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {

  header.header__new .grid.column--2,
  main.main__new .grid.column--2,
  footer.footer__new .grid.column--2 {
    grid-template-columns: 1fr;
  }
}

header.header__new .grid.column--3,
main.main__new .grid.column--3,
footer.footer__new .grid.column--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {

  header.header__new .grid.column--3,
  main.main__new .grid.column--3,
  footer.footer__new .grid.column--3 {
    grid-template-columns: 1fr;
  }
}

header.header__new .grid.column--4,
main.main__new .grid.column--4,
footer.footer__new .grid.column--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {

  header.header__new .grid.column--4,
  main.main__new .grid.column--4,
  footer.footer__new .grid.column--4 {
    grid-template-columns: 1fr;
  }
}

header.header__new .center,
main.main__new .center,
footer.footer__new .center {
  text-align: center;
}

header.header__new .sectionHead,
main.main__new .sectionHead,
footer.footer__new .sectionHead {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {

  header.header__new .sectionHead,
  main.main__new .sectionHead,
  footer.footer__new .sectionHead {
    margin-bottom: 40px;
  }
}

header.header__new .sectionHead--title,
main.main__new .sectionHead--title,
footer.footer__new .sectionHead--title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 65px;
  position: relative;
}

@media (max-width: 767px) {

  header.header__new .sectionHead--title,
  main.main__new .sectionHead--title,
  footer.footer__new .sectionHead--title {
    font-size: 26px;
    margin-bottom: 45px;
  }
}

header.header__new .sectionHead--title::before,
main.main__new .sectionHead--title::before,
footer.footer__new .sectionHead--title::before {
  position: absolute;
  content: "";
  background: #E2C400;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {

  header.header__new .sectionHead--title::before,
  main.main__new .sectionHead--title::before,
  footer.footer__new .sectionHead--title::before {
    width: 40px;
    height: 3px;
    bottom: -26px;
  }
}

header.header__new .sectionHead--lead,
main.main__new .sectionHead--lead,
footer.footer__new .sectionHead--lead {
  font-size: 18px;
  line-height: 1.77;
}

@media (max-width: 767px) {

  header.header__new .sectionHead--lead,
  main.main__new .sectionHead--lead,
  footer.footer__new .sectionHead--lead {
    font-size: 16px;
  }
}

header.header__new .post a,
main.main__new .post a,
footer.footer__new .post a {
  display: block;
}

header.header__new .btnArea,
main.main__new .btnArea,
footer.footer__new .btnArea {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 3.125vw;
}

@media (max-width: 767px) {

  header.header__new .btnArea,
  main.main__new .btnArea,
  footer.footer__new .btnArea {
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
    gap: 30px;
  }
}

header.header__new .btn__black a,
main.main__new .btn__black a,
footer.footer__new .btn__black a {
  display: inline-block;
  width: 280px;
  padding: 15px;
  border: 2px solid #151515;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}

@media (max-width: 767px) {

  header.header__new .btn__black a,
  main.main__new .btn__black a,
  footer.footer__new .btn__black a {
    width: 100%;
    max-width: 280px;
  }
}

header.header__new .btn__red a,
main.main__new .btn__red a,
footer.footer__new .btn__red a {
  display: inline-block;
  width: 280px;
  padding: 15px;
  border: 2px solid #DB3C3C;
  background: #DB3C3C;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {

  header.header__new .btn__red a,
  main.main__new .btn__red a,
  footer.footer__new .btn__red a {
    width: 100%;
    max-width: 280px;
  }
}

/*==================================================
    header__new__20230406
==================================================*/
header.header__new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 100;
}

header.header__new .header__logo {
  padding-left: 6.25vw;
}

@media (max-width: 1420px) {
  header.header__new .header__logo {
    padding-left: 2vw;
  }
}

@media (max-width: 991px) {
  header.header__new .header__logo {
    padding-top: 2px;
    padding-bottom: 5px;
  }
}

header.header__new .header__logo img {
  max-width: 240px;
  margin-top: 4px;
}

@media (max-width: 1420px) {
  header.header__new .header__logo img {
    max-width: 200px;
  }
}

@media (max-width: 1040px) {
  header.header__new .header__logo img {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  header.header__new .header__logo img {
    margin-top: 0;
  }
}

header.header__new .header__logo--text {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  header.header__new .header__logo--text {
    font-size: 11px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  header.header__new .header__hamburger {
    display: block;
    padding-right: 8vw;
  }
}

header.header__new .header__hamburger button {
  background: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 10px 0 0 auto;
}

header.header__new .header__hamburger span {
  display: block;
  width: 100%;
  border-top: 2px solid #151515;
  transition: 0.3s;
}

header.header__new .header__hamburger span.is-active:first-child {
  transform: translatey(16px) rotate(45deg);
}

@media (max-width: 991px) {
  header.header__new .header__hamburger span.is-active:first-child {
    transform: translatey(12px) rotate(45deg);
  }
}

header.header__new .header__hamburger span.is-active:nth-child(2) {
  display: none;
}

header.header__new .header__hamburger span.is-active:last-child {
  transform: translatey(2px) rotate(-45deg);
}

header.header__new .header__menu {
  padding: 14px 6.25vw 20px 0;
}

@media (max-width: 1420px) {
  header.header__new .header__menu {
    padding-right: 2vw;
  }
}

@media (max-width: 991px) {
  header.header__new .header__menu {
    padding-right: 0;
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    top: 71px;
    right: 0;
    height: 100vh;
    width: 100vw;
  }
}

header.header__new .header__cta.pc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  header.header__new .header__cta.pc {
    display: none;
  }
}

@media (max-width: 991px) {
  header.header__new .header__cta.sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    margin-top: 50px;
  }
}

header.header__new .header__cta .btn__black a,
header.header__new .header__cta .btn__red a {
  width: 180px;
}

header.header__new .header__nav {
  margin-top: 20px;
}

header.header__new .header__nav ul {
  display: flex;
  align-items: center;
  gap: 3.125vw;
}

@media (max-width: 1420px) {
  header.header__new .header__nav ul {
    gap: 2vw;
  }
}

@media (max-width: 1040px) {
  header.header__new .header__nav ul {
    gap: 1.5vw;
  }
}

@media (max-width: 991px) {
  header.header__new .header__nav ul {
    flex-direction: column;
    gap: 30px;
  }
}

header.header__new .header__nav li {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1420px) {
  header.header__new .header__nav li {
    font-size: 15px;
  }
}

@media (max-width: 1040px) {
  header.header__new .header__nav li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  header.header__new .header__nav li {
    font-size: 16px;
  }
}


/*==================================================
    footer__new__20230406
==================================================*/
footer.footer__new {
  background: #151515;
  padding: 70px 0 60px;
}

@media (max-width: 767px) {
  footer.footer__new {
    padding: 50px 0 40px;
  }
}

footer.footer__new .footerMenu {
  display: flex;
  justify-content: center;
  gap: 140px;
}

@media (max-width: 1020px) {
  footer.footer__new .footerMenu {
    gap: 60px;
  }
}

@media (max-width: 767px) {
  footer.footer__new .footerMenu {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 10px 30px;
  }
}

@media (max-width: 767px) {
  footer.footer__new .footerList {
    width: calc(50% - 23px);
  }
}

footer.footer__new .footerList__item {
  color: #fff;
}

footer.footer__new .footerList__item:nth-child(n+2) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  footer.footer__new .footerList__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

footer.footer__new .footerList__item a {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  footer.footer__new .footerList__item a {
    font-size: 12px;
  }
}

footer.footer__new .footerList__item a.is-otherlink {
  position: relative;
}

footer.footer__new .footerList__item a.is-otherlink::after {
  position: absolute;
  content: "";
  background-image: url(../img/top_new/otherlink.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  footer.footer__new .footerList__item a.is-otherlink::after {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    bottom: 6px;
  }
}

footer.footer__new .copyright {
  margin-top: 86px;
  font-size: 11px;
  color: #fff;
}

@media (max-width: 767px) {
  footer.footer__new .copyright {
    margin-top: 60px;
    font-size: 10px;
  }
}

/*------------------------------------------- 装飾*/
.font_red{
  color:#DB3C3C
}

.font_bold{
  font-weight:bold;
}

