@charset "UTF-8";
body {
  color: #071013;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  overflow: hidden;
}

.page-sec {
  background: #F07D7D;
}
.page-sec p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2;
}
.page-sec p, .page-sec h1, .page-sec h2, .page-sec h4, .page-sec h5 {
  letter-spacing: 0.025em;
}
.page-sec:first-child {
  margin-top: 6em;
}
.page-sec:first-child .page-sec-ttl {
  padding: 5em 2em 4em 2em;
}
.page-sec:first-child .page-sec-ttl::before {
  content: normal;
}
@media only screen and (min-width: 768px) {
  .page-sec:first-child {
    margin-top: 5em;
  }
  .page-sec:first-child .page-sec-ttl {
    padding: 7em 2em 6em 2em;
  }
  .page-sec p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-sec:first-child {
    margin-top: 8em;
  }
}

.page-sec-ttl {
  position: relative;
  padding: 4em 2em;
}
.page-sec-ttl .main {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
}
.page-sec-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.4em;
  display: block;
  width: 100%;
  height: 4.5em;
  background: url("../img/home/wave_sp02.svg") top center/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .page-sec-ttl {
    padding: 6em 2em;
  }
  .page-sec-ttl .main {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .page-sec-ttl::before {
    top: -7.9em;
    height: 8em;
    background-image: url("../img/home/wave_pc02.svg");
  }
}

.page-sec-wrap {
  padding: 4em 2em 6em 2em;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 1em rgba(7, 16, 19, 0.1);
          box-shadow: 0 0 1em rgba(7, 16, 19, 0.1);
  border-radius: 1em 1em 0 0;
}
.page-sec-wrap > .wrap {
  max-width: 100em;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .page-sec-wrap {
    padding: 8em 6em 16em 6em;
    border-radius: 1.5em 1.5em 0 0;
  }
}

.page-sec-inner {
  position: relative;
  margin: 4em auto;
  padding: 4em 2.5em;
  background: #FFF;
  -webkit-box-shadow: 0 0.5em 1em rgba(7, 16, 19, 0.2);
          box-shadow: 0 0.5em 1em rgba(7, 16, 19, 0.2);
  border-radius: 0.5em;
}
.page-sec-inner:first-child {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .page-sec-inner {
    padding: 6em 12em 8em 12em;
    -webkit-box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
            box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
    border-radius: 1em;
  }
  .page-sec-inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.clm-sec {
  background: #FAFAFA;
}
.clm-sec p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2;
}
.clm-sec p, .clm-sec h1, .clm-sec h2, .clm-sec h4, .clm-sec h5 {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .clm-sec p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.clm-sec .clm-sec-wrap {
  padding: 10em 2em 6em 2em;
}
.clm-sec .clm-sec-wrap > .wrap {
  max-width: 100em;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .clm-sec .clm-sec-wrap {
    padding: 8em 6em 16em 6em;
  }
}
@media only screen and (min-width: 1024px) {
  .clm-sec .clm-sec-wrap {
    margin-top: 8em;
  }
}
.clm-sec .clm-sec-inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .clm-sec .clm-sec-inner {
    padding: 6em 12em 8em 12em;
    -webkit-box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
            box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
    border-radius: 1em;
    background: #FFF;
  }
  .clm-sec .clm-sec-inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.clm-sec-head h1 {
  margin: 0.9523809524em 0 0.9523809524em 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #1B9AAA;
}
.clm-sec-head h1 .sub {
  display: block;
  margin-bottom: 0.3571428571em;
  font-size: 14px;
  font-size: 1.4rem;
}
.clm-sec-head li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(48, 51, 54, 0.75);
}
.clm-sec-head li + li::before {
  content: "｜";
  margin: 0 0.5em;
}
.clm-sec-head li a {
  text-decoration: none;
  color: inherit;
}
.clm-sec-head picture {
  display: block;
  margin: 2em -2em 3em -2em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.clm-sec-head picture img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .clm-sec-head picture {
    margin: 2em 0 3em 0;
  }
  .clm-sec-head picture img {
    border-radius: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .clm-sec-head h1 {
    margin: 0.7692307692em 0 0.7692307692em 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .clm-sec-head li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.clm-sec-author {
  background: #FFF;
  margin-block: 3em;
  padding: 2em 2em 1.8em 2em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.05);
}
.clm-sec-author .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 3.125em;
  line-height: 1.4;
}
.clm-sec-author .ttl img {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.clm-sec-author .ttl .sub {
  display: block;
  padding-top: 0.1538461538em;
  font-size: 13px;
  font-size: 1.3rem;
}
.clm-sec-author .ttl .main {
  font-weight: bold;
}
.clm-sec-author .ttl .link {
  margin-left: 0.9090909091em;
  padding: 0.0909090909em 0.7272727273em 0.0909090909em 0.7272727273em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  vertical-align: 0.0909090909em;
  border-radius: 0.8181818182em;
  background: #1B9AAA;
}
.clm-sec-author .ttl .link:hover {
  background: #1B9AAA;
}
.clm-sec-author p.txt {
  margin-top: 0.7142857143em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.clm-sec-author .links {
  margin-top: 0.5em;
}
.clm-sec-author .links li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
.clm-sec-author .links li a {
  color: inherit;
}
.clm-sec-author .links li + li::before {
  content: " ／ ";
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .clm-sec-author {
    padding: 0.5em 0 3em 10em;
    margin-bottom: 5em;
    min-height: 11em;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-bottom: solid 1px rgba(131, 135.5, 137, 0.25);
  }
  .clm-sec-author .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1;
  }
  .clm-sec-author .ttl img {
    left: -6.25em;
    top: -0.3125em;
    width: 5em;
    height: 5em;
  }
  .clm-sec-author .ttl .sub {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .clm-sec-author p.txt {
    margin-top: 1.0714285714em;
  }
  .clm-sec-author .links {
    margin-top: 1em;
  }
}

.sec-sns {
  margin: 4em 0 2em 0;
  text-align: center;
}
.sec-sns .ttl {
  margin-bottom: 0.8333333333em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1B9AAA;
}
.sec-sns li {
  display: inline-block;
  margin-left: 0.75em;
  font-size: 10px;
  font-size: 1rem;
}
.sec-sns li:first-child {
  margin-left: 0;
}
.sec-sns a {
  width: 5em;
  padding-top: 5em;
}

.sec-sns {
  display: block;
}
.sec-sns a {
  display: block;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
}
.sec-sns a:link, .sec-sns a:visited {
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sec-sns a:hover, .sec-sns a:active {
  opacity: 0.75;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sec-sns .sns-fb a {
  background-color: #465292;
  background-image: url("../img/share/sns_fb.svg");
}
.sec-sns .sns-tw a {
  background-color: #222;
  background-image: url("../img/share/sns_tw.svg");
}
.sec-sns .sns-line a {
  background-color: #4CC764;
  background-image: url("../img/share/sns_line.svg");
}