@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

html, body {
  font-size: 62.5%;
  font-family: 'Montserrat', sans-serif;
}

section {
  overflow: hidden;
}

h1 {
  font-size: 4.2rem;
  font-weight: bold;
}

h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #258ACB !important;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1380px) {
  h2 {
    font-size: 3.3rem;
  }
}

p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 900px) {
  p {
    font-size: 1.4rem;
  }
}

.inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .inner {
    width: 90%;
  }
}

.btn_main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_main a {
  border: 0.2rem solid #01A460;
  border-radius: .5rem;
  display: -webkit-box;
  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;
  margin: 0 auto;
  width: auto;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #01A460;
  text-decoration: none;
  background-color: white;
}

@media (max-width: 900px) {
  .btn_main a {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
  }
}

@media (max-width: 1380px) {
  .btn_main a {
    padding: 1.3rem 3.5rem;
  }
}

.btn_main a::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border-top: 0.3rem solid #01A460;
  border-right: 0.3rem solid #01A460;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_main a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_main a:hover::after {
  -webkit-transform: translateX(1rem) rotate(45deg);
          transform: translateX(1rem) rotate(45deg);
}

@media (max-width: 900px) {
  .pc_visible {
    display: none;
  }
}

.sp_visible {
  display: none;
}

@media (max-width: 900px) {
  .sp_visible {
    display: block;
  }
}

/*基本透過で、スクロールしたら薄白の背景に*/
.sp_nav_title {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0 0 10%;
  height: 10rem;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, rgba(255, 255, 255, 0.514)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.514) 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 900px) {
  .sp_nav_title {
    display: block;
    background: initial;
  }
}

.sp_nav_title.is_title_active {
  z-index: 98 !important;
  background: initial;
}

.sp_nav_title.is_title_active a {
  z-index: 98 !important;
}

.sp_nav_title.is_title_active a h2 {
  display: block;
  color: #258ACB;
}

.sp_nav_title.is_title_active a h1 {
  display: block;
  color: #258ACB;
}

.sp_nav_title a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  color: #258ACB;
  text-decoration: none;
}

.sp_nav_title a h2 {
  display: none;
  font-size: .8rem;
}

.sp_nav_title a h1 {
  display: none;
  font-size: 1.8rem;
}

.sp_nav_title a h1 span {
  font-size: 1rem;
  padding-left: 1rem;
}

.hamburger {
  display: none !important;
}

@media (max-width: 900px) {
  .hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: #258ACB !important;
    border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    text-align: center;
    padding: 1.5rem 1.3rem;
    z-index: 99;
  }
  .hamburger:hover {
    opacity: 1 !important;
  }
  .hamburger.is-active {
    background: white !important;
  }
  .hamburger.is-active .hamburger-box .hamburger-inner {
    background: #258ACB;
  }
  .hamburger.is-active .hamburger-box .hamburger-inner::before {
    background: #258ACB;
  }
  .hamburger.is-active .hamburger-box .hamburger-inner::after {
    background: #258ACB;
  }
  .hamburger .hamburger-box {
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 auto;
    text-align: center;
  }
  .hamburger .hamburger-box .hamburger-inner {
    width: 2.3rem;
    height: .3rem;
    background: white;
  }
  .hamburger .hamburger-box .hamburger-inner::before {
    width: 2.3rem;
    height: .3rem;
    background: white;
  }
  .hamburger .hamburger-box .hamburger-inner::after {
    width: 2.3rem;
    height: .3rem;
    background: white;
  }
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.514);
  z-index: 10;
}

@media (max-width: 900px) {
  header {
    width: 100%;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
    background-color: rgba(255, 255, 255, 0);
    z-index: initial;
  }
  header.is_header_active {
    z-index: 10;
  }
}

header .inner {
  width: 90%;
}

header .pc_nav {
  width: 100%;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  header .pc_nav {
    display: none;
  }
}

header .pc_nav .title_name {
  color: black;
  font-size: 2.4rem !important;
  font-weight: bold;
  text-decoration: none;
  line-height: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1380px) {
  header .pc_nav .title_name {
    font-size: 1.8rem;
  }
}

header .pc_nav .title_name span {
  display: block;
  font-size: 1rem;
}

header .pc_nav .menu_item {
  color: black;
  font-size: 1.2rem !important;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1.2rem !important;
}

@media (max-width: 1380px) {
  header .pc_nav .menu_item {
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
}

header .sp_nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  padding: 10rem 10%;
  display: none;
}

@media (max-width: 900px) {
  header .sp_nav {
    display: block;
    z-index: 80 !important;
  }
}

header .sp_nav.is_nav_active {
  background: #F5FBFF;
  z-index: 80 !important;
}

header .sp_nav.is_nav_active .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 80 !important;
}

header .sp_nav .menu {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 80 !important;
  pointer-events: all;
}

header .sp_nav .menu .menu_item {
  width: 100%;
  font-size: 2.4rem;
  color: #258ACB;
  text-decoration: none;
  padding: 5% 0;
  z-index: 80;
}

header .sp_nav .menu .sp_nav_sns {
  width: 100%;
  padding: 5% 0;
}

header .sp_nav .menu .sp_nav_sns a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header .sp_nav .menu .sp_nav_sns a img {
  width: 3.5rem;
  height: auto;
}

header .sp_nav .menu .sp_nav_sns a:last-child {
  margin-left: 1rem;
}

.box_img {
  width: 50%;
}

@media (max-width: 900px) {
  .box_img {
    width: 90%;
    position: relative;
  }
}

.box_img img {
  width: 100%;
  height: auto;
}

.box_img .sp_visible {
  position: absolute;
  top: -9rem;
  right: -10%;
  color: #258ACB;
  opacity: 0.1;
  font-size: 6rem;
}

.box_texts {
  width: 50%;
}

@media (max-width: 900px) {
  .box_texts {
    width: 90%;
  }
}

.box_texts h1 {
  color: #01A490;
  opacity: 0.1;
  font-size: 9vw !important;
  text-align: right;
}

@media (max-width: 900px) {
  .box_texts h2 {
    margin-top: 4vw;
    padding-left: 4.5vw;
  }
  .box_texts h2.sp_visible {
    font-size: 3rem;
  }
  .box_texts h2.sp_visible span {
    display: block;
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .box_texts p {
    margin-top: 4vw;
    font-size: 2rem;
    padding: 0 4.5vw !important;
  }
}

.top {
  width: 100%;
  height: 60vw;
  position: relative;
  margin-top: 7rem;
  padding: 5rem 0;
  background: url(../img/top_back.png) center center no-repeat;
  background-size: cover;
  overflow: initial;
}

@media (max-width: 900px) {
  .top {
    width: 100%;
    height: 160vw !important;
    margin-top: 0;
    margin-bottom: 15rem;
    background: url(../img/sp_top_back.png) center center no-repeat;
    background-size: cover;
  }
}

.top .top_bio {
  width: 100vw;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .top .top_bio {
    width: 80%;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    display: block;
  }
}

.top .top_bio .top_bio_texts {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts {
    position: absolute;
    left: 0;
    display: block;
    top: initial;
    bottom: -15rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: white;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 3rem;
    -webkit-box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
            box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
  }
  .top .top_bio .top_bio_texts .btn_main {
    margin-top: 1rem;
  }
}

.top .top_bio .top_bio_texts .bio_party {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .top_bio .top_bio_texts .bio_party img {
  width: auto;
  height: 3.5rem;
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts .bio_party img {
    height: 3.5rem;
  }
}

.top .top_bio .top_bio_texts .bio_party h1 {
  font-size: 2.4rem;
  margin-left: 2rem;
  line-height: 1rem;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts .bio_party h1 {
    font-size: 2rem;
    margin-left: 1rem;
    color: #258ACB;
  }
}

.top .top_bio .top_bio_texts h1 {
  font-size: 10rem;
  color: white;
  line-height: 8rem;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts h1 {
    font-size: 5.8rem;
    line-height: 5rem;
    color: black;
  }
}

.top .top_bio .top_bio_texts h1 span {
  display: block;
  font-size: 3.2rem;
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts h1 span {
    font-size: 2rem;
  }
}

.top .top_bio .top_bio_texts .btn_main {
  margin-top: 6rem;
}

@media (max-width: 900px) {
  .top .top_bio .top_bio_texts .btn_main {
    margin-top: 3rem;
  }
}

#message {
  padding: 6rem 0 0 0;
}

@media (max-width: 900px) {
  #message {
    padding-top: 12rem;
  }
}

#message .message_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  #message .message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 900px) {
  #message .message_box .box_texts {
    width: 100%;
  }
}

#message .message_box .box_texts h2 {
  font-size: 5rem;
  margin-top: 4vw;
  padding-left: 4.5vw;
}

@media (max-width: 900px) {
  #message .message_box .box_texts h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.5rem;
  }
}

#video {
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #video {
    padding: 6rem 0 0 0;
  }
}

#video .video_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5FBFF;
  padding: 1rem 0;
}

@media (max-width: 900px) {
  #video .video_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#video .video_box .box_texts {
  width: 40% !important;
}

@media (max-width: 900px) {
  #video .video_box .box_texts {
    width: 100% !important;
  }
}

#video .video_box .box_texts h1 {
  text-align: left;
  padding-left: 1vw;
}

@media (max-width: 900px) {
  #video .video_box .box_texts h1 {
    text-align: right;
    font-size: 6rem !important;
  }
}

#video .video_box .box_texts h2 {
  padding-top: 3vw;
  padding-left: 15%;
}

@media (max-width: 900px) {
  #video .video_box .box_texts h2 {
    font-size: 3rem;
    margin-top: 4vw;
    padding-left: 4.5vw;
  }
}

#video .video_box .box_texts p {
  padding-top: 3vw;
  padding-left: 15%;
}

#video .video_box .box_img {
  width: 60% !important;
  padding: 6rem 10% 6rem 0;
}

@media (max-width: 900px) {
  #video .video_box .box_img {
    width: 100% !important;
    padding: 6rem 4.5vw;
  }
}

#video .video_box .box_img iframe {
  width: 100%;
  height: 28vw;
}

@media (max-width: 900px) {
  #video .video_box .box_img iframe {
    height: 51.2vw !important;
  }
}

#profile {
  padding: 0 0 6rem 0;
}

@media (max-width: 900px) {
  #profile {
    padding: 3rem 0 !important;
  }
}

#profile .pr_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
}

@media (max-width: 900px) {
  #profile .pr_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

#profile .pr_top .box_img {
  padding: 7rem 3vw 0 3vw;
}

@media (max-width: 900px) {
  #profile .pr_top .box_img {
    margin: 0 auto !important;
    padding: 6rem 3vw 0;
  }
}

#profile .pr_top .box_img h1.sp_visible {
  top: -2rem !important;
  right: -1rem;
}

@media (max-width: 900px) {
  #profile .pr_top .box_texts {
    margin: 0 auto;
  }
}

#profile .pr_top .box_texts h1 {
  text-align: left;
}

@media (max-width: 900px) {
  #profile .pr_top .box_texts h2 {
    padding-left: 0;
    font-size: 2.8rem !important;
  }
}

#profile .pr_top .box_texts table {
  padding: 3rem 0;
  border-spacing: 0 1.5rem;
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  #profile .pr_top .box_texts table {
    padding: 0;
    font-size: 1.1rem;
  }
}

#profile .pr_top .box_texts table tr {
  text-align: left;
}

#profile .pr_top .box_texts table tr td:first-child {
  text-align: left;
  width: 15rem;
  vertical-align: top;
}

@media (max-width: 900px) {
  #profile .pr_top .box_texts table tr td:first-child {
    width: 32%;
  }
}

#profile .pr_top .box_texts table tr td:last-child {
  padding-left: 1rem;
}

#profile .pr_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #profile .pr_history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 0 0 0 !important;
  }
}

#profile .pr_history .sp_visible {
  padding-left: 5%;
}

#profile .pr_history .box_img {
  width: 45%;
}

@media (max-width: 900px) {
  #profile .pr_history .box_img {
    width: 90% !important;
    margin: 3rem auto 1rem auto;
  }
}

#profile .pr_history .box_texts {
  width: 55%;
  padding: 0 5% 0 6rem;
}

@media (max-width: 900px) {
  #profile .pr_history .box_texts {
    width: 90% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
}

#profile .pr_history .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

@media (max-width: 900px) {
  #profile .pr_history .box_texts p {
    padding: 0 !important;
    font-size: 1.5rem;
  }
}

#profile .pr_student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

#profile .pr_student .box_img {
  width: 45%;
}

#profile .pr_student .box_texts {
  width: 55%;
  padding: 0 5% 0 6rem;
}

#profile .pr_student .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

#profile .pr_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #profile .pr_recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#profile .pr_recruit .box_img {
  width: 45%;
}

@media (max-width: 900px) {
  #profile .pr_recruit .box_img p {
    font-size: 1.2rem;
  }
}

#profile .pr_recruit .box_texts {
  width: 55%;
  padding: 0 6rem 0 10%;
}

#profile .pr_recruit .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

#profile .pr_ehime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

#profile .pr_ehime .box_img {
  width: 45%;
}

#profile .pr_ehime .box_img img:last-child {
  padding-top: 4vw;
}

#profile .pr_ehime .box_texts {
  width: 55%;
  padding: 0 5% 0 6rem;
}

#profile .pr_ehime .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

#profile .pr_kokkai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #profile .pr_kokkai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #profile .pr_kokkai .sp_visible {
    font-size: 2.9rem !important;
  }
}

#profile .pr_kokkai .box_img {
  width: 45%;
}

@media (max-width: 900px) {
  #profile .pr_kokkai .box_img p {
    font-size: 1.2rem;
  }
  #profile .pr_kokkai .box_img img {
    margin-bottom: 3rem;
  }
}

#profile .pr_kokkai .box_texts {
  width: 55%;
  padding: 0 6rem 0 10%;
}

#profile .pr_kokkai .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

#achieve h1 {
  color: #01A490;
  opacity: 0.1;
  font-size: 9vw !important;
  text-align: right;
}

@media (max-width: 900px) {
  #achieve h1 {
    text-align: center;
  }
}

#achieve .achieve_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #achieve .achieve_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 !important;
  }
}

@media (max-width: 900px) {
  #achieve .achieve_box .btn_main {
    text-align: left;
    margin: 0 auto;
  }
  #achieve .achieve_box .btn_main a {
    font-size: 2rem !important;
    padding: 1.8rem 6rem;
  }
}

#achieve .achieve_box .box_img {
  width: 55%;
}

@media (max-width: 900px) {
  #achieve .achieve_box .box_img {
    width: 90%;
    margin: 0 auto;
  }
}

#achieve .achieve_box .box_texts {
  width: 45%;
  padding: 0 6rem 0 10%;
}

@media (max-width: 900px) {
  #achieve .achieve_box .box_texts {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 900px) {
  #achieve .achieve_box .box_texts h2 {
    padding: 0 !important;
  }
}

#achieve .achieve_box .box_texts p {
  padding-top: 3rem;
}

@media (max-width: 900px) {
  #achieve .achieve_box .box_texts p {
    padding: 3rem 0 !important;
  }
}

#achieve .achieve_box .box_texts .btn_main {
  margin-top: 6rem;
}

#policy {
  padding: 3rem 0;
}

#policy .policy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  #policy .policy_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0 !important;
  }
}

#policy .policy_box .box_texts {
  width: 45%;
  padding: 0 6rem 0 10% !important;
}

@media (max-width: 900px) {
  #policy .policy_box .box_texts {
    width: 90%;
    padding: 0 !important;
  }
}

#policy .policy_box .box_texts h2 {
  padding-top: 3rem;
}

@media (max-width: 900px) {
  #policy .policy_box .box_texts h2 {
    padding-top: 1rem !important;
  }
}

#policy .policy_box .box_texts p {
  padding-top: 3rem;
  line-height: 3.3rem;
}

#policy .policy_box .box_texts .btn_main {
  margin-top: 3rem;
}

#policy .policy_box .slider {
  width: 55%;
  padding: 0 5%;
  margin: auto auto;
}

@media (max-width: 900px) {
  #policy .policy_box .slider {
    width: 85%;
    padding: 0;
    margin: 0 auto;
    margin-top: 3rem;
  }
}

#policy .policy_box .slider img {
  width: 30vw;
  height: auto;
}

#policy .policy_box .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#policy .policy_box .slider .slick-slide {
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  z-index: 1 !important;
}

#policy .policy_box .slider .slick-center {
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
  z-index: 2 !important;
}

#policy .policy_box .slider .slide-arrow {
  width: 2rem;
  height: auto !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 1380px) {
  #policy .policy_box .slider .slide-arrow {
    width: 1.7rem;
  }
}

@media (max-width: 900px) {
  #policy .policy_box .slider .slide-arrow {
    bottom: -3rem;
  }
}

#policy .policy_box .slider .prev-arrow {
  left: 5% !important;
}

@media (max-width: 1380px) {
  #policy .policy_box .slider .prev-arrow {
    left: 3% !important;
  }
}

@media (max-width: 900px) {
  #policy .policy_box .slider .prev-arrow {
    left: -7% !important;
  }
}

#policy .policy_box .slider .next-arrow {
  right: 5% !important;
}

@media (max-width: 1380px) {
  #policy .policy_box .slider .next-arrow {
    right: 3% !important;
  }
}

@media (max-width: 900px) {
  #policy .policy_box .slider .next-arrow {
    right: -7% !important;
  }
}

#policy .policy_box .slider .slide-dots {
  text-align: center;
}

@media (max-width: 900px) {
  #policy .policy_box .slider .slide-dots {
    width: 100% !important;
  }
}

#policy .policy_box .slider .slide-dots li {
  display: inline-block;
  margin: 0 1.5rem;
}

@media (max-width: 900px) {
  #policy .policy_box .slider .slide-dots li {
    margin: 0 1.2rem;
  }
}

#policy .policy_box .slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}

#policy .policy_box .slider .slide-dots li button:before {
  content: '〇';
  font-size: 1.5rem;
  font-weight: bold;
  color: #71757e;
  text-indent: 0;
  position: absolute;
  top: 2rem;
  left: -1rem;
  right: 0;
}

@media (max-width: 900px) {
  #policy .policy_box .slider .slide-dots li button:before {
    top: 2rem;
    left: -.5rem;
  }
}

#policy .policy_box .slider .slide-dots li.slick-active button:before {
  content: '●';
  font-size: 1.5rem;
  font-weight: bold;
  color: #01A460;
}

@media (max-width: 900px) {
  #policy .policy_box .btn_main {
    text-align: left;
    margin: 3rem auto 0 auto;
  }
  #policy .policy_box .btn_main a {
    font-size: 2rem !important;
    padding: 1.8rem 6rem;
  }
}

#sns {
  width: 100%;
  padding: 5rem 0;
}

@media (max-width: 900px) {
  #sns {
    padding: 0 0 5rem 0 !important;
  }
}

#sns .sns_box {
  width: 80%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12rem 4vw 12rem 5%;
  background: #01A490;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

@media (max-width: 1380px) {
  #sns .sns_box {
    padding-left: 5%;
  }
}

@media (max-width: 900px) {
  #sns .sns_box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

#sns .sns_box .box_texts h1 {
  font-size: 2rem !important;
  color: white;
  opacity: 1;
  text-align: left;
}

#sns .sns_box .box_texts h2 {
  color: white !important;
}

@media (max-width: 900px) {
  #sns .sns_box .box_texts h2 {
    padding: 0;
  }
}

#sns .sns_box .box_texts p {
  padding-top: 3rem;
  color: white;
}

@media (max-width: 900px) {
  #sns .sns_box .box_texts p {
    padding: 0 !important;
    padding-bottom: 2rem !important;
  }
}

#sns .sns_box .sns_content {
  padding: 0 2vw;
}

@media (max-width: 900px) {
  #sns .sns_box .sns_content {
    padding: 0 !important;
  }
  #sns .sns_box .sns_content:last-child {
    margin-top: 2rem !important;
  }
}

@media (max-width: 1380px) {
  #sns .sns_box .sns_content .pc_visible {
    display: none;
  }
}

#sns .sns_box .sns_content .pc_mini_visible {
  display: none;
}

@media (max-width: 1380px) {
  #sns .sns_box .sns_content .pc_mini_visible {
    display: block;
  }
}

@media (max-width: 900px) {
  #sns .sns_box .sns_content .pc_mini_visible {
    display: none;
  }
}

@media (max-width: 900px) {
  #sns .sns_box .sns_content iframe {
    width: 100% !important;
  }
}

#sns .sns_box .sns_content .twitter-timeline {
  width: 40vw !important;
}

@media (max-width: 900px) {
  #sns .sns_box .sns_content .twitter-timeline {
    width: 99% !important;
  }
}

#sns .sns_box .sns_content.twitter {
  margin-bottom: 0;
  overflow: scroll;
}

.contact {
  width: 100%;
  background: #258ACB;
  padding: 6rem 15%;
}

@media (max-width: 900px) {
  .contact {
    padding: 3rem 5%;
  }
}

.contact .contact_box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6rem 8rem;
  text-align: center;
  border-radius: 2.5rem;
  background: white;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.151);
          box-shadow: 0 0 5rem rgba(0, 0, 0, 0.151);
  position: relative;
}

@media (max-width: 900px) {
  .contact .contact_box {
    padding: 3rem 5%;
  }
}

.contact .contact_box h1 {
  font-size: 2rem;
  color: orange;
  padding-top: 12rem;
}

@media (max-width: 900px) {
  .contact .contact_box h1 {
    font-size: 2rem;
    padding: 3rem 0;
  }
}

.contact .contact_box h1:first-of-type {
  padding-top: 0;
}

.contact .contact_box h1 span {
  display: block;
  font-size: 4.2rem;
  color: #258ACB;
}

@media (max-width: 900px) {
  .contact .contact_box h1 span {
    font-size: 3rem;
    padding: 1rem 0;
  }
}

.contact .contact_box p {
  margin: 3rem 0;
}

@media (max-width: 900px) {
  .contact .contact_box p {
    font-size: 1.5rem;
    margin: 0;
    line-height: 2.5rem;
  }
  .contact .contact_box p:last-child {
    color: black;
  }
}

.contact .contact_box .btn_yellow {
  margin: 3rem auto 0 auto;
}

footer {
  background: #262626;
  color: white;
  padding: 0 5%;
}

footer .inner {
  width: 100% !important;
  max-width: inherit;
}

footer .f_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}

@media (max-width: 900px) {
  footer .f_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0;
  }
}

footer .f_box .f_info {
  width: 40%;
  letter-spacing: .3rem;
}

@media (max-width: 900px) {
  footer .f_box .f_info {
    width: 100%;
    letter-spacing: .1rem;
  }
}

footer .f_box .f_info .bio_party {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .f_box .f_info .bio_party img {
  width: auto;
  height: 2.5rem;
}

@media (max-width: 900px) {
  footer .f_box .f_info .bio_party img {
    height: 1.6rem;
  }
}

footer .f_box .f_info .bio_party h1 {
  font-size: 1.4rem !important;
  margin-left: 1rem;
}

@media (max-width: 1380px) {
  footer .f_box .f_info .bio_party h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 900px) {
  footer .f_box .f_info .bio_party h1 {
    font-size: 1rem;
  }
}

footer .f_box .f_info .bio_party h1 span {
  font-size: 1.2rem;
}

footer .f_box .f_info a {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 1380px) {
  footer .f_box .f_info a h1 {
    font-size: 3rem !important;
  }
}

footer .f_box .f_info a h1 span {
  font-size: 1.4rem !important;
  vertical-align: middle;
  padding-left: 1.5vw;
}

@media (max-width: 1380px) {
  footer .f_box .f_info a h1 span {
    font-size: .8rem !important;
  }
}

@media (max-width: 900px) {
  footer .f_box .f_info a h1 span {
    font-size: 1rem !important;
    vertical-align: baseline;
  }
}

footer .f_box .f_info_sub {
  padding: 0 2vw;
}

@media (max-width: 1380px) {
  footer .f_box .f_info_sub {
    padding: 0 1vw;
  }
}

@media (max-width: 900px) {
  footer .f_box .f_info_sub {
    padding: 0 !important;
    margin-top: 3rem;
  }
}

footer .f_box .f_info_sub h2 {
  font-size: 1.4rem !important;
  color: white !important;
  font-weight: bold;
}

@media (max-width: 900px) {
  footer .f_box .f_info_sub h2 {
    font-size: 1.2rem;
  }
}

footer .f_box .f_info_sub p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2rem 0;
}

@media (max-width: 1380px) {
  footer .f_box .f_info_sub p {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 900px) {
  footer .f_box .f_info_sub p {
    font-size: 1.2rem;
    margin: 1rem 0;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: .2rem;
  }
}

footer .f_box .f_info_sub p a {
  text-decoration: underline;
  color: white;
}

footer .copyright {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}

footer .copyright p {
  font-size: 1.4rem;
  color: #71757e;
}

@media (max-width: 900px) {
  footer .copyright p {
    font-size: 1rem;
  }
}

.sub_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vw;
}

@media (max-width: 900px) {
  .sub_top {
    display: block;
    height: 25rem !important;
    position: relative;
  }
}

.sub_top .sub_top_title {
  width: 45%;
  background: #258ACB;
  padding-top: 15%;
}

@media (max-width: 900px) {
  .sub_top .sub_top_title {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: absolute;
    bottom: 1rem;
    background: white !important;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 2rem 2rem !important;
    -webkit-box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
            box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.151);
  }
}

.sub_top .sub_top_title h1 {
  font-size: 6rem;
  color: white !important;
  padding-left: 7vw;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 900px) {
  .sub_top .sub_top_title h1 {
    font-size: 2.5rem  !important;
    padding-left: 0 !important;
    color: #258ACB !important;
  }
}

.sub_top .sub_top_img {
  width: 55%;
}

@media (max-width: 900px) {
  .sub_top .sub_top_img {
    width: 100%  !important;
    height: 20rem !important;
  }
}

.sub_top .sub_top_img .sub_top_white {
  display: block;
  height: 7rem;
}

@media (max-width: 900px) {
  .sub_top .sub_top_img .sub_top_white {
    display: none !important;
  }
}

.sub_top .sub_top_img .sub_top_achieve_img_box {
  width: 100%;
  height: 100%;
  background: url(../img/sub_achieve_top.jpg) center no-repeat !important;
  background-size: cover !important;
}

.ac_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
}

@media (max-width: 900px) {
  .ac_box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .ac_box.sp_reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (max-width: 900px) {
  .ac_box h2 {
    font-size: 2rem  !important;
    padding-left: 5% !important;
  }
}

.ac_box .ac_img_box {
  width: 45%;
}

@media (max-width: 900px) {
  .ac_box .ac_img_box {
    width: 100%;
    padding: 2rem 5% !important;
  }
}

.ac_box .ac_img_box img {
  width: 100%;
  height: auto;
}

.ac_box .ac_img_box_long {
  width: 40%;
}

@media (max-width: 900px) {
  .ac_box .ac_img_box_long {
    width: 100%;
  }
}

.ac_box .ac_text_box {
  width: 55%;
  margin: 0 4rem;
  padding: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.151);
          box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.151);
  position: relative;
}

@media (max-width: 900px) {
  .ac_box .ac_text_box {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: inherit !important;
            box-shadow: inherit !important;
  }
}

.ac_box .ac_text_box h2 {
  font-size: 2vw;
}

.ac_box .ac_text_box .expand_btn {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: .5rem;
  width: 60%;
  height: 6rem;
  background: #01A490;
  color: white;
  padding: 1.8rem 3rem;
  font-size: 1.8rem;
  display: -webkit-box;
  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;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 900px) {
  .ac_box .ac_text_box .expand_btn {
    width: 80%;
  }
}

.ac_box .ac_text_box .expand_btn:before {
  margin: 0 auto;
  content: "もっと読む";
}

.ac_box .ac_text_box .expand_btn::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border-top: 0.3rem solid white;
  border-right: 0.3rem solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ac_box .ac_text_box .expand_btn:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ac_box .ac_text_box .expand_btn:hover::after {
  -webkit-transform: translateX(1rem) rotate(45deg);
          transform: translateX(1rem) rotate(45deg);
}

.ac_box .ac_text_box .read_check {
  display: none;
}

.ac_box .ac_text_box .read_check:checked ~ .expand_btn::before {
  content: "閉じる";
}

.ac_box .ac_text_box .read_check:checked ~ .text_expand {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: .3s;
  transition: .3s;
}

.ac_box .ac_text_box .read_check:checked ~ .text_expand::before {
  display: none;
}

.ac_box .ac_text_box .text_expand {
  width: 100%;
  height: 20rem;
  margin-bottom: 6rem;
  /* もっと見るボタンの高さ分のmargin */
  padding: 3rem 2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 900px) {
  .ac_box .ac_text_box .text_expand {
    padding-top: 0 !important;
  }
}

.ac_box .ac_text_box .text_expand::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 100%);
  content: "";
}

.ac_box .ac_text_box .text_expand p {
  font-size: 1.3vw;
  color: black;
}

@media (max-width: 900px) {
  .ac_box .ac_text_box .text_expand p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.ac_box .ac_text_box .text_expand p span {
  color: #258ACB;
}

.ac_box .ac_text_box .text_expand_long {
  height: 150rem;
}

.ac_box .ac_text_box_long {
  width: 60%;
}

@media (max-width: 900px) {
  .ac_box .ac_text_box_long {
    width: 100%;
  }
}

.back_btn {
  margin: 6rem auto 12rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.back_btn a {
  border: 0.2rem solid #01A460;
  border-radius: .5rem;
  display: -webkit-box;
  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;
  margin: 0 auto;
  width: auto;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #01A460;
  text-decoration: none;
  background-color: white;
}

@media (max-width: 900px) {
  .back_btn a {
    font-size: 1.8rem;
    padding: 1.3rem 6rem !important;
    margin-top: 3rem;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    font-weight: 600;
  }
}

@media (max-width: 1380px) {
  .back_btn a {
    padding: 1.3rem 3.5rem;
  }
}

.back_btn a::before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border-left: 0.3rem solid #01A460;
  border-bottom: 0.3rem solid #01A460;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.back_btn a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.back_btn a:hover::before {
  -webkit-transform: translateX(-1rem) rotate(45deg);
          transform: translateX(-1rem) rotate(45deg);
}

.sub_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vw;
}

.sub_top .sub_top_title {
  width: 45%;
  background: #258ACB;
  padding-top: 15%;
}

.sub_top .sub_top_title h1 {
  font-size: 6rem;
  color: white;
  padding-left: 7vw;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 900px) {
  .sub_top .sub_top_title h1 {
    color: #258ACB !important;
  }
}

.sub_top .sub_top_img {
  width: 55%;
}

.sub_top .sub_top_img .sub_top_white {
  display: block;
  height: 7rem;
}

.sub_top .sub_top_img .sub_top_img_box {
  width: 100%;
  height: 100%;
  background: url(../img/sub_policy_top.png) center no-repeat !important;
  background-size: cover !important;
}

.sub_jimin_policy {
  margin: 40px auto;
  padding: 0 10%;
}

.sub_jimin_policy__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sub_jimin_policy__wrapper__leaflet {
  max-width: 300px;
  width: 50%;
}

@media (max-width: 900px) {
  .sub_jimin_policy__wrapper__leaflet {
    width: calc(100% - 5%);
  }
}

.sub_jimin_policy__wrapper__leaflet a {
  border: 0.2rem solid #01A460;
  border-radius: .5rem;
  display: -webkit-box;
  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;
  margin: 0 auto;
  width: auto;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #01A460;
  text-decoration: none;
  background-color: white;
}

@media (max-width: 900px) {
  .sub_jimin_policy__wrapper__leaflet a {
    font-size: 1.5rem;
    padding: 1.3rem 5rem !important;
    margin-top: 3rem;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    font-weight: 600;
  }
}

@media (max-width: 1380px) {
  .sub_jimin_policy__wrapper__leaflet a {
    padding: 1.3rem 3.5rem;
  }
}

.sub_jimin_policy__wrapper__leaflet a::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border-left: 0.3rem solid #01A460;
  border-bottom: 0.3rem solid #01A460;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-left: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .sub_jimin_policy__wrapper__leaflet a::after {
    margin-left: 4rem;
  }
}

.sub_jimin_policy__wrapper__leaflet a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sub_jimin_policy__wrapper__leaflet a:hover::after {
  -webkit-transform: translateX(1rem) rotate(225deg);
          transform: translateX(1rem) rotate(225deg);
}

.sub_jimin_policy__wrapper__img {
  width: 50%;
}

@media (max-width: 900px) {
  .sub_jimin_policy__wrapper__img {
    width: calc(100% - 5%);
  }
}

.sub_pol_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 10%;
}

@media (max-width: 900px) {
  .sub_pol_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 5%;
  }
  .sub_pol_box .sp_visible {
    font-size: 4rem !important;
  }
  .sub_pol_box .sp_visible span {
    display: block !important;
    color: #01A490 !important;
  }
}

.sub_pol_box .pol_img_box {
  width: 45%;
}

@media (max-width: 900px) {
  .sub_pol_box .pol_img_box {
    width: 100%;
    margin-top: 1rem;
  }
}

.sub_pol_box .pol_img_box img {
  width: 100%;
  height: auto;
}

.sub_pol_box .pol_text_box {
  width: 55%;
  margin: 0 1rem;
  padding: 2rem;
  position: relative;
}

@media (max-width: 900px) {
  .sub_pol_box .pol_text_box {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.sub_pol_box .pol_text_box h2 {
  font-size: 2vw;
}

.sub_pol_box .pol_text_box h2 span {
  display: block;
  color: #01A490;
}

.sub_pol_box .pol_text_box .pol_points {
  padding: 3rem 0;
}

@media (max-width: 900px) {
  .sub_pol_box .pol_text_box .pol_points {
    padding: 1.5rem 0;
  }
}

.sub_pol_box .pol_text_box .pol_points ul {
  line-height: 3vw;
}

.sub_pol_box .pol_text_box .pol_points ul li {
  font-size: 1.5vw;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 900px) {
  .sub_pol_box .pol_text_box .pol_points ul li {
    line-height: 3rem;
    font-size: 1.8rem;
  }
}

.sub_pol_box .pol_text_box p {
  font-size: 1.3vw;
  color: #71757e;
  line-height: 2.3vw;
}

@media (max-width: 900px) {
  .sub_pol_box .pol_text_box p {
    line-height: 2.3rem;
    font-size: 1.8rem;
  }
}

.sub_pol_box .pol_text_box p span {
  color: #258ACB;
}
/*# sourceMappingURL=style.css.map */