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

/*============================
レイアウト
============================*/
.l-container_s {
  width: min(90%, 950px);
  margin: auto;
}

.l-container_l {
  width: min(90%, 1300px);
  margin: auto;
}

/*============================
共通
============================*/
.c-recruit {
  padding: 2rem 0 0;
  border-top: 2rem solid #008a9d;
  background-color: #f9f9f7;
}

@media screen and (min-width: 768px) {
  .c-recruit {
    padding: 0;
    background-image: url(../img/c-recruit__bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
  }
  .c-recruit__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-recruit__text {
    text-align: right;
  }
}

@media screen and (min-width: 1300px) {
  .c-recruit {
    background-position: top left;
  }
}

.c-page_header {
  padding: 3rem 1rem 2rem;
  background-image: url(../img/p-page_header__bg.jpg);
}

.c-page_header__ttl {
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .c-page_header {
    padding: 4rem 0 2rem;
  }
  .c-page_header__ttl {
    font-size: clamp(1.2rem, -0.263rem + 2.63vw, 1.875rem);
  }
}

.c-under_page {
  padding-top: 3rem;
  background-image: url(../img/page__bg_l.png), url(../img/page__bg_r.png);
  background-size: auto 8%,auto 8%;
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

@media screen and (min-width: 1300px) {
  .c-under_page {
    padding-top: 5rem;
    background-size: calc(100% - 1300px) auto, calc(100% - 1300px) auto;
  }
}

/*============================
パーツ
============================*/
.p-for_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-for_sp {
    display: none;
  }
}

.p-from_md {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-from_md {
    display: block;
  }
}

.p-paragraph + .p-paragraph {
  display: block;
  margin-top: 1.5em;
}

.p-default_btn {
  display: block;
  width: 16rem;
  margin: auto;
  position: relative;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  background-image: url(../img/p-default_btn.png);
}

.p-default_btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em;
  z-index: 10;
}

.p-default_btn__inner:before {
  content: "";
  display: block;
  width: 1em;
  height: 1.2rem;
  margin-right: 1em;
  background-color: #138fa1;
}

.p-default_btn:before {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #008a9d;
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.p-default_btn:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #008a9d;
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.p-default_btn:hover {
  -webkit-transform: translate(0.5rem, 0.5rem);
          transform: translate(0.5rem, 0.5rem);
}

.p-default_btn:hover:before {
  width: 0%;
}

.p-default_btn:hover:after {
  height: 0%;
}

.p-default_btn.-w {
  background-image: url(../img/p-default_btn__w.png);
}

.p-default_btn.-w:before {
  background-color: #fff;
}

.p-default_btn.-w:after {
  background-color: #fff;
}

.p-default_btn.-w .p-default_btn__inner:before {
  background-color: #fff;
}

.p-default_table tr {
  border-bottom: 1px dashed #008a9d;
}

.p-default_table th,
.p-default_table td {
  display: block;
  text-align: left;
  font-weight: 400;
}

.p-default_table th {
  padding: .5rem .5rem 0;
  color: #3f484f;
}

.p-default_table th .req {
  color: #c50e0e;
  font-size: .8em;
  font-weight: 500;
}

.p-default_table td {
  padding: .5rem .5rem 1.5rem;
}

.p-default_table td input[type=text],
.p-default_table td input[type=email],
.p-default_table td input[type=tel],
.p-default_table td input[type=number],
.p-default_table td textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #008a9d;
}

.p-default_table td select {
  padding: .5em;
  border: 1px solid #008a9d;
}

@media screen and (min-width: 768px) {
  .p-default_table th,
  .p-default_table td {
    display: table-cell;
    padding: .5em 0;
    vertical-align: top;
  }
  .p-default_table th {
    width: 20%;
  }
  .p-default_table td input[type=text],
  .p-default_table td input[type=email],
  .p-default_table td input[type=tel],
  .p-default_table td input[type=number],
  .p-default_table td select,
  .p-default_table td textarea {
    border: 1px solid #008a9d;
    padding: .3em .5em;
  }
}

.p-section_ttl {
  margin-bottom: 1.5rem;
  padding: 1em 0 .1rem;
  background-color: #dfe3e3;
  color: #008a9d;
  font-size: 2rem;
  line-height: 1;
}

.p-section_ttl__inner {
  display: block;
  width: min(90%, 1300px);
  margin: auto;
  padding-bottom: .5rem;
}

.p-section_ttl .eng {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-section_ttl {
    position: relative;
    font-size: clamp(2.5rem, -5.677rem + 13.91vw, 5.625rem);
  }
  .p-section_ttl .eng {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2.2em;
    line-height: 1;
  }
}

.p-bg_ttl {
  padding: .5em 1em;
  background-color: #008a9d;
  color: #fff;
  font-size: 1.2rem;
}

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

.p-pager .page-numbers {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #008a9d;
  border: 1px solid #008a9d;
  color: #fff;
  text-align: center;
  margin-right: .2em;
  line-height: 2;
}

.p-pager .page-numbers a {
  display: block;
}

.p-pager .page-numbers.current, .p-pager .page-numbers:hover {
  background-color: #fff;
  color: #008a9d;
}

.p-news {
  background-color: #4c70f6;
}

.p-staff-blog {
  background-color: #e58e30;
}

/*============================
ヘッダー
============================*/
.c-header {
  padding: .5rem 0;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
}

.c-header__logo {
  width: min(50vw, 240px);
}

.c-header__logo__text {
  color: #008a9d;
  font-size: .8rem;
}

.c-header__nav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 6rem;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
}

.c-header__nav__sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-header__nav__sub_list li {
  width: 50%;
  margin-bottom: .5rem;
  color: #008a9d;
  position: relative;
}

.c-header__nav__sub_list__underline {
  text-decoration: underline;
}

.c-header__nav__sub_list__obj {
  margin-right: .3rem;
}
.c-header__nav__sub_list__obj img{
	width:auto;
	height:18px;
}
.c-header__nav__sub_list__child {
  display: none;
  width: 10rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
  border: 2px solid #008a9d;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 0 7px rgba(0, 0, 0, 0.5);
}

.c-header__nav__sub_list__child li {
  width: 100%;
  margin: 0;
}

.c-header__nav__sub_list__child li:not(:last-of-type) {
  border-bottom: 2px solid #008a9d;
}

.c-header__nav__sub_list__child li a {
  display: block;
  width: 100%;
}

.c-header__nav__sub_list__child li:hover {
  background-color: #008a9d;
  color: #fff;
}

.c-header__nav__sub_list__facebook a,
.c-header__nav__sub_list__instagram a {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: .4rem;
}
.c-header__nav__sub_list__facebook a{
  background-color: #375794;
}
@media(max-width:959px){
	.c-header__nav__sub_list li.c-header__nav__sub_list__facebook{
		width:95%;
		margin-top:1em;
	}
	.c-header__nav__sub_list li.c-header__nav__sub_list__instagram {
		width:95%;
	}
	.c-header__nav__sub_list li.c-header__nav__sub_list__facebook a,
	.c-header__nav__sub_list li.c-header__nav__sub_list__instagram a {
		width:100%;
		max-width:500px;
		margin:0 auto;
		padding:0.4em;
	}
}
.c-header__nav__sub_list__instagram a {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.c-header__nav__page_list {
  width: 100%;
}

.c-header__nav__page_list li {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-align: center;
}

.c-header__hamburger_btn {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
}

.c-header__hamburger_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #008a9d;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-header__hamburger_btn span:nth-of-type(1) {
  top: 0;
}

.c-header__hamburger_btn span:nth-of-type(2) {
  top: 10px;
}

.c-header__hamburger_btn span:nth-of-type(3) {
  top: 20px;
}

.c-header.-is_open {
  height: 100vh;
  position: fixed;
  z-index: 100;
}

.c-header.-is_open .c-header__nav {
  display: block;
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(2) {
  display: none;
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {
  .c-header {
    position: relative;
  }
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header__nav {
    display: block;
    position: static;
  }
  .c-header__nav__sub_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
  .c-header__nav__sub_list > li {
    width: auto;
    margin-left: 1.2rem;
    font-size: 0.75rem;
  }
  .c-header__nav__sub_list__facebook a {
    width: 8em;
    line-height: 1.5;
    border-radius: .2rem;
  }
  .c-header__nav__sub_list__instagram a {
    width: 8em;
    line-height: 1.5;
    border-radius: .2rem;
  }
  .c-header__nav__page_list {
    text-align: right;
  }
  .c-header__nav__page_list li {
    display: inline-block;
    width: auto;
    margin-left: 2em;
    font-size: 1rem;
  }
  .c-header__hamburger_btn {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .c-header {
    position: relative;
  }
  .c-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 1rem;
    left: 6rem;
    width: 400px;
  }
  .c-header__logo__text {
    margin-left: 2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-header__nav__sub_list > li {
    margin-left: 1.5rem;
    font-size: 0.82rem;
  }
  .c-header__nav__page_list li {
    margin-left: 5em;
  }
}

/*============================
フッター
============================*/
.c-footer {
  background-color: #008a9d;
  color: #fff;
}

.c-footer__upper {
  padding: 2rem 0;
}

.c-footer__company {
  margin-bottom: 2rem;
}

.c-footer__company__copy {
  display: inline-block;
  padding: .1em;
  line-height: 1.5;
  background-color: #21707b;
}

.c-footer__company__name {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.c-footer__nav__home {
  width: 100%;
  margin-bottom: .5rem;
  border-bottom: 1px solid #fff;
}

.c-footer__nav__home a {
  display: inline-block;
  padding-bottom: .5rem;
}

.c-footer__nav__page_list {
  width: 50%;
}

.c-footer__nav__page_list li {
  padding-left: 1rem;
  position: relative;
  white-space: nowrap;
}

.c-footer__nav__page_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: .25rem solid #fcff00;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-right: .25rem solid transparent;
}

.c-footer__staff {
  display: block;
  border: 1px solid #fff;
  border-radius: .5rem;
}

.c-footer__staff a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  font-weight: 700;
}

.c-footer__staff a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-footer__staff__obj {
  margin-right: 1em;
}

.c-footer__copyright {
  padding: 1em;
  background-color: #0b7685;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-footer__upper {
    position: relative;
  }
  .c-footer__upper:before {
    content: "";
    display: block;
    width: 240px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../img/c-footer__bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .c-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-footer__company {
    margin-right: 5rem;
  }
  .c-footer__staff {
    margin-left: 240px;
  }
  .c-footer__staff a {
    padding: .5em 1em;
  }
}

@media screen and (min-width: 1300px) {
  .c-footer__upper:before {
    width: 170px;
  }
  .c-footer__inner {
    margin-left: 260px;
    margin-right: 230px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .c-footer__company {
    margin-bottom: 0;
    font-size: .9rem;
  }
  .c-footer__nav {
    margin-bottom: 0;
    font-size: .9rem;
  }
  .c-footer__staff {
    width: 230px;
    margin-left: auto;
  }
}
/*# sourceMappingURL=common.css.map */


ul.List li{position: relative;padding: 0 0 .25em 1.5em;list-style-type: none;border-bottom: 1px dashed #333;margin-bottom: 3em;  }
ul.List li .colon{position: absolute;top:0;left:0;}
ul.List li p{margin-bottom: 0.5em;  }
ul.List li > a{display: block;}

._mt0 {margin-top: 0px !important;}._mb0 {margin-bottom: 0px !important;}._ml0 {margin-left: 0px !important;}._mr0 {margin-right: 0px !important;}._pt0 {padding-top: 0px !important;}._pb0 {padding-bottom: 0px !important;}._pl0 {padding-left: 0px !important;}._pr0 {padding-right: 0px !important;}._mt5 {margin-top: 5px !important;}._mb5 {margin-bottom: 5px !important;}._ml5 {margin-left: 5px !important;}._mr5 {margin-right: 5px !important;}._pt5 {padding-top: 5px !important;}._pb5 {padding-bottom: 5px !important;}._pl5 {padding-left: 5px !important;}._pr5 {padding-right: 5px !important;}._mt10 {margin-top: 10px !important;}._mb10 {margin-bottom: 10px !important;}._ml10 {margin-left: 10px !important;}._mr10 {margin-right: 10px !important;}._pt10 {padding-top: 10px !important;}._pb10 {padding-bottom: 10px !important;}._pl10 {padding-left: 10px !important;}._pr10 {padding-right: 10px !important;}._mt15 {margin-top: 15px !important;}._mb15 {margin-bottom: 15px !important;}._ml15 {margin-left: 15px !important;}._mr15 {margin-right: 15px !important;}._pt15 {padding-top: 15px !important;}._pb15 {padding-bottom: 15px !important;}._pl15 {padding-left: 15px !important;}._pr15 {padding-right: 15px !important;}._mt20 {margin-top: 20px !important;}._mb20 {margin-bottom: 20px !important;}._ml20 {margin-left: 20px !important;}._mr20 {margin-right: 20px !important;}._pt20 {padding-top: 20px !important;}._pb20 {padding-bottom: 20px !important;}._pl20 {padding-left: 20px !important;}._pr20 {padding-right: 20px !important;}._mt25 {margin-top: 25px !important;}._mb25 {margin-bottom: 25px !important;}._ml25 {margin-left: 25px !important;}._mr25 {margin-right: 25px !important;}._pt25 {padding-top: 25px !important;}._pb25 {padding-bottom: 25px !important;}._pl25 {padding-left: 25px !important;}._pr25 {padding-right: 25px !important;}._mt30 {margin-top: 30px !important;}._mb30 {margin-bottom: 30px !important;}._ml30 {margin-left: 30px !important;}._mr30 {margin-right: 30px !important;}._pt30 {padding-top: 30px !important;}._pb30 {padding-bottom: 30px !important;}._pl30 {padding-left: 30px !important;}._pr30 {padding-right: 30px !important;}._mt35 {margin-top: 35px !important;}._mb35 {margin-bottom: 35px !important;}._ml35 {margin-left: 35px !important;}._mr35 {margin-right: 35px !important;}._pt35 {padding-top: 35px !important;}._pb35 {padding-bottom: 35px !important;}._pl35 {padding-left: 35px !important;}._pr35 {padding-right: 35px !important;}._mt40 {margin-top: 40px !important;}._mb40 {margin-bottom: 40px !important;}._ml40 {margin-left: 40px !important;}._mr40 {margin-right: 40px !important;}._pt40 {padding-top: 40px !important;}._pb40 {padding-bottom: 40px !important;}._pl40 {padding-left: 40px !important;}._pr40 {padding-right: 40px !important;}._mt45 {margin-top: 45px !important;}._mb45 {margin-bottom: 45px !important;}._ml45 {margin-left: 45px !important;}._mr45 {margin-right: 45px !important;}._pt45 {padding-top: 45px !important;}._pb45 {padding-bottom: 45px !important;}._pl45 {padding-left: 45px !important;}._pr45 {padding-right: 45px !important;}._mt50 {margin-top: 50px !important;}._mb50 {margin-bottom: 50px !important;}._ml50 {margin-left: 50px !important;}._mr50 {margin-right: 50px !important;}._pt50 {padding-top: 50px !important;}._pb50 {padding-bottom: 50px !important;}._pl50 {padding-left: 50px !important;}._pr50 {padding-right: 50px !important;}._mt55 {margin-top: 55px !important;}._mb55 {margin-bottom: 55px !important;}._ml55 {margin-left: 55px !important;}._mr55 {margin-right: 55px !important;}._pt55 {padding-top: 55px !important;}._pb55 {padding-bottom: 55px !important;}._pl55 {padding-left: 55px !important;}._pr55 {padding-right: 55px !important;}._mt60 {margin-top: 60px !important;}._mb60 {margin-bottom: 60px !important;}._ml60 {margin-left: 60px !important;}._mr60 {margin-right: 60px !important;}._pt60 {padding-top: 60px !important;}._pb60 {padding-bottom: 60px !important;}._pl60 {padding-left: 60px !important;}._pr60 {padding-right: 60px !important;}._mt65 {margin-top: 65px !important;}._mb65 {margin-bottom: 65px !important;}._ml65 {margin-left: 65px !important;}._mr65 {margin-right: 65px !important;}._pt65 {padding-top: 65px !important;}._pb65 {padding-bottom: 65px !important;}._pl65 {padding-left: 65px !important;}._pr65 {padding-right: 65px !important;}._mt70 {margin-top: 70px !important;}._mb70 {margin-bottom: 70px !important;}._ml70 {margin-left: 70px !important;}._mr70 {margin-right: 70px !important;}._pt70 {padding-top: 70px !important;}._pb70 {padding-bottom: 70px !important;}._pl70 {padding-left: 70px !important;}._pr70 {padding-right: 70px !important;}._mt75 {margin-top: 75px !important;}._mb75 {margin-bottom: 75px !important;}._ml75 {margin-left: 75px !important;}._mr75 {margin-right: 75px !important;}._pt75 {padding-top: 75px !important;}._pb75 {padding-bottom: 75px !important;}._pl75 {padding-left: 75px !important;}._pr75 {padding-right: 75px !important;}._mt80 {margin-top: 80px !important;}._mb80 {margin-bottom: 80px !important;}._ml80 {margin-left: 80px !important;}._mr80 {margin-right: 80px !important;}._pt80 {padding-top: 80px !important;}._pb80 {padding-bottom: 80px !important;}._pl80 {padding-left: 80px !important;}._pr80 {padding-right: 80px !important;}._mt85 {margin-top: 85px !important;}._mb85 {margin-bottom: 85px !important;}._ml85 {margin-left: 85px !important;}._mr85 {margin-right: 85px !important;}._pt85 {padding-top: 85px !important;}._pb85 {padding-bottom: 85px !important;}._pl85 {padding-left: 85px !important;}._pr85 {padding-right: 85px !important;}._mt90 {margin-top: 90px !important;}._mb90 {margin-bottom: 90px !important;}._ml90 {margin-left: 90px !important;}._mr90 {margin-right: 90px !important;}._pt90 {padding-top: 90px !important;}._pb90 {padding-bottom: 90px !important;}._pl90 {padding-left: 90px !important;}._pr90 {padding-right: 90px !important;}._mt95 {margin-top: 95px !important;}._mb95 {margin-bottom: 95px !important;}._ml95 {margin-left: 95px !important;}._mr95 {margin-right: 95px !important;}._pt95 {padding-top: 95px !important;}._pb95 {padding-bottom: 95px !important;}._pl95 {padding-left: 95px !important;}._pr95 {padding-right: 95px !important;}._mt100 {margin-top: 100px !important;}._mb100 {margin-bottom: 100px !important;}._ml100 {margin-left: 100px !important;}._mr100 {margin-right: 100px !important;}._pt100 {padding-top: 100px !important;}._pb100 {padding-bottom: 100px !important;}._pl100 {padding-left: 100px !important;}._pr100 {padding-right: 100px !important;}

section.__sec-01 {width: 100%;position: relative;padding: 3rem 0; }
@media screen and (max-width: 980px) {section {padding: 2rem 0; } }
._con-w01 > div {width: 90%;max-width: 1400px;margin: 0 auto; }
._con-w02 > div {width: 90%;max-width: 1200px;margin: 0 auto; }
._con-w03 > div {width: 90%;max-width: 980px;margin: 0 auto; }
._con-w04 > div {width: 90%;max-width: 800px;margin: 0 auto; }
._con-w05 > div {width: 90%;max-width: 760px;margin: 0 auto; }
._con-w06 > div {width: 90%;max-width: 600px;margin: 0 auto; }
.__title01 {font-size: clamp(35px, 6vw, 60px);font-weight: bold; }
.__title01 + h3, .__title01 + h4 {font-size: clamp(16.5px, 2.8vw, 26px);font-weight: bold;line-height: 1.2;margin-bottom: 1.5em; }
._txtl {text-align: left;}._txtr {text-align: right;}._txtc {text-align: center;}
._fs150 {font-size: 150% !important;}._fs145 {font-size: 145% !important;}._fs140 {font-size: 140% !important;}._fs135 {font-size: 135% !important;}._fs130 {font-size: 130% !important;}._fs125 {font-size: 125% !important;}._fs120 {font-size: 120% !important;}._fs115 {font-size: 115% !important;}._fs110 {font-size: 110% !important;}._fs105 {font-size: 105% !important;}._fs100 {font-size: 100% !important;}._fs95 {font-size: 95% !important;}._fs90 {font-size: 90% !important;}._fs85 {font-size: 85% !important;}._fs80 {font-size: 80% !important;}._fs75 {font-size: 75% !important;}._fs70 {font-size: 70% !important;}._fs65 {font-size: 65% !important;}._fs60 {font-size: 60% !important;}._fs55 {font-size: 55% !important;}._fs50 {font-size: 50% !important;}._fs40 {font-size: 40% !important;}._fs30 {font-size: 30% !important;}._fs29 {font-size: 29% !important;}._fs28 {font-size: 28% !important;}._fs27 {font-size: 27% !important;}._fs26 {font-size: 26% !important;}._fs25 {font-size: 25% !important;}._fs24 {font-size: 24% !important;}._fs23 {font-size: 23% !important;}._fs22 {font-size: 22% !important;}._fs21 {font-size: 21% !important;}._fs20 {font-size: 20% !important;}
._fw-100 {font-weight: 100;}._fw-200 {font-weight: 200;}._fw-300 {font-weight: 300;}._fw-400 {font-weight: 400;}._fw-500 {font-weight: 500;}._fw-600 {font-weight: 600;}._fw-700 {font-weight: 700;}._fw-800 {font-weight: 800;}._fw-900 {font-weight: 900;}
.__list05 {width: 100%;}
.__list05 li {margin-top: 1em;}
.__list05 li a {display: block;border-radius: 5px;padding: 0.7em 1.5em;text-decoration: none;background-color: #008a9d;color: white;transition: 0.3s;}
.__list05 li a strong {line-height: 1.3;font-size: 80%;letter-spacing: 0.05em;transition: 0.3s;}
@media screen and (max-width: 980px) {.__list05 li a strong {font-size: 85%;}}
.__list05 li a p {font-size: 95%;font-weight: bold;transition: 0.3s;}
@media screen and (max-width: 980px) {.__list05 li a p {font-size: 100%;}}
.__list05 li a:hover {opacity: 0.8;}