/* CSS Document */
#header-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 575px) {
    #header-img {
      min-height: 350px; } }
  #header-img .inner {
    background: #fff;
    border-radius: 10rem;
    padding: 2.5rem;
    text-align: center; }
    @media screen and (max-width: 575px) {
      #header-img .inner {
        padding: 2rem 1.5rem 1.5rem; } }
    #header-img .inner h1 {
      font-size: 4.5rem;
      font-size: 45px;
      line-height: 40px; }
      @media screen and (max-width: 991px) {
        #header-img .inner h1 {
          font-size: 4rem;
          font-size: 40px;
          line-height: 30px; } }
      @media screen and (max-width: 767px) {
        #header-img .inner h1 {
          font-size: 3.5rem;
          font-size: 35px; } }
      @media screen and (max-width: 575px) {
        #header-img .inner h1 {
          font-size: 3rem;
          font-size: 30px;
          line-height: 25px; } }
      #header-img .inner h1 span {
        font-size: 2rem;
        font-size: 20px; }
        @media screen and (max-width: 991px) {
          #header-img .inner h1 span {
            font-size: 1.8rem;
            font-size: 18px; } }
        @media screen and (max-width: 575px) {
          #header-img .inner h1 span {
            font-size: 1.5rem;
            font-size: 15px; } }
    #header-img .inner div img {
      width: 50px; }
  #header-img > img {
    position: absolute;
    top: -1px;
    width: 100%; }

article section {
  padding: 10rem 0 13rem 0;
  position: relative;
  background: #fff; }
  @media screen and (max-width: 575px) {
    article section {
      padding: 7rem 0 6rem 0;
      margin-top: 0; } }
  article section::before {
    content: '';
    background-color: #00A19D;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 350px;
    height: 12px; }
    @media screen and (max-width: 575px) {
      article section::before {
        width: 200px; } }

article section:first-child::before {
  display: none; }

.orange-back {
  background-color: #FFF8E5; }

h2 {
  font-size: 4.5rem;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 5rem;
  color: #ff9150; }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 4rem;
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 3.5rem;
      font-size: 35px; } }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 3rem;
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 3rem; } }
  h2 span {
    font-size: 2rem;
    font-size: 20px;
    color: #4D4D4D; }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 1.6rem;
        font-size: 16px; } }

.pdf-link {
  display: flex;
  justify-content: center;
  background: #00a19d;
  color: #fff;
  padding: 1rem 2rem;
  padding-left: 5rem;
  position: relative;
  border: 1px solid #00a19d;
  transition: 0.3s; }
  .pdf-link::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    font-size: 30px;
    background: #00A19D;
    display: inline-table;
    position: absolute;
    padding: 1rem 1.5rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .pdf-link:hover::before {
    color: #fff; }
  .pdf-link:hover {
    background: #fff;
    color: #00a19d; }

.page-nav nav ul li a {
  display: block;
  background: #00a19d;
  border: 1px solid #00a19d;
  color: #fff;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  position: relative;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1199px) {
    .page-nav nav ul li a {
      padding: 0.5rem 1.5rem; } }
  .page-nav nav ul li a::after {
    position: absolute;
    right: 0;
    padding-right: 1em;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
    background-image: none; }
    @media screen and (max-width: 1199px) {
      .page-nav nav ul li a::after {
        padding-right: 0.5em; } }
  .page-nav nav ul li a:hover {
    background: #fff;
    color: #00a19d; }

.list-button {
  display: inline-block;
  background-color: #00a19d;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: solid 1px #00a19d;
  border-radius: 20px;
  width: 300px;
  padding: 0.5rem;
  transition: 0.3s; }
  .list-button:hover {
    color: #00a19d;
    background-color: #fff; }

.cms-box {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff8e5;
  border-radius: 50px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  padding: 5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 991px) {
    .cms-box {
      padding: 4rem; } }
  @media screen and (max-width: 767px) {
    .cms-box {
      width: 90%;
      margin: 0 auto 5rem; } }
  @media screen and (max-width: 575px) {
    .cms-box {
      width: 100%;
      padding: 3rem; } }
  .cms-box .cms-img {
    height: 315px;
    border-radius: 30px;
    overflow: hidden;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      .cms-box .cms-img {
        height: 300px; } }
    @media screen and (max-width: 991px) {
      .cms-box .cms-img {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .cms-box .cms-img {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 575px) {
      .cms-box .cms-img {
        height: 220px; } }
    .cms-box .cms-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cms-box .cms-text {
    padding: 1rem;
    padding-left: 3rem; }
    @media screen and (max-width: 767px) {
      .cms-box .cms-text {
        padding-left: 1rem; } }
    .cms-box .cms-text p {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080; }
      @media screen and (max-width: 575px) {
        .cms-box .cms-text p {
          margin-bottom: 0.5rem; } }
    .cms-box .cms-text dl dt {
      font-size: 25px;
      font-size: 2.5rem;
      color: #4d4d4d;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 575px) {
        .cms-box .cms-text dl dt {
          font-size: 23px;
          font-size: 2.3rem; } }
    .cms-box .cms-text dl dd {
      font-size: 13px;
      font-size: 1.3rem;
      color: #000;
      line-height: 1.8; }
