@charset "UTF-8";
.section-title {
  font-family: sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding-top: 100px;
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

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

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

img {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1247px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .visible-sp {
    display: inline;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1247px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button-arrow-right {
  -webkit-appearance: none;
  background: #9dbe47 url(../img/icon-arrow-right.png) no-repeat center right 12px/17px 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 14px 60px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 304px;
  max-width: 100%;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .button-arrow-right {
    padding: 14px 32px;
    width: 100%;
  }
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  padding: 0 0 28px;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  color: #6f7579;
}

.section-title::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9dbe47), to(#edff4d));
  background: linear-gradient(90deg, #9dbe47, #edff4d);
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section-title::after {
    width: 48px;
  }
}

@media (max-width: 1247px) {
  .section-title {
    font-size: 50px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 42px;
    padding-bottom: 16px;
  }
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#9dbe47), to(#edff4d));
  background: linear-gradient(180deg, #9dbe47, #edff4d);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 100px;
}

@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .header__inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.header__logo {
  margin: 0;
  line-height: 1;
}

.header__logo img {
  width: 205px;
  vertical-align: top;
}

@media (max-width: 1247px) {
  .header__logo img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .header__logo img {
    width: 148px;
  }
}

.header__logo a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav ul li {
  margin-right: 40px;
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}

.header__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#d43737), to(#ffdd48));
  background: linear-gradient(90deg, #d43737, #ffdd48);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav ul li a.is-active::after {
  opacity: 1;
}

.mainvisual {
  height: 100vh;
  width: 100vw;
  background-position: 50% 20%;
  background-size: 250px 250px;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 40% 10%;
  border-bottom-right-radius: 40% 10%;
  background-color: #9dbe47;
  overflow: hidden;
}

@media (max-width: 1247px) {
  .mainvisual {
    height: 95vh;
  }
}

@media (max-width: 767px) {
  .mainvisual {
    height: 95vh;
    background-position: 50% 10%;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .mainvisual {
    background-size: 100px;
  }
}

.mainvisual__content {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1247px) {
  .mainvisual__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .mainvisual__content {
    padding-left: 16px;
    padding-right: 16px;
    top: 55%;
  }
}

.mainvisual__title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1247px) {
  .mainvisual__title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .mainvisual__title {
    font-size: 28px;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .mainvisual__title {
    font-size: 28px;
  }
}

.mainvisual__lead {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1247px) {
  .mainvisual__lead {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .mainvisual__lead {
    font-size: 20px;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .mainvisual__lead {
    font-size: 20px;
  }
}

.mainvisual__button {
  margin-top: 24px;
}

@media (max-width: 1247px) {
  .mainvisual__button {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .mainvisual__button {
    margin-top: 24px;
  }
}

.button-mainvisual {
  display: inline-block;
  background: #dcdf3b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 18px 18px;
  border-radius: 35px;
  font-size: 24px;
  width: 360px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .button-mainvisual {
    padding: 20px 36px;
    font-size: 20px;
    width: 240px;
  }
}

.drawer-icon {
  display: none;
  position: fixed;
  right: 16px;
  top: 20px;
  z-index: 111;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.drawer-icon.is-checked {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-bars {
  display: inline-block;
  width: 22px;
  height: 20px;
  position: relative;
  vertical-align: bottom;
}

.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 4px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-background {
  display: none;
  position: fixed;
  z-index: 109;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #707070;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.drawer-background.is-checked {
  display: block;
  opacity: 0.8;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 110;
  width: 200px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: left;
  color: #707070;
}

.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

.drawer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-content ul li {
  border-bottom: 1px dotted #707070;
}

.drawer-content ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 16px 30px 14px 20px;
  color: #707070;
}

.drawer-content ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: transparent url(../img/drawer-arrow-right.png) no-repeat center center/contain;
}

/*===============================================
# 社団法人　障害年金とは？　nennkin

============================================== */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -70px;
  width: 110px;
  height: 110px;
}

@media (max-width: 767px) {
  .balloon5 .faceicon {
    margin-right: -80px;
    width: 90px;
    height: 90px;
  }
}

.balloon5 .faceicon img {
  width: 100%;
  height: 100%;
  border: solid 3px #9dbe47;
  border-radius: 50%;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 105px;
  padding: 27px 30px;
  border-radius: 12px;
  background: #9dbe47;
}

@media (max-width: 767px) {
  .says {
    margin: 5px 0 0 105px;
    padding: 17px 13px;
  }
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #9dbe47;
}

.says p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .says p {
    font-size: 16px;
  }
}

.nennkinn__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0 1.5em 0;
}

.nennkinn__balloonR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nennkinn__balloon-img {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nennkinn__balloon-img img {
  width: 100%;
  height: 100%;
  border: 3px solid #9dbe47;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}

.nennkinn__balloon-text {
  padding: 1em;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.nennkinn__balloon-text-inner {
  margin: auto;
}

.nennkinn__balloon-text::before, .balloon-text::after {
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.nennkinn__balloonR .nennkinn__balloon-text {
  margin: 0 30px 0;
  background: #9dbe47;
}

.nennkinn__balloonR .nennkinn__balloon-text::before {
  right: -16px;
  border-left: 16px solid #9dbe47;
}

.nennkin-img img {
  width: 600px;
  margin-top: 40px;
  margin-right: 40px;
  background-color: #9dbe47;
  -webkit-animation: fluidrotate 30s ease 0s infinite;
          animation: fluidrotate 30s ease 0s infinite;
}

@media (max-width: 1247px) {
  .nennkin-img img {
    margin-right: 62px;
  }
}

@media (max-width: 767px) {
  .nennkin-img img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
}

@-webkit-keyframes fluidrotate {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes fluidrotate {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.nennkin2-img img {
  width: 600px;
  margin-top: 250px;
  margin-right: 40px;
  background-color: #9dbe47;
  -webkit-animation: fluidrotate 30s ease 0s infinite;
          animation: fluidrotate 30s ease 0s infinite;
}

@media (max-width: 1247px) {
  .nennkin2-img img {
    margin-right: 62px;
  }
}

@media (max-width: 767px) {
  .nennkin2-img img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
}

@keyframes fluidrotate {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.efefef__curved {
  position: relative;
  background: #fff;
  height: 20vh;
}

.efefef__curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #efefef;
  height: 50%;
}

.fff__curved {
  position: relative;
  background: #efefef;
  height: 20vh;
}

.fff__curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 50%;
}

.nennkin {
  background: #efefef;
}

.nennkin__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .nennkin__content {
    display: block;
    margin-top: 52px;
  }
}

.nennkin__content:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nennkin__comment {
  margin-top: 50px;
  width: 704px;
  color: #6f7579;
}

.nennkin__comment h3 {
  font-size: 30px;
}

.nennkin__comment h3 span {
  font-size: 15px;
}

@media (max-width: 767px) {
  .nennkin__comment h3 span {
    font-size: 10px;
  }
}

.nennkin__comment p {
  font-size: 20px;
}

.nennkin__comment p span {
  color: #ff3300;
}

.nennkin__comment a {
  color: #333;
}

@media (max-width: 767px) {
  .nennkin__comment {
    width: 100%;
  }
}

.nennkin__comment2 {
  width: 704px;
  color: #6f7579;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.nennkin__comment2 h3 {
  font-size: 30px;
  border-bottom: 2px solid #9dbe47;
}

.nennkin__comment2 h3 span {
  font-size: 15px;
}

@media (max-width: 767px) {
  .nennkin__comment2 h3,
  .nennkin__comment2 p {
    width: 100%;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .nennkin__comment2 {
    width: 100%;
  }
}

.youken__box {
  margin-top: 24px;
  border: solid 3px #9dbe47;
  border-radius: 24px;
  padding: 12px 24px;
  background: #fff;
}

.youken__box h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}

.youken__box p span {
  color: #ff3300;
}

.youken__box2 {
  margin-top: 24px;
  border: solid 2px #9dbe47;
  border-radius: 24px;
  padding: 12px 24px;
  background-color: #9dbe47;
}

.youken__box2 p {
  color: #fff;
}

.nennkinn__button {
  margin-top: 60px;
  text-align: center;
  color: #fff;
}

.card {
  background: #fff;
}

.card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .card__items {
    margin-top: 30px;
  }
}

.card__item {
  width: calc(33.33333333% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1247px) {
  .card__item {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
  }
  .card__item:nth-child(3n) {
    margin-right: 24px;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .card__item {
    width: 100%;
    margin-right: 0;
  }
  .card__item:nth-child(3n) {
    margin-right: 0;
  }
}

.media {
  overflow: hidden;
  background: #9dbe47;
  border-radius: 16px;
  padding: 16px 16px 14px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.16);
}

.media__card {
  background: #fff;
  position: relative;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  background-color: #9dbe47;
}

.media2 {
  overflow: hidden;
  background: #efefef;
  border-radius: 4px;
  padding: 16px 16px 14px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.media__head {
  margin-bottom: 20px;
}

.media__img {
  text-align: center;
}

.media__img img {
  vertical-align: bottom;
}

.media__body {
  margin-top: 12px;
}

.media__title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.media__title span {
  font-size: 16px;
}

.media__content {
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  line-height: 1.5;
}

.news__items {
  margin: 60px auto 0;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .news__items {
    margin-top: 38px;
  }
}

.news__item {
  border-bottom: 1px solid #707070;
}

.news__item:last-child {
  border: none;
}

.info {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .info {
    display: block;
    padding: 12px 0;
  }
}

.info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .info__meta {
    width: 100%;
    padding-top: 0;
  }
}

.info__published {
  width: 105px;
  display: inline-block;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .info__published {
    width: auto;
  }
}

.info__label {
  width: 80px;
}

@media (max-width: 767px) {
  .info__label {
    width: auto;
    margin-left: auto;
  }
}

.info__label a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background: #666;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .info__label a {
    padding: 4px 8px;
  }
}

.info__label.info__label--type01 a {
  background: #3f51b5;
  text-decoration: none;
}

.info__label.info__label--type02 a {
  background: #e81919;
}

.info__title {
  line-height: 1.25;
  width: calc(100% - 105px - 80px);
  padding: 5px 0 0 20px;
}

@media (max-width: 767px) {
  .info__title {
    width: 100%;
    margin-top: 6px;
    padding: 0;
  }
}

.info__title a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__link {
  text-align: center;
  margin-top: 44px;
}

.news__link a {
  text-decoration: none;
  color: #e81919;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

.news__link a::after {
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: transparent url(../img/news-arrow.png) no-repeat center center/contain;
}

.table {
  background: #efefef;
}

.table__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .table__content {
    display: block;
    margin-top: 52px;
  }
}

.table__image {
  width: 454px;
  margin-right: 40px;
  text-align: center;
}

@media (max-width: 1247px) {
  .table__image {
    margin-right: 62px;
  }
}

@media (max-width: 767px) {
  .table__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.table__price {
  width: 704px;
}

@media (max-width: 767px) {
  .table__price {
    width: 100%;
  }
}

.table-default {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #fff;
  table-layout: fixed;
}

.table-default th,
.table-default td {
  padding: 18px 24px;
  border: 1px solid #707070;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 767px) {
  .table-default th,
  .table-default td {
    padding: 16px;
  }
}

.table-default th {
  text-align: center;
  background: #999;
  font-weight: 700;
  color: #fff;
}

.table-default th span {
  font-size: 8px;
}

.table-default th:first-child {
  width: 170px;
}

@media (max-width: 1247px) {
  .table-default th:first-child {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .table-default th:first-child {
    width: 80px;
  }
}

.table-default td {
  text-align: right;
}

.table-default td.table-default__multiline {
  padding-top: 10px;
  padding-bottom: 8px;
}

.table-default td span.m-active {
  color: #e81919;
}

.table-default td span.m-small {
  font-size: 0.825em;
}

.table-default__attention {
  font-size: 13px;
}

.table__attention {
  margin-top: 6px;
  font-size: 14px;
}

.table__attention a {
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*===============================================
# table2  intro 障害年金周知への想い
============================================== */
.intro {
  background: #fff;
}

@media (max-width: 767px) {
  .intro__inner h2 {
    font-size: 40px;
  }
}

.intro__content {
  margin-top: 100px;
  position: relative;
  height: 70vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .intro__content {
    margin-top: 0px;
  }
}

.intro__content:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fluid-area {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1247px) {
  .fluid-area {
    margin-right: 62px;
  }
}

@media (max-width: 767px) {
  .fluid-area {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  height: 80vh;
  background: linear-gradient(45deg, #9dbe47, #edff4d, #5de696);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  -webkit-animation: fluidrotate 30s ease 0s infinite;
          animation: fluidrotate 30s ease 0s infinite;
  /*アニメーションの設定*/
}

@media (max-width: 767px) {
  .fluid {
    width: 320px;
    height: 440px;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .fluid {
    height: 360px;
  }
}

@keyframes fluidrotate {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.fluid-contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #6f7579;
  font-size: 18px;
}

@media (max-width: 767px) {
  .fluid-contents {
    font-size: 13px;
  }
}

.lecture {
  background: #fff;
}

@media (max-width: 767px) {
  .lecture__inner h2 {
    font-size: 38px;
  }
}

.lecture__contents {
  margin-top: 40px;
}

.lecture__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .lecture__info {
    display: block;
    margin-top: 52px;
  }
}

.lecture__image {
  width: 40%;
  max-width: 80%;
  margin-right: 80px;
}

.lecture__image img {
  border-radius: 65% 35% 71% 29% / 61% 45% 55% 39%;
  background-color: #eb6100;
  background: #fca1a1;
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

@media (max-width: 767px) {
  .lecture__image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}

.balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 0 15px -20px 0;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #a2d817;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .balloon3-right-btm {
    margin: 0 20px -20px -30px;
  }
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #a2d817;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em 0 1.5em 0;
}

.balloonR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.balloon-img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.balloon-img img {
  width: 100%;
  height: 100%;
  border: 3px solid #9ce191;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.balloon-text {
  padding: 1em;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f7579;
}

.balloon-text-inner {
  margin: auto;
}

.balloon-text::before, .balloon-text::after {
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.balloonL .balloon-text {
  margin: 0 0 0 15px;
  background: #ddbcff;
}

.balloonR .balloon-text {
  margin: 0 30px 0;
  background: #ebffe7;
}

.balloonL .balloon-text::before {
  left: -16px;
  border-right: 16px solid #ddbcff;
}

.balloonR .balloon-text::before {
  right: -16px;
  border-left: 16px solid #ebffe7;
}

.content__title {
  width: 45%;
  color: #6f7579;
  margin-top: 80px;
}

.content__title h3 {
  font-size: 20px;
}

.content__title h4 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .content__title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}

.lecture__content {
  margin-top: 60px;
}

.content__kennshyuu {
  background: #fff;
  color: #6f7579;
  margin-top: 24px;
  border: solid 3px #9dbe47;
  border-radius: 24px;
  padding: 12px 24px;
  position: relative;
  display: inline-block;
}

.content__kennshyuu h4 {
  font-size: 28px;
  color: #6f7579;
  font-weight: 700;
}

@media (max-width: 767px) {
  .content__kennshyuu h4 {
    margin: 0;
  }
}

.content__kennshyuu h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.kennshyuu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .kennshyuu__items {
    margin-top: 0px;
  }
}

.kennshyuu__item {
  overflow: hidden;
  background: #9dbe47;
  color: #fff;
  border-radius: 16px;
  padding: 16px 16px 14px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: calc(33.33333333% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kennshyuu__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1247px) {
  .kennshyuu__item {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
  }
  .kennshyuu__item:nth-child(3n) {
    margin-right: 24px;
  }
  .kennshyuu__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .kennshyuu__item {
    width: 100%;
    margin-right: 0;
  }
  .kennshyuu__item:nth-child(3n) {
    margin-right: 0;
  }
}

.kennshyuu__item p {
  text-align: center;
  margin: 0 auto;
}

.content__kouenn {
  background: #fff;
  color: #6f7579;
  margin-top: 24px;
  border: solid 3px #9dbe47;
  border-radius: 24px;
  padding: 12px 24px;
}

.content__kouenn h4 {
  font-size: 28px;
  color: #6f7579;
  font-weight: 700;
}

@media (max-width: 767px) {
  .content__kouenn h4 {
    margin: 0;
  }
}

.content__kouenn p {
  margin-bottom: 0px;
}

.content__kouenn h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.content__ryoukinn {
  margin-top: 24px;
  border: solid 3px #9dbe47;
  border-radius: 24px;
  padding: 12px 24px;
}

.kouenn__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .kouenn__items {
    margin-top: 0px;
  }
}

.kouenn__item {
  overflow: hidden;
  background: #9dbe47;
  color: #fff;
  border-radius: 16px;
  padding: 16px 16px 14px;
  display: block;
  text-decoration: none;
  width: calc(33.33333333% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kouenn__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1247px) {
  .kouenn__item {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
  }
  .kouenn__item:nth-child(3n) {
    margin-right: 24px;
  }
  .kouenn__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .kouenn__item {
    width: 100%;
    margin-right: 0;
  }
  .kouenn__item:nth-child(3n) {
    margin-right: 0;
  }
}

.kouenn__text {
  text-align: center;
  margin: 0 auto;
}

.kouenn__text h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 16px 0 24px 0;
}

.kouenn__text h6 span {
  font-size: 14px;
}

@media (max-width: 767px) {
  .kouenn__text h6 span {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .kouenn__text h6 {
    font-size: 16px;
  }
}

.kouenn__text p span {
  font-size: 10px;
}

.content__ryoukinn {
  background: #fff;
}

.content__ryoukinn h4 {
  font-size: 28px;
  color: #6f7579;
  font-weight: 700;
}

@media (max-width: 767px) {
  .content__ryoukinn h4 {
    margin: 0;
  }
}

.content__ryoukinn p {
  color: #6f7579;
}

.lecture__button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .profile h2 {
    font-size: 34px;
  }
}

.profile__content {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.profile__image {
  width: 50%;
  margin: 0 auto;
}

.profile__image img {
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.16);
  border: 5px solid #9dbe47;
  padding: 7px;
}

@media (max-width: 767px) {
  .profile__image {
    width: 90%;
  }
}

.profile__text {
  width: 50%;
  margin: 60px auto;
}

.profile__text h3 {
  color: #6f7579;
  font-size: 20px;
}

.profile__text p {
  color: #6f7579;
}

.profile__text h4 {
  color: #6f7579;
  font-size: 18px;
}

.profile__text h4 span {
  font-size: 11px;
}

@media (max-width: 767px) {
  .profile__text {
    width: 90%;
  }
}

.achievement {
  background: #efefef;
}

@media (max-width: 767px) {
  .achievement h2 {
    font-size: 38px;
  }
}

.achievement__content {
  margin-top: 80px;
}

.achievement__image {
  width: 500px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 37% 63% 46% 54% / 43% 61% 39% 57%;
  background-color: #eb6100;
  background: #fca1a1;
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

.achievement__text {
  margin-top: 60px;
}

.ach-training {
  margin-top: 40px;
}

.ach-training h3 {
  color: #6f7579;
  font-size: 28px;
}

@media (max-width: 767px) {
  .ach-training h3 {
    margin-bottom: 0px;
  }
}

.ach-training h3 span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .ach-training h3 span {
    font-size: 12px;
  }
}

.ach-training p {
  padding-bottom: 24px;
  color: #6f7579;
}

.ach-training-list {
  padding: 0;
}

.ach-training-list li {
  position: relative;
  list-style-type: none !important;
  /*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #6f7579;
  border-radius: 15px 0px 0px 15px;
  /*左側の角丸く*/
}

.ach-training-list li span {
  font-weight: 700;
}

.ach-training-list li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin: 12px 8px 12px 0;
}

.ach__record {
  padding: 5px;
  text-align: right;
}

.ach__record__button {
  display: inline-block;
  text-decoration: none;
  color: #6f7579;
  font-weight: 700;
  border-radius: 30px;
  background: #dbebf8;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 165px;
  max-width: 100%;
  position: relative;
}

.ach__record__button::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #697b91;
  top: 50%;
  left: 7%;
  margin-top: -5px;
}

.ach__record__button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.ach-lecture {
  margin-top: 60px;
}

.ach-lecture h3 {
  color: #6f7579;
  font-size: 28px;
}

@media (max-width: 767px) {
  .ach-lecture {
    margin-top: 30px;
  }
}

.ach-lecture-list {
  padding: 0;
}

.ach-lecture-list li {
  position: relative;
  list-style-type: none !important;
  /*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #6f7579;
  border-radius: 15px 0px 0px 15px;
  /*左側の角丸く*/
}

.ach-lecture-list li span {
  font-weight: 700;
}

.ach-lecture-list li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin: 12px 8px 12px 0;
}

.ach__button {
  margin-top: 40px;
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #fca1a1;
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

.map {
  background: #efefef;
}

.map__iframe {
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .map__iframe {
    margin-top: 60px;
  }
}

.map__iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.map__iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.map__info {
  margin: 8px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  color: #6f7579;
}

@media (max-width: 767px) {
  .map__info {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.map__info dt,
.map__info dd {
  padding: 3px 0;
  margin: 0;
}

@media (max-width: 767px) {
  .map__info dt,
  .map__info dd {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.map__info dt {
  width: 104px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .map__info dt {
    width: 92px;
  }
}

.map__info dd {
  width: calc(100% - 118px);
}

@media (max-width: 767px) {
  .map__info dd {
    width: calc(100% - 92px);
  }
}

.map__link {
  text-align: center;
  margin-top: 22px;
}

.qa__items {
  width: 900px;
  max-width: 100%;
  margin: 80px auto 0;
}

.qa__item:nth-child(n + 2) {
  margin-top: 24px;
}

.qa-box {
  border: 1px solid #9dbe47;
}

.qa-box__q {
  color: #fff;
  background: #9dbe47;
  padding: 12px 56px;
  font-weight: 700;
  position: relative;
}

.qa-box__q::before {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 20px;
}

.qa-box__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa-box__icon.is-open .qa-box__bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa-box__bar1 {
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.qa-box__bar2 {
  width: 2px;
  height: 14px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.qa-box__a {
  background: #fff;
  font-weight: 700;
  color: #9dbe47;
  line-height: 1.5;
  padding: 16px 30px 16px 20px;
  display: none;
}

.qa-box__content {
  position: relative;
  padding-left: 35px;
}

.qa-box__content::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
}

.contact {
  background: #fff;
}

.contact__item {
  margin: 80px auto 0;
  padding: 60px;
  background: #fff;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact__item {
    padding: 20px;
    margin-top: 26px;
  }
}

.contact__controls {
  margin: 0;
}

.contact__control {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact__control {
    display: block;
    margin-bottom: 24px;
  }
}

.contact__control:last-child {
  margin-bottom: 0;
}

.contact__control dt {
  width: 160px;
  padding: 6px 0 0;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dt {
    width: 100%;
    padding-top: 0;
  }
}

.contact__control dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dd {
    width: 100%;
    margin-top: 8px;
  }
}

.contact__label {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact__label {
    font-size: 16px;
    display: inline-block;
  }
}

.contact__label--required {
  position: relative;
}

@media (max-width: 767px) {
  .contact__label--required {
    padding-right: 54px;
  }
}

.contact__label--required::after {
  content: "必須";
  position: absolute;
  background: #e81919;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 4px 8px;
  width: 44px;
  display: block;
  top: calc(100% + 8px);
  left: 0;
}

@media (max-width: 767px) {
  .contact__label--required::after {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact__required {
  background: #e81919;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
  width: 46px;
  display: block;
  margin-top: 6px;
}

.contact__radio {
  margin-top: 26px;
  padding: 0;
}

@media (max-width: 767px) {
  .contact__radio {
    margin-top: 26px;
  }
}

.contact__radio-item {
  margin-right: 32px;
}

.contact__radio-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .contact__radio-item {
    margin-bottom: 16px;
    margin-right: 0;
    display: block;
  }
}

.contact__check {
  margin-top: 58px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact__check {
    margin-top: 24px;
  }
}

.contact__check a {
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

.contact__submit {
  margin-top: 30px;
  text-align: center;
}

.form-input {
  width: 100%;
  border: 1px solid #707070;
  padding: 4px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 38px;
}

@media (max-width: 767px) {
  .form-input {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/select-arrow.png) no-repeat center right 12px/17px 14px;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  padding: 3px 16px;
  width: 100%;
  border: 1px solid #707070;
  height: 38px;
}

@media (max-width: 767px) {
  .form-select {
    padding-top: 3px;
    padding-bottom: 3px;
    background-position: center right 10px;
  }
}

.form-select::-ms-expand {
  display: none;
}

.form-textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #707070;
  resize: none;
  padding: 10px 16px;
  line-height: 1.625;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .form-textarea {
    height: 180px;
  }
}

.form-radio {
  display: none;
}

.form-radio + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 28px;
  position: relative;
}

.form-radio + span::before, .form-radio + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-radio + span::before {
  background: #fff;
  border: 1px solid #707070;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
}

.form-radio + span::after {
  background: #9dbe47;
  border: 1px solid transparent;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.form-radio:checked + span::after {
  opacity: 1;
}

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
}

@media (max-width: 767px) {
  .form-checkbox + span {
    padding-left: 46px;
  }
}

.form-checkbox + span::before, .form-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-checkbox + span::before {
  background: #fff;
  border: 1px solid #707070;
  display: block;
  left: 0;
  width: 25px;
  height: 25px;
}

.form-checkbox + span::after {
  border: 1px solid transparent;
  left: 0;
  width: 25px;
  height: 25px;
  background: transparent url(../img/icon-check.png) no-repeat center center/contain;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

.contact__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 100%;
  padding: 60px;
  height: 80%;
  z-index: 120;
  background: #fff;
  display: none;
}

@media (max-width: 1247px) {
  .contact__modal {
    width: 90%;
    height: 80%;
    padding: 38px 36px 20px;
  }
}

@media (max-width: 1247px) {
  .contact__modal {
    height: 90%;
    padding: 38px 24px 20px;
  }
}

.contact__modal.is-show {
  display: block;
}

.contact__modal-close-icon {
  text-align: center;
  position: absolute;
  right: -21px;
  top: -21px;
  cursor: pointer;
}

.contact__modal-close-icon img {
  width: 43px;
}

.contact__modal-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
  line-height: 1;
}

.contact__modal-title::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #9dbe47;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__modal-content {
  overflow: auto;
  margin-top: 36px;
  height: calc(100% - 124px - 52px);
}

.contact__modal-content > :first-child {
  margin-top: 0;
}

@media (max-width: 1247px) {
  .contact__modal-content {
    margin-top: 60px;
    height: calc(100% - 148px - 52px);
  }
}

@media (max-width: 767px) {
  .contact__modal-content {
    margin-top: 38px;
    height: calc(100% - 128px - 52px);
  }
}

.contact__modal-head {
  font-size: 20px;
  padding: 0 0 0 20px;
  color: #707070;
  position: relative;
  font-weight: 700;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact__modal-head {
    margin-top: 32px;
  }
}

.contact__modal-head::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 3px;
  background: #9dbe47;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.contact__modal-text {
  padding: 0 0 0 20px;
  margin-top: 6px;
  color: #707070;
  line-height: 1.625;
}

.contact__modal-close-button {
  text-align: center;
  margin-top: 50px;
}

.contact__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 119;
  display: none;
}

.contact__modal-background.is-show {
  display: block;
}

.button-modal {
  display: inline-block;
  background: #9dbe47;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  width: 176px;
  padding: 14px;
  border: none;
}

.footer {
  padding: 48px 0 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#9dbe47), to(#edff4d));
  background: linear-gradient(360deg, #9dbe47, #edff4d);
}

@media (max-width: 767px) {
  .footer {
    padding-top: 62px;
    padding-bottom: 24px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  width: 35%;
  padding: 12px 0 0;
}

@media (max-width: 767px) {
  .footer__left {
    width: 100%;
    padding: 0;
  }
}

.footer__center {
  width: 50%;
  padding: 8px 10px 0;
}

@media (max-width: 767px) {
  .footer__center {
    width: 100%;
    margin-top: 52px;
    padding: 0;
  }
}

.footer__right {
  width: 20%;
  padding: 12px 0;
}

@media (max-width: 1247px) {
  .footer__right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .footer__right {
    width: 100%;
    margin-top: 24px;
    padding: 0;
  }
}

.footer__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  display: block;
}

.footer__logo img {
  width: 205px;
}

.footer__info {
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__info {
    margin-top: 20px;
  }
}

.footer__info p,
.footer__info a {
  margin-top: 0;
  margin-bottom: 6px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer__info p,
  .footer__info a {
    margin-bottom: 6px;
  }
}

.footer__info p:last-child,
.footer__info a:last-child {
  margin-bottom: 0;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav ul li {
  margin-right: 40px;
  margin-bottom: 12px;
}

@media (max-width: 1247px) {
  .footer__nav ul li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .footer__nav ul li {
    margin-right: 16px;
  }
}

.footer__nav ul li:last-child {
  margin-right: 0;
}

.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .footer_sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_sns ul li {
  margin-right: 16px;
}

.footer_sns ul li:last-child {
  margin-right: 0;
}

.footer_sns ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}

.footer_sns ul li img {
  width: 35px;
  vertical-align: bottom;
}

.footer__copy {
  margin-top: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__copy {
    margin-top: 40px;
  }
}

.footer__copy a {
  text-decoration: none;
  color: #fff;
}

.totop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1247px) {
  .totop {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 767px) {
  .totop {
    right: 10px;
    bottom: 10px;
  }
}

.totop.is-show {
  opacity: 0.9;
  visibility: visible;
}

.totop a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}

.totop img {
  width: 60px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .totop img {
    width: 42px;
  }
}

.button-mainvisual {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.button-mainvisual:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button-arrow-right {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-arrow-right:hover {
  opacity: 0.7;
}

.button-modal {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-modal:hover {
  opacity: 0.7;
}

.header__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__nav ul li a::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav ul li a:hover::after {
  opacity: 1;
}

.media {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.media:hover {
  opacity: 0.7;
}

.info__label a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info__label a:hover {
  opacity: 0.7;
}

.info__title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info__title a:hover {
  opacity: 0.7;
}

.news__link a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__link a:hover {
  opacity: 0.7;
}

.table__attention a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.table__attention a:hover {
  opacity: 0.7;
}

.contact__check a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__check a:hover {
  opacity: 0.7;
}

.form-button {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.form-button:hover {
  opacity: 0.7;
}

.footer__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__logo a:hover {
  opacity: 0.7;
}

.footer__nav ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__nav ul li a:hover {
  opacity: 0.7;
}

.totop {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.totop a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.totop a:hover {
  opacity: 0.7;
}

.footer_sns ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_sns ul li a:hover {
  opacity: 0.7;
}

.swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -20px;
  background: transparent url(../img/arrow-next.png) no-repeat center center/contain;
  opacity: 0.8;
}

.swiper-button-next::after {
  display: none;
}

@media (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: -20px;
  background: transparent url(../img/arrow-prev.png) no-repeat center center/contain;
  opacity: 0.8;
}

.swiper-button-prev::after {
  display: none;
}

@media (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.8;
}

.swiper-container-horizontal
.swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: #ffdd48;
}
