@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body{
	margin: 0;
}
body {
  line-height: 2;
  overflow-x: hidden;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.txt_en {
  font-family: 'Lato', sans-serif;
}

.red {
  color: #ff0000;
}

@-webkit-keyframes humburgerslide {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes humburgerslide {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.footer {
  width: 100vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 850px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__left {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #49AEBC;
}

@media screen and (max-width: 768px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__left .f_navgation {
  margin: 0 auto;
  width: 40%;
}

@media screen and (max-width: 1250px) {
  .footer__left .f_navgation {
    width: 80%;
  }
}

.footer__left .f_navgation .f_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer__left .f_navgation .f_company .f_logo {
  max-width: 150px;
}

.footer__left .f_navgation .f_company .f_address .tel {
  margin-top: 30px;
}

.footer__left .f_navgation .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 530px) {
  .footer__left .f_navgation .f_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__left .f_navgation .f_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__left .f_navgation .f_nav ul:last-child {
  margin-left: 50px;
}

@media screen and (max-width: 530px) {
  .footer__left .f_navgation .f_nav ul:last-child {
    margin-left: 0;
  }
}

.footer .footer__right {
  background-color: #297C80;
  width: calc(100% / 2);
  padding: 0 40px;
  padding-top: 50px;
}

@media screen and (max-width: 850px) {
  .footer .footer__right {
    width: auto;
  }
}

.footer .footer__right .f_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer__right .f_contact .contact_link a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #49AEBC;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.footer .footer__right .f_contact .contact_link a:hover {
  opacity: 0.8;
}

.footer .footer__right .f_contact .contact_tel {
  margin-top: 50px;
}

.footer .footer__right .f_contact .contact_tel a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #49AEBC;
  margin-top: 20px;
  color: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.footer .footer__right .f_contact .contact_tel a:hover {
  opacity: 0.8;
}

.footer .footer__right .f_contact .contact_tel a span {
  display: block;
}

.footer .footer__right .f_contact .copyright {
  margin-top: 40px;
}

.footer .footer__right .f_contact .copyright p {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .f_logo {
    width: 70%;
  }
}

.footer .f_cpoyright {
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer .f_cpoyright {
    padding-bottom: 10px;
  }
}

.f_nav {
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .f_nav {
    display: none;
  }
}

.f_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.f_nav ul li {
  list-style: none;
  margin-right: 30px;
  color: #fff;
}

.f_nav ul li a {
  color: #fff;
}

header {
  position: fixed;
  width: calc(100% - 100px);
  z-index: 10;
  margin-top: 30px;
  left: 4%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}

.globalnav-wrap {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.globalnav-wrap .globalnav_img {
  max-width: 250px;
  -webkit-transform: translate(25px, 13px);
  transform: translate(25px, 13px);
}

@media screen and (max-width: 900px) {
  .globalnav-wrap .globalnav_img {
	  -webkit-transform: translate(0px, 13px);
      transform: translate(0px, 13px);
  }
}

@media screen and (max-width: 870px) {
  .globalnav-wrap .globalnav_img {
	  position: relative;
	  z-index: 1001;
	  -webkit-transform: translate(0px, 2px);
      transform: translate(0px, 2px);
  }
}
.globalnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 870px) {
  .globalnav{
	  display: none;
  }
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.globalnav .dropdown-btn:hover {
  -webkit-transition: opacity 0.2s #000;
  transition: opacity 0.2s #000;
  opacity: .3;
}

.globalnav .dropdown-btn a {
  padding: 23px;
  display: block;
  color: #000;
}

@media screen and (max-width: 1260px) {
  .globalnav .dropdown-btn a {
    padding: 23px 10px;
  }
}

@media screen and (max-width: 950px) {
  .globalnav .dropdown-btn a {
    padding: 23px 5px;
  }
}

@media screen and (max-width: 870px) {
  .globalnav .dropdown-btn a {
	  color: #fff;
  }
}
@media screen and (max-width: 870px) {
  .globalnav .dropdown-btn a {
	  padding: 15px 5px;
  }
}

.globalnav .dropdown-btn:last-child a {
  color: #fff;
  background-color: red;
  border-radius: 0 20px 20px 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1260px) {
  .globalnav .dropdown-btn:last-child a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 950px) {
  .globalnav .dropdown-btn:last-child a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 870px) {
  .globalnav .dropdown-btn:last-child a {
    padding-left: 5px;
    background-color: transparent;
  }
}

.globalnav .dropdown li {
  display: inline-block;
  margin-right: 20px;
}

.globalnav .dropdown li:last-child {
  margin-right: 0;
}

.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}

.globalnav .close {
  display: block;
}

@media screen and (max-width: 870px) {
  header {
    position: fixed;
	  margin-top: 0;
	  background-color: transparent;
	  box-shadow: 0 0 0 0;
  }
  .nav-button-wrap {
	width: 100vw;
	background-color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    height: 53px;
	margin: 0 calc(50% - 50vw);
  }
  .globalnav .close {
    display: none;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 30px;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-button {
    z-index: 20;
    width: 45px;
    height: 100%;
    position: absolute;
    background-color: #DE233D;
	  right: -20px;
  }
  .nav-button span {
    position: absolute;
    left: 12%;
    width: 80%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 30%;
  }
  .nav-button span:nth-of-type(2) {
    top: 50%;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 24%;
  }
  .active .nav-button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}
@media screen and (max-width: 650px){
.nav-button {
	right: -30px;
  }
}
@media screen and (max-width: 470px){
.nav-button {
	right: -7px;
  }
}
@media screen and (max-width: 470px) {
  .nav-button-wrap {
	width: 100vw;
	background-color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    height: 53px;
	margin: 0 calc(50% - 50vw);
	display: flex;
    justify-content: end;
	  padding-left: 30px;
  }
}

@media screen and (max-width: 870px) {
  .pc_hum {
    display: none !important;
  }
}

.sp_hum {
  display: none !important;
}

@media screen and (max-width: 870px) {
  .sp_hum {
    display: block !important;
  }
}

.dropdown-btn.sp_hum > p {
  padding: 23px 10px;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.3);
}

.modalflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalflex a {
  color: #000;
}

.modalflex a:hover {
  opacity: .5;
  -webkit-transition: .2s;
  transition: .2s;
}

.modaltitle p {
  font-weight: bold;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 150px 100px;
  background-color: #fff;
  border-radius: 30px;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.closeModal p {
  color: #000;
  font-weight: bold;
  font-size: 2em;
}

.modalContents > p {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.menu_index:nth-child(2) a{
  pointer-events: none;
}

/*以下ボタンスタイル */
button {
  font-size: 16px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

#openModal a {
  pointer-events: none;
}

.ui-plus-01 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.ui-plus-01:before,
.ui-plus-01:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #2980b9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}

.ui-plus-01:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui-plus-01:before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ui-plus-01.is-active:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.contents {
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  z-index: 5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .main_menu {
    display: none;
  }
}

.main_menu .menu_index:nth-child(2) {
  margin-top: 250px;
}

.main_menu .menu_index:nth-child(n+2) .nav_item p {
  top: 62%;
  left: 58%;
}

.main_menu .menu_index:nth-child(n+2) .nav_item p:nth-child(2) {
  top: 56%;
  left: 55%;
}

.main_menu .menu_index:last-child .nav_item p {
  top: 59%;
  left: 54%;
}

.main_menu .menu_index:last-child .nav_item p:nth-child(2) {
  top: 53%;
  left: 48%;
}

.menu_title {
  line-height: 1;
  border-left: 2px solid;
  padding-left: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.menu_title p {
  color: #49AEBC;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.menu_title h2 {
  font-size: 1.6em;
}

.nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  height: 300px;
  background-color: #FFF;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
  -webkit-box-shadow: -2px 2px 30px -6px #000;
  box-shadow: -2px 2px 30px -6px #000;
}

.nav_item img {
  width: 128px;
  height: 128px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15%;
  left: 15%;
}

.nav_item p {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 65%;
  left: 48%;
  color: #000;
}
.nav_item p.txt_en {
  font-size: 14px;
  color: #49AEBC;
  
}

.nav_item p:nth-child(2) {
  top: 61%;
  left: 55%;
}

.c-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-right: 1px solid #EAF4F5;
  border-left: 1px solid #EAF4F5;
  padding-top: 100px;
  padding-bottom: 100px;
  background: repeating-linear-gradient(to right, #EAF4F5, #EAF4F5 1px, transparent 0, transparent 16.7%);
}

@media screen and (max-width: 1250px) {
  .c-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 496px) {
  .c-wrap {
    width: 90%;
  }
}

.sub_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .sub_img {
    position: relative;
    z-index: 4;
  }
}

.main_visual {
  position: relative;
  height: 700px;
  min-width: 1500px;
  max-width: 1500px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 1250px) {
  .main_visual {
    height: 450px;
  }
}

@media screen and (max-width: 496px) {
  .main_visual {
    height: 350px;
  }
}

.main_visual .main_img {
  position: absolute;
  top: -110%;
  left: -50%;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .main_visual .main_img {
    top: -160%;
  }
}

@media screen and (max-width: 1080px) {
  .main_visual .main_img {
    top: -110%;
    left: -30%;
  }
}

@media screen and (max-width: 768px) {
  .main_visual .main_img {
    top: -90%;
    left: -27%;
  }
}

@media screen and (max-width: 496px) {
  .main_visual .main_img {
    top: -130%;
  }
}

@media screen and (max-width: 1080px) {
  .main_visual .main_img img {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .main_visual .main_img img {
    width: 60%;
  }
}

.main_visual .main_txt {
  position: absolute;
  width: calc(100% / 2);
  z-index: 4;
  top: 10%;
  left: 5%;
  color: #FFF;
}
.main_visual .main_txt p{
  text-shadow: 0px 0px 5px #1a1a1a;
}


@media screen and (max-width: 1080px) {
  .main_visual .main_txt {
    top: 5%;
    left: 3%;
  }
}

@media screen and (max-width: 496px) {
  .main_visual .main_txt {
    top: 0%;
    left: 1%;
  }
}

.main_visual .main_txt .title {
  font-size: 47px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .main_visual .main_txt .title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 496px) {
  .main_visual .main_txt .title {
    font-size: 24px;
  }
}

.main_visual .main_txt .subtitle {
  font-size: 27px;
}

@media screen and (max-width: 1080px) {
  .main_visual .main_txt .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 496px) {
  .main_visual .main_txt .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px) {
  .main_visual .main_txt .sub_txt {
    width: 300px;
    font-size: 12px;
  }
}

@media screen and (max-width: 496px) {
  .main_visual .main_txt .sub_txt {
    font-size: 10px;
    margin-top: 10px;
  }
}

.contents_wrap_top {
  margin: 0 auto;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8F4F5), to(#FFF));
  background: linear-gradient(to bottom, #E8F4F5, #FFF);
}

.bg_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.bg_img .bg_flex {
  width: calc(100% / 5);
}

@media screen and (max-width: 496px) {
  .bg_img .bg_flex {
    width: auto;
    margin-top: 50px;
  }
}

.bg_img .bg_flex:nth-child(2n) {
  margin-top: 100px;
}

.bg_img02 {
  background-color: #ffffff;
  background-image: radial-gradient(#49AEBC 8%, transparent 3%), radial-gradient(#49AEBC 11%, transparent 3%);
  background-size: 20px 20px;
  height: 20%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  top: 73%;
}

@media screen and (max-width: 1250px) {
  .bg_img02 {
    top: 79%;
    height: 15%;
  }
}

@media screen and (max-width: 768px) {
  .bg_img02 {
    height: 10%;
    top: 86%;
  }
}

.start {
  background: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

.p-news {
  height: 310px;
  margin-top: 60px;
  overflow: auto;
  overflow-x: scroll;
}

#scroll::-webkit-scrollbar {
  width: 10px;
}

#scroll::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #29ABE2;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.p-news__list {
  margin: 0 auto;
}

.p-news__list tr {
  border-bottom: 0.5px solid;
}

@media screen and (max-width: 768px) {
  .p-news__list tr {
    border: none;
  }
}

.p-news__list .p-news__data {
  display: block;
  position: relative;
  font-weight: normal;
  padding-right: 100px;
  padding-left: 25px;
}

@media screen and (max-width: 1280px) {
  .p-news__list .p-news__data {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__list .p-news__data {
    display: inline-block;
  }
}

.p-news__list .p-news__data::after {
  content: url(../../image/icn_clock.png);
  position: absolute;
  left: 0;
  top: 65%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-news__list .p-news__category {
  font-size: 14px;
  padding: 25px 0;
  padding-right: 100px;
  color: #333333;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .p-news__list .p-news__category {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__list .p-news__category {
    display: inline-block;
    padding: 0;
  }
}

.p-news__list .p-news__category span {
  display: block;
  text-align: center;
  border: 0.5px solid #0071BC;
  padding: 8px 15px;
}

.p-news__list .p-news__summary {
  vertical-align: middle;
  padding: 25px 0;
  padding-right: 100px;
  color: #333333;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-news__list .p-news__summary {
    display: block;
    white-space: normal;
    padding: 20px 0;
  }
}

.p-news__list .p-news__summary a {
  color: #000;
  font-size: 17px;
}

.c-company {
  margin-top: 60px;
}

.c-company__list {
  font-size: 16px;
}

.c-company__list th {
  width: 200px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-company__list th {
    width: 120px;
  }
}

.c-company__list td {
  line-height: 2;
  color: #4D4D4D;
}

.c-company__list td img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .c-company__list td img {
    width: 100%;
  }
}

.company__wrap {
  vertical-align: middle;
}

.about_wrap .about_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about_wrap .about_item {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_wrap .about_item .about_pic {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about_wrap .about_item .about_pic {
    width: auto;
  }
}

.about_wrap .about_item .about_pic .about_count01 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #DE233D;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
.about_wrap .about_item .about_pic .about_count01 .box{
  font-size: 2em;
}
@media screen and (max-width: 468px){
  .about_wrap .about_item .about_pic .about_count01 .box{
    font-size: 1em;
  } 
}
@media screen and (max-width: 468px) {
  .about_wrap .about_item .about_pic .about_count01 p{
    font-size: .6em;
  }
  .about_wrap .about_item .about_pic .about_count01 span{
    font-size: 1em;
  }
}
.about_wrap .about_item .about_pic .about_count02 span{
  font-size: 2em;
}
.about_wrap .about_item .about_pic .about_count02 p{
  text-align: right;
}
.about_wrap .about_item .about_pic .about_count02 {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  color: #DE233D;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 468px){
  .about_wrap .about_item .about_pic .about_count02 .box{
    font-size: .6em;
  }
}
.about_wrap .about_item .about_pic .about_count03 span{
  font-size: 2em;
}
.about_wrap .about_item .about_pic .about_count03 p{
  font-size: 0.7em;
}
.about_wrap .about_item .about_pic .about_count03 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  color: #DE233D;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 468px){
  .about_wrap .about_item .about_pic .about_count03{
    font-size: 1em;
  }
}
.about_wrap .about_item .about_pic .about_count04 span{
  font-size: 2em;
}
.about_wrap .about_item .about_pic .about_count04 p{
  text-align: right;
  font-size: 0.7em;
}
.about_wrap .about_item .about_pic .about_count04 {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  color: #DE233D;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 468px){
  .about_wrap .about_item .about_pic .about_count04{
    font-size: 1em;
  }
}
.about_wrap .about_item .about_pic .about_count05 span{
  font-size: 2em;
}
.about_wrap .about_item .about_pic .about_count05 p{
  font-size: 0.7em;
}
.about_wrap .about_item .about_pic .about_count05 {
  position: absolute;
  text-align: right;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  color: #DE233D;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 468px){
  .about_wrap .about_item .about_pic .about_count05{
    font-size: 1.5em;
  }
}
.about_wrap .about_item .about_pic .about_count05 .box{
  display: flex;
  align-items: flex-end;
}


.about_wrap .about_item .about_txt {
  width: calc(100% / 3);
  padding: 0 30px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about_wrap .about_item .about_txt {
    width: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 496px) {
  .about_wrap .about_item .about_txt {
    padding: 0;
  }
}

.about_wrap .about_item .about_txt p.tilte {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #DE233D;
}

.about_reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1250px) {
  .about_reason {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .about_reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_reason_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% / 4) - 60px);
}

@media screen and (max-width: 1250px) {
  .about_reason_index:nth-child(-n+2) {
    width: calc((100% / 2) - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 500px) {
  .about_reason_index:nth-child(-n+2) {
    width: auto;
  }
}

@media screen and (max-width: 1250px) {
  .about_reason_index:nth-child(n+2) {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (max-width: 1250px) and (max-width: 500px) {
  .about_reason_index:nth-child(n+2) {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .about_reason_index {
    width: auto;
  }
}

.about_reason_index:last-child {
  margin-right: 0;
}

.about_reason_index .about_reason_txt .title {
  font-weight: bold;
  color: #DE233D;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about_facility_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .about_facility_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_facility_wrap .about_facility,
.about_facility_wrap .about_facility02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about_facility_wrap .about_facility,
  .about_facility_wrap .about_facility02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.about_facility_wrap .about_facility .about_facility_item,
.about_facility_wrap .about_facility02 .about_facility_item {
  width: calc((100% / 3) - 25px);
}

@media screen and (max-width: 768px) {
  .about_facility_wrap .about_facility .about_facility_item,
  .about_facility_wrap .about_facility02 .about_facility_item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .about_facility_wrap .about_facility .about_facility_item:nth-child(n+2),
  .about_facility_wrap .about_facility02 .about_facility_item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.about_facility_wrap .about_facility .about_facility_txt,
.about_facility_wrap .about_facility02 .about_facility_txt {
  line-height: 1.5;
}

.about_facility_wrap .about_facility .about_facility_txt p,
.about_facility_wrap .about_facility02 .about_facility_txt p {
  margin-top: 10px;
}

.about_facility_wrap .about_facility .about_facility_txt .about_item_title,
.about_facility_wrap .about_facility02 .about_facility_txt .about_item_title {
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}

.about_facility_wrap .about_facility .about_facility_txt .about_item_title::before,
.about_facility_wrap .about_facility02 .about_facility_txt .about_item_title::before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  width: 20px;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .about_facility {
    margin-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .about_facility {
    margin-right: 0;
  }
}

.about_facility02 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .about_facility02 {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .about_facility02 {
    margin-top: 20px;
  }
}

.button01 {
  width: 160px;
  padding: 15px 0 15px 90px;
  margin: 0 auto;
  border: 1px solid #fff;
  position: relative;
}

.button01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 11%;
  margin: auto;
  width: 10px;
  height: 15px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.button01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  width: 15px;
  height: 3px;
  border-bottom: 1px solid #fff;
}

.button02 {
  width: 130px;
  padding: 10px 0 10px 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  color: #666666;
  position: relative;
}

.button02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 11%;
  margin: auto;
  width: 10px;
  height: 15px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.button02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  width: 15px;
  height: 3px;
  border-bottom: 1px solid #000;
}

.c-cast .c-cast__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media screen and (max-width: 496px) {
  .c-cast .c-cast__itemWrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.c-cast .c-cast__itemWrap:nth-child(n+2) {
  margin-top: 0;
}

.c-cast .c-cast__itemWrap .c-cast__item {
  position: relative;
  width: 200px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-cast .c-cast__itemWrap .c-cast__item {
    margin-top: 35px;
  }
}

@media screen and (max-width: 496px) {
  .c-cast .c-cast__itemWrap .c-cast__item {
    width: auto;
  }
}

.c-cast .c-cast__itemWrap .c-cast__item .c-cast__img img {
  vertical-align: top;
}

.c-cast .c-cast__itemWrap .c-cast__item .c-cast__snsbtn {
  position: absolute;
  top: 60%;
  right: 10%;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 496px) {
  .c-cast .c-cast__itemWrap .c-cast__item .c-cast__snsbtn {
    top: 76%;
  }
}

.c-cast .c-cast__itemWrap .c-cast__item .c-cast__txt {
  padding: 30px 20px 10px 20px;
  background-image: url(../image/bg_img03.png);
  border-top: 2px solid #000;
  background-color: #fff;
}

.c-cast .c-cast__itemWrap .c-cast__item .c-cast__txt h3 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.c-cast .c-cast__itemWrap .c-cast__item .c-cast__txt p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}

.c-cast .item_btn {
  margin-top: 55px;
  text-align: center;
}

.c-cast .item_btn a {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  color: #000;
  font-weight: bold;
  border: 1px solid;
  border-radius: 5px;
  pointer-events: none;
}

.c-cast .item_btn a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10%;
  border: 4px solid transparent;
  border-top: 7px solid #000;
  /* 好みで色を変えてください */
}

.company {
  width: 100vw;
}

@media screen and (max-width: 496px) {
  .company {
    overflow: hidden;
  }
}

.company .bg_header {
  background: -webkit-gradient(linear, left top, right top, from(#49AEBC), color-stop(60%, #49AEBC), color-stop(80%, #fff), to(#fff));
  background: linear-gradient(90deg, #49AEBC 0%, #49AEBC 60%, #fff 80%, #fff 100%);
  height: 600px;
  position: relative;
}

@media screen and (max-width: 496px) {
  .company .bg_header {
    height: 300px;
  }
}

.company .bg_header .company_head_img {
  position: absolute;
  right: -50px;
  top: -200px;
  z-index: 4;
}

@media screen and (max-width: 1250px) {
  .company .bg_header .company_head_img img {
    width: 80%;
  }
}

@media screen and (max-width: 496px) {
  .company .bg_header .company_head_img img {
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  .company .bg_header .company_head_img {
    right: -300px;
    top: -100px;
  }
}

@media screen and (max-width: 496px) {
  .company .bg_header .company_head_img {
    right: -600px;
    top: -100px;
  }
}

.company .bg_header .company_head_txt {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 5
}

@media screen and (max-width: 1250px) {
  .company .bg_header .company_head_txt {
    width: 80%;
    position: relative;
    z-index: 4;
  }
}

.company .bg_header .company_head_txt p {
  font-weight: bold;
}

.company .bg_header .company_head_txt .category {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 496px) {
  .company .bg_header .company_head_txt .category {
    font-size: 1.5em;
  }
}

.contact {
  background-color: #E8F4F5;
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact_wrap .contact_explanation {
  width: 350px;
  margin-right: 85px;
}

@media screen and (max-width: 900px) {
  .contact_wrap .contact_explanation {
    width: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.contact_wrap .contact_explanation .contact_txt {
  font-size: 1.5em;
  font-weight: bold;
}

.contact_wrap .contact_explanation .contact_tel {
  margin-top: 30px;
}

.contact_wrap .contact_explanation .contact_tel a {
  font-size: 1.7em;
  font-weight: bold;
  color: #49AEBC;
}

.contact_wrap .contact_explanation .contact_list {
  margin-top: 30px;
  border: 1px solid #00809F;
}

.contact_wrap .contact_explanation .contact_list ul {
  padding: 20px 60px;
}

.contact_wrap .contact_explanation .contact_list ul li::before {
  position: relative;
  top: 2px;
  left: 0px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 100%;
  background: #00809F;
}

.contact_wrap .contact_form {
  width: 750px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

@media screen and (max-width: 900px) {
  .contact_wrap .contact_form {
    width: 100%;
  }
}

.contact_wrap .contact_form form {
  margin-bottom: 80px;
  padding: 60px 75px;
}

@media screen and (max-width: 768px) {
  .contact_wrap .contact_form form {
    margin-top: 30px;
    padding: 60px 30px;
  }
}

@media screen and (max-width: 496px) {
  .contact_wrap .contact_form form {
    padding: 30px 35px;
  }
}

.data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.data-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.data-item .privacy {
  border: 1px solid #000;
  overflow: scroll;
  height: 150px;
  padding: 10px;
}
.data-item .privacy span{
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .data-item {
    padding-right: 20px;
  }
}

.data-item .data-label {
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .data-item .data-label {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.data-item .data-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .data-item .data-input {
    width: 100%;
  }
}

.data-item .data-input__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .data-item .data-input__btn ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.data-item .data-input__btn ul label:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .data-item .data-input__btn ul li {
    font-size: 18px;
    padding: 5px 0;
  }
}

.form_btn {
  margin-top: 25px;
  text-align: center;
}

.form_btn input[type="button"] {
  border-radius: 5px;
  padding: 20px 120px;
  background-color: #00809F;
  color: #fff;
  font-weight: bold;
}
.form_btn input[type="submit"] {
  border-radius: 5px;
  padding: 20px 120px;
  background-color: #00809F;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:500px){
  .form_btn input[type="submit"] {
    width: 100%;
    padding: 20px 0;
  }
}

.privacy::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.privacy::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.privacy::-webkit-scrollbar-track {
  background: -webkit-gradient(linear, left top, left bottom, from(pink), to(orchid));
  background: linear-gradient(pink, orchid);
}

.privacy::-webkit-scrollbar-thumb {
  background: #ffe6ea;
  border-radius: 5px;
}

#scroll::-webkit-scrollbar-thumb {
  background: #29ABE2;
  border-radius: 10px;
}

.works_title {
  margin-top: 70px;
}

.works_title .works_txt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 10px;
  color: #49AEBC;
}

#tab-box ul {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

#tab-box ul li {
  margin-right: 3px;
  float: left;
  display: inline;
  font-size: 0;
}

#tab-box ul li a img {
  outline: none;
  border: none;
}

#tab-box div {
  display: none;
  margin-bottom: 30px;
  padding: 20px;
}

#tab1 > div {
  display: inline-block;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

.service_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 496px) {
  .service_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.service_img_item {
  width: calc(100% / 2)-20px;
}

@media screen and (max-width: 1250px) {
  .service_img_item {
    width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 496px) {
  .service_img_item {
    width: auto;
  }
}

.service_category {
  margin-top: 200px;
}

.service_category h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #49AEBC;
}

.service_categorywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1250px) {
  .service_categorywrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service_categorywrap .service_category_item {
  margin-top: 50px;
  margin-right: 20px;
  position: relative;
  line-height: 1.5;
}

.service_categorywrap .service_category_item:last-child {
  margin-right: 0;
}

.service_categorywrap .service_category_item a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.service_categorywrap .service_category_item a:hover {
  opacity: 0.8;
}

.service_categorywrap .service_category_item a p {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
}

.service_categorywrap .service_category_item a p::before {
  display: inline-block;
  content: "";
  width: 20px;
  border-top: 1px solid #fff;
}

.service_categorywrap .service_category_item a p span {
  font-size: 10px;
  margin-bottom: 5px;
  display: block;
}

.service_other_item {
  margin-top: 30px;
}

.service_other_item h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #49AEBC;
}

.bg_header02 {
  background: #49AEBC;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 496px) {
  .bg_header02 {
    height: 200px;
  }
}

.bg_header02 .scaffold_head_txt {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .bg_header02 .scaffold_head_txt {
    width: 80%;
  }
}

.bg_header02 .scaffold_head_txt p {
  font-weight: bold;
}

.bg_header02 .scaffold_head_txt .category {
  font-size: 2em;
  font-weight: bold;
}

.c-release__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-release__index {
  width: calc(100% - 50%);
}

.section01 {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .section01 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-section {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px  rgba(0,0,0,.2);
  box-shadow: 0 0 10px  rgba(0,0,0,.2);
  position: relative;
  z-index: 5;
  margin-top: -150px;
}

@media screen and (max-width: 1250px) {
  .c-section {
    width: 80%;
  }
}

@media screen and (max-width: 496px) {
  .c-section {
    width: 90%;
    margin-top: -100px;
  }
}

.c-section .main_box {
  padding: 100px 200px;
}
.c-section .main_box .blue{
  color: #49AEBC;
}
@media screen and (max-width: 1250px) {
  .c-section .main_box {
    padding: 50px 30px;
  }
}

.c-section .main_box h2 {
  font-size: 2em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .c-section .main_box h2 {
    font-size: 1.6em;
  }
}

.c-section .main_box .name {
  margin-top: 30px;
  text-align: right;
}

.c-section .main_box .name span {
  display: block;
}

.c-section .main_box .sub_box {
  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-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-section .main_box .sub_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-section .main_box .sub_box p {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .c-section .main_box .sub_box p {
    width: auto;
  }
}

.c-section02 {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.c-section02 .main_box {
  padding: 100px 200px;
}

@media screen and (max-width: 1250px) {
  .c-section02 .main_box {
    padding: 50px 30px;
  }
}

.c-section02 table {
  width: calc(100% - 20px);
}

.c-section02 table tr {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
  .c-section02 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-section02 table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.c-section02 table tr th {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  .c-section02 table tr th {
    margin-top: 10px;
  }
}

.c-section02 table tr td {
  border-left: 1px solid #ddd;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

@media screen and (max-width: 600px) {
  .c-section02 table tr td {
    border: none;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.c-section03 {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.c-section03 .main_box {
  padding: 50px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1250px) {
  .c-section03 .main_box {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 850px) {
  .c-section03 .main_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-section03 .list01,
.c-section03 .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2);
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {
  .c-section03 .list01,
  .c-section03 .list02 {
    width: auto;
  }
}

@media screen and (max-width: 550px) {
  .c-section03 .list01,
  .c-section03 .list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-section03 .list01 .list_title,
.c-section03 .list02 .list_title {
  display: block;
  height: 180px;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  .c-section03 .list01 .list_title,
  .c-section03 .list02 .list_title {
    width: 100px;
  }
}

@media screen and (max-width: 550px) {
  .c-section03 .list01 .list_title,
  .c-section03 .list02 .list_title {
    width: auto;
    height: auto;
    border: none;
  }
}

.c-section03 .list01 .list_name,
.c-section03 .list02 .list_name {
  padding-left: 60px;
}

@media screen and (max-width: 550px) {
  .c-section03 .list01 .list_name,
  .c-section03 .list02 .list_name {
    padding-left: 20px;
  }
}

.c-section03 .list01 .list_name ul,
.c-section03 .list02 .list_name ul {
  list-style-type: disc;
}

.c-section04 {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.c-section04 .main_box {
  padding: 100px 200px;
}

@media screen and (max-width: 1250px) {
  .c-section04 .main_box {
    padding: 50px 30px;
  }
}

.c-section04 .main_box .attempt_wrap {
  margin-bottom: 80px;
}

.c-section04 .main_box .attempt_wrap:last-child {
  margin-bottom: 0;
}

.c-section04 .main_box .attempt_wrap .emphasis {
  color: #68ACB9;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.scaffold {
  width: 100vw;
}

@media screen and (max-width: 1250px) {
  .scaffold {
    overflow: hidden;
  }
}

.scaffold .main_box h2 {
  color: #000;
}

.scaffold .bg_header {
  background: -webkit-gradient(linear, left top, right top, from(#49AEBC), color-stop(60%, #49AEBC), color-stop(80%, #fff), to(#FFF));
  background: linear-gradient(90deg, #49AEBC 0%, #49AEBC 60%, #fff 80%, #FFF 100%);
  height: 600px;
  position: relative;
}

@media screen and (max-width: 496px) {
  .scaffold .bg_header {
    height: 300px;
  }
}

.scaffold .bg_header .scaffold_head_img {
  position: absolute;
  right: -50px;
  top: -200px;
  z-index: 4;
}

@media screen and (max-width: 1250px) {
  .scaffold .bg_header .scaffold_head_img img {
    width: 80%;
  }
}

@media screen and (max-width: 496px) {
  .scaffold .bg_header .scaffold_head_img img {
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  .scaffold .bg_header .scaffold_head_img {
    right: -300px;
    top: -150px;
  }
}

@media screen and (max-width: 496px) {
  .scaffold .bg_header .scaffold_head_img {
    right: -600px;
    top: -100px;
  }
}

.scaffold .bg_header .scaffold_head_txt {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 1250px) {
  .scaffold .bg_header .scaffold_head_txt {
    width: 80%;
    position: relative;
    z-index: 4;
  }
}

.scaffold .bg_header .scaffold_head_txt p {
  font-weight: bold;
}

.scaffold .bg_header .scaffold_head_txt .category {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 496px) {
  .scaffold .bg_header .scaffold_head_txt .category {
    font-size: 1.5em;
  }
}

.scaffold .scaffold_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .scaffold .scaffold_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.scaffold .scaffold_contents .scaffold_item {
  margin-top: 50px;
  width: 190px;
  max-width: 190px;
  background-color: #0074ba;
  height: 190px;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.scaffold .scaffold_contents .scaffold_item:last-child {
  margin-right: 0;
}

.category_title {
  line-height: 1;
  border-left: 2px solid;
  padding-left: 15px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.category_title:first-child {
  margin-top: 0;
}

.category_title h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 10px;
}

.category_title .txt_en {
  color: #49AEBC;
  font-weight: bold;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*下から出るアニメーション*/
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: .4s;
	transform: translateY(150px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.warped>span[class^=w]:nth-of-type(n+0) {
  display: block;
  position: absolute;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.warped span {
  font-size: 38px;
  font-weight: regular;
  font-style: normal;
  line-height: 0.65;
  white-space: pre;
  overflow: visible;
  padding: 0px;
}

.warped .w0 {
  -moz-transform: rotate(-0.3rad);
  -webkit-transform: rotate(-0.3rad);
  -o-transform:
    rotate(-0.3rad);
  -ms-transform: rotate(-0.3rad);
  transform: rotate(-0.3rad);
  width: 23px;
  height: 25px;
  left: -5px;
top: -30px;
  font-size: 1em!important;
}

.warped .w1 {
  -moz-transform: rotate(-0.1rad);
  -webkit-transform: rotate(-0.1rad);
  -o-transform:
    rotate(-0.1rad);
  -ms-transform: rotate(-0.1rad);
  transform: rotate(-0.1rad);
  width: 20px;
  height: 25px;
  left: 22px;
top: -38px;
  font-size: 1em!important;
}

.warped .w2 {
  -moz-transform: rotate(0.1rad);
  -webkit-transform: rotate(0.1rad);
  -o-transform:
    rotate(0.1rad);
  -ms-transform: rotate(0.1rad);
  transform: rotate(0.1rad);
  width: 21px;
  height: 25px;
  left: 50px;
top: -40px;
  font-size: 1em!important;
}

.warped .w3 {
  -moz-transform: rotate(0.27rad);
  -webkit-transform: rotate(0.27rad);
  -o-transform:
    rotate(0.27rad);
  -ms-transform: rotate(0.27rad);
  transform: rotate(0.27rad);
  width: 15px;
  height: 25px;
  left: 80px;
  top: -31px;
  font-size: 1em!important;
}
.warped .w4 {
  -moz-transform: rotate(6.65rad);
  -webkit-transform: rotate(6.65rad);
  -o-transform:
    rotate(6.65rad);
  -ms-transform: rotate(6.65rad);
  transform: rotate(6.65rad);
  width: 20pt;
  height: 25pt;
  left: -23pt;
top: 70pt;
  font-size: 1em!important;
}

.warped .w5 {
  -moz-transform: rotate(6.47rad);
  -webkit-transform: rotate(6.47rad);
  -o-transform:
    rotate(6.47rad);
  -ms-transform: rotate(6.47rad);
  transform: rotate(6.47rad);
  width: 21pt;
  height: 25pt;
  left: 0pt;
top: 79pt;
  font-size: 1em!important;
}

.warped .w6 {
  -moz-transform: rotate(6.28rad);
  -webkit-transform: rotate(6.28rad);
  -o-transform:
    rotate(6.28rad);
  -ms-transform: rotate(6.28rad);
  transform: rotate(6.28rad);
  width: 23pt;
  height: 25pt;
  left: 25pt;
top: 82pt;
  font-size: 1em!important;
}

.warped .w7 {
  -moz-transform: rotate(6.11rad);
  -webkit-transform: rotate(6.11rad);
  -o-transform:
    rotate(6.11rad);
  -ms-transform: rotate(6.11rad);
  transform: rotate(6.11rad);
  width: 15pt;
  height: 25pt;
  left: 51pt;
top: 81pt;
  font-size: 1em!important;
}

.warped .w8 {
  -moz-transform: rotate(5.95rad);
  -webkit-transform: rotate(5.95rad);
  -o-transform:
    rotate(5.95rad);
  -ms-transform: rotate(5.95rad);
  transform: rotate(5.95rad);
  width: 18pt;
  height: 25pt;
  left: 72pt;
top: 75pt;
  font-size: 1em!important;
}
@media screen and (max-width:468px){
  .warped .w0{
    left: -5px;
    top: -21px;
  }
}
@media screen and (max-width:468px){
  .warped .w1{
    left: 10px;
    top: -26px;
  }
}
@media screen and (max-width:468px){
    .warped .w2{
    left: 25px;
    top: -26px;
  }
}
@media screen and (max-width:468px){
  .warped .w3{
    left: 41px;
    top: -21px;
  }
}
@media screen and (max-width:468px){
  .warped .w4{
    left: -20pt;
    top: 35pt;
  }
}
@media screen and (max-width:468px){
  .warped .w5{
    left: -6pt;
    top: 41pt;
  }
}
@media screen and (max-width:468px){
  .warped .w6{
    left: 11pt;
    top: 43pt;
  }
}
@media screen and (max-width:468px){
  .warped .w7{
    left: 29pt;
    top: 42pt;
  }
}
@media screen and (max-width:468px){
  .warped .w8{
    left: 43pt;
    top: 36pt;
  }
}
/*gif*/
#contents{display:none;}

.anime{
  position: relative;
}

.anime img{
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width:1050px){
  .moving-circles{
    left: 10%!important;
  }
}
@media screen and (max-width:468px){
  .moving-circles{
    left: 1%!important;
  }
}
@media screen and (max-width:768px){
  .circles{
    width: 100px!important;
    height: 100px!important;
  }
}