@charset "UTF-8";
/* reset css
------------------------------------------------ */
/* A Modern CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

/* Base style
------------------------------------------------ */
body {
  line-height: 1.5;
  font-family: Meiryo, Arial, "Hiragino Kaku Gothic Pro W3", sans-serif;
  font-size: 16px;
}

section,
.content {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  section,
  .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  section,
  .content {
    padding: 0 10px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* PC/TAB/SP
------------------------------------------------ */
@media all and (min-width: 1025px) {
  .sp,
  .tab {
    display: none;
  }
  .pc {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .sp,
  .pc {
    display: none;
  }
  img.pc {
    display: block;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
  .pc.tab {
    display: none !important;
  }
  img.pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
/* Module
------------------------------------------------ */
/* wrapper */
#wrap {
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner.min {
    max-width: 1052px;
  }
}

#contents {
  padding-top: 105px;
}
@media all and (max-width: 1024px) {
  #contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 53px;
  }
}

/* text */
.thin {
  font-weight: 400;
}

.break-all {
  word-break: break-all;
}

/* heading */
.mod-heading-line {
  position: relative;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.44;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .mod-heading-line {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .mod-heading-line {
    font-size: 24px;
    line-height: 1.3;
  }
}
.mod-heading-line::after {
  display: block;
  width: 116px;
  margin: 38px auto 0;
  border-top: 2px solid;
  content: "";
}
@media all and (max-width: 1024px) {
  .mod-heading-line::after {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mod-heading-line::after {
    margin-top: 19px;
    width: 58px;
    border-top: 1px solid;
  }
}

.mod-heading-line.blue {
  color: #005ead;
}
.mod-heading-line.blue::after {
  border-color: #005ead;
}

.mod-heading-line.opal {
  color: #15a993;
}
.mod-heading-line.opal::after {
  border-color: #15a993;
}

.mod-heading-line.white {
  color: #ffffff;
}
.mod-heading-line.white::after {
  border-color: #ffffff;
}

.mod-heading-radius {
  padding-top: 3px;
  border-radius: 20px;
  background-color: #15a993;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod-heading-radius {
    line-height: 15px;
    font-size: 10px;
    padding: 1px 0 0;
  }
}

h4 {
  padding-top: 20px;
}

/* check */
.mod-check-list {
  max-width: 900px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .mod-check-list {
    max-width: 780px;
    margin: 0 auto;
  }
}
.mod-check-list > li + li {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .mod-check-list > li + li {
    margin-top: 28px;
  }
}

.mod-heading-check {
  position: relative;
  margin-bottom: 22px;
  padding: 16px 10px 15px 67px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #005ead;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.26;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .mod-heading-check {
    margin-bottom: 12px;
    padding: 9px 10px 9px 33px;
    border-radius: 3px;
    font-size: 15px;
  }
}
.mod-heading-check::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 13px;
  width: 46px;
  height: 40px;
  background: url(../img/top/points_icon_check.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-heading-check::before {
    left: 6px;
    width: 22px;
    height: 18px;
  }
}

.mod-row-check {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mod-row-check p {
  width: calc(100% - 280px);
  padding-left: 17px;
  font-weight: bold;
  font-size: 25px;
}
@media all and (max-width: 1024px) {
  .mod-row-check p {
    font-size: 22px;
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  .mod-row-check p {
    width: calc(100% - 100px);
    padding-left: 0;
    font-size: 13px;
    line-height: 1.6;
  }
}
.mod-row-check p span {
  margin: 0 -0.4em;
}
.mod-row-check .image {
  width: 240px;
  margin-top: 5px;
  border-radius: 8px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .mod-row-check .image {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .mod-row-check .image {
    width: 89px;
    margin-top: 3px;
    border-radius: 3px;
  }
}
.mod-row-check ol {
  padding-right: 10px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 25px;
}
@media all and (max-width: 1024px) {
  .mod-row-check ol {
    font-size: 20px;
    width: 71%;
  }
}
@media screen and (max-width: 767px) {
  .mod-row-check ol {
    font-size: 13px;
    line-height: 1.38;
    width: calc(100% - 119px);
    padding-right: 5px;
  }
}
.mod-row-check ol li {
  padding-left: 1.1em;
  position: relative;
}
.mod-row-check ol li span {
  position: absolute;
  left: 0;
}

.mod-check-list.opal .mod-heading-check {
  color: #15a993;
}
.mod-check-list.opal .mod-heading-check::before {
  background: url(../img/about/points_icon_check.png) center/contain no-repeat;
}

.mod-dot-list li::before {
  display: inline-block;
  width: 0.6428em;
  height: 0.6428em;
  margin-right: 0.2em;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-2px);
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-dot-list li::before {
    transform: translateY(-1px);
  }
}
.mod-dot-list li + li {
  margin-top: 4px;
}

/* button */
.mod-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 399px;
  height: 74px;
  border-radius: 37px;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
  text-indent: -0.1em;
  transition: all 0.3s ease;
}
.mod-btn.blue a {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, #20b4d1 10%, #005ead 100%);
}
.mod-btn.blue a:hover {
  background: linear-gradient(to bottom, #20b4d1 0%, #20b4d1 100%);
}
.mod-btn.opal a {
  background: linear-gradient(to bottom, #60c7a4 10%, #009692 100%);
}
.mod-btn.opal a:hover {
  background: linear-gradient(to bottom, #60c7a4 0%, #60c7a4 100%);
}

.mod-list {
  line-height: 1.4166;
}
@media screen and (max-width: 767px) {
  .mod-list {
    font-size: 11px;
  }
}
.mod-list li {
  width: 100%;
  padding-left: 1.2em;
  position: relative;
}
.mod-list li + li {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .mod-list li + li {
    margin-top: 7px;
  }
}
.mod-list li::before {
  display: block;
  left: 0;
  background-color: #15a993;
  position: absolute;
  top: 8px;
  transform: translateY(0);
}
@media all and (max-width: 1024px) {
  .mod-list li::before {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .mod-list li::before {
    top: 2px;
  }
}
.mod-list li span {
  color: #15a993;
}
@media screen and (max-width: 1180px) {
  .mod-list br {
    display: none;
  }
}

/* お問い合わせボタン
------------------------------------------------ */
#links {
  margin-bottom: 122px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #links {
    margin-bottom: 52px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #links {
    padding: 0 10px;
  }
}
#links .mod-btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #links .mod-btn a {
    font-size: 20px;
    width: 254px;
    height: 47px;
    border-radius: 18px;
  }
}

/* Header
------------------------------------------------ */
#header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 105px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  /* Sub-page header */
}
@media all and (max-width: 1024px) {
  #header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 53px;
  }
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 57px;
  height: 100%;
}
@media all and (max-width: 1024px) {
  #header .header-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #header .header-inner {
    padding: 0 10px;
  }
}
#header .header-logo {
  width: 187px;
}
@media all and (max-width: 1024px) {
  #header .header-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-logo {
    width: 93px;
  }
}
#header .header-logo a {
  display: block;
  transition: all 0.3s ease;
}
#header .header-logo a:hover {
  opacity: 0.6;
}
#header .header-logo img {
  display: block;
}
#header .header-nav {
  font-size: 20px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  #header .header-nav {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-nav {
    font-size: 12px;
  }
}
#header .header-nav ul {
  display: flex;
  align-items: center;
}
#header .header-nav li {
  width: 200px;
}
@media all and (max-width: 1024px) {
  #header .header-nav li {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-nav li {
    width: 92px;
  }
}
#header .header-nav li + li {
  margin-left: 31px;
}
@media all and (max-width: 1024px) {
  #header .header-nav li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-nav li + li {
    margin-left: 7px;
  }
}
@media screen and (max-width: 350px) {
  #header .header-nav li + li {
    margin-left: 5px;
  }
}
#header .header-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  height: 44px;
}
@media screen and (max-width: 767px) {
  #header .header-nav a {
    height: 24px;
    border-radius: 3px;
  }
}
#header .header-nav li:nth-child(1) a {
  border: 1px solid #15a993;
  background-color: #15a993;
}
@media all and (min-width: 1025px) {
  #header .header-nav li:nth-child(1) a:hover {
    background-color: #ffffff;
    color: #15a993;
  }
}
#header .header-nav li:nth-child(2) a {
  border: 1px solid #005ead;
  background-color: #005ead;
}
@media all and (min-width: 1025px) {
  #header .header-nav li:nth-child(2) a:hover {
    background-color: #ffffff;
    color: #005ead;
  }
}
.sub #header .header-nav li:first-child {
  width: 375px;
}
@media all and (max-width: 1024px) {
  .sub #header .header-nav li:first-child {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .sub #header .header-nav li:first-child {
    width: 113px;
  }
}
@media screen and (max-width: 350px) {
  .sub #header .header-nav li:first-child {
    width: 100px;
    font-size: 11px;
  }
}
.sub #header .header-nav li:first-child a {
  border: 1px solid #0093f7;
  background-color: #0093f7;
}
@media all and (min-width: 1025px) {
  .sub #header .header-nav li:first-child a:hover {
    background-color: #ffffff;
    color: #0093f7;
  }
}
@media screen and (max-width: 767px) {
  .sub #header .header-nav li a {
    height: 40px;
  }
}

/* Footer
------------------------------------------------ */
#footer {
  background-color: #005ead;
}
#footer .copyright {
  padding: 27px 0 26px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 12px;
    padding: 12px 0;
  }
}

/* other
------------------------------------------------ */

.mt60 {
  margin-top: 60px;
}

.pdf::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon_pdf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
