@charset "UTF-8";
/* 共通
========================================================*/
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

p, li, a {
  font-size: 1.6rem;
}

span {
  font-size: 1.4rem;
}

/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/*================================
	hoverアクション
=================================*/
/* 共通パーツ
========================================================*/
/*================================
	color
=================================*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.small {
  font-size: 1.4rem;
}

.text-link {
  font-size: 1.4rem;
  color: #DE040A;
  text-decoration: none;
  transition: all ease 0.7s;
  text-decoration: underline;
  overflow-wrap: break-word;
}
.text-link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.font-bold, .bold {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt_xxl {
  margin-top: 80px !important;
}

.mt_xl {
  margin-top: 60px !important;
}

.mt_x {
  margin-top: 40px !important;
}

.mt_l {
  margin-top: 30px !important;
}

.mt_m {
  margin-top: 20px !important;
}

.mt_s {
  margin-top: 10px !important;
}

.mt_xs {
  margin-top: 5px !important;
}

​ ​ .mb_xxl {
  margin-bottom: 80px !important;
}

.mb_xl {
  margin-bottom: 60px !important;
}

.mb_x {
  margin-bottom: 40px !important;
}

.mb_l {
  margin-bottom: 30px !important;
}

.mb_m {
  margin-bottom: 20px !important;
}

.mb_s {
  margin-bottom: 10px !important;
}

.mb_xs {
  margin-bottom: 5px !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

.for-pc {
  display: flex !important;
}

.for-pc p{
  margin-top:55%;
  color:#002A63;
  text-align:center;
  font-size: 2.125vw;
}

.for-sp {
  display: none !important;
}

.inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.sub-content {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #333;
}

#about_area {
  padding-top: 150px;
  margin-top: -100px;
}

#world_area, #task_area, #development_area {
  padding-top: 100px;
  margin-top: -100px;
}

#business_area {
  padding-top: 160px;
  margin-top: -100px;
}

#movie_area {
  padding-top: 100px;
  margin-top: -100px;
}

#news_area {
  /*
    padding-top: vw(100, 1600);
    margin-top: vw(-100, 1600);
  */
}

.ttl01 {
  margin-bottom: 3.4375vw;
  color: #002A63;
  overflow: hidden;
}
.ttl01 span {
  font-size: 3.125vw;
  line-height: 1.48;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.ttl01 span:before {
  content: "";
  background: #002A63;
  position: absolute;
  height: 2px;
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-100vw - 60px);
}

.ttl02 {
  text-align: right;
  margin-bottom: 3.4375vw;
  color: #002A63;
}
.ttl02 span {
  font-size: 3.125vw;
  line-height: 1.48;
  display: inline-block;
  position: relative;
}
.ttl02 span:before {
  content: "";
  background: #002A63;
  position: absolute;
  height: 2px;
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-100vw - 60px);
}

.ttl03 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 5vw;
  line-height: 1;
  color: #A6A7A7;
  font-weight: 100;
  text-align: center;
}
.ttl03 span {
  font-size: 1.375vw;
  line-height: 1.5;
  color: #002A63;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 700;
  display: block;
  margin-top: 0.625vw;
}

.lead01 {
  font-size: 1.3125vw;
  line-height: 1.7727272727;
  text-align: center;
  margin-bottom: 4.375vw;
  font-weight: 400;
}
.lead01 + .lead01 {
  margin-top: 3.125vw;
}

.lead02 {
  font-size: 1.75vw;
  line-height: 1.6428571429;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.8125vw;
}

.header {
  height: 6.25vw;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
}
.header-inner {
  background: #fff;
  display: inline-block;
  position: relative;
  width: 18.75vw;
  height: 100%;
  border-radius: 0 0 20px 0;
}
.header-logo {
  position: absolute;
  width: 4.125vw;
  height: 4.9375vw;
  right: 2.1875vw;
  top: 50%;
  transform: translateY(-50%);
}
.header-logo a {
  position: relative;
  text-decoration: none;
  transition: all ease 0.7s;
  display: block;
}
.header-logo a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.kv {
  margin: 45px 0 40px;
}
.kv-inner {
  background-image: url(../images/bg_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  width: calc(100vw - 160px);
  margin: 0 auto;
  border-radius: 40px;
  position: relative;
  padding: 100px;
}
.kv-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.kv-txt {
  width: 60%;
}
.kv-lead {
  text-align: center;
  color: #002A63;
  font-weight: 700;
  font-size: 2.125vw;
  line-height: 1.47;
  text-shadow: 3px 3px 3px rgb(255, 255, 255);
}
.kv-lead:last-child {
  margin-top: 50px;
}
.kv-logo {
  width: 40%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.kv-logo img {
  width: 19.1875vw;
  margin-left: auto;
}

.nav {
  padding: 15px;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  height: 100%;
  z-index: 100;
}
.nav-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
.nav-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.nav-list li a {
  display: inline-block;
  background: #002A63;
  color: #FFFFFF;
  font-size: 0.8125vw;
  line-height: 1.3846153846;
  border-radius: 1.6875vw;
  padding: 0.9375vw 2.5vw 0.9375vw 1.25vw;
  position: relative;
  text-align: center;
  height: 100%;
}
.nav-list li a:before {
  content: "";
  background: url(../images/ico_arrow_gr.svg) 0 0 no-repeat;
  background-size: contain;
  width: 0.875vw;
  height: 0.5625vw;
  position: absolute;
  right: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
}
.nav-list li a:hover {
  background: #3368B1;
  transition: all 0.5s ease;
}
.nav-list li .now {
  background: #002A63;
}
.nav-list li + li {
  margin-left: 0.625vw;
}
.nav-list-second {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
.nav-list-second li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.nav-list-second li a {
  display: inline-block;
  background:#4895C5 ;
  color: #FFFFFF;
  font-size: 0.8125vw;
  /*line-height: 1.3846153846;*/
  border-radius: 1.6875vw;
  padding: 0.9375vw 2.5vw 0.9375vw 2.5vw;
  position: relative;
  text-align: center;
  height: 100%;
}
.nav-list-second li a:hover {
  background: #3368B1;
  transition: all 0.5s ease;
}
.nav-list-second li .now {
  background: #3368B1;
}
.nav-list-second li + li {
  margin-left: 0.625vw;
}

.about {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 4.75vw;
  margin-bottom: 6.25vw;
}
.about-txt {
  font-size: 1.25vw;
  line-height: 2.15;
}
.about-first {
  margin: 0 0 6.25vw 39.6875vw;
}
.about-first:before {
  content: "";
  background-image: url(../images/img_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 35vw;
  height: 26.0625vw;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.about-second {
  position: relative;
}
.about-second:before {
  content: "";
  background-image: url(../images/img_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20%;
  height: 304px;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.about-second:after {
  content: "";
  background-image: url(../images/img_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 17.8125vw;
  height: 19vw;
  position: absolute;
  right: 1%;
  bottom: -6.25vw;
  z-index: -1;
}
.about-second-one {
  margin: 0 0 5.5vw 24vw;
}
.about-second-two {
  margin: 0 0 5.5vw 18.75vw;
}
.about-third {
  margin: 0 0 0 12.5vw;
  position: relative;
}
.about-third:after {
  content: "";
  background-image: url(../images/img_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  vertical-align: middle;
  width: 43.25vw;
  height: 20.6875vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}
.about-caution {
  font-size: 0.875vw;
  line-height: 2;
  font-weight: 300;
  margin-top: 1.25vw;
}
.about-caution span {
  text-decoration: underline;
}

.about-caution1 {
  font-size: 0.875vw;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 1vw;
  text-align:right;
}
.about-caution1 span {
  text-decoration: underline;
}

.movie {
  background: linear-gradient(to bottom, #F0F0F0, #FFF);
  padding: 0 0 100px;
  position: relative;
}
.movie::before {
  content: "";
  width: 100%;
  background: #FFFFFF;
  height: 3.125vw;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-youtube {
  width: 640px;
  height: 360px;
  margin: 30px auto 0;
}
.movie-youtube .thumb {
  width: 640px;
  height: 360px;
  margin: 0 auto;
}

.world {
  padding-bottom: 6.25vw;
}
.world-content {
  overflow: hidden;
}
.world-content + .world-content {
  margin-top: 4.0625vw;
}
.world-content-top {
  background-image: url(../images/img_production.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75vw 0;
}
.world-content-ttl {
  width: 45vw;
  background: #002A63;
  border-radius: 20px 0 0 20px;
  padding: 6.25vw 0 4.375vw 9.375vw;
  margin-left: auto;
}
.world-content-ttl h4 {
  color: #7BCAD3;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 5vw;
  line-height: 1;
  position: relative;
}
.world-content-ttl h4:before {
  content: "";
  background: url(../images/ico_one.svg) 0 0 no-repeat;
  background-size: contain;
  width: 8.5625vw;
  height: 8.5625vw;
  position: absolute;
  top: -4.375vw;
  left: -6.375vw;
}
.world-content-ttl p {
  color: #FFFFFF;
  font-size: 1.75vw;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 1.25vw;
}
.world-content-bottom {
  background: #F0F0F0;
  border-radius: 0 0 0 1.25vw;
  padding: 3.4375vw 3.125vw 4.375vw 6.25vw;
  width: 87.5vw;
  margin-left: auto;
}
.world-content-bottom p {
  font-size: 1.375vw;
  line-height: 2;
  font-weight: 400;
}
.world-content:nth-of-type(2n+1) .world-content-top {
  background-image: url(../images/img_medical.jpg);
  background-repeat: no-repeat;
}
.world-content:nth-of-type(2n+1) .world-content-ttl {
  margin: 0 auto 0 0;
  border-radius: 0 20px 20px 0;
}
.world-content:nth-of-type(2n+1) .world-content-ttl h4:before {
  background: url(../images/ico_two.svg) 0 0 no-repeat;
  background-size: contain;
}
.world-content:nth-of-type(2n+1) .world-content-bottom {
  margin: 0 auto 0 0;
  padding: 3.4375vw 3.125vw 4.375vw 6.25vw;
  border-radius: 0 0 20px 0;
}
.world-content:nth-of-type(3n+1) .world-content-top {
  background-image: url(../images/img_home.jpg);
  background-repeat: no-repeat;
}
.world-content:nth-of-type(3n+1) .world-content-ttl h4:before {
  background: url(../images/ico_three.svg) 0 0 no-repeat;
  background-size: contain;
}

.task {
  padding-bottom: 6.875vw;
}
.task-etc {
  padding-top: 6.25vw;
  margin-bottom: 6.25vw;
  background-image: url(../images/bg_task.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.task-etc .etc {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}
.task-etc .etc + .etc {
  margin-top: 4.6875vw;
}
.task-etc .etc-item {
  width: 30%;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #002A63;
  padding: 1.25vw;
  border-radius: 15px;
}
.task-etc .etc-img {
  width: 50%;
  margin: 0 auto;
}
.task-etc .etc-txt {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 50%;
}
.task-etc .etc-txt span {
  text-align: center;
  font-size: 1.5vw;
  line-height: 1.625;
  font-weight: 700;
  color: #002A63;
  display: block;
}
.task-etc .etc-top .etc-item:nth-child(2n) {
  margin: -6.25vw 0 6.25vw;
}
.task-etc .etc-bottom .etc-item:nth-child(2n) {
  margin: 6.25vw 0 -6.25vw;
}
.task-en {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: 700;
  padding: 1.25vw 0 4.375vw 1.5625vw;
  text-align: center;
  color: #002A63;
}
.task-answer {
  color: #002A63;
  background: #DEE45A;
  padding: 1.875vw;
  text-align: center;
  border-radius: 3.6875vw;
  font-size: 2.3125vw;
  line-height: 1.3513513514;
  font-weight: 700;
  position: relative;
}
.task-answer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.625vw 2.75vw 1.625vw;
  border-color: transparent transparent #DEE45A transparent;
  position: absolute;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.development {
  background: linear-gradient(to bottom, #FFF, #F0F0F0);
  padding-bottom: 7.5vw;
}
.development-img {
  padding: 1.25vw 0 5.625vw;
  width: 80%;
  margin: 0 auto;
}

.development-box {
  background: #FFFFFF;
  border: 2px solid #002A63;
  padding: 5.25vw 4.375vw 4.375vw;
  margin-top: 4.6875vw;
  border-radius: 20px;
}
.development-box-ttl {
  text-align: center;
  margin: -8vw 0 3.125vw;
}
.development-box-ttl span {
  font-size: 2.5vw;
  line-height: 1.15;
  font-weight: 700;
  display: inline-block;
  color: #FFFFFF;
  background: #333;
  border-radius: 2.5vw;
  padding: 0.9375vw 3.75vw;
}
.development-box-img img {
  width: 70%;
  margin: 0 auto;
  border: 1px solid #a7a7a7;
}
.development-box-lead {
  text-align: center;
  font-size: 1.375vw;
  line-height: 1.7272727273;
  font-weight: 700;
  color: #002A63;
  margin-top: 1.875vw;
  width: 100%;
}
.development-box-bottom {
  margin-top: 3.125vw;
}
.development-box:last-child .development-box-bottom .lead01 {
  margin-bottom: 0;
}

.business {
  padding: 3.75vw 0 0;
}
.business-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
}
.business-box.business-box {
  margin-top: 2.625vw;
}
.business-box-img {
  width: 45%;
  background: #F0F0F0;
  padding-bottom: 4.0625vw;
  border-radius: 0 1.25vw 0 0;
}
.business-box-img img {
  border-radius: 0 20px 20px 0;
}
.business-box-txt {
  width: 55%;
  background: #F0F0F0;
  padding: 3.75vw 1.25vw 3.75vw 4.375vw;
}
.business-box-txt .lead01 {
  text-align: left;
  margin-bottom: 0;
}
.business-box:last-child .business-box-img {
  order: 2;
  border-radius: 1.25vw 0 0 0;
}
.business-box:last-child .business-box-img img {
  border-radius: 1.25vw 0 0 1.25vw;
}
.business-box:last-child .business-box-txt {
  order: 1;
  padding: 3.75vw 1.25vw 3.75vw 6.25vw;
}

.news {
  padding: 6.25vw 0 7.5vw;
}
.news-list {
  margin-top: 5vw;
}
.news-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.875vw;
}
.news-list li + li {
  padding-top: 1.875vw;
  border-top: 1px dotted #a7a7a7;
}
.news-date {
  width: 15%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 300;
  color: #7C7C7C;
}
.news-txt {
  width: 85%;
}
.news-txt a {
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  transition: all ease 0.7s;
}
.news-txt a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.news-txt a:hover {
  text-decoration: underline;
}
.news-accordion {
  text-align: center;
  position: relative;
}
.news-accordion .news-list {
  text-align: left;
}
.news-toggle {
  display: none;
}
.news-label {
  display: inline-block;
  color: #FFFFFF;
  background: #002A63;
  padding: 0.9375vw 4.375vw 0.9375vw 6.25vw;
  border-radius: 1.6875vw;
  text-align: center;
  position: absolute;
  bottom: -3.75vw;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.news-label .text1 {
  display: block;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-weight: 700;
}
.news-label .text1:before {
  content: "";
  background: url(../images/ico_plus.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.125vw;
  height: 1.125vw;
  position: absolute;
  left: calc(50% - 50px);
  top: 50%;
  transform: translateY(-50%);
}
.news-label .text2 {
  font-size: 1.25vw;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-weight: 700;
  display: none;
  position: relative;
}
.news-label .text2:before {
  content: "";
  background: url(../images/ico_close.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  left: calc(50% - 55px);
  top: 50%;
  transform: translateY(-50%);
}
.news-label.is-open .text1 {
  display: none;
}
.news-label.is-open .text2 {
  display: block;
}
.news-content {
  display: none;
  border-top: 1px dotted #a7a7a7;
  margin-top: 0;
  padding-top: 1.875vw;
}

.middle_1{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.0vw 0 7.0vw;
}

.button-middle{
  text-align: center;
  margin-bottom: 2.75vw;
 }

.button-middle a{
  text-decoration: none;
  transition: all ease 0.7s;
  background: #DEE45A;
  font-size: 2.0vw;
  line-height: 1.2;
  font-weight: 600;
  color: #002A63;
  padding: 1.25vw 7.8125vw 1.25vw 5.625vw;
  position: relative;
  border-radius: 2.0vw;
  display: inline-block;
 }

.button-middle a:after {
  content: "";
  background-size: contain;
  width: 1.5vw;
  height: 1.65vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.75vw;
}

.footer {
  background-image: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75vw 0 7.5vw;
}
.footer-btn {
  text-align: center;
  margin-bottom: 2.75vw;
}
.footer-btn a {
  text-decoration: none;
  transition: all ease 0.7s;
  background: #DEE45A;
  font-size: 2.1875vw;
  line-height: 1.4857142857;
  font-weight: 700;
  color: #002A63;
  padding: 1.25vw 7.8125vw 1.25vw 5.625vw;
  position: relative;
  border-radius: 2.9375vw;
  display: inline-block;
}
.footer-btn a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.footer-btn a:after {
  content: "";
  background: url(../images/ico_arrow_navy.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.1875vw;
  height: 1.9375vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.75vw;
}
.footer-lead {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.375vw;
  line-height: 1.6818181818;
  font-weight: 400;
  margin-bottom: 2.875vw;
}
.footer-lead a {
  text-decoration: none;
  transition: all ease 0.7s;
  font-size: 1.375vw;
  line-height: 1.6818181818;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-lead a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.footer-bottom {
  background: #FFFFFF;
  padding: 1.875vw;
  border-radius: 1.25vw;
  color: #002A63;
  text-align: center;
}
.footer-ttl {
  font-size: 1.375vw;
  line-height: 1.6818181818;
  font-weight: 700;
  margin-bottom: 0.625vw;
}
.footer-tel {
  font-size: 2.75vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.25vw;
}
.footer-time {
  font-size: 1.125vw;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-bottom: 1.25vw;
}
.footer-time span {
  font-size: 0.9375vw;
  line-height: 1;
  background: #002A63;
  color: #FFFFFF;
  padding: 0.3125vw 0.625vw;
  margin-right: 0.625vw;
}
.footer-fax {
  font-size: 1.4375vw;
  line-height: 1.2173913043;
  font-weight: 700;
}
.footer-fax span {
  font-size: 1.125vw;
  line-height: 1.4444444444;
  font-weight: 400;
}
.footer-copy {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.75vw;
  line-height: 1.6666666667;
  margin-top: 0.9375vw;
}
@media screen and (min-width: 1600px){
  .ttl01 span {
    font-size: 50px;
  }
  .ttl02 span {
    font-size: 50px;
  }
  .ttl03 span {
    font-size: 22px;
  }
  .lead01 {
    font-size: 21px;
  }
  .lead02 {
    font-size: 28px;
  }
  .nav-list li a {
    font-size: 12px;
    padding: 15px 40px 15px 20px;
    border-radius: 27px;
  }
  .nav-list li a:before {
    width: 14px;
    height: 9px;
    right: 20px;
  }
  .nav-list li + li {
    margin-left: 10px;
  }
  .development-box {
    padding: 84px 70px 70px;
    margin-top: 75px;
  }
  .news-label .text1:before {
    left: calc(50% - 70px);
  }
  .news-label .text2:before {
    left: calc(50% - 75px);
  }
}
@media screen and (max-width: 1001px){
  .inner-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .sub-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .header {
    height: 9.99000999vw;
  }
  .header-inner {
    width: 29.97002997vw;
  }
  .header-logo {
    width: 6.5934065934vw;
    height: 7.8921078921vw;
    right: 3.4965034965vw;
  }
  .about {
    padding-top: 7.992007992vw;
    padding-bottom: 7.5924075924vw;
    margin-bottom: 9.99000999vw;
  }
  .about-third {
    margin: 0 0 0 4.995004995vw;
  }
}
@media screen and (max-width: 768px){
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: flex !important;
  }
  .for-sp p{
    color:#002A63;
    margin-top:85%;
  }

  .inner-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .sub-content {
    max-width: 100%;
    padding: 0 20px;
  }
  #about_area {
    padding-top: 70px;
    margin-top: -50px;
  }
  #business_area {
    padding-top: 140px;
    margin-top: -100px;
  }
  #movie_area {
    padding-top: 100px;
    margin-top: -100px;
  }
  #news_area {
    padding-top: 130px;
    margin-top: -100px;
  }
  .ttl01 {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 45px;
  }
  .ttl01 span {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .ttl01 span:before {
    height: 40px;
    width: 2px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ttl02 {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 45px;
  }
  .ttl02 span {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .ttl02 span:before {
    height: 40px;
    width: 2px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ttl03 {
    font-size: 45px;
    line-height: 1.3333333333;
  }
  .ttl03 span {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 5px;
  }
  .lead01 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .lead01 + .lead01 {
    margin-top: 40px;
  }
  .lead02 {
    font-size: 20px;
    line-height: 1.6;
  }
  .header {
    height: 56px;
  }
  .header-inner {
    width: 94px;
  }
  .header-logo {
    position: absolute;
    width: 36px;
    height: 43px;
    right: 20px;
  }
  .kv {
    margin: 35px 0 10px;
  }
  .kv-inner {
    background-image: url(../images/bg_kv_sp.jpg);
    width: calc(100vw - 40px);
    border-radius: 40px;
    padding: 25px;
  }
  .kv-content {
    flex-direction: column;
  }
  .kv-txt {
    width: 100%;
  }
  .kv-lead {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .kv-lead:last-child {
    margin-top: 0;
  }
  .kv-logo {
    width: 50%;
    margin: 20px auto;
  }
  .kv-logo img {
    width: 100%;
  }
  .nav::after {
    content: "";
    background-image: linear-gradient(90deg, transparent 0 10%, #FFFFFF 100%);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 13.0208333333vw;
    width: 6.5104166667vw;
  }
  .nav .inner-content {
    padding: 0;
  }
  .nav-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    /*
          &::-webkit-scrollbar {
            width: calc(100% - 20px);
            height: 10px;
          }
          &::-webkit-scrollbar-track {
            border-radius: 5px;
            background: #f0f0f0;
          }
          &::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: #dedede;
          }
    */
  }
  .nav-list li {
    flex-shrink: 0;
  }
  .nav-list li a {
    font-size: 1.5625vw;
    border-radius: 3.515625vw;
    padding: 1.953125vw 5.2083333333vw 1.953125vw 2.6041666667vw;
    height: auto;
  }
  .nav-list li a:before {
    width: 1.8229166667vw;
    height: 1.171875vw;
    position: absolute;
    right: 2.6041666667vw;
  }
  .nav-list li .now {
    background: #002A63;
  }
  .about {
    padding-top: 10.4166666667vw;
    padding-bottom: 32.5520833333vw;
    margin-bottom: 13.0208333333vw;
  }
  .about-txt {
    font-size: 1.8229166667vw;
    line-height: 2;
    text-align: center;
  }
  .about-second {
    position: relative;
    padding: 0 2.6041666667vw;
  }
  .about-second:before {
    display: none;
  }
  .about-second:after {
    display: none;
  }
  .about-second-one {
    margin: 0;
  }
  .about-second-two {
    margin: 14.3229166667vw 0 0 0;
    position: relative;
  }
  .about-second-two:before {
    content: "";
    background-image: url(../images/img_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30%;
    height: 39.5833333333vw;
    position: absolute;
    left: 1%;
    top: -10.4166666667vw;
    z-index: -1;
  }
  .about-caution {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 2.6041666667vw;
    text-align: center;
  }
  .about {
    padding-top: 21.3333333333vw;
    padding-bottom: 66.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
  .about-txt {
    font-size: 24px;
    line-height: 2;
  }
  .about-first {
    margin: 0 0 12vw 0;
    padding: 0 5.3333333333vw;
  }
  .about-first:before {
    width: 100%;
    height: 70.4vw;
    top: 18.6666666667vw;
  }
  .about-first .ttl01 {
    padding-top: 88vw;
  }
  .about-second {
    position: relative;
    padding: 0 5.3333333333vw;
  }
  .about-second:before {
    display: none;
  }
  .about-second:after {
    display: none;
  }
  .about-second-one {
    margin: 0;
  }
  .about-second-two {
    margin: 29.3333333333vw 0 0 0;
    position: relative;
  }
  .about-second-two:before {
    content: "";
    background-image: url(../images/img_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30%;
    height: 81.0666666667vw;
    position: absolute;
    left: 1%;
    top: -21.3333333333vw;
    z-index: -1;
  }
  .about-third {
    margin: 12vw 0 0 0;
    padding: 0 5.3333333333vw;
    position: relative;
  }
  .about-third:after {
    content: "";
    background-image: url(../images/img_04.png);
    width: calc(100% - 20px);
    height: 60vw;
    top: auto;
    transform: translateY(0);
    bottom: -64vw;
  }
  .about-caution {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .movie {
    padding: 13.3333333333vw 0 9.3333333333vw;
  }
  .movie::before {
    height: 13.3333333333vw;
  }
  .movie-youtube {
    width: 100%;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .movie-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie-youtube .thumb {
    width: 100%;
    height: auto;
  }
  .world {
    padding-bottom: 45px;
  }
  .world-content + .world-content {
    margin-top: 20px;
  }
  .world-content-top {
    background-image: url(../images/img_production_sp.jpg);
    background-size: contain;
    padding: 120px 0 0;
  }
  .world-content-ttl {
    width: calc(100% - 20px);
    padding: 50px 15px 25px 70px;
  }
  .world-content-ttl h4 {
    font-size: 39px;
    line-height: 1.3333333333;
  }
  .world-content-ttl h4:before {
    width: 68px;
    height: 68px;
    top: -40px;
    left: -48px;
  }
  .world-content-ttl p {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 10px;
  }
  .world-content-bottom {
    border-radius: 0 0 20px 0;
    padding: 25px 20px 35px 35px;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: auto;
  }
  .world-content-bottom p {
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: left;
  }
  .world-content:nth-of-type(2n+1) .world-content-top {
    background-image: url(../images/img_medical_sp.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .world-content:nth-of-type(2n+1) .world-content-ttl {
    margin: 0 auto 0 0;
    border-radius: 0 20px 20px 0;
  }
  .world-content:nth-of-type(2n+1) .world-content-ttl h4:before {
    width: 68px;
    height: 68px;
    top: -40px;
    left: -48px;
  }
  .world-content:nth-of-type(2n+1) .world-content-bottom {
    margin: 0 0 0 auto;
    padding: 25px 35px 35px 20px;
    border-radius: 0 0 0 20px;
  }
  .world-content:nth-of-type(3n+1) .world-content-top {
    background-image: url(../images/img_home_sp.jpg);
    background-repeat: no-repeat;
  }
  .task {
    padding-bottom: 80px;
  }
  .task-etc {
    padding-top: 0;
    margin-bottom: 0;
    background-size: 100%;
    background-position: center 47%;
  }
  .task-etc .etc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .task-etc .etc + .etc {
    margin-top: 130px;
  }
  .task-etc .etc-item {
    width: 48%;
    border: 2px solid #002A63;
    padding: 15px;
  }
  .task-etc .etc-img {
    width: 80%;
    height: 50%;
  }
  .task-etc .etc-img img {
    height: 100%;
    margin: 0 auto;
  }
  .task-etc .etc-txt {
    height: 50%;
  }
  .task-etc .etc-txt span {
    font-size: 13px;
    line-height: 1.6153846154;
  }
  .task-etc .etc-top .etc-item:nth-child(2n) {
    margin: 0;
  }
  .task-etc .etc-top .etc-item:first-child {
    width: 48%;
    margin: 0 26% 12px;
  }
  .task-etc .etc-bottom .etc-item:nth-child(2n) {
    margin: 0;
  }
  .task-etc .etc-bottom .etc-item:last-child {
    width: 48%;
    margin: 12px 26% 0;
  }
  .task-en {
    font-size: 25px;
    line-height: 1;
    padding: 20px 0 40px 25px;
  }
  .task-answer {
    width: 100%;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 22px;
    line-height: 1.7272727273;
  }
  .task-answer:before {
    border-width: 0 13px 22px 13px;
    top: -20px;
  }
  .development {
    padding-bottom: 45px;
  }
  .development-img {
    width: 100%;
    padding: 20px 0 50px;
  }
  .development-box {
    padding: 100px 20px 30px;
    margin-top: 55px;
  }
  .development-box-ttl {
    margin: -128px 0 50px;
  }
  .development-box-ttl span {
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 15px 30px;
  }
  .development-box-img img {
    width: 100%;
  }
  .development-box-lead {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .development-box-bottom {
    margin-top: 30px;
  }
  .business {
    padding: 30px 0 0;
  }
  .business-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .business-box.business-box {
    margin-top: 32px;
    position: relative;
  }
  .business-box-img {
    width: 100%;
    background: none;
    padding-bottom: 0;
    border-radius: 0 20px 0 0;
  }
  .business-box-img img {
    border-radius: 0;
  }
  .business-box-txt {
    width: 100%;
    padding: 35px 20px 50px 20px;
  }
  .business-box-txt .lead01 {
    text-align: center;
    margin-bottom: 0;
  }
  .business-box:last-child .business-box-img {
    order: 1;
    border-radius: 0;
  }
  .business-box:last-child .business-box-img img {
    border-radius: 0;
  }
  .business-box:last-child .business-box-txt {
    order: 2;
    padding: 35px 20px 50px 20px;
  }
  .news {
    padding: 13.0208333333vw 0 15.625vw;
  }
  .news-label {
    padding: 1.953125vw 9.1145833333vw 1.953125vw 13.0208333333vw;
    border-radius: 3.515625vw;
    bottom: -7.8125vw;
  }
  .news-label .text1 {
    font-size: 2.6041666667vw;
  }
  .news-label .text1:before {
    width: 2.34375vw;
    height: 2.34375vw;
    left: calc(50% - 50px);
  }
  .news-label .text2 {
    font-size: 2.6041666667vw;
  }
  .news-label .text2:before {
    width: 3.2552083333vw;
    height: 3.2552083333vw;
    left: calc(50% - 55px);
  }
 .middle_1{
 	
 }
  
 .button-middle{
  margin-top: 22px;
  margin-button: 22px
 }
  
 .button-middle a{
   font-size: 22px;
   transform: scale(1.0);
   line-height: 1.1;
   width: 100%;
   padding: 20px;
   border-radius: 47px;
 }
 .button-middle a:after {
   width: 10px;
   height: 17px;
   right: 17px;
 }

  .footer {
    background-image: url(../images/bg_footer_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 80px;
  }
  .footer-btn {
    margin-bottom: 24px;
  }
  .footer-btn a {
    font-size: 22px;
    line-height: 1.4545454545;
    width: 100%;
    padding: 20px;
    border-radius: 47px;
  }
  .footer-btn a:after {
    width: 13px;
    height: 20px;
    right: 20px;
  }
  .footer-lead {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 26px;
  }
  .footer-lead a {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .footer-bottom {
    padding: 30px 20px;
  }
  .footer-ttl {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .footer-tel {
    font-size: 30px;
    line-height: 1.3333333333;
  }
  .footer-tel a {
    font-size: 30px;
    line-height: 1.3333333333;
    font-weight: 700 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #002A63;
  }
  .footer-time {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 20px;
  }
  .footer-time span {
    font-size: 14px;
    line-height: 1;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 10px;
    display: inline-block;
  }
  .footer-fax {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
  }
  .footer-fax span {
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 400;
  }
  .footer-fax a {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #002A63;
  }
  .footer-copy {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px){
  .small {
    font-size: 1.2rem;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .mt_xxl {
    margin-top: 40px !important;
  }
  .mt_xl {
    margin-top: 30px !important;
  }
  .mt_x {
    margin-top: 20px !important;
  }
  .mt_l {
    margin-top: 15px !important;
  }
  .mt_m {
    margin-top: 10px !important;
  }
  .mt_s {
    margin-top: 5px !important;
  }
  .mt_xs {
    margin-top: 5px !important;
  }
  ​ ​ .mb_xxl {
    margin-bottom: 40px !important;
  }
  .mb_xl {
    margin-bottom: 30px !important;
  }
  .mb_x {
    margin-bottom: 20px !important;
  }
  .mb_l {
    margin-bottom: 15px !important;
  }
  .mb_m {
    margin-bottom: 10px !important;
  }
  .mb_s {
    margin-bottom: 5px !important;
  }
  .mb_xs {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 375px){
  .nav::after {
    height: 20.2666666667vw;
    width: 13.3333333333vw;
  }
  .nav-list li {
    flex-shrink: 0;
  }
  .nav-list li a {
    font-size: 3.2vw;
    padding: 4vw 10.6666666667vw 4vw 5.3333333333vw;
    border-radius: 7.2vw;
  }
  .nav-list li a:before {
    width: 3.2vw;
    height: 1.8666666667vw;
  }
  .nav-list li + li {
    margin-left: 10px;
  }
  .nav-list li .now {
    background: #002A63;
  }
  .news {
    padding: 50px 0 120px;
  }
  .news-list {
    margin-top: 20px;
  }
  .news-list li {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .news-list li + li {
    padding-top: 20px;
  }
  .news-date {
    width: 100%;
    font-size: 13px;
    line-height: 1.8461538462;
  }
  .news-label {
    padding: 4vw 18.6666666667vw 4vw 26.6666666667vw;
    border-radius: 7.2vw;
    bottom: -16vw;
  }
  .news-label .text1 {
    font-size: 5.3333333333vw;
  }
  .news-label .text1:before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .news-label .text2 {
    font-size: 5.3333333333vw;
  }
  .news-label .text2:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .news-txt {
    width: 100%;
  }
  .news-txt a {
    font-size: 14px;
    line-height: 1.7142857143;
    text-decoration: underline;
  }
  .news-content {
    padding-top: 20px;
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*塗りから線に変わる*/
.btnchangeline {
  /*線の基点とするためrelativeを指定*/
position:relative;
  /*ボタンの形状*/  
color:#333;
  padding: 10px 30px;

display:inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/   
transition:all 0.3s ease-in-out;
}

/*線の設定*/
.btnchangeline::before {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 100%;
  height: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  /*はじめは透過0に*/
  opacity: 0;
  transform: scale(0, 1);
  /*アニメーションの指定*/   
  transition: all 0.3s;
}

/*背景の設定*/
.btnchangeline::after {
  content: '';
  /*絶対配置で背景の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*背景の形状*/
  width: 100%;
  height: 100%;
  background-color:#333;
  /*アニメーションの指定*/ 
  transition: all 0.3s;
}

/*hoverした際の背景と線の形状*/
.btnchangeline:hover::before {
  opacity: 1;/*不透明に*/ 
  transform: scale(1, 1);/*X方向に線を伸ばす*/
}

.btnchangeline:hover::after {
  opacity: 0;/*透過0に*/
  transform: scale(0, 1);/*X方向に背景を縮小*/
}

/*テキストの設定*/
.btnchangeline span {
  /*テキストを前面に出すためz-indexの値を高く設定*/  
position: relative;
z-index: 2;
  /*テキストの形状*/
color: #fff;
  /*アニメーションの指定*/   
  transition: all 0.3s;
}

/*hoverした際のテキストの形状*/
.btnchangeline:hover span {
  letter-spacing: 2px;
color: #333;
}