@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}
.sp_bg_gray {
  background: #FFF;
}
@media(max-width:1150px){
  .sp_bg_gray{
    background: #F4F4F4;
  }
}
.pc_bg_gray{
  background:#F4F4F4;
}
@media(max-width:1150px){
  .pc_bg_gray{
    background-color: #FFF;
  }
}
.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ページ設定
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: unset;
}

html, body {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #5F5F5F;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #5F5F5F;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
a:hover, a:link, a:active {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: #00A67E;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: inherit;
}

.di {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
  max-width: 90%;
  width: 1125px;
  margin: 0 auto;
}


@media (max-width: 1150px) {
  .container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}

p {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
p.text {
  margin-bottom: 20px;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.icon img {
  max-width: 100%;
  width: 100%;
}
.icon_qr{
  padding-top: 20px;
  display: flex;
      justify-content: space-around;
      align-items: center;
}
@media (max-width: 1150px) {
  .icon_qr {
      padding: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt40 {
  margin-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

/* device-only
=========================================== */
.pc-only1 {
  display: block;
}
@media (max-width: 767px) {
  .pc-only1 {
    display: none;
  }
}

.sp-only1 {
  display: none;
}
@media (max-width: 767px) {
  .sp-only1 {
    display: block;
  }
}

.pc-only2 {
  display: block;
}
@media (max-width: 520px) {
  .pc-only2 {
    display: none;
  }
}

.sp-only2 {
  display: none;
}
@media (max-width: 520px) {
  .sp-only2 {
    display: block;
  }
}

.pc-only3 {
  display: block;
}
@media (max-width: 960px) {
  .pc-only3 {
    display: none;
  }
}

.sp-only3 {
  display: none;
}
@media (max-width: 960px) {
  .sp-only3 {
    display: block;
  }
}
.pc-only4 {
  display: block;
}
@media (max-width: 1150px) {
  .pc-only4 {
    display: none;
  }
}
.sp-only4 {
  display: none;
}
@media (max-width: 1150px) {
  .sp-only4 {
    display: block;
  }
}

/* font-size
=========================================== */
html {
  font-size: 62.5%;
}

body, p {
  font-size: 16px;
  font-size: 1.6rem; /* 16px*/
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  body, p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem; /* 16px*/
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* iOS
=========================================== */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* clearfix
=========================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
@media(max-width:1150px){
  .left {
    margin-right: auto;
  }
  
  .right {
    margin-left: auto;
  }
}

/* link
=========================================== */
a.link {
  color: #00A67E;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
@media (hover: hover) {
  a.link:hover {
    opacity: 0.6;
  }
}
a.link.link_tab {
  position: relative;
  padding-right: 20px;
}
a.link.link_tab:after {
  content: "";
  background-image: url(/assets/css/icon_tab.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* btn
=========================================== */
.btn {
  display: block;
  width: 160px;
  padding: 8px 18px;
  text-align: center;
  border-radius: 4px !important;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.btn.btn_icon span {
  padding-left: 26px;
}
.btn.btn_icon span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.btn_arrow > span:not([class]) {
  padding-left: 26px;
}
.btn.btn_arrow > span:not([class]):before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn_login span:not([class]):before {
  background-image: url(/assets/img/common/icon_login_white.svg);
}
.btn.btn_register span:not([class]):before {
  background-image: url(/assets/img/common/icon_register_white.svg);
}
.btn.btn_keep {
  width: 120px;
  border: solid 1px #D2D2D2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn_keep span:not([class]):before {
  background-image: url(/assets/img/common/icon_keep_gray.svg);
}
.btn.btn_keep.added {
  background: #EBEBEB;
  border: solid 1px #EBEBEB;
}
.btn.btn_keep.added span:before {
  background-image: url(/assets/img/common/icon_keep.svg);
}
.btn.btn_logout span, .btn.btn_logout button {
  color: #E95757 !important;
}
.btn.btn_main {
  color: #fff;
  background: #00A67E;
}
.pc-only4 .btn_main{
  padding: 12px 0px;
}
/* @media(min-width:1151px){
  .btn.btn_main {
    border-radius: 30px !important;
  }
} */
.btn.btn_accent {
  background: #FF9544;
}
.btn.btn_sub {
  background: #FFB144;
}
  .btn.btn_white {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid 1px #D2D2D2;
  }
  .btn.btn_white span {
    color: #5F5F5F;
  }


@media (min-width: 1151px) {
  .btn.btn_green {
    background: #00A67E;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #D2D2D2;
    width: 280px;
    padding: 18px;
    border-radius: 30px !important;
  }

  .btn.btn_green span {
    color: #ffffff;
  }

  .btn_green_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
}
@media(max-width:1150px){
  .btn_green_wrapper{
    margin-top: 24px;
  }
}


@media (hover: hover) {
  .btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.clickable-div {
  cursor: pointer;
}

/* title
=========================================== */
.section_title {
  margin-bottom: 24px;
}
.section_title.flex {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section_title h2, .section_title h3 {
  font-size: 3rem;
}
@media (max-width: 1150px) {
  .section_title h2, .section_title h3 {
    font-size: 2rem;
  }
}


.section_title h2 .section_title_main, .section_title h3 .section_title_main {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
}
@media(max-width:1150px){
  .section_title h2 .section_title_main, .section_title h3 .section_title_main {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
  }
}
.section_title h2 .section_title_sub, .section_title h3 .section_title_sub {
  font-size: 2rem;
}
@media(max-width:1150px){
  .section_title h2 .section_title_sub, .section_title h3 .section_title_sub {
    display: inline-block;
    font-size: 1.3rem;
  }
}
.section_title .top_text {
  margin-top: 12px;
}

.result_num {
  font-size: 2rem;
}
@media(max-width:1150px){
  .result_num{
    font-size:1.2rem;
  }
}
.result_num .num {
  display: inline-block;
  font-size: 3.5rem;
  color: #00A67E;
    margin: 0 4px;
}
@media(max-width:1150px){
  .result_num .num {
    display: inline-block;
    font-size: 1.8rem;
    color: #00A67E;
    margin: 0 4px;
  }
}
.result_n
.section_top_text {
  margin-bottom: 24px;
}
.section_top_text p {
  margin-bottom: 16px;
}
.section_top_text p:last-child {
  margin-bottom: 0;
}

.page_top_text {
  padding-top: 40px;
}
.page_top_text p {
  margin-bottom: 16px;
}
.page_top_text p:last-child {
  margin-bottom: 0;
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width:1150px){
  .inner .flex.flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media(min-width:1151px){
  .inner .flex.flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* grid
=========================================== */
.grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr;
  }
}

/* section
=========================================== */
section {
  padding: 55px 0;
}
@media(max-width:1150px){
  .inquiry_section .shadow_box{
    background: #fff;
    border-radius: 0; 
    -webkit-box-shadow: none; 
    box-shadow: none;
  }
}
.inquiry_section .shadow_box{
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}
.shadow_box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}
.pt0 .shadow_box{
    background: #fff;
    border-radius: 0; 
    -webkit-box-shadow: none; 
    box-shadow: none;
}
@media(max-width:1150px){
  .pt0 .shadow_box{
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}
}
@media(max-width:1150px){
  .box_inner {
    padding: 0 20px;
  }
}
.box_inner > :first-child {
  padding-top: 24px;
}
.box_inner > :last-child {
  padding-bottom: 24px;
}

.box_title {
  padding: 20px 0;
}
.box_title h4 {
  font-size: 1.8rem;
}

.announce_area {
  padding-top: 40px;
}

.announce_box {
  background-color: #FFF5F2;
  border-radius: 4px;
  border: solid 2px #FD7D5E;
  padding: 20px;
}
.announce_box .title {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
.announce_box p {
  color: #FD7D5E;
  font-weight: 700;
  margin-bottom: 12px;
}
.announce_box p:last-child {
  margin-bottom: 0;
}
.announce_box.normal {
  background-color: #EBF8F5;
  border: solid 2px #00A67E;
}
.announce_box.normal p {
  color: #5F5F5F;
}

.page_content {
  background-color: #F4F4F4;
}
@media(min-width:1151px){
  .page_content {
    background-color: #fff;
  }
}
.page_content.bg_white {
  background-color: #fff;
}

/* header
=========================================== */
#header {
  position: static;
  top: -30px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.08);
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  #header {
    height:59px;
  }}
/* #header .container {
  max-width: 95%;
  margin: 0 0 0 auto;
} */
@media (max-width: 1150px) {
  #header .container {
    max-width: 95%;
    margin: 0 0 0 auto;
  }
}
.header_wrapper{
  width: 1125px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: initial;
    gap: 10px;
    height: 100%;
}
@media (max-width: 1150px){.header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: initial;
  gap: 10px;
  height: 100%;
}}


.header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header_logo h1 {
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.header_logo a img {
  width: 220px;
}
@media (max-width: 1150px) {
  .header_logo a img {
    width: 150px;
  }
}
#header .menu_item{
  position: relative;
}
@media (max-width:1150px){
  #header .menu_items .menu_item{
    display: none;
  }
}
.header_wrapper ul.menu_items{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 100px;;
}
.header_wrapper .menu_items .menu_item a span{
  padding-left:22px;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a span:not([class]) {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header_wrapper li.menu_item a span:not([class]):before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_btn {
  margin: 0px 8px;
  transform: scale(1.3);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 0 8px;
  min-width: 58px;
  border-right: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 10;
}
@media (max-width: 1150px) {
  .header_menu .header_menu_btn {
    margin: 0px;
    transform: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 4px;
    padding: 0 8px;
    min-width: 58px;
    border-right: solid 1px #E5E5E5;
    border-left: solid 1px #E5E5E5;
    margin-right: -1px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 10;
  }
}
.header_menu .header_menu_btn:last-child {
  margin-right: 0px;
  z-index: 9;
}
@media (max-width: 1150px) {
  .header_menu .header_menu_btn:last-child {
    border-right: none;
    margin-right: 0px;
    z-index: 9;
  }
}


.header_menu .header_menu_btn .menu_btn_icon {
  display: block;
  width: 20px;
  height: 20px;
}
.header_menu .header_menu_btn .menu_btn_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  .header_menu .header_menu_btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.header_nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1000;
  margin-top: 59px;
  padding: 0 0 100px;
}
@media(min-width:1151px){
  .header_nav{
    margin-top:100px;
  }
}
.header_nav .header_nav_wrapper .header_nav_title {
  margin-top: 40px;
  margin-bottom: 14px;
  padding: 0 5%;
  font-size: 1.8rem;
  font-weight: 600;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item {
  border-top: solid 1px #EBEBEB;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item:last-child {
  border-bottom: solid 1px #EBEBEB;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a {
  position: relative;
  display: block;
  padding: 16px;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a span:not([class]) {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a span:not([class]):before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a:hover {
    background: #F4F4F4;
  }
  .header_nav .header_nav_wrapper ul.header_nav_menu li.menu_item a:hover span {
    color: #00A67E;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.header_nav .header_nav_wrapper ul.mypage_menu li.menu_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header_nav .header_nav_wrapper ul.mypage_menu li.menu_item a span:not([class]) {
  padding-left: 0;
}
.header_nav .header_nav_wrapper ul.mypage_menu li.menu_item a span:not([class]):before {
  display: none;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other {
  padding: 0 20px;
  margin-top: 20px;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other li {
  margin-bottom: 14px;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other li:last-child {
  margin-bottom: 0;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other li a {
  position: relative;
  display: block;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other li a span:not([class]) {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header_nav .header_nav_wrapper ul.mypage_menu_other li a span:not([class]):before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .header_nav .header_nav_wrapper ul.mypage_menu_other li a:hover span {
    color: #00A67E;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.header_nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  overflow-y: scroll;
}

.header_nav::-webkit-scrollbar,
.main_content::-webkit-scrollbar {
  display: none;
}

body.active {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

#header.js-fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*banner
=========================================== */
.mv_slider .slide{
  text-align: center;
  background: linear-gradient(to right, rgb(72, 207, 175), rgb(151, 203, 112));
  position: relative;
}
.main_banner{
  display: inline-block;
}
.banner_wrapper{
  position: relative;
  right: 0;
  left: 0;
  height: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#48CFAF), to(#97CB70));
  background: -webkit-linear-gradient(left, #48CFAF, #97CB70);
  background: linear-gradient(to right, #48CFAF, #97CB70);
  z-index: 0;
  text-align: center;
}
.banner_wrapper .main_bg_right {
  position: absolute;
  right: 100px;
  bottom: 65px;
  width: 150px;
}
@media(max-width:1150px){
  .banner_wrapper{
    display: none;
  }
}

/*humburger
=========================================== */
.btn_open {
  display: block;
  position: relative;
  cursor: pointer;
}
.btn_open .lines {
  position: relative;
}
.btn_open .lines span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #00A67E;
  width: 100%;
}
.btn_open .lines span:nth-of-type(1) {
  top: 0px;
}
.btn_open .lines span:nth-of-type(2) {
  top: 8px;
}
.btn_open .lines span:nth-of-type(3) {
  top: 16px;
}

/*activeクラスが付与されると線が回転して×に*/
.btn_open.active .lines span:nth-of-type(1) {
  top: 4px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.btn_open.active .lines span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.btn_open.active .lines span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

/* line_friend
=========================================== */
.line_friend {
  width: 146px;
  position: fixed;
  top: 28vw;
  right: 0;
  /* padding: 7px 0 7px 7px; */
  border-radius: 14px 0 0 14px;
 /*  background: #fff;
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2); */
}
@media (max-width: 1150px) {
  .line_friend {
    bottom: 20vw;
    top: auto;
  }
}
.line_friend > img {
  width: 90%;
  display: block;
  margin: 5px 5px 5px 5px;
}
.line_friend > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #06c755; */
  border-radius: 14px 0 0 14px;
}
.line_friend > div img {
  width: 146px;
}
.line_friend > div span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-left: -3px;
}

/* footer
=========================================== */
#footer {
  position: relative;
  padding-top: 40px;
  background: #F4F4F4;
  border-top: solid 1px #D2D2D2;
  color: #fff;
}
@media(min-width:1151px){
  #footer {
    padding: 70px;
  }
}
#footer .footer_logo_img{
  width: 300px;
}
.footer_sp{
  display: none;
}
.footer_pc{
  display: block;
}
@media(max-width:1150px){
  .footer_sp{
    display: block;
  }
  .footer_pc{
    display: none;
  }
}

#footer a, #footer p {
  color: #fff;
  font-size: 1.4rem;
}
.footer_copy {
  text-align: center;
  font-size: 1.2rem;
}
@media(min-width:1151px){
  .footer_copy {
    text-align: center;
    height: 60px;
    background-color: #000000;
    align-content: center;
  }
  .footer_copy small{
    color: white;
  }
}
#footer .footer_info {
  text-align: center;
  margin-bottom: 40px;
}
#footer .footer_info .footer_info_logo {
  margin-bottom: 20px;
  text-align: center;
}
@media(min-width:1151px){
  #footer .footer_info .footer_info_logo {
   text-align: left;
  }
}
#footer .footer_info .footer_info_logo a {
  display: inline-block;
}
#footer .footer_menu .footer_menu_wrapper .footer_menu_title {
  margin-top: 40px;
  margin-bottom: 14px;
}
@media(min-width:1151px){
  #footer .footer_menu .footer_menu_wrapper .footer_menu_title {
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 14px;
    flex: 1;
    text-align: left;
    font-size: 18px;
  }
}
#footer .footer_menu .footer_menu_wrapper .footer_menus{
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 100%;
}
#footer .footer_menu .footer_menu_wrapper .footer_menu_title h2 {
  font-size: 1.6rem;
}
#footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item {
  border-top: solid 1px #e1e1e1;
}
#footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item:last-child {
  border-bottom: solid 1px #e1e1e1;
}
#footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item a {
  position: relative;
  display: block;
  padding: 16px 0;
}
#footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item a span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item a span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  #footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item a:hover {
    background: #F4F4F4;
  }
  #footer .footer_menu .footer_menu_wrapper ul.footer_menu li.menu_item a:hover span {
    color: #00A67E;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
#footer .footer_pc .footer_menu_subtitle{
  margin-top: 5px;
  margin-bottom: 14px;
  flex: 1;
  text-align: left;
  font-size: 14px;
  position: relative;
}
#footer .footer_pc .footer_menu .footer_menu_wrapper .footer_menus .footer_menu_subtitle span:not([class]):before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .footer_pc .footer_menu .footer_menu_wrapper .footer_menus .footer_menu_subtitle span:not([class]) {
  padding-left: 22px;
  font-size: 13px;
}
/* pagetop
=========================================== */
#page-top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 16px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: -48px;
}
#page-top.active {
  opacity: 1;
}
#page-top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00A67E;
  margin-right: 16px;
  margin-left: auto;
}
#page-top a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* accordion
=========================================== */
.js-accordion-title {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.js-accordion-title.type-arrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #C5C5C5;
  border-right: solid 2px #C5C5C5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js-accordion-title.type-plusminus:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 3px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #00A67E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js-accordion-title.type-plusminus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  /*横線*/
  width: 16px;
  height: 3px;
  background: #00A67E;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.js-accordion-title.open.type-arrow:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-accordion-title.open.type-plusminus:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-content {
  display: none;
}

/*cookie
=========================================== */
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
}
.cookie-consent a {
  display: inline-block;
}
.cookie-consent .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.cookie-consent.is-show {
  visibility: visible;
  z-index: 1000;
}

.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}
@media (hover: hover) {
  .cookie-consent a:hover {
    opacity: 0.8;
  }
}

.cookie-agree {
  color: #fff;
  background: #009ce8;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  margin-left: 10px;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
.cookie-consent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cookie-text {
  margin-bottom: 1em;
}

/* pankuzu
=========================================== */
.pankuzu {
  margin: 4px 0;
}
.pankuzu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pankuzu ol li {
  display: inline;
  list-style: none;
  font-weight: bold;
}
.pankuzu ol li:after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
}
.pankuzu ol li:last-child:after {
  content: none;
}
.pankuzu ol li a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

/* cta
=========================================== */
#cta .cta_box {
  background: #eee;
  text-align: center;
  padding: 60px 0;
}
#cta .cta_box .cta_flex.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

/* under_title 
=========================================== */
/* 404 not found
=========================================== */
#notfound .text_box {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  #notfound .text_box {
    text-align: left;
    margin-bottom: 20px;
  }
}
#notfound .btn {
  margin: 0 auto;
}

/* maintenance
=========================================== */
#maintenance .text_box {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  #maintenance .text_box {
    text-align: left;
    margin-bottom: 20px;
  }
}
#maintenance .text_box p {
  margin-bottom: 20px;
}
#maintenance .text_box p:last-child {
  margin-bottom: 0;
}
#maintenance .text_box span {
  display: inline-block;
}
#maintenance .contact_box {
  padding: 20px;
  text-align: center;
  background: #F4F4F4;
}
#maintenance .logo_box {
  padding-top: 60px;
  text-align: center;
}

/* main_all_wrapper（全体）
=========================================== */
.main_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#48CFAF), to(#97CB70));
  background: -webkit-linear-gradient(left, #48CFAF, #97CB70);
  background: linear-gradient(to right, #48CFAF, #97CB70);
  z-index: 0;
}
.main_bg .main_bg_left {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 1150px) {
  .main_bg .main_bg_left {
    display: none;
  }
}
.main_bg .main_bg_left .main_bg_logo p {
  background: #fff;
  width: 251px;
  height: 31px;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1;
  margin-bottom: 15px;
}
.main_bg .main_bg_left .main_bg_logo p .main_bg_logo_text {
  color: #00A67E;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: 700;
}
.main_bg .main_bg_left .main_bg_logo p .main_bg_logo_sub {
  color: #00A67E;
  font-size: 1.1rem;
  vertical-align: middle;
  font-weight: 700;
}
.main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper .main_bg_nav_title {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper ul.main_bg_nav_menu li.menu_item a {
  position: relative;
  display: block;
  padding: 3px 0;
  color: #fff;
}
.main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper ul.main_bg_nav_menu li.menu_item a span:not([class]) {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 22px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper ul.main_bg_nav_menu li.menu_item a span:not([class]):before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper ul.main_bg_nav_menu li.menu_item a:hover span {
    color: #00A67E;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .main_bg .main_bg_left .main_bg_nav .main_bg_nav_wrapper ul.main_bg_nav_menu li.menu_item a:hover span:before {
    border-bottom: solid 2px #00A67E;
    border-right: solid 2px #00A67E;
  }
}
.home_main_bg_right {
  position: absolute;
  right: 85px;
  bottom: 240px;
}
@media (max-width: 1700px) {
  .home_main_bg_right {
    display: none;
  }}
@media (max-width: 1150px) {
  .main_bg .main_bg_right {
    display: none;
  }
}

/* main_content（モバイルサイズ表示内）
=========================================== */
.main_content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  height: auto;
}
@media (max-width: 1150px) {
  .main_content {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    height: auto;
  }
}
.main_content .main_content_inner {
  position: relative;
  overflow: clip;
}

/* breadcrumb
=========================================== */
#breadcrumb {
  padding: 6px 0;
  border-bottom: solid 1px #EBEBEB;
}
@media(min-width:1151px){
  #breadcrumb{
    border-bottom: none;
  }}
#breadcrumb ol {
  list-style-type: none;
}
#breadcrumb ol li {
  display: inline-block;
}
#breadcrumb ol li:after {
  content: "/";
  padding: 0 0.2em;
  color: #BEBEBE;
  font-size: 1rem;
}
#breadcrumb ol li:last-child:after {
  display: none;
}
#breadcrumb ol li span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.1rem;
}
#breadcrumb ol li a:hover span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #00A67E;
}

/* 下層ページタイトル
=========================================== */
@media(max-width:1150px){
  #page_title {
    padding: 32px 0;
    background-color: #fff;
  }
}
  #page_title {
    padding-top: 40px;
    background-color: #fff;
  }
#page_title h2 .page_title_main {
  display: block;
  font-size: 2.2rem;
  color: #00A67E;
}
@media(min-width:1151px){
  #page_title h2 .page_title_main {
    display: block;
    font-size: 3.5rem;
    color: #00A67E;
  }
}
#page_title h2 .page_title_sub {
  display: block;
  font-size: 1.5rem;
  margin: 8px 0px 15px 0px;
}
@media(max-width:1150px){
  #page_title h2 .page_title_sub {
    display: block;
    font-size: 1.3rem;
    margin-top: 8px;
  } 
}

/*求人票一覧
=========================================== */
.joblist .jobitem {
  margin-bottom: 24px;
}
.joblist .jobitem:last-child {
  margin-bottom: 0;
}

.jobitem {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (min-width: 1150px) {
  .joblist {
    display: flex;
  }
  
  .joblist .jobitem {
    flex: 1;
    margin: 0px 10px;
  }
  
  .joblist .jobitem:last-child {
    margin-bottom: 0;
  }
  .jobitem {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;}
}
.jobitem p {
  line-height: 1.6;
}

.jobitem .thumbnail_wrapper {
  width: 100%;
}
.jobitem .thumbnail_wrapper img {
  aspect-ratio: 335/188;
}
.jobitem .info_wrapper {
  padding: 20px;
}
.jobitem .info_wrapper .title_block {
  border-bottom: solid 1px #EBEBEB;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.jobitem .info_wrapper .title_block .name {
  font-size: 1.2rem;
  color: #848484;
  margin-bottom: 4px;
}
.jobitem .info_wrapper .title_block .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00A67E;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jobitem .info_wrapper .title_block .kyujin_message{
  color: #00A67E;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1150px) {
  .jobitem .info_wrapper .title_block .kyujin_message{
    display: none;
  }
}
.jobitem .info_wrapper .title_block .info li.info_item {
  display: inline-block;
  width: auto;
  margin-right: 12px;
  margin-bottom: 6px;
}
.jobitem .info_wrapper .title_block .info li.info_item span {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 24px;
  line-height: 1.6;
}
.jobitem .info_wrapper .title_block .info li.info_item span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobitem .info_wrapper .title_block .info li.info_item:last-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.jobitem .info_wrapper .title_block .info li.info_item:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jobitem .info_wrapper .title_block .info li.info_item.location span:before {
  background-image: url(/assets/img/common/icon_location.svg);
}
.jobitem .info_wrapper .title_block .info li.info_item.salary span:before {
  background-image: url(/assets/img/common/icon_salary.svg);
}
.jobitem .info_wrapper .title_block .info li.info_item.work span:before {
  background-image: url(/assets/img/common/icon_work.svg);
}
.jobitem .info_wrapper .feature_block {
  margin-bottom: 16px;
}
.jobitem .info_wrapper .feature_block ul.feature.flex {
  gap: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobitem .info_wrapper .feature_block ul.feature li.feature_item {
  display: inline-block;
  background: #F3F3F3;
  font-size: 1.3rem;
  border-radius: 24px;
  padding: 6px 8px;
  line-height: 1;
}
.jobitem .info_wrapper .btns_block {
  gap: 12px;
}
.jobitem .info_wrapper .btns_block .btn_detail {
  width: calc(100% - 122px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider {
  padding-left: 5%;
}
.slider .slide {
  max-width: 315px;
  margin-right: 15px;
}

/*お知らせ
=========================================== */
.news_list .news_list_item {
  border-top: solid 1px #EBEBEB;
}
.news_list .news_list_item:last-child {
  border-bottom: solid 1px #EBEBEB;
}
.news_list .news_list_item a {
  padding: 20px 0;
  display: flex;
}
@media (max-width: 1150px) {
  .news_list .news_list_item a {
    padding: 20px 0;
    display: block;
  }
}

.news_list .news_info {
  margin-bottom: 6px;
  min-width: 220px;
}
.news_list .news_info .time {
  display: inline-block;
  margin-right: 12px;
}
.news_list .news_info .time time {
  font-family: "Lato", sans-serif;
}
.news_list .news_info .category {
  display: inline-block;
  background: #F3F3F3;
  font-size: 1.1rem;
  border-radius: 24px;
  padding: 6px 8px;
  line-height: 1;
}

/*ページネーション
=========================================== */
.pagination {
  margin-top: 40px;

  justify-content: initial;
}
@media(min-width:1151px){
  .pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}
.pagination.flex {
  gap: 16px;
}
.pagination .prev a, .pagination .next a {
  font-size: 1.4rem;
  background: #fff;
  border-radius: 4px;
  padding: 8px 18px;
}
.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.5;
  pointer-events: none;
  border: solid 1px #D2D2D2;
}
.pagination .prev.disabled a, .pagination .next.disabled a {
  background: transparent;
}
.pagination .pagination_list {
  gap: 16px;
  min-width: unset; 
  padding: 0; 
}
@media(min-width:1151px){
  .pagination .pagination_list {
    gap: 16px;
    min-width: 200px;
    padding: 0px 40px;
  }
}
.pagination .pagination_list li span {
  color: #00A67E;
  font-size: 1.6rem;
}
.pagination .pagination_list li.current, .pagination .pagination_list li.abbr {
  pointer-events: none;
}
.pagination .pagination_list li.current span, .pagination .pagination_list li.abbr span {
  color: #5F5F5F;
}

/* アナウンス用タグ
=========================================== */
.icon_unread {
  position: absolute !important;
  background: #FD7D5E;
  color: #fff !important;
  font-size: 1.3rem !important;
  font-weight: 500;
  text-align: center !important;
}
.icon_unread.unread-in-message {
  top: 20px;
  right: 2px;
  padding: 3px 8px;
  border-radius: 50px;
}
.icon_unread.unread-in-applicant {
  top: -8px;
  right: -8px;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px;
  border-radius: 50%;
}
.icon_unread.unread-in-header {
  font-size: 1rem !important;
  z-index: 5;
  top: -4px;
  right: 0px;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px;
  border-radius: 50%;
}

/* モーダルウインドウ Slide In
=========================================== */
/* モーダルを開くボタン */
.modal-btn {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.modal {
  display: none;
  z-index: 101;
  position: relative;
}

/* モーダルウインドウ／背景 */
.modal-bg {
  position: fixed;
  max-width: 480px;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media(max-width:1150px){
  .modal-bg{
    top: 0;
  }
}

/* モーダルウインドウ／コンテンツ */
.modal-main-container {
  color: black;
  z-index: 102;
  position: fixed;
  top: 200%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 480px;
  width: 100%;
  height: 95%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-main-container.slide {
  top: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-main-contents {
  max-width: 100%;
  border-radius: 12px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* モーダルウインドウ／閉じるボタンのwrapper */
.modal-close-btn__wrapper {
  border-bottom: solid 1px #ebebeb;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* モーダルウインドウ／閉じるボタン */
.modal-close-btn {
  cursor: pointer;
  position: relative;
  margin-left: 24px;
  width: 24px;
  height: 24px;
}
.modal-close-btn:before, .modal-close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 24px; /* 棒の高さ */
  background: #fff;
}
.modal-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* スクロール用タグ */
.modal-scroll__container {
  overflow: scroll;
}

/*お問い合わせ
=========================================== */
.caution{
  font-size: 1.8rem !important;
  padding-bottom: 16px !important;
  border-bottom: solid 2px #00A67E !important;
  margin-bottom: 24px !important;
}

/*フォーム
=========================================== */
button {
  all: unset;
  display: inline-block;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date],
textarea, select {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: #F4F4F4;
  border-radius: 4px;
  border: 2px solid #EBEBEB;
  font-size: 1.6rem;
  resize: none;
  padding: 8px 12px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
  cursor: text;
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #AFAFAF;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #AFAFAF;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #AFAFAF;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #AFAFAF;
}

input::placeholder,
textarea::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #AFAFAF;
}

textarea {
  cursor: text;
  display: block;
  resize: vertical;
}
@media (min-width: 1150px) {
  .agreement_text {
    font-size: 10px;
    text-align: left;
  }
}

select {
  display: inline-block;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #00A67E;
}

.selectbox_item {
  position: relative;
  cursor: pointer;
}
.selectbox_item:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #848484;
  border-right: solid 2px #848484;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectbox_item select {
  font-weight: 500;
  padding: 8px 36px 8px 12px;
  background-color: #F4F4F4;
  border: solid 2px #EBEBEB;
}

.selectbox_inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}

ul.check_list li {
  width: calc(33.333% - 1rem);
    margin: 5px 0px;
    display: flex;
}
@media(max-width:1150px){
  ul.check_list li {
    margin-bottom: 6px;
    display: inline;
    width: 100%;
  }
}
ul.check_list li:last-child {
  margin-bottom: 0;
}
  .posting_check_lists{
    padding: 15px 25px;
    flex-wrap: wrap;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px !important;

  }
@media(max-width:1150px){
  .posting_check_lists{
    padding: 0px;
    flex-wrap: none;
    display: inline;
    border: none;
  }
}
label.checkbox {
  cursor: pointer;
}
label.checkbox input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
label.checkbox span:not([class]) {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 34px;
  display: block;
  line-height: 1.8;
}
@media(max-width:1150px){
  label.checkbox span:not([class]) {
    font-size: 1.6rem;
  }
}
label.checkbox span:not([class]):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #DBDBDB;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
label.checkbox span:not([class]):after {
  content: "";
  position: absolute;
  top: 28%;
  left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
label.checkbox input[type=checkbox]:checked + span:before {
  background: #00A67E;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
label.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

ul.radio_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
ul.radio_list .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #848484;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
}

input[type=radio]:checked {
  border-color: #00A67E;
}

input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #00A67E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.form .form_item {
  margin-bottom: 20px;
}
.form .form_item:last-child {
  margin-bottom: 0;
}
.form .form_item .form_item_title {
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.form .form_item input.mt8 {
  margin-top: 8px;
}
.form .note {
  font-size: 1.4rem;
  margin-top: 10px;
}
.form .note a {
  font-size: 1.4rem;
}
.form .errMsg {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #E95757;
}
.form .current_text {
  font-size: 1.6rem;
}

.span_required, .span_option {
  line-height: 1.6;
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.3rem;
  border-radius: 50px;
  margin-left: 0.5em;
  font-weight: 700;
}

.span_required {
  color: #FF9544;
  background-color: #FFEEEA;
}

.span_option {
  color: #5F5F5F;
  background-color: #F4F4F4;
}

.btn_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.btn_submit.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.btn_submit.btn_submit_section {
  margin-top: 40px;
  padding-bottom: 40px;
}
.btn_submit button, .btn_submit input[type=submit], .btn_submit input[type=button], .btn_submit a {
  width: 220px;
  margin: 0 auto;
}
@media(min-width:1151px){
  .btn_submit button, .btn_submit input[type=submit], .btn_submit input[type=button], .btn_submit a {
    width: 280px;
    margin: 0 auto;
    height: 50px;
  }
}
.btn_submit .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.history_item {
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: solid 1px #EBEBEB;
}
.history_item .box_title {
  padding-top: 0;
}

.delete-career, .academic {
  display: inline-block;
  color: #E95757;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn_add button {
  width: 240px;
  margin: 0 auto;
}
.btn_add button span:not([class]):before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/common/icon_plus.svg);
}

.toggle-password-wrap {
  position: relative;
  margin-bottom: 10px;
}
.toggle-password-wrap:last-child {
  margin-bottom: 0;
}
.toggle-password-wrap button {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 25px;
}

dl.table_dl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: solid 1px #EBEBEB;
}
dl.table_dl dt {
  font-size: 1.3rem;
  color: #848484;
  padding-top: 20px;
  padding-bottom: 9px;
  line-height: 1.2;
}
dl.table_dl dd {
  padding-bottom: 20px;
  border-bottom: solid 1px #EBEBEB;
}
dl.table_dl dd p {
  font-size: 1.6rem;
}
dl.table_dl dd p.feature_area {
  margin-bottom: 4px;
}
dl.table_dl dd p.feature_area.flex {
  gap: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
dl.table_dl dd p.feature_area span {
  display: inline-block;
  background: #F3F3F3;
  font-size: 1.3rem;
  border-radius: 24px;
  padding: 6px 8px;
  line-height: 1;
  background-color: #EBF8F5;
}
dl.table_dl dd a {
  font-size: 1.6rem;
  color: #00A67E;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thanks h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.thanks .btn {
  width: 220px;
  margin: 32px auto 0;
}/*# sourceMappingURL=common.css.map */