@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  /* font-family: serif, "Noto Sans JP" , sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #000;
  height: 100%;
}

@font-face {
  font-family: "eigo";
  src: url("../fonts/ChunkFive-Regular.otf") format("opentype");
}

@font-face {
  font-family: "nihongo";
  src: url("..//fonts/yosugaraver1_2.ttf") format("truetype");
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.title__box {
  display: flex;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}


.box-container {
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .box-container {
    height: 65%;
  }
}

.main {
  height: 100%;
}

.section {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  font-family: "Lato", sans-serif;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #000000;
}
@media (max-width: 767px) {
  .section-title::after {
    width: 42px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    padding-bottom: 18px;
  }
}







.header {
  background: linear-gradient(rgba(0, 0, 0, 0.525), rgba(0, 0, 0, 0));
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.fadeIn2500ms {
    animation-name: fadeIn2500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn2500ms {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
}

.header__box {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header__logo {
  font-size: 26px;
  line-height: 0.8;
}

.header__logo2 {
  font-size: 12px;
}


.header__nav {
  position: absolute;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0.1cm;
  right: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li:not(:first-child) {
  margin-left: 20px;
}
.header__nav li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.header__nav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header__nav li a:hover::after, .header__nav li a.is-active::after {
  background: #00298a;
}


/* header（デモの参考値） */
.demobox-header{
  height: 64px;
  padding: 1em;
  }
  /* headerのサイト名（デモの参考値） */
  .demobox-sitename{
  font-weight: 700;
  font-size: 18px;
  }
  /* 全体調整CSS */
  .hamburger-demo-menubox *{
    font-size: 16px;
  }
  .hamburger-demo-menubox li{
    font-size: 14px;
  }
  /* hamburgerここから */
    /* inputを非表示 */
  .input-hidden{
    display: none;
  }
    /* label */
  .hamburger-demo-switch{
    animation-name: fadeIn2500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    cursor: pointer;
    position: absolute;
    position: fixed;
    right: 3%;
    top: 0; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 4em; /* アイコン（クリック可能領域）の幅 */
    height: 4em; /* アイコン（クリック可能領域の）高さ */
  }
  /* メニュー展開時にハンバーガーアイコンを固定 */
  #hamburger-demo1:checked ~ .hamburger-demo-switch{
    position: fixed;
    mix-blend-mode: difference;
  }
  /* ハンバーガーアイコン */
  .hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
    width: 25px;
    height: 3px;
    background: #ffffff; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
  }
  .hamburger-switch-line1{
      transform: translate(-50%, -50%);
  }
  .hamburger-switch-line1:before{
    transform: translate(-50%, -300%);
  }
  .hamburger-switch-line1:after{
    transform: translate(-50%, 200%);
  }
  /* ハンバーガーアイコン･アニメーション */
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
    width: 0;
  }
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
    transform: rotate(45deg) translate(-40%, 325%);
  }
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
    transform: rotate(-45deg) translate(-40%, -325%);
  }
  /* メニューエリア */
  .hamburger-demo-menuwrap{
    position: fixed;
    height: 100%;
    background: #00298a; /* メニューエリアの背景色 */
    padding: 120px 0 0 0;
    z-index: 9998;
    transition: .3s;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 100%;
  }
  /* メニューリスト */
  .hamburger-demo-menulist{
    list-style: none;
  }
  .hamburger-demo-menulist li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff; /* メニューリストの文字色 */
    display: block;
    padding: 24px 48px 24px;
  }
  /* メニューエリア･アニメーション */
    /* 右から */
  #hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
    left: 0%;
  }
    /* コンテンツカバー */
  #hamburger-demo1:checked ~ .hamburger-demo-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3,3,3,.5);
    display: block;
  }
  /* PCではハンバーガーメニューを表示しない */
  @media (min-width: 768px){
    .hamburger-demo-menubox{
      display: none;
    }
  }











.main-visual__content {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 32%;
  left: 5%;
}
@media (max-width: 767px) {
  .main-visual__content {
    top: 5%;
    left: 0%;
  }
}

@media (max-width: 767px) {
  .main-visual__strate {
    display: flex;
    flex-direction: row-reverse;
  }
}

.main-visual__title {
  font-size: 60px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-visual__title {
    margin-left: 0;
    font-size: 23px;
    line-height: 1.5;
    writing-mode: vertical-rl;
  }
}

.main-visual__lead {
  font-size: 50px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-visual__lead {
    font-size: 25px;
    writing-mode: vertical-rl;
  }
}

.main-visual__lead strong {
  color: rgb(0, 150, 220);
}

.main__visual__box {
  display: flex;
  font-size: 10px;
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .main__visual__box {
    display: block;
  }
}

.main__visual__icon {
  width: calc(25%);
  height: 50px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background: #E81919;
}
@media (max-width: 767px) {
  .main__visual__icon {
    margin-left: 10px;
    width: 90%;
    font-size: 16px;
    height: 20px;
  }
}

.main__visual__icon1 {
  width: calc(25%);
  height: 50px;
  margin-left: 30px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background: #E81919;
}
@media (max-width: 767px) {
  .main__visual__icon1 {
    margin-left: 10px;
    width: 90%;
    height: 20px;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .main__visual__icon1 strong {
    display: none;
  }
}

.main__visual__icon2 {
  width: calc(25%);
  height: 50px;
  margin-left: 30px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background: #E81919;
}
@media (max-width: 767px) {
  .main__visual__icon2 {
    margin-left: 10px;
    width: 110%;
    height: 20px;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 10px;
  }
}

.main__visual__icon3 {
  width: calc(25%);
  height: 50px;
  margin-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background: #E81919;
}
@media (max-width: 767px) {
  .main__visual__icon3 {
    font-size: 16px;
    margin-left: 10px;
    width: 130%;
    height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .main__visual__icon3 strong {
    display: none;
  }
}

.main__visual__icon3 p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .main__visual__icon3 p {
    margin-left: 10px;
    margin-top: 0;
  }
}
















.bg1 {
  width: 100%;
}



.company-bg1 {
  width: 100%;
  height: 525px;
}
@media (max-width: 767px) {
  .company-bg1 {
    height: 270px;
  }
}




.main-title {
  text-align:left;
  text-shadow: 1px 2px 3px #808080;
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  color: #fff;
  top: 100px;
}
@media (max-width: 767px) {
  .main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-align-last: center;
    left: 0;
  }
}
@keyframes slideinBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

.company-main-title {
  left: 50px;
  font-family: "eigo", Arial, Helvetica, sans-serif;
  text-align-last: left;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  color: #fff;
  top: 170px;
}
@media (max-width: 767px) {
  .company-main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-align-last: center;
    left: 25px;
    top: 100px;
  }
}
@keyframes slideinBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}





.block {
  color: #fff;
  text-align: left5f 6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
@media (min-width: 767px) {
  .block{
    justify-content: left;
  }
}

.company-block {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}



.block p {
  display: none;
}
@media (max-width: 1200px) {
  .block p {
    display: contents;
  }
}

.s {
  color: #000;
}

/* 1.5秒間かけてフェードイン */
.fadeIn1500ms {
  animation-name: fadeIn1500ms;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@media (max-width: 767px) {
  .fadeIn1500ms {
    width: 100%;
  }
}
@keyframes fadeIn1500ms {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}




.fadeIn1500ms2 {
  animation-name: fadeIn1500ms2;
  width: 800px;
  font-size: 25px;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .fadeIn1500ms2 {
    width: 100%;
    padding: 0px 50px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
@keyframes fadeIn1500ms2 {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.company-fadeIn1500ms2 {
  animation-name: fadeIn1500ms2;
  font-size: 28px;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@media (max-width: 767px) {
  .company-fadeIn1500ms2 {
    width: 100%;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
@keyframes fadeIn1500ms2 {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.main-text {
  text-align-last: left;
}















.bg-conteiner {
  width: 100%;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  background-color: transparent;
  position: absolute;
}

.inc-box {
  background-color: #fff;
}

.inc-box2 {
  background-color: #fff;
  padding: 100px 0;
}

.inc-box3 {
  background-color: #fff;
  padding: 100px 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .inc-box3 {
    padding: 50px 0;
  }
}

.inc-picture {
  padding-top: 160px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .inc-picture {
    padding-top: 90px;
  }
}

.inc-picture img {
  width: 50%;
  height: 300px;
}
@media (max-width: 767px) {
  .inc-picture img {
    width: 100%;
    height: 255px;
  }
}


.inc-title {
  font-size: 70px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .inc-title {
    font-size: 32px;
    margin-top: 50px;
  }
}

.company-inc-title {
  font-size: 70px;
  padding: 50px;
}
@media (max-width: 767px) {
  .company-inc-title {
    font-size: 32px;
  }
}


.inc-text {
  font-size: 19px;
  font-weight: 550;
  letter-spacing: 0.12em;
  line-height: 1.8;
  width: 70%;
  margin: 100px auto 0;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .inc-text {
    font-size: 16px;
    width: 100%;
    padding: 20px 20px 60px 20px;
    margin-top: 0px;
    letter-spacing: 0.01em;
  }
}

.company-inc-text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company-inc-text {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    padding-top: 0;
    margin-top: 0px;
    letter-spacing: 0.01em;
  }
}

.company-inc-text p {
  margin: 0;
}


.inc-logo img {
  margin-top: 40px;
  width: 60%;
}

.company-inc-logo {
  color: #000000;
  background: #ffffff;
  font-size: 20px;
  border-radius: 10px;
  text-align: left;
  width: 62%;
  margin: 50px auto;
  padding: 50px;
}
@media (max-width: 767px) {
  .company-inc-logo {
    width: 90%;
    font-size: 14px;
    padding: 20px;
  }
}


.company-swiper {
  width: 85%;
  margin: 50px auto 0;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover
}
@media (max-width: 767px) {
  .swiper-slide img {
    height: 500px;
  }
}
.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: transparent url(/img/arrow-next@.png) no-repeat center center/contain;
  right: calc(50% - 600px);
}
.swiper-button-next::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: transparent url(/img/arrow-prev@.png) no-repeat center center/contain;
  left: calc(50% - 600px);
}
.swiper-button-prev::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 10px;
  }
}





.mask {
  width: 100%;
  line-height: 0;
}

.mask img {
  object-fit: cover
}

.mask_wrap{
  display: flex;
  overflow: hidden;
}

.mask-wrap .mask{
  display: flex;
  position: relative;
  left: -100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mask-wrap .mask{
    display: block;
  }
}

.mask-wrap .mask-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00298a;
}
















.suport {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .suport {
    padding: 0;
  }
}

.suport-box {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}


.suport-title-box {
  width: 80%;
  font-size: 65px;
  text-align-last: left;
}
@media (max-width: 767px) {
  .suport-title-box {
    width: 70%;
    font-size: 35px;
  }
}



.suport-button-box {
  width: 20%;
  font-size: 18px;
  margin: auto 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .suport-button-box {
    width: 30%;
    margin: 10px 0 0 0;
  }
}

.suport-button a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .suport-button a {
    font-size: 12px;
  }
}

.suport-tab {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .suport-tab {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.suport-tab2 {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .suport-tab2 {
    flex-direction: column-reverse;
  }
}

.suport-text-box {
  margin: auto;
  width: 34%;
}
@media (max-width: 767px) {
  .suport-text-box {
    width: 100%;
  }
}

.suport-text1 {
  font-size: 60px;
  color: #00298a;
}
@media (max-width: 767px) {
  .suport-text1 {
    font-size: 35px;
    padding: 30px;
  }
}

.suport-text2 {
  font-size: 15px;
}@media (max-width: 767px) {
  .suport-text2 {
    font-size: 14px;
  }
}


div.colorbox3{
  position: relative;
  width: 58%;
  margin-top: 80px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  div.colorbox3 {
    width: 100%;
    margin-top: 0;
  }
}
div.colorbox3 div.color{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #00298a;
  border-radius: 10px;
}
div.colorbox3 img{
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 40px 20px 60px rgb(206, 206, 206);

}





div.company-colorbox3{
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  div.company-colorbox3 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
div.company-colorbox3 div.color{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #00298a;
  border-radius: 10px;
}
div.company-colorbox3 img{
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 40px 20px 60px rgb(206, 206, 206);
}
@media (max-width: 767px) {
  div.company-colorbox3 img {
    margin: 0 auto;
  }
}





.bg2 {
  width: 100%;
  /*背景画像の位置を固定*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* animation: animationcolorbox 2s ease-in-out; */
}





.main ::before {
  position: absolute;
  background-color: #00000000;
  /* アニメーションの命令 */
  animation: colorAnime linear;
  /* 可視範囲（スクロールポート）内でアニメーションさせる */
  animation-timeline: scroll(root block);
}

/* 色をグレーから黒に変更 */
@keyframes colorAnime {
  form {
      background-color: #00000073;
  }

  to {
      background-color: #000000b0;
  }
}

/* レイアウトのためのCSS */

.wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}





div.colorbox2{
  position: relative;
  width: 99.99%;
  margin: 0 auto;
  background-color: #00298a;
}
.colorbox2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.colorbox2 div.color{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #00298a;
}
div.colorbox2 img{
  display: block;
  width: 100%;
  height: 850px;
  object-fit: cover;
}














div.colorbox4{
  position: relative;
  width: 100%;
  background: #00000000;
}
div.colorbox4 div.color{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
}
div.colorbox4 img{
  display: block;
  width: 100%;
  box-shadow: 40px 20px 60px rgb(206, 206, 206);
}







.up {
  position: fixed;
  width: 100%;
}












.btn-box {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .btn-box {
    padding: 0;
    padding-bottom: 60px;
  }
}

.btn-box a {
  width: 360px;
  margin: 0 auto;
  text-decoration: none;
}






.company-nwes-subtitle {
  font-size: 28px;
  margin-bottom: 100px;
}


.title-bg {
  background-color: #ffffff00;
}

.title-bg-tab {
  width: 99.9%;
  margin: 0 auto;
}

.title-bg-news {
  color: #ffffff;
  font-size: 16px;
  padding: 100px;
}
@media (max-width: 767px) {
  .title-bg-news {
    padding: 50px 20px;
  }
}

.title-bg-news-box {
  display: flex;
}
@media (max-width: 767px) {
  .title-bg-news-box {
    display: block;
  }
}

.title-bg-news-text {
  width: 70%;
  text-align-last: left;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .title-bg-news-text {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }
}

.title-bg-news-button {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title-bg-news-button {
    margin-top: 40px;
  }
}











.news {
  background: #fff;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .news {
    padding: 56px 24px 96px;
  }
}

.news-2 {
  background: #fff;
  padding: 50px 0 200px;
}
@media (max-width: 767px) {
  .news-2 {
    padding: 0;
    padding-bottom: 40px;
  }
}



/* コンテンツの背景色を#efefefに設定してください */
.btn {
  display: block;
  font-size: 14px;
  padding: 1rem 3rem;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 20px 20px 50px #868686;
  border-radius: 10px;
  color: #000000;
  font-weight: bold;
  transition: .3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    width: 75%;
    margin: 0 auto;
    font-size: 12px;
    padding: 25px;
  }
}

.btn3 {
  display: block;
  font-size: 14px;
  padding: 1rem 3rem;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 20px 20px 50px #868686;
  border-radius: 10px;
  color: #000000;
  font-weight: bold;
  transition: .3s;
}
@media (max-width: 767px) {
  .btn3 {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    padding: 25px;
  }

  .btn3 p {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .btn3 {
    margin: 10px;
  }
}

.btn4 {
  display: block;
  font-size: 14px;
  padding: 1rem 3rem;
  margin-top: 50px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 20px 20px 50px #868686;
  border-radius: 10px;
  color: #000000;
  font-weight: bold;
  transition: .3s;
}
@media (max-width: 767px) {
  .btn4 {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    padding: 25px;
  }

  .btn4 p {
    margin-top: 20px;
  }
}

.btn:hover {
  box-shadow: 5px 5px 30px #cbcbcb;
  transform: scale(0.95);
}

.btn:active {
  box-shadow: 0 0;
}

.btn3:hover {
  box-shadow: 5px 5px 30px #cbcbcb;
  transform: scale(0.95);
}

.btn3:active {
  box-shadow: 0 0;
}

.btn4:hover {
  box-shadow: 5px 5px 30px #cbcbcb;
  transform: scale(0.95);
}

.btn4:active {
  box-shadow: 0 0;
}

.btn2 {
  padding: 3rem 3rem;
  background: #000;
  color: #fff;
}

.btn-content {
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content:space-around;
}
@media (max-width: 767px) {
  .btn-content {
    display: block;
    padding: 0;
  }
}

.btn-content2 {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .btn-content2 {
    display: block;
    padding: 0;
  }
}

.btn-content3 {
  width: 46%;
}
@media (max-width: 767px) {
  .btn-content3 {
    display: block;
  }
}

.btn-content img {
  width: 300px;
}







.company-about {
  background-color: #fff;
}

.company-box {
  width: 80%;
  margin: 0 auto;
  padding: 200px 0;
  display: flex;
}
@media (max-width: 767px) {
  .company-box {
    display: block;
    padding: 100px 0;
  }
}

.company-text-box {
  width: 25%;
}
@media (max-width: 767px) {
  .company-text-box {
    width: 100%;
  }
}

.company-imgbox {
  width: 60%;
  display: flex;
  align-items: center;
  margin-left: 200px;
}
@media (max-width: 767px) {
  .company-imgbox {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.company-imgbox img {
  box-shadow: 30px 20px 20px #868686;
  border-radius: 10px;
}

.company-title {
  font-size: 60px;
}
@media (max-width: 767px) {
  .company-title {
    font-size: 30px;
  }
}

.company-subtitle {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .company-subtitle {
    font-size: 18px;
  }
}

.company-text {
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}

.company-text th {
  font-weight: 100;
  white-space: nowrap;
  vertical-align: top;
  width: 300px;
}




.service-content {
  width: 95%;
  padding: 100px;
  margin:0 auto;
}
@media (max-width: 767px) {
  .service-content {
    padding: 0;
    width: 90%;
  }
}

.service-content-box {
  box-shadow: 30px 30px 50px #868686;
  border-radius: 10px;
  padding-bottom: 1px;
}

.service-title {
  color: #00298a;
  font-size: 50px;
  padding-top: 80px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .service-title {
      font-size: 30px;
      padding-top: 40px;
  }
}

.service-subtitle {
  font-size: 16px;
  width: 80%;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-subtitle {
      width: 90%;
      font-size: 14px;
      padding-bottom: 30px;
  }
}




.news-blog-title {
  color: #00298a;
  font-size: 35px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .news-blog-title {
      font-size: 24px;
      padding-top: 40px;
  }
}




.Form-box {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 30px 30px 50px #868686;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .Form-box {
    padding: 10px;
  }
}
.Form {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
    width: 100%;
  }
}
.Form-title {
  font-size: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .Form-title {
    font-size: 14px;
  }
}
.Form-subtitle {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .Form-subtitle {
    font-size: 10px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 0.5;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 0.2;
  }
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 10px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  width: 48px;
  display: inline-block;
  text-align: left;
  background: #fff;
  color: #fc2b2b;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
/* .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
} */
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;


  height: 48px;
  flex: 1;
  width: 100%;

  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 20px;
  height: 150px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}



























.footer {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}

.footer-content {
  display: flex;
  background: #ffffff00;
  color: #000;
  margin: 100px;
  justify-content:space-around;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
    margin: 20px;
  }
}

.footer-box {
  width: 40%;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer-box {
    width: 100%;
  }
}

.footer-box a {
  text-decoration:none;
}



.footer-item-box {
  border-radius: 10px;
  padding: 50px;
  text-align: left;
  position: relative;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-item-box {
    padding: 40px 30px;
  }
}

.footer-item-box2 {
  border-radius: 10px;
  padding: 50px;
  text-align: left;
  position: relative;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-item-box2 {
    padding: 40px 30px;
    margin-top: 50px;
  }
}

.footer-item-box:hover {
  filter: opacity(60%);
  cursor: pointer;
}

.footer-item-box2:hover {
  filter: opacity(60%);
  cursor: pointer;
}



.footer-item-box::after {
  position: absolute;
  margin-right: 40px;
  font-size: 50px;
  right: 2rem;
  top: 55px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  transition: 500ms;
}
@media (max-width: 767px) {
  .footer-item-box::after {
    margin: 0;
    font-size: 30px;
    top: 50px;
  }
}

.footer-item-box2::after {
  position: absolute;
  margin-right: 40px;
  font-size: 50px;
  right: 2rem;
  top: 55px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  transition: 500ms;
}
@media (max-width: 767px) {
  .footer-item-box2::after {
    margin: 0;
    font-size: 30px;
    top: 50px;
  }
}

.footer-item-box:hover::after {
  right: 0.8rem;
}

.footer-item-box2:hover::after {
  right: 0.8rem;
}

.footer-item {
  font-size: 40px;
  color: #00298a;
}
@media (max-width: 767px) {
  .footer-item {
    font-size: 30px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-item {
    font-size: 30px;

  }
}

.footer-text {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .footer-text {
    font-size: 12px;
  }
}







.footerend {
  font-size: 15px;
  font-weight: 100;
  width: 100%;
}


.footerend__nav {
  display: flex;
  margin-left: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .footerend__nav {
    display: block;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    text-align-last: left;
  }
}



.footerend__nav li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .footerend__nav li:not(:first-child) {
    margin: 0;
    margin-top: 24px;
  }
}

.footerend__nav li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .footerend__nav li a {
    margin-left: 20px;
  }
}

.footerend__nav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.footerend__nav li a:hover::after, .header__nav li a.is-active::after {
  background: #00298a;
}





.footer__copy {
  margin-top: 46px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #636363;
  text-align: center;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .footer__copy {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 5px;
  }
}


.s-box {
  margin-top: 50px;
  padding-bottom: 50px;
}

.ss-box {
  background: #ecf3f9;
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 70px;
  border-radius: 10px;
  box-shadow: 30px 30px 50px #868686;
}
@media (max-width: 767px) {
  .ss-box {
    width: 90%;
    padding-top: 50px;
  }
}

.ss-title {
  font-size: 44px;
  margin-bottom: 30px;
  color: #00298a;
}
@media (max-width: 767px) {
  .ss-title {
    font-size: 24px;
  }
}

.ss-file {
  font-size: 16px;
  margin: 40px;
}


.ss-text {
  font-size: 16px;
  margin: 0 40px 40px 30px;
}


.ss-content {
  width: 55%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
  background: #ffffff;
  border: #000 2px solid;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .ss-content {
    width: 85%;
    margin-bottom: 0;
  }
}



div.colorbox4{
  position: relative;
  width: 55%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  div.colorbox4 {
    width: 85%;
    margin-top: 0;
  }
}
div.colorbox4 div.color{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #00298a;
  border-radius: 30px;
}
div.colorbox4 img{
  display: block;
  width: 100%;
  border-radius: 30px;
}






.cp_qa04 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #ffffff;
}
.cp_qa04 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa04 .cp_actab label {
  position: relative;
  display: block;
  margin: 0 0.5em 0.5em 2em;
  padding: 1em 0 2em 0;
  cursor: pointer;
  border-radius: 5px;
  background: #00298a;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.cp_qa04 .cp_actab label span {
  display: block;
  padding: 0 2em 1em 2em;
  border-bottom: 1px solid #ffffff;
}
/* --?アイコン */
.cp_qa04 .cp_actab label::before {
  position: absolute;
  left: -30px;
  content: '？';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  font-weight: bold;
  z-index: 99;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #00298a;
}
/* --▼アイコン */
.cp_qa04 .cp_actab label::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: '';
  width: 15px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.5s ease;
}
/* 答え */
.cp_qa04 .cp_actab .cp_actab-content {
  position: relative;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-height: 0;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 5em;
  transition: max-height 0.5s ease;
  color: #ffffff;
}
/* --!アイコン */
.cp_qa04 .cp_actab .cp_actab-content::before {
  position: absolute;
  left: 50px;
  content: '！';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  font-weight: bold;
  z-index: 99;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #2196f3;
}
.cp_qa04 .cp_actab .cp_actab-content p {
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1em 1em 1em 3em;
  border-radius: 0.3em;
  background: #2196f3;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
  .cp_qa04 .cp_actab .cp_actab-content p{
   padding: 10px;
 }
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa04 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa04 .cp_actab input[type=checkbox]:checked + label::after {
  transform: scale(1, -1);
}





.qa-title {
  font-size: 30px;
}







.thanks-title {
  font-size: 44px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .thanks-title {
    font-size: 22px;
    margin-top: 30px;
  }
}

.thanks-text {
  font-size: 24px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .thanks-text {
    font-size: 12px;
    margin-top: 30px;
  }
}



.btn-box2 {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .btn-box {
    padding: 0;
    padding-bottom: 60px;
  }
}

.btn-box2 a {
  width: 360px;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-box2 a {
    width: 100%;
  }
}


.btn5 {
  background: #000;
  color: #fff;
}











.sns {
  background: #ffffff;
  padding-bottom: 50px;
}

.sns-box {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .sns-box {
    margin: 0;
  }
}



.sns-box-title {
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 30px;
  text-align-last: left;
  color: #ffffff;
  background: #00298a;
}
@media (max-width: 767px) {
  .sns-box-title {
    font-size: 32px;
    padding-top: 20px;
    padding-left: 18px;
    padding-bottom: 0px;
  }
}

.sns-content1 {
  width: 50%;
  padding: 100px;
}@media (max-width: 767px) {
  .sns-content1 {
    width: 100%;
    padding: 25px;
  }
}

.sns-content2 {
  width: 50%;
  padding: 100px;
}
@media (max-width: 767px) {
  .sns-content2 {
    width: 100%;
    padding: 25px;
  }
}

.sns-title {
  font-size: 24px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sns-title {
    font-size: 10px;;
    margin-top: 30px;
  }
}




.btn7 {
  width: 30%;
  margin: 0 auto;
  display: block;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff00;
  box-shadow: 20px 20px 50px #868686;
  border-radius: 900px;
  color: #000000;
  font-weight: bold;
  transition: .3s;
}
@media (max-width: 767px) {
  .btn7 {
    width: 60%;
    margin: 0 auto;
    font-size: 0px;
  }
}


.btn7:hover {
  box-shadow: 5px 5px 30px #cbcbcb;
  transform: scale(0.95);
}

.btn7:active {
  box-shadow: 0 0;
}


.to-top {
  display: none;
  position: fixed;
  font-size: 14px;
  z-index: 100;
  right: 2%;
  bottom: 5%;
  color: #ffffff;
  background: #00298a;
  padding: 2rem;
  border-radius: 10px;
  border: #ffffff 2px solid;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .to-top {
    font-size: 10px;
    right: 12px;
    padding: 1rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.to-top a:hover {
  opacity: 0.7;
}
.to-top a img {
  width: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 40px;
  }
}

.Form-box2 {
  width: 80%;
  margin: 0 auto;
  box-shadow: 30px 30px 50px #868686;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .Form-box2 {
    padding: 10px;
    margin-top: 50px;
  }
}




.mask2 {
  display: flex;
  width: 100%;
  line-height: 0;
}

.mask2 img {
  object-fit: cover
}

.mask2_wrap{
  display: flex;
  overflow: hidden;
}

.mask2-wrap .mask2{
  display: flex;
  position: relative;
  left: -100%;
  overflow: hidden;
}


.mask2-wrap .mask2-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00298a;
}