﻿@charset "utf-8";
@import url("all.min.css");

/*---------------------------------------  header ---------------------------------------*/
header {
  position: relative;
}

#logo {
  position: absolute;
  z-index: 1000;
  left: 70px;
}

#logo img {
  width: 150px;
  height: auto;
}

#logo a {
  display: block;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#mail {
  position: fixed;
  right: 90px;
  top: 22px;
  z-index: 1000;
}

#mail a {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  display: block;
}

#top-head {
  text-align: left;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 1000;
  top: 0px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  height: 75px;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
  border-bottom: 2px solid #f7941c;
}

#top-head h1 {
  position: absolute;
  left: 250px;
  top: 30px;
  z-index: 1000;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head,
.inner {
  width: 100%;
  padding: 0;
  z-index: 998;
}

#top-head.fixed {
  padding-top: 0;
  height: 60px;
  border: none;
  background: none;
  position: relative;
}

#language {
  position: absolute;
  right: 180px;
  top: 27px;
  font-size: 14px;
  z-index: 1000;
}

#language li {
  display: inline-block;
  padding: 0 5px;
}

#language li:first-child:after {
  content: "|";
  padding-left: 15px;
}

#mobile-head {
  width: 100%;
  height: 60px;
  z-index: 999;
  top: 0px;
  position: absolute;
}

#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -2000px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 0;
  box-shadow: 0px 1px 5px 0px #8c8c8c;
  -moz-box-shadow: 0px 1px 5px 0px #8c8c8c;
  -webkit-box-shadow: 0px 1px 5px 0px #8c8c8c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#global-nav ul,
#top-head.fixed #global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
  padding: 70px 0 10px;
  height: auto;
  width: 100%;
  border-bottom: 2px solid #f7941c;
}

#global-nav ul li,
#top-head.fixed #global-nav ul li {
  float: none;
  position: static;
  display: inline-block;
  line-height: normal;
}

#global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  color: #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  padding: 0 10px;
}

#global-nav ul li:after,
#top-head.fixed #global-nav ul li:after {
  content: "｜";
  display: inline-block;
  padding-left: 10px;
}

#global-nav ul li:last-of-type:after,
#top-head.fixed #global-nav ul li:last-of-type:after {
  content: none;
}

#global-nav ul li a:hover:after,
#top-head.fixed #global-nav ul li a:hover:after {
  color: #000000;
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  color: #f7941c;
}

#global-nav ul #event,
#top-head.fixed #global-nav ul #event {
  padding: 18px 0;
}

#global-nav .sub,
#top-head.fixed #global-nav .sub {
  position: relative;
  top: auto;
  background: #f4f4f4;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 20px 0 0;
  padding: 0;
}

#global-nav ul .tenkai,
#top-head.fixed #global-nav ul .tenkai {
  padding: 18px 0;
}

#global-nav ul .tenkai span {
  padding: 0;
}

#global-nav ul .tenkai li a,
#top-head.fixed #global-nav ul .tenkai li a {
  padding: 18px 5em 18px 0px;
  display: block;
  border-bottom: 1px dotted #555;
}

#global-nav p {
  padding: 10px 0;
  background: #f7941c;
}

#global-nav p a {
  color: #fff;
}

#top-head #global-nav ul .tenkai li:last-child a,
#top-head.fixed #global-nav ul .tenkai li:last-child a {
  border-bottom: none;
}

#nav-toggle {
  display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(2000px);
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
}

/* Toggle Button */
#nav-toggle {
  position: absolute;
  right: 40px;
  top: 25px;
  width: 25px;
  height: 20px;
  cursor: pointer;
  z-index: 1002;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #58595b;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

#top-head.fixed {
  box-shadow: 0px 5px 12px -3px #ccc;
}

/*---------------------
------------------  contents ---------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#contents {
  padding: 75px 0 100px;
}

/*---------------------
------------------  sec ---------------------------------------*/
.sec {
  position: relative;
}

.sec .notfull {
  width: 90%;
  margin: 0 auto;
}

#movie {
  width: 100%;
  margin: 0 auto;
  background: #000;
}

#movie video {
  width: 70%;
  margin: 0 auto;
}

#movie #movlink {
  display: block;
  background: #222;
  padding: 10px 0 120px;
}

#movie .movlink {
  margin: 20px auto;
  background: #222;
}

#movie #movlink span,
#movie .movlink span {
  color: #fff;
  padding: 0 0 10px;
  display: block;
  font-size: 18px;
}

#movie #movlink a,
#movie .movlink a {
  display: block;
  width: 320px;
  padding: 10px 0;
  background: #f7941c;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 20px;
  font-weight: bold;
}

#movie #movlink a .i-icon,
#movie .movlink a .i-icon {
  margin-left: 10px;
}

#mainimg {
  position: relative;
  background: #070002;
  text-align: center;
  z-index: 999;
  height: 800px;
}

#mainimg h2 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  width: 100%;
  top: 120px;
  z-index: 999;
}

#mainimg h3 {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  top: 170px;
  line-height: 1.2em;
  z-index: 999;
}

#mainimg #point {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 250px;
}

#mainimg #point li {
  display: inline-block;
  margin: 0 20px;
}

#mainimg .slides li {
  width: 100%;
  height: 800px;
  background-position: center center;
  background-size: cover;
  z-index: 997;
}

#mainimg .slides span {
  background: #000;
  width: 100%;
  height: 800px;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

#info {
  padding: 30px 0;
  background: #f7941c;
  color: #fff;
}

#info h2 {
  font-size: 2rem;
  padding: 0 0 30px;
  text-align: left;
}

.attention {
  margin-bottom: 30px;
}

.attention a {
  padding: 10px 0px;
  display: block;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  text-align: center;
}

.attention a:hover {
  padding: 15px 0px;
  border: 2px solid #999;
  background: #fff;
  color: #333;
}

#info ul {
  text-align: left;
}

#info ul li {
  padding: 0 0 20px 90px;
  position: relative;
}

#info ul li a {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  color: #fff;
  z-index: 999;
}

#info ul li span {
  font-size: 12px;
  padding: 0 30px 0 0;
  position: absolute;
  left: 0px;
}

#info #more {
  position: relative;
  height: 20px;
}

#info #more a {
  color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 999;
  position: absolute;
  right: 0px;
}

#info figure {
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: 998;
}

.infobo {
  width: auto;
  margin: -10px 0 0 0;
  display: block;
}

.infobo a {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #f7941c !important;
  background: #fff;
}

.infobo a:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: #f7941c;
}

#infoall .infobo {
  margin-top: 0px;
  margin-bottom: 10px;
}

#infoall .infobo a {
  border: 1px solid #f7941c;
  color: #fff !important;
  background: #f7941c;
}

#infoall .infobo a:hover {
  border: 1px solid #f7941c;
  color: #f7941c !important;
  background: #fff;
}

.point {
  position: relative;
  padding: 30px 0;
}

.point h2 {
  font-size: 2rem;
  line-height: 0.9em;
}

.point h2 span {
  display: block;
  font-size: 1.2rem;
}

.point h3 {
  font-size: 1.5rem;
  padding: 30px 0 20px;
  line-height: 1.3em;
}

.point h3 i {
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
  font-style: normal;
  padding-bottom: 5px;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.point h3 span {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: block;
  color: #f7941c;
}

.point section {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
}

.point section h2 {
  font-size: 1.1rem;
  color: #f7941c;
  font-weight: 500;
}

.point section p {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 30px;
}

#point-how dl dt {
  font-size: 1.1rem;
  color: #f7941c;
  font-weight: 500;
  vertical-align: middle;
}

#point-how dl dt img {
  height: 80px;
  vertical-align: middle;
  margin-right: 20px;
}

#point-how dl dd {
  padding: 0px 0 30px 100px;
  margin-top: -20px;
}

#point-how dl dd img {
  display: block;
  margin-top: 10px;
}

#point-how figure {
  margin-top: 20px;
}

#point-how section h3 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0px;
}

#point-how section h3.txt-blue {
  color: #27aae1;
}

#point-how section h3.txt-green {
  color: #8dc63f;
}

#point-why section h3 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0px;
  color: #f7941c;
}

#point-why figure {
  text-align: center;
}

#point-why h4 {
  font-size: 1.2rem;
  text-align: center;
  padding: 30px 0 0;
}

.contact {
  padding: 30px 0;
  text-align: center;
}

.contact li {
  display: inline-block;
  margin: 0 20px;
}

.contact li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #f7941c;
  border-radius: 5px;
  color: #000;
}

.contact li a:hover {
  border: 1px solid #f7941c;
  background: #f7941c;
  color: #fff;
}

#pageup {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#pageup:hover {
  bottom: 30px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/*---------------------
------------------  message ---------------------------------------*/
#message {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 60px;
}

#message h1 {
  font-size: 2rem;
  margin: 0 0 30px;
  text-align: center;
  line-height: normal;
}

#message h2 {
  text-align: center;
  color: #f7941c;
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 30px;
}

#message figure {
  text-align: center;
  padding-bottom: 20px;
}

#message figure img {
  border-radius: 50%;
}

#message .txtright {
  text-align: right;
  padding: 10px 0;
}

#message .txtleft {
  text-align: left;
}

#message .txtright span {
  display: block;
}

#message .at-txtcenter {
  width: 90%;
  margin: 0 auto;
  padding: 2%;
  background-color: #fff1d1;
  font-weight: bold;
  text-align: center;
}

#message .txtcenter {
  text-align: center;
  padding: 20px 0 10px;
  line-height: 1.4em;
}

#message .txtcenter a {
  font-weight: bold;
}

#message .txtcenter-sub {
  text-align: center;
  padding: 0 0 30px;
}

#message.news figure img {
  border-radius: 0;
}

#message.news .imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

#message.news .imglist li {
  width: 24%;
}

@media (max-width: 768px) {
  #message.news .imglist {
    margin-bottom: 1.2rem;
  }

  #message.news .imglist li {
    width: 40%;
  }
}

/*---------------------
------------------  company & president ---------------------------------------*/
#company {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 60px;
}

#company h1 {
  font-size: 2rem;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.3;
}

#company dl {
  width: 90%;
  margin: 0 auto;
}

#company dl dt {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 6px 0;
}

#company dl dd {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 6px 0 6px 10px;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

#map iframe {
  width: 100%;
  height: 500px;
}

#president {
  text-align: left;
  padding: 50px 0 60px;
}

#president h1 {
  font-size: 2rem;
  margin: 0 0 20px;
  text-align: center;
}

#president section {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#president section figure {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

#president section figure img {
  border-radius: 50%;
}

#president section div {
  display: inline-block;
  width: 89%;
}

#president section div h2 {
  font-size: 0.9rem;
  padding-bottom: 5px;
}

#president section div h3 {
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 5px;
}

/*---------------------
------------------  privacy ---------------------------------------*/
#privacypolicy {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 60px;
}

#privacypolicy h1 {
  font-size: 2rem;
  margin: 0 0 30px;
  text-align: center;
}

.privacy {
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
  font-size: 0.9em;
}

.privacy:last-of-type {
  padding-bottom: 60px;
}

.privacy h2 {
  font-size: 1.4em;
  border-bottom: 1px dotted #cbcbcb;
  font-weight: bold;
  margin-bottom: 15px;
}

.privacy h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 30px;
}

.privacy p {
  padding-bottom: 0px;
  width: 97%;
  margin: 0 auto;
}

.privacy p span {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}

.privacy p span em {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy dl {
  width: 80%;
  margin: 0 auto;
}

.privacy dl dt {
  padding: 15px 0 5px 0;
}

.privacy dl dd {
  padding-left: 20px;
}

.txtright {
  text-align: right;
}

/*---------------------
------------------  infoall ---------------------------------------*/
#infoall {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 30px;
}

#infoall h1 {
  font-size: 2rem;
  margin: 0 0 60px;
  text-align: center;
}

#infoall ul {
  text-align: left;
}

#infoall ul li {
  padding: 0 0 20px 90px;
  position: relative;
}

#infoall ul li a {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  color: #f7941c;
  z-index: 999;
}

#infoall ul li span {
  font-size: 12px;
  padding: 0 30px 0 0;
  position: absolute;
  left: 0px;
}

.news p {
  padding-bottom: 10px;
}

#message .newsin img {
  border-radius: 0;
}

.news .pdf-in {
  border: 1px solid #ccc;
  width: 80%;
  margin: 20px auto 20px;
}

.infodetail #message div {
  padding: 30px 0 10px;
}

.infodetail #message div h2 {
  color: #000;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.infodetail #message div dl {
  width: 98%;
  margin: 0 auto;
}

.infodetail #message div dl dt {
  width: 180px;
  display: inline-block;
  vertical-align: top;
}

.infodetail #message div dl dd {
  width: 530px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}

.infodetail #message div ul {
  width: 95%;
  margin: 0 auto;
}

.infodetail #message div ul li {
  padding-bottom: 5px;
}

.infodetail #message div ul li a {
  position: relative;
  padding-left: 1.2em;
}

.infodetail #message div ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: 0px;
  top: -2px;
}

/*---------------------
------------------  infoall ---------------------------------------*/
#ndi2021 {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

#ndi2021 h1 {
  font-size: 2rem;
  line-height: 0.9em;
  padding-bottom: 30px;
}

#ndi2021 h2 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 30px;
}

#ndi2021 #pdf {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 0;
}

#ndi2021 #pdf ul {
  padding: 0px 0 60px;
}

#ndi2021 #pdf ul li {
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
}

#ndi2021 #pdf ul li a {
  color: #000;
}

#ndi2021 #pdf ul li a .i-icon {
  margin-right: 8px;
  font-size: 20px;
}

#ndi2021 #movie {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff;
}

#ndi2021 #movie div {
  width: 28%;
  margin: 0 2% 60px;
  display: inline-block;
  vertical-align: top;
}

#ndi2021 #movie div figure {
  border: 1px solid #4d4d4d;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  display: block;
}

#ndi2021 #movie div figure:after {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  font-weight: 900;
  color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  margin-top: -0.25em;
  margin-left: -0.5em;
  font-size: 46px;
  position: absolute;
  display: block;
}

#ndi2021 #movie div p {
  padding-top: 20px;
  color: #000;
}

#ndi2021 #movie div a {
  display: block;
  transition: all 300ms 0s ease;
}

#ndi2021 #movie div a:hover {
  opacity: 0.6;
}

#ndi2021 #movie section {
  padding-top: 40px;
}

#ndi2021 #movie section h2 {
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

#ndi2021 #movie section video {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 80%;
}

#ndi2021 #movie section p {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

#ndi2021 #movie #back {
  padding: 20px 0;
  text-align: center;
}

#ndi2021 #movie #back a {
  display: inline-block;
  background: #fff;
  padding: 3px 10px;
  border-radius: 7px;
}

.ndi-modal h3 {
  text-align: center;
  padding: 10px 0 0;
  font-size: 1rem;
  font-weight: bold;
}

.ndi-modal p {
  text-align: left;
  padding: 10px 0 0;
}

.ndi-modal p span {
  font-size: 0.8rem;
  padding: 10px 0 0;
  display: block;
}

.ndi-modal .js-modal-close {
  padding: 20px 0 0;
  display: block;
}

.ndi-modal .modal__content video {
  width: 90%;
}

/*---------------------
------------------  footer ---------------------------------------*/
footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #58595b;
  color: #fff;
  height: 130px;
}

#footer span {
  margin-top: 10px;
  display: block;
  text-align: center;
}

#footer span a {
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

#footer span a .i-icon {
  margin-left: 7px;
}

#footer ul {
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
}

#footer ul li {
  display: inline-block;
  margin-bottom: 11px;
}

#footer ul li a {
  color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  padding: 0 10px;
}

#footer ul li:after {
  /* content: "｜";
  padding-left: 10px; */
}

#footer ul li:last-of-type:after {
  content: none;
}

#footer ul li:hover:after {
  color: #fff;
}

#footer ul li a:hover {
  color: #f7941c;
}

#footer ul .active {
  color: #f7941c;
  /* padding-left: 15px; */
}

#footer ul .active:after {
  /* content: "｜";
  display: inline-block;
  padding-left: 20px;
  color: #fff; */
}

footer #copyright {
  position: absolute;
  font-size: 14px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

#president ul {
  margin: 15px auto 0;
}

#president ul li a {
  display: inline-block;
  padding: 6px 15px;
  border: 1px dashed #f7941c;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px 20px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.modal__content video {
  width: 95%;
}

.js-modal-close {
  font-size: 32px;
  display: block;
  margin: 0 auto 0;
}

.desk {
  display: block;
}

.mobile {
  display: none;
}

.w25 {
  width: 33.3%;
  text-align: center;
  float: left;
}

.text-center {
  text-align: center;
}

.mrb10 {
  margin-bottom: 10px;
}

.policy {
  border: 1px solid #cccccc;
  background: linear-gradient(-90deg, #ffffff, #f2f2f2);
}

.policy dt {
  border-top: 1px solid #cccccc;
  float: left;
  padding: 10px !important;
}

.policy dd {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 10px !important;
  background-color: #ffffff;
}

.policy dt:first-child {
  border-top: none;
}

.policy dt:first-child+dd {
  border-top: none;
}

/*---------------------------------------  tablet ---------------------------------------*/

@media screen and (max-width: 1330px) {

  /* iphoneの独自装飾をクリア */
  input[type="submit"] {
    -webkit-appearance: none;
  }
}

/*---------------------------------------  smartphone ---------------------------------------*/

@media screen and (max-width: 780px) {
  .w25 {
    width: 100%;
  }

  #logo {
    left: 5px;
    top: 10px;
    width: 110px;
  }

  #mail {
    right: 70px;
    top: 73px;
  }

  #top-head {
    height: 110px;
  }

  #top-head h1 {
    left: auto;
    right: 10px;
    font-size: 0.8rem;
  }

  #top-head.fixed {
    height: 110px;
  }

  #language {
    position: absolute;
    right: auto;
    left: 20px;
    top: 80px;
  }

  #mobile-head {
    height: 110px;
  }

  #nav-toggle {
    right: 20px;
    top: 76px;
  }

  #global-nav ul,
  #top-head.fixed #global-nav ul {
    padding: 100px 0 10px;
  }

  #global-nav ul li,
  #top-head.fixed #global-nav ul li {
    width: 49%;
    padding: 0;
    margin-bottom: 10px;
  }

  #global-nav ul li:after,
  #top-head.fixed #global-nav ul li:after {
    content: none;
    padding-left: 0px;
  }

  #global-nav ul li:nth-of-type(even),
  #top-head.fixed #global-nav ul li:nth-of-type(even) {
    border-left: 1px solid #666;
  }

  #contents {
    padding: 110px 0 180px;
  }

  #movie video {
    width: 100%;
  }

  #mainimg {
    height: 700px;
  }

  #mainimg h2 {
    font-size: 1.7rem;
    top: 50px;
  }

  #mainimg h2.entype {
    top: 15px;
  }

  #mainimg h3 {
    font-size: 1.3rem;
    top: 90px;
  }

  #mainimg #point {
    top: 160px;
  }

  #mainimg #point li {
    display: block;
    margin: 10px 0 0;
  }

  #mainimg #point li img {
    width: 150px;
  }

  #mainimg .slides li {
    width: 100%;
    height: 700px;
  }

  #mainimg .slides span {
    height: 700px;
  }

  #info ul li {
    padding: 0 0 20px;
  }

  #info ul li span {
    display: block;
    padding: 0;
    position: relative;
    left: auto;
  }

  #info figure {
    width: 140px;
  }

  .infobo {
    width: auto;
    margin: -10px 0 0 0;
    display: block;
  }

  .infobo a {
    display: block;
  }

  .point h2 span {
    font-size: 1rem;
  }

  .point h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 30px 0 20px;
    line-height: 1.3em;
  }

  .point h3 i {
    width: 90%;
    text-align: left;
  }

  .point h3 span {
    font-size: 1rem;
  }

  .point .video {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
    margin: 0 auto;
  }

  .point .video iframe,
  .point .video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .point section {
    width: 90%;
    padding-bottom: 0px;
  }

  .point section h2 {
    text-align: center;
    line-height: 1.3em;
  }

  .point section p {
    width: 90%;
  }

  #point-how dl {
    width: 90%;
    margin: 0 auto;
  }

  #point-how dl dt {
    text-align: center;
  }

  #point-how dl dt img {
    height: 70px;
    display: block;
    margin: 0px auto 5px;
  }

  #point-how dl dd {
    padding: 0 0 30px 0;
    margin-top: 10px;
  }

  #point-how dl dd img {
    display: block;
    margin-top: 10px;
  }

  #point-how figure {
    margin-top: 20px;
  }

  #point-how section h3 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
  }

  #point-how section h3.txt-blue {
    color: #27aae1;
  }

  #point-how section h3.txt-green {
    color: #8dc63f;
  }

  #point-why section h3 {
    text-align: center;
  }

  .contact li a {
    padding: 5px 10px;
  }

  #company {
    width: 80%;
    padding: 50px 0 30px;
  }

  #company h1 {
    font-size: 1.7rem;
  }

  #company dl {
    width: 100%;
  }

  #company dl dt {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    font-weight: 500;
  }

  #company dl dd {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }

  .policy {
    padding: 0px;
    border: 0;
  }

  .policy h1 {
    font-size: 1.7rem;
  }

  .policy dt {
    border: 0;
    background: #f2f2f2;
    display: block;
    width: 100%;
    padding: 10px !important;
    font-weight: 800;
  }

  .policy dd {
    border: 0;
    display: block;
    width: 100%;
    padding: 10px !important;
  }

  #president {
    padding: 50px 0 30px;
  }

  #president h1 {
    font-size: 1.7rem;
  }

  #president section {
    width: 80%;
  }

  #president section figure {
    display: block;
    width: 20%;
    margin: 0 auto 10px;
  }

  #president section div {
    display: block;
    width: 100%;
  }

  #president section div h2 {
    text-align: center;
  }

  #president section div h3 {
    font-size: 1.1rem;
    text-align: center;
  }

  #message {
    width: 80%;
    padding: 50px 0 30px;
  }

  #message h1 {
    font-size: 1.7rem;
  }

  #infoall h1 {
    font-size: 1.7rem;
    margin: 0 0 30px;
  }

  #infoall ul li {
    padding: 0 0 20px;
  }

  #infoall ul li span {
    display: block;
    padding: 0;
    position: relative;
  }

  #infoall figure {
    width: 140px;
  }

  #infoall .infobo {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  #footer {
    height: 170px;
  }

  #footer span,
  #footer ul {
    font-size: 0.75rem;
  }

  #footer span,
  #footer ul {
    font-size: 0.65rem;
  }

  #footer ul li {
    margin-bottom: 0;
  }

  footer #copyright {
    bottom: 10px;
    /*  left: auto; */
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  #privacy {
    width: 80%;
    padding: 50px 0 30px;
  }

  #privacy h1 {
    font-size: 1.7rem;
  }

  .modal__content {
    width: 95%;
  }

  .infodetail #message div dl {
    width: 100%;
  }

  .infodetail #message div dl dt {
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
  }

  .infodetail #message div dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }

  #ndi2021 #movie div {
    width: 45%;
    margin: 30px 2% 0;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  #movie #movlink {
    padding: 10px 0 400px;
  }
}

.report {
  max-width: 900px;
  margin: 0 auto;
  width: 92%;
  padding: 3.6rem 0;
}

.report_ttl {
  background-color: #f7941c;
  color: #ffffff;
  padding: 15px 5px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 1.7rem;
}

.report_gr {
  margin-bottom: 5.5rem;
}

.report_list {
  text-align: left;
  margin-bottom: 2.7rem;
  font-size: 18px;
  line-height: 1.8;
}

.report_list li a {
  text-decoration: underline;
}

.rp_ttl {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  margin-bottom: 1.2rem;
  line-height: 1.27;
}

.report_dsec {
  text-align: left;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.photo_col01 {
  display: block;
  margin-bottom: 1.5rem;
}

.photo_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.photo_col .photo {
  width: 45%;
}

.photo_col .photo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .report_ttl {
    font-size: 26px;
  }

  .photo_col {
    display: block;
  }

  .photo_col .photo {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}

.user_note {
  border: 4px solid #c31111;
  box-sizing: border-box;
  padding: 1.7rem;
  margin-top: 2.5rem;
}

.user_note_ttl {
  color: red !important;
  line-height: 1.27;
}

.user_note_desc {}

.user_note_note {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .user_note {
    width: 95%;
    margin: 1.5rem auto 0;
    padding: 1.2rem 0.98rem;
  }
}

.table_under_nots {
  margin-top: 1.3rem;
  max-width: 680px;
  margin-left: auto;
  text-align: left;
}

.high {
  text-decoration: underline;
  font-weight: 600;
  color: red;
  background-color: #fff2d5;
}

.ttl_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -110px !important;
  padding-top: 110px;
}

.ttl_col .text {
  width: 50%;
}

.ttl_col .right {
  font-size: 0.88em;
}

.ttl_col .link {
  color: #296ba8;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ttl_col {
    flex-flow: column;
  }

  .ttl_col .text {
    width: 100%;
  }
}