@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents p,
.contents dl,
.contents dt,
.contents dd,
.contents ol,
.contents ul,
.contents li,
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.contents body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.contents ul,
.contents ol {
  list-style: none;
}
.contents blockquote,
.contents q {
  quotes: none;
}
.contents blockquote:before,
.contents blockquote:after,
.contents q:before,
.contents q:after {
  content: "";
  content: none;
}
.contents a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.contents ins {
  text-decoration: none;
}
.contents mark {
  font-style: italic;
  font-weight: bold;
}
.contents del {
  text-decoration: line-through;
}
.contents abbr[title],
.contents dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.contents input,
.contents select {
  vertical-align: middle;
  margin: 0;
}
.contents input,
.contents textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.contents input[type=button],
.contents input[type=submit],
.contents input[type=reset],
.contents button {
  outline: none;
  padding: 0;
  margin: 0;
}
.contents img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*! =========================================
style_add.css
==========================================*/
/*!
page > common
------------------------------------------------------------
*/
.ff-azo {
  font-family: "azo-sans-web", "Azo Sans", sans-serif;
}

.p-wave--odd {
  position: relative;
  background: repeating-linear-gradient(45deg, #ddf9f8, #ddf9f8 3px, #ebfbfb 3px, #ebfbfb 12px);
}
.p-wave--odd::before, .p-wave--odd::after {
  display: block;
  width: 100%;
  overflow: hidden;
}
.p-wave--odd::before {
  content: url(../img/growth/bg_wave.svg);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-wave--odd::after {
  content: url(../img/growth/bg_wave.svg);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(1px) rotate(180deg);
          transform: translateY(1px) rotate(180deg);
}
/*!
page > growth
------------------------------------------------------------
*/
.p-growth * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-growth h1 {
  width: 118px;
  height: 72px;
}
.p-growth section.p-wave .l-container {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-growth section.p-wave .l-container {
    margin-bottom: 180px;
  }
}
.p-growth .anchor {
  display: block;
  height: 0;
}
.p-growth .p-wave--even .anchor {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .p-growth .p-wave--even .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.p-growth .p-wave--odd .anchor {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 768px) {
  .p-growth .p-wave--odd .anchor {
    padding-top: 110px;
    margin-top: -110px;
  }
}
.p-growth .p-introduction {
  width: 100%;
  min-height: 360px;
  background: url(../img/growth/bg_01.png) repeat-Y top center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-growth .p-introduction {
    background: url(../img/growth/bg_01.png) no-repeat top center;
    background-size: cover;
  }
}
.p-growth .p-introduction p {
  display: block;
  margin: 60px auto;
  text-align: center;
}
.p-growth .p-page-index h3 {
  display: block;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.p-growth .p-page-index ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 76px;
}
.p-growth .p-page-index ul li {
  width: 100%;
}
.p-growth .p-page-index ul li a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #005b80;
  background: #fff;
  color: #005b80;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  /*ふわっとさせる
  必ず変化前のほうに入れる
  */
/*  transition: all .25s ease-out;*/
}
/*ホバーの設定　背景色と文字色を入れ替える*/
.p-growth .p-page-index ul li a:hover{
  border-color: #6CCCD5;
  background: #6CCCD5;
  color: #fff;
  opacity: 1;
}

.p-growth .p-page-index__cheers {
  margin: 60px auto 40px;
  text-align: center;
}
.p-growth .p-photo {
  text-align: center;
}
.p-growth .p-photo + .p-photo {
  margin-top: 60px;
}
.p-growth .p-photo--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-growth .p-photo--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-growth .p-photo--single {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.p-growth .p-text {
  margin: 3em auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-growth .p-text {
    text-align: center;
  }
}
.p-growth .p-section_02 {
  background: url(../img/growth/bg_02.png) repeat-Y top center;
  background-size: contain;
}
.p-growth .p-section_04 {
  background: url(../img/growth/bg_03.png) repeat-Y top center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-growth .p-page-index ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 34px 76px;
  }
  .p-growth .p-page-index ul li {
    max-width: calc((100% - 76px) / 2);
  }
}

/*!
page > caption
------------------------------------------------------------
*/
.p-caption {
  position: relative;
  font-weight: 600;
  font-family: "azo-sans-web", "Azo Sans", sans-serif;
}
.p-caption--section {
  display: block;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 60px;
  color: #005b80;
  text-align: center;
}
.p-caption__illust {
  display: block;
  padding-right: 260px;
}
@media screen and (max-width: 768px) {
  .p-caption__illust img {
    width: 80px;
    min-width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-caption__illust {
    position: absolute;
    top: 20px;
    left: -220px;
    padding-right: 0;
    z-index: 2;
  }
}
.p-caption__title {
  position: relative;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-caption__title::before {
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-caption__title::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: url(../img/growth/border_dot.png);
}
.p-caption__title + .p-caption__subtitle {
  margin-top: 16px;
}
.p-caption__subtitle {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-family: "azo-sans-web", "Azo Sans", sans-serif;
}
.p-caption--outline1 {
  display: inline-block;
  margin: 19px auto 38px;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  color: #fff;
  text-shadow: 1px 1px 0px #005b80, -1px 1px 0px #005b80, 1px -1px 0px #005b80, -1px -1px 0px #005b80, 1px 0px 0px #005b80, 0px 1px 0px #005b80, -1px 0px 0px #005b80, 0px -1px 0px #005b80, 4px 4px 0px #fdf6c1;
}

.p-section_01 .p-caption__title::before {
  content: url(../img/growth/caption_num_01.png);
}
.p-section_02 .p-caption__title::before {
  content: url(../img/growth/caption_num_02.png);
}
.p-section_03 .p-caption__title::before {
  content: url(../img/growth/caption_num_03.png);
}
.p-section_04 .p-caption__title::before {
  content: url(../img/growth/caption_num_04.png);
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 977px) {
  .l-container {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.l-container--fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.c-button {
  -webkit-appearance: none;
  margin: 1em auto;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid transparent;
  background: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button::before, .c-button::after {
  position: absolute;
  right: 10px;
  content: "";
  width: 20px;
  height: 3px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.c-button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover::before, .c-button:hover::after {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover::before {
  -webkit-transform: rotate(45deg) translate(-5px, 1.5px);
          transform: rotate(45deg) translate(-5px, 1.5px);
}
.c-button:hover::after {
  -webkit-transform: rotate(-45deg) translate(-5px, -1.5px);
          transform: rotate(-45deg) translate(-5px, -1.5px);
}
.c-button[disabled] {
  pointer-events: none;
  background-color: gray;
}
.c-button--alt {
  color: #fff;
}
.c-button--alt:hover {
  background: #fff;
}
.c-button--stretch {
  max-width: initial;
}
.c-button--full {
  width: 96%;
  max-width: initial;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-button--shorten {
  min-width: initial;
}
.c-button--short {
  min-width: 100px !important;
  padding-left: 0.75em;
  padding-right: 1.25em;
}
.c-button--long {
  width: 100%;
  max-width: min(500px, 100vw);
}
/*!
component > hidden
------------------------------
*/
.none {
  display: none;
}

.sp_none,
.sp_none_b,
.sp_none_ib {
  display: none;
}

.pc_none {
  display: inline;
}

.pc_none_b {
  display: block;
}

.pc_none_ib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: inline;
  }
  .sp_none_b {
    display: block;
  }
  .sp_none_ib {
    display: inline-block;
  }
  .pc_none,
  .pc_none_b,
  .pc_none_ib {
    display: none;
  }
}
/*!
component > list
------------------------------
*/
.c-list {
  padding: 0 1em 1em 2em;
  list-style: outside;
}
.c-list--disc {
  list-style-type: disc;
}
/*!
component > list
------------------------------
*/
.c-center {
  text-align: center;
}
