@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;
}

.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;}