@charset "UTF-8";
.is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.025em;
}

img {
  width: 100%;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 15px;
  }
}

.section {
  margin: 160px auto 0;
}
@media screen and (max-width: 600px) {
  .section {
    margin-top: 96px;
  }
}

.title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc(100% + 10px);
  left: 0;
  background-color: #F56187;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 22px;
  }
  .title::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 80%;
    left: 0;
    background-color: #F56187;
    margin-top: 10px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.conversion {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #F56187;
  color: #fff;
  border-radius: 24px;
  font-weight: bold;
  letter-spacing: 0.45px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.conversion:not(.-disabled):hover {
  background-color: #fff;
  color: #F56187;
  cursor: pointer;
  border: 1px solid #F56187;
  border-radius: 24px;
}

.generic {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  border: 1px solid #707070;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.generic:hover {
  background-color: #F56187;
  color: #fff;
}

.generic-reverse {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  background-color: #F56187;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.generic-reverse:hover {
  cursor: pointer;
  background-color: #fff;
  color: #F56187;
}

.-disabled {
  background-color: #B2B2B2;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
}

header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 50px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__inner {
    padding: 0 20px;
  }
}

.header__logo {
  width: 100px;
  height: 60px;
  margin-top: 10px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__logo {
    width: 80px;
    height: 48px;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    width: 58px;
    height: 35px;
  }
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header__nav {
    display: none;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 90px;
}

.header__nav__item a {
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  position: relative;
}
.header__nav__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: transparent;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.header__nav__item a:hover::after {
  background-color: #F56187;
}
.header__nav__item:not(:first-child) {
  margin-left: 20px;
}

.header__btn {
  background-color: #F56187;
  border-radius: 60px;
  margin-left: 44px;
  font-weight: bold;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header__btn {
    display: none;
  }
}
.header__btn a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  height: 48px;
  padding: 12px 42px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__btn a:hover {
  color: #F56187;
  background-color: #fff;
  border: 1px solid #F56187;
  border-radius: 60px;
  opacity: 1;
}

.header__toggle {
  display: none;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__toggle {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header__toggle {
    display: block;
  }
}

.header__toggle {
  width: 22px;
  height: 20px;
}
.header__toggle span {
  width: 20px;
  height: 2px;
  position: fixed;
  z-index: 150;
  top: 0px;
  right: 16px;
  background-color: #F56187;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header__toggle span {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header__toggle span {
    display: block;
  }
}
.header__toggle span.is-active {
  right: 315px;
  background-color: #fff;
}
.header__toggle span:nth-child(1) {
  top: 25px;
}
@media screen and (max-width: 600px) {
  .header__toggle span:nth-child(1) {
    top: 20px;
  }
}
.header__toggle span:nth-child(1).is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 31px;
}
.header__toggle span:nth-child(2) {
  top: 32px;
}
@media screen and (max-width: 600px) {
  .header__toggle span:nth-child(2) {
    top: 26px;
  }
}
.header__toggle span:nth-child(2).is-active {
  display: none;
}
.header__toggle span:nth-child(3) {
  top: 40px;
}
@media screen and (max-width: 600px) {
  .header__toggle span:nth-child(3) {
    top: 32px;
  }
}
.header__toggle span:nth-child(3).is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 31px;
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  color: #000;
  padding: 130px 0;
  text-align: center;
  z-index: 200;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-list-item {
  height: 54px;
}
.drawer-list-item a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.drawer__btn {
  background-color: #F56187;
  height: 48px;
  padding: 12px 62px;
  margin-top: 20px;
  border-radius: 60px;
  font-weight: bold;
  display: inline-block;
}
.drawer__btn .drawer__link {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.drawer-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000000;
  opacity: 0.4;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

.main-visual {
  height: 600px;
  background: url(../img/fv.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 600px) {
  .main-visual {
    height: 762px;
    background: url(../img/fv-sp.jpg) no-repeat center center/cover;
    margin-top: 50px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual {
    height: 762px;
  }
}

.main-visual__title {
  display: inline-block;
  font-size: 58px;
  font-weight: bold;
  background: rgba(245, 97, 135, 0.5);
  color: #fff;
  position: absolute;
  bottom: 29px;
  right: 20px;
  text-align: right;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title {
text-align: center;
    width: 65.733333%;
    font-size: 30px;
    padding: 10px 0px 14px 0px;
    line-height: 1.4375;
  }
  .main-visual__title.top {
    right: 12px;
    bottom: 200px;
  }
  .main-visual__title.top span {
    display: inline-block;
    text-align: left;
  }
  .main-visual__title.lower {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title {
    font-size: 24px;
  }
}

.problem {
  background-color: #EAF6FB;
  padding: 107px 0 97px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .problem {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .problem {
    padding: 30px 0 50px;
  }
}

.problem__title {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 2px solid #F56187;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .problem__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .problem__title {
    font-size: 22px;
    margin-top: 2px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 349px) {
  .problem__title {
    font-size: 18px;
  }
}

.problem__lead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .problem__lead {
    font-size: 18px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 349px) {
  .problem__lead {
    font-size: 16px;
    margin-top: 34px;
  }
}

.problem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .problem__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
}

.problem__img {
  width: 37.1875%;
}
@media screen and (max-width: 600px) {
  .problem__img {
    width: 100%;
  }
}

.problem__wrap {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .problem__wrap {
    width: 100%;
  }
}

.problem__text {
  width: 100%;
  line-height: 1.875;
}
@media screen and (max-width: 600px) {
  .problem__text:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .problem__text {
    width: 100%;
    margin-top: 30px;
  }
}

.info {
  background-color: #B2DEE0;
  padding: 66px 0 167px;
}
@media screen and (max-width: 600px) {
  .info {
    padding: 37px 0 52px;
  }
}

.info__inner {
  text-align: center;
}

.info__lead {
  margin-top: 57px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .info__lead {
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.1px;
    margin-top: 30px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 349px) {
  .info__lead {
    font-size: 16px;
  }
}

.info__contents {
  margin: 107px auto 0;
  width: 74.6875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .info__contents {
    margin-top: 54px;
  }
}
@media screen and (max-width: 600px) {
  .info__contents {
    margin-top: 20px;
    width: 100%;
  }
}

.info__content {
  display: inline-block;
  width: calc(50% - 10px);
  position: relative;
}
.info__content:nth-child(n+3) {
  margin-top: 145px;
}
@media screen and (max-width: 600px) {
  .info__content:nth-child(n+3) {
    margin-top: 80px;
  }
}
.info__content:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .info__content {
    width: calc(50% - 3px);
    height: auto;
  }
  .info__content:nth-child(odd) {
    margin-right: 5px;
  }
  .info__content:nth-child(n+3) {
    margin-top: 46px;
  }
}

.info__img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}

.info__content__items {
  background-color: #fff;
  min-width: 305px;
  position: absolute;
  top: 100%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 25px 20px 35px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .info__content__items {
    min-width: 160px;
    padding: 14px 10px 14px;
    top: 115%;
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .info__content__items {
    min-width: 0;
    width: calc(100% - 15px);
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    padding: 9px 10px 15px 13px;
  }
}

.info__items_title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .info__items_title {
    font-size: 14px;
  }
}

.info__items_slug {
  color: #F56187;
  font-family: "Vollkorn", serif;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .info__items_slug {
    font-size: 12px;
  }
}

.info__items_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .info__items_link {
    margin-top: 10px;
  }
}

.info__link_text {
  font-size: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .info__link_text {
    font-size: 10px;
  }
}

.info__link_arrow {
  width: 55px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media screen and (max-width: 600px) {
  .info__link_arrow {
    width: 18px;
    height: 2px;
  }
}

.question--top {
  padding: 88px 0 50px;
  background-color: #EAF6FB;
}
@media screen and (max-width: 600px) {
  .question--top {
    padding: 35px 0 48px;
  }
}

.question__inner--top {
  text-align: center;
  max-width: 1280px;
}

.question__contents--top {
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .question__contents--top {
    margin-top: 40px;
  }
}

.question__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  border: 1px solid #F56187;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 21px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.question__q:hover {
  cursor: pointer;
  background: rgba(245, 97, 135, 0.2);
}
.question__q:hover .question__q_title {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .question__q {
    margin-top: 20px;
  }
}

.question__q_title {
  background-color: #F56187;
  color: #fff;
  width: 146px;
  font-size: 69px;
  font-family: "Vollkorn", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}
@media screen and (max-width: 600px) {
  .question__q_title {
    width: 50px;
    font-size: 32px;
    line-height: 60px;
    padding: 0;
  }
}

.question__q_text {
  text-align: left;
  width: calc(100% - 146px - 70px);
  padding: 45px 81px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .question__q_text {
    padding: 45px 35px;
  }
}
@media screen and (max-width: 600px) {
  .question__q_text {
    padding: 12px 34px 8px 14px;
    width: calc(100% - 50px - 30px);
    font-size: 16px;
    line-height: 1.25;
  }
  .question__q_text:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 349px) {
  .question__q_text {
    padding: 12px 25px 8px 14px;
  }
}

.question__q_icon {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.question__q_icon.is-active {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 600px) {
  .question__q_icon {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}

.question__a {
  background-color: #fff;
  border: 1px solid #F56187;
  border-radius: 5px;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__a_title {
  background-color: #F56187;
  color: #fff;
  width: 146px;
  font-size: 69px;
  font-family: "Vollkorn", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}
@media screen and (max-width: 600px) {
  .question__a_title {
    width: 50px;
    height: auto;
    font-size: 32px;
  }
}

.question__a__text {
  width: calc(100% - 146px - 70px);
  padding: 24px 70px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .question__a__text {
    padding: 24px 35px;
  }
}
@media screen and (max-width: 600px) {
  .question__a__text {
    width: calc(100% - 50px - 30px);
    padding: 8px 1px 8px 14px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.question__link {
  display: inline-block;
  margin-top: 91px;
}
.question__link a {
  display: block;
  padding: 22px 75px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #F56187;
  color: #fff;
  border: 1px solid #F56187;
  border-radius: 24px;
}
.question__link a:hover {
  color: #F56187;
  background-color: #fff;
  border: 1px solid #F56187;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .question__link {
    margin-top: 40px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 349px) {
  .question__link {
    padding: 22px 50px;
  }
}

.contact {
  height: 350px;
  background: url(../img/contact.jpg) no-repeat center center/cover;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(178, 222, 224, 0.6);
}
@media screen and (max-width: 600px) {
  .contact {
    height: 197px;
    background-size: auto 100%;
  }
}

.contact__inner {
  text-align: center;
  padding-top: 129px;
}
@media screen and (max-width: 600px) {
  .contact__inner {
    padding-top: 28px;
  }
}

.contact__lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .contact__lead {
    font-size: 20px;
  }
}

.contact__btn {
  display: inline-block;
  margin-top: 33px;
}
.contact__btn a {
  display: block;
  color: #fff;
  background-color: #F56187;
  color: #fff;
  padding: 21px 84px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.contact__btn a:hover {
  color: #F56187;
  background-color: #fff;
  border: 1px solid #F56187;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .contact__btn a {
    margin-top: 35px;
  }
}
@media screen and (max-width: 349px) {
  .contact__btn a {
    padding: 19px 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 349px) {
  .contact__btn {
    margin-top: 0;
  }
}

footer {
  background-color: #3B4043;
  color: #fff;
  padding: 136px 0 25px;
  position: relative;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 78px;
  }
}

.footer__inner {
  max-width: 1280px;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info {
  margin-left: 50px;
  margin-right: 129px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer__info {
    margin-left: 12px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 600px) {
  .footer__info {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

.footer__info_name {
  margin-top: 17px;
  font-size: 24px;
}

.footer__info_address {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.4615384615;
}
@media screen and (max-width: 600px) {
  .footer__info_address {
    display: inline-block;
    text-align: left;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 4px solid #707070;
  border-right: 4px solid #707070;
  padding: 30px 58px 50px 62px;
  font-size: 13px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer__nav {
    padding: 30px 12px 25px 18px;
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .footer__nav {
    border-left: none;
    border-right: none;
    padding: 36px 36px 33px 63px;
  }
}
@media screen and (max-width: 349px) {
  .footer__nav {
    padding: 36px 18px 33px 31px;
  }
}

@media screen and (max-width: 600px) {
  .footer__nav_left {
    width: 50%;
  }
}

.footer__nav__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .footer__nav__item:not(:first-child) {
    margin-top: 12px;
  }
}
.footer__nav__item a {
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  position: relative;
}
.footer__nav__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: transparent;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.footer__nav__item a:hover::after {
  background-color: #fff;
}

.footer__nav_right {
  margin-left: 128px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer__nav_right {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer__nav_right {
    margin-left: 0;
    text-align: center;
    width: 68%;
  }
}

.footer__link {
  margin: 70px 60px;
  display: inline-block;
  width: 200px;
  height: 83px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer__link {
    margin: 70px 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer__link {
    margin: 0 auto;
  }
}

.footer__copy {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .footer__copy {
    margin-top: 20px;
  }
}
.footer__copy a {
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  position: relative;
}
.footer__copy a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: transparent;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.footer__copy a:hover::after {
  background-color: #fff;
}

.footer_small {
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  position: relative;
  border-bottom: 1px solid #fff;
}
.footer_small::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.footer_small:hover::after {
  background-color: #fff;
}

.to-top {
  width: 50px;
  height: 34px;
  position: absolute;
  top: 95px;
  right: 97px;
}
@media screen and (max-width: 600px) {
  .to-top {
    top: 31px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.main-visual.lower-about {
  height: 330px;
  background: url(../img/about.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower-about {
    height: 550px;
    background: url(../img/about.jpg) no-repeat -1000px center/cover;
    margin-top: 42px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower-about {
    height: 500px;
  }
}

.main-visual__title.lower {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower {
    text-align: left;
    width: 75.7333333333%;
    font-size: 48px;
    text-align: center;
    padding: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 205px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower {
    font-size: 40px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.about {
  background-color: #EAF6FB;
  padding: 9px 0 100px;
}
@media screen and (max-width: 600px) {
  .about {
    padding: 9px 0 50px;
  }
}

.about__contents {
  max-width: 960px;
  margin: 72px auto 0;
}
@media screen and (max-width: 600px) {
  .about__contents {
    margin: 50px auto 0;
  }
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 22px;
  border-bottom: 1px solid #3B4043;
}
.about__content:first-child {
  border-top: 1px solid #3B4043;
}

.about__content_title {
  width: 140px;
}

.about__content_text {
  width: calc(100% - 140px);
}

.main-visual.lower-service {
  height: 330px;
  background: url(../img/service.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower-service {
    height: 550px;
    background: url(../img/service.jpg) no-repeat -1300px center/cover;
    margin-top: 42px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower-service {
    height: 500px;
  }
}

.main-visual__title.lower {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower {
    text-align: left;
    width: 75.7333333333%;
    font-size: 40px;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 205px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower {
    font-size: 36px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.service {
  background-color: #EAF6FB;
  padding: 10px 0 95px;
}

.service__contents {
  max-width: 873px;
  margin: 78px auto 0;
  text-align: center;
}

.service__lead {
  margin-top: 53px;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 2;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service__lead {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .service__lead {
    text-align: left;
  }
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 110px;
}
.service__items:last-child {
  margin-top: 80px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service__items {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .service__items {
    display: block;
    margin-top: 80px;
  }
}

.service__img {
  width: 36.3115693013%;
}
@media screen and (max-width: 600px) {
  .service__img {
    width: 100%;
  }
}

.service__text {
  width: 60.5956471936%;
  margin-left: 24px;
  margin-top: 23px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .service__text {
    width: 100%;
    margin-left: 0;
  }
}

.service__text__title {
  font-size: 22px;
  font-weight: bold;
}

.service__text__lead {
  line-height: 1.875;
  height: 150px;
  overflow: hidden;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service__text__lead {
    height: 155px;
  }
}

.flow {
  background-color: #B2DEE0;
  padding: 107px 0 98px;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 80px 0 80px;
  }
}

.flow__inner {
  text-align: center;
}

.flow__contents {
  max-width: 872px;
  background-color: #fff;
  padding: 56px 92px 56px 92px;
  margin: 65.5px auto 0;
}
@media screen and (max-width: 600px) {
  .flow__contents {
    padding: 56px 10px;
  }
}

.flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__items:not(:first-child) {
  margin-top: 30px;
}
.flow__items:not(:last-child) > .flow__items__img::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% - 1px);
  z-index: -1;
}

.flow__items__img {
  width: 111px;
  height: 111px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .flow__items__img {
    width: 80px;
    height: 80px;
  }
}
.flow__items__text {
  width: calc(100% - 111px);
  text-align: left;
  margin-left: 80px;
}
@media screen and (max-width: 600px) {
  .flow__items__text {
    margin-left: 20px;
  }
}

.flow__items__text__title {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .flow__items__text__title {
    font-size: 24px;
  }
}

.flow__items__text__lead {
  margin-top: 13px;
}

.main-visual.lower-voice {
  height: 330px;
  background: url(../img/staff-img.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower-voice {
    height: 550px;
    background: url(../img/staff-img.jpg) no-repeat center center/cover;
    margin-top: 42px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower-voice {
    height: 550px;
  }
}

.main-visual__title.lower {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower {
    text-align: left;
    width: 75.7333333333%;
    font-size: 44px;
    text-align: center;
    padding: 35px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower {
    padding: 35px 0;
    font-size: 40px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.voice {
  background-color: #EAF6FB;
  padding: 9px 100px 149px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .voice {
    padding: 9px 25px 149px;
  }
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 9px 20px 74px;
  }
}
@media screen and (max-width: 349px) {
  .voice {
    padding: 9px 0 74px;
  }
}

.voice__lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 38px;
}
@media screen and (max-width: 349px) {
  .voice__lead {
    font-size: 16px;
  }
}

.voice__contents {
  max-width: 937px;
  margin: 118px auto 0;
}
@media screen and (max-width: 600px) {
  .voice__contents {
    margin-top: 70px;
  }
}

.voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice__content:not(:first-child) {
  margin-top: 52px;
}

.voice__content__img {
  width: 170px;
  height: 170px;
}
.voice__content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.voice__content_name {
  text-align: center;
  margin-top: 11px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .voice__content_name {
    margin-top: 20px;
  }
}

.voice__content__text {
  width: calc(100% - 170px - 50px);
  background-color: #66F07C;
  border: 1px solid #707070;
  border-radius: 5px;
  line-height: 2.75;
  margin-left: 50px;
  padding: 23px 26px 8px 30px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .voice__content__text {
    line-height: 2.5;
  }
}
@media screen and (max-width: 600px) {
  .voice__content__text {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 349px) {
  .voice__content__text {
    padding: 12px 13px 8px 15px;
  }
}

.main-visual.lower-question {
  height: 330px;
  background: url(../img/staff-img.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower-question {
    height: 550px;
    background: url(../img/staff-img.jpg) no-repeat center center/cover;
    margin-top: 42px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower-question {
    height: 550px;
  }
}

.main-visual__title.lower--question {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower--question {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower--question {
    text-align: left;
    width: 75.7333333333%;
    font-size: 44px;
    text-align: center;
    padding: 35px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 205px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower--question {
    padding: 35px 0;
    font-size: 36px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.question--lower {
  padding: 9px 0 106px;
  background-color: #EAF6FB;
}

.question__inner--lower {
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .question__inner--lower {
    padding: 0 20px;
  }
}

.question__title--lower {
  text-align: center;
  margin-top: 80px;
}

.question__contents--lower {
  width: 100%;
  max-width: 1200px;
  margin: 72px auto 0;
}

.question__q_text--lower {
  text-align: left;
  width: calc(100% - 146px - 70px);
  padding: 45px 81px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .question__q_text--lower {
    padding: 45px 35px;
  }
}
@media screen and (max-width: 600px) {
  .question__q_text--lower {
    padding: 12px 15px 8px 14px;
    width: calc(100% - 50px - 30px);
    font-size: 16px;
    line-height: 1.25;
  }
  .question__q_text--lower:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 349px) {
  .question__q_text--lower {
    padding: 12px 25px 8px 14px;
  }
}

.question__a__text--lower {
  width: calc(100% - 146px - 70px);
  padding: 24px 24px 24px 70px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .question__a__text--lower {
    padding: 24px 35px;
  }
}
@media screen and (max-width: 600px) {
  .question__a__text--lower {
    width: calc(100% - 50px - 30px);
    padding: 8px 1px 8px 14px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.main-visual.lower-contact {
  height: 330px;
  background: url(../img/contact-form.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower-contact {
    height: 550px;
    background: url(../img/contact-form.jpg) no-repeat center center/cover;
    margin-top: 42px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower-contact {
    height: 550px;
  }
}

.main-visual__title.lower--question {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower--question {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower--question {
    text-align: left;
    width: 75.7333333333%;
    font-size: 44px;
    text-align: center;
    padding: 35px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 205px;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower--question {
    padding: 35px 0;
    font-size: 36px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.contact-upper {
  background-color: #EAF6FB;
  padding: 9px 0 101px;
}
@media screen and (max-width: 600px) {
  .contact-upper {
    padding: 9px 0 80px;
  }
}

.contact-upper__contents {
  max-width: 680px;
  margin: 0 auto;
}

.contact-upper__lead {
  text-align: center;
  margin-top: 42px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .contact-upper__lead {
    font-size: 16px;
  }
}

.contact-upper__items {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items {
    margin-top: 50px;
  }
}

.contact-upper__items__row {
  height: 100%;
}
.contact-upper__items__row:not(:first-child) {
  margin-top: 42px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items__row:not(:first-child) {
    margin-top: 20px;
  }
}
.contact-upper__items__row:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items__row:nth-child(2) {
    margin-top: 34px;
  }
}
@media screen and (max-width: 349px) {
  .contact-upper__items__row:nth-child(2) {
    margin-top: 34px;
  }
}
.contact-upper__items__row:nth-child(3) {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items__row:nth-child(3) {
    margin-top: 20px;
  }
  .contact-upper__items__row:nth-child(3) .contact-upper__form_input {
    margin-top: 8px;
  }
}
.contact-upper__items__row:nth-child(4) {
  margin-top: 39px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items__row:nth-child(4) {
    margin-top: 20px;
  }
  .contact-upper__items__row:nth-child(4) .contact-upper__form_input {
    margin-top: 12px;
  }
}
.contact-upper__items__row.message {
  margin-top: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 240px;
}
@media screen and (max-width: 600px) {
  .contact-upper__items__row.message {
    margin-top: 30px;
  }
}

.contact-upper__form_label {
  width: 320px;
  letter-spacing: -0.1px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .contact-upper__form_label {
    width: 100%;
    font-size: 16px;
  }
}

.-required {
  position: relative;
}
.-required::after {
  content: "必須";
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #F56187;
  position: absolute;
  top: 50%;
  right: -62px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .-required::after {
    right: -52px;
  }
}
@media screen and (max-width: 349px) {
  .-required::after {
    right: -44px;
  }
}

.contact-upper__form_input {
  width: 100%;
  margin-top: 16px;
}
.contact-upper__form_input [type=text],
.contact-upper__form_input [type=email],
.contact-upper__form_input [type=tel],
.contact-upper__form_input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 9px 12px 11px 16px;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-transition: border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.contact-upper__form_input [type=text]:hover, .contact-upper__form_input [type=text]:focus,
.contact-upper__form_input [type=email]:hover,
.contact-upper__form_input [type=email]:focus,
.contact-upper__form_input [type=tel]:hover,
.contact-upper__form_input [type=tel]:focus,
.contact-upper__form_input textarea:hover,
.contact-upper__form_input textarea:focus {
  cursor: pointer;
  border: 1px solid #F56187;
  -webkit-box-shadow: 0px 0px 8px rgba(245, 97, 135, 0.5);
          box-shadow: 0px 0px 8px rgba(245, 97, 135, 0.5);
}
@media screen and (max-width: 600px) {
  .contact-upper__form_input [type=text],
  .contact-upper__form_input [type=email],
  .contact-upper__form_input [type=tel],
  .contact-upper__form_input textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 4px 10px;
    height: 30px;
    font-size: 14px;
    -webkit-transition: border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  }
  .contact-upper__form_input [type=text]:hover,
  .contact-upper__form_input [type=email]:hover,
  .contact-upper__form_input [type=tel]:hover,
  .contact-upper__form_input textarea:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #F56187;
    -webkit-box-shadow: 0px 5px 4px -4px rgba(245, 97, 135, 0.5);
            box-shadow: 0px 5px 4px -4px rgba(245, 97, 135, 0.5);
  }
}
.contact-upper__form_input [type=email] {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .contact-upper__form_input [type=email] {
    font-size: 12px;
    margin-top: -2px;
  }
}
.contact-upper__form_input textarea {
  height: 240px;
  resize: vertical;
}
@media screen and (max-width: 600px) {
  .contact-upper__form_input textarea {
    height: 160px;
    border: 1px solid #ccc;
  }
  .contact-upper__form_input textarea:hover {
    border: 1px solid #F56187;
    -webkit-box-shadow: 0px 0px 8px rgba(245, 97, 135, 0.2);
            box-shadow: 0px 0px 8px rgba(245, 97, 135, 0.2);
  }
}
@media screen and (max-width: 600px) {
  .contact-upper__form_input {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
  }
  .contact-upper__form_input:nth-child(2) {
    margin-top: 12px;
  }
  .contact-upper__form_input:nth-child(3) {
    margin-top: 12px;
  }
  .contact-upper__form_input:nth-child(4) {
    margin-top: 10px;
  }
}

::-webkit-input-placeholder {
  color: #C1C1C1;
}

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

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

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

::placeholder {
  color: #C1C1C1;
}

.contact-upper__radio {
  position: relative;
}

.contact-upper__radio_label {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .contact-upper__radio_label {
    text-indent: -2em;
    padding-left: 2em;
  }
}
.contact-upper__radio_label:hover {
  cursor: pointer;
}
.contact-upper__radio_label:hover span::after {
  border: 1px solid #F56187;
  -webkit-box-shadow: 0px 0px 6px rgba(245, 97, 135, 0.5);
          box-shadow: 0px 0px 6px rgba(245, 97, 135, 0.5);
}
.contact-upper__radio_label span {
  width: 100%;
  margin-left: 30px;
  position: relative;
}
.contact-upper__radio_label span::before {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F56187;
  opacity: 0;
}
.contact-upper__radio_label span::after {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.contact-upper__radio_input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
}
.contact-upper__radio_input:checked + span::before {
  opacity: 1;
}
.contact-upper__radio_input:checked + span::after {
  border: 1px solid #F56187;
}
.contact-upper__radio_input:focus + span {
  outline: 1px solid #F56187;
}

.wpcf7-list-item {
  display: block;
  margin-top: 20px;
}

.wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
  position: relative;
}
.wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F56187;
  opacity: 0;
}
.wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.wpcf7-list-item-label:hover::after {
  border: 1px solid #F56187;
  -webkit-box-shadow: 0px 0px 6px rgba(245, 97, 135, 0.5);
          box-shadow: 0px 0px 6px rgba(245, 97, 135, 0.5);
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
input[type=radio]:checked + span::before {
  opacity: 1;
}
input[type=radio]:checked + span::after {
  border: 1px solid #F56187;
}
input[type=radio]:focus + span {
  outline: 1px solid #F56187;
}

.contact-upper__btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .contact-upper__btn {
    margin: 0;
  }
}
.contact-upper__btn input[type=submit] {
  display: inline-block;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact-upper__btn input[type=submit] {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.contact-upper__message {
  text-align: center;
  margin-top: 60px;
  display: none;
  font-size: 18px;
  color: #fff;
}
.contact-upper__message.-error {
  background-color: #f00;
}

.error__inner {
  margin: 200px auto 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .error__inner {
    margin: 100px auto 50px;
    width: calc(100% - 30px);
  }
}

.error__title {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .error__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 349px) {
  .error__title {
    font-size: 40px;
  }
}

.error__message {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .error__message {
    font-size: 16px;
  }
}
@media screen and (max-width: 349px) {
  .error__message {
    font-size: 14px;
  }
}

.error__btn {
  display: inline-block;
  margin-top: 91px;
  text-align: center;
}
.error__btn a {
  display: block;
  padding: 22px 75px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #F56187;
  color: #fff;
  border: 1px solid #F56187;
  border-radius: 24px;
}
@media screen and (max-width: 349px) {
  .error__btn a {
    padding: 16px 25px;
  }
}
.error__btn a:hover {
  color: #F56187;
  background-color: #fff;
  border: 1px solid #F56187;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .error__btn {
    margin-top: 40px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 349px) {
  .error__btn {
    width: calc(100% - 30px);
    padding: 11px 0;
  }
}

.main-visual.lower--privacy-policy {
  height: 330px;
  background: url(../img/contact-form.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 82px;
}
@media screen and (max-width: 600px) {
  .main-visual.lower--privacy-policy {
    height: 550px;
    background: url(../img/contact-form.jpg) no-repeat center center/auto 100%;
    margin-top: 42px;
    display: grid;
  }
}
@media screen and (max-width: 349px) {
  .main-visual.lower--privacy-policy {
    height: 550px;
  }
}

.main-visual__title.lower--privacy-policy {
  display: inline-block;
  background: transparent;
  color: #fff;
  -webkit-text-stroke: 2px #F56187;
  position: absolute;
  top: 52%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 24px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .main-visual__title.lower--privacy-policy {
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__title.lower--privacy-policy {
    text-align: left;
    width: 75.7333333333%;
    font-size: 44px;
    text-align: center;
    padding: 35px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    place-items: center;
  }
}
@media screen and (max-width: 349px) {
  .main-visual__title.lower--privacy-policy {
    padding: 35px 0;
    font-size: 36px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #3B4043;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #3B4043; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.privacy-policy {
  background-color: #EAF6FB;
  padding: 9px 0 0;
}
@media screen and (max-width: 600px) {
  .privacy-policy {
    padding: 9px 0 0;
  }
}

.privacy-policy__items {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .privacy-policy__items {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .privacy-policy__items {
    padding: 60px 0;
  }
}
@media screen and (max-width: 349px) {
  .privacy-policy__items {
    width: calc(100% - 20px);
  }
}

.privacy-policy__title {
  font-size: 32px;
}
@media screen and (max-width: 349px) {
  .privacy-policy__title {
    font-size: 24px;
  }
}

.privacy-policy__desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 349px) {
  .privacy-policy__desc {
    width: calc(100% - 0px);
    font-size: 14px;
  }
}

.privacy-policy__contents {
  padding: 20px 0;
}

.privacy-policy__content {
  margin-top: 30px;
}

.privacy-policy__subtitle {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 349px) {
  .privacy-policy__subtitle {
    font-size: 20px;
  }
}