@charset “utf-8”;

@font-face {
	font-family: "AX";
	src: url("AxisStd-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
	font-family: "AX";
	src: url("AxisStd-Medium.otf") format("opentype");
  font-weight: Medium;
}
@font-face {
	font-family: "AX";
	src: url("AxisStd-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
	font-family: "DN";
	src: url("Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
}
*{
  margin: 0;
  padding: 0;
}
html {
  font-family:"AX";
  font-weight: bold;
  color: #3a3a3a;
  scroll-behavior: smooth;
}
body {
  position: relative;
}
a {
  text-decoration: none;
}
.white{
  color: #ffffff!important;
}
.gray{
  color: #3a3a3a;
}
.light_gray {
  color: #5a5a64;
}
.reg {
  font-weight: normal;
}
.mid {
  font-weight: 500;
}
.bol {
  font-weight: 
}
.clear {
  clear:both
}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
}
.margin_reset {
  margin: 0 !important;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_up ここまで
----------------------------*/

/*----------------------------
フッター到達時非表示
----------------------------*/

.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/*----------------------------
フッター到達時非表示ここまで
----------------------------*/
/*----------------------------
fade_display
----------------------------*/

.farstbox {
    display: none;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*----------------------------
fade_display ここまで
----------------------------*/

/*----------------------------
4Kディスプレイ対応TOPビジュアル
----------------------------*/
@media screen and (min-width: 1921px) {
	.topview {
	  background-image: url(../img/bg_top_01_4k.jpg);
	  background-position: left;
	  background-position: top;
	  background-repeat: no-repeat;
	  width: 100%;
	  padding-bottom: 20px;
		background-size: cover;
	}
	.topview5 {
	  background-image: url(../img/bg_top_05_4k.jpg);
	}
	.topview4 {
	  background-image: url(../img/bg_top_04_4k.jpg);
	}
	.topview3 {
	  background-image: url(../img/bg_top_03_4k.jpg);
	}
	.topview2 {
	  background-image: url(../img/bg_top_02_4k.jpg);
	}
	.topview1 {
	  background-image: url(../img/bg_top_01_4k.jpg);
	}
}
/*----------------------------
4Kディスプレイ対応TOPビジュアルここまで
----------------------------*/

.top_h2 {
  font-size: 3em;
  line-height: 1.5em;
  text-shadow: 0px 0px 5px #000000; 
  padding: 30px 0;
}
.top_p {
  font-size: 1.5em;
  line-height: 1.6em;
  text-shadow: 0px 0px 5px #000000; 
}
.topview {
  background-image: url(../img/bg_top_01.jpg);
  background-position: left;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 20px;
	background-size: cover;
}
.topview5 {
  background-image: url(../img/bg_top_05.jpg);
}
.topview4 {
  background-image: url(../img/bg_top_04.jpg);
}
.topview3 {
  background-image: url(../img/bg_top_03.jpg);
}
.topview2 {
  background-image: url(../img/bg_top_02.jpg);
}
.topview1 {
  background-image: url(../img/bg_top_01.jpg);
}
.topcont {
  padding-top: 13%;
  margin-left: 5vw;
  padding-bottom: 7%;
}

.scroll_bar {
  text-align: center;
  margin-top: -115px;
}

.con1_box {
  text-align: center;
  font-size: 1.3em;
  margin-top: 50px;
}

.undre_line {
  border-top: 6px solid #95a6b7;
  max-width: 200px; 
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.important {
  font-size: 1.2em;
}

.element {
  font-size: 1.7em;
}

.hidden {
  display: none;
}

button {
  width: 60%;
  height: 70px;
  font-size: 2vw;
  font-weight: bold;
  /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
  cursor: pointer;
}
.button_ele {
  background-color: #95a6b7; 
  color: #ffffff;
  padding:10px 20px;
  border-radius: 35px;
  border: none;
	line-height: 56px;
}

.ele_txt {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.ele1 {
  margin-top: 150px;
  float: left;
  width: 33%;
  position: relative;
}
.ele_con {
  margin-top: 100px; 
}
.modal {
  background: rgba(255, 255, 255, 0.9);
  height: 500px;
  width: 80%;
  padding: 100px 50px;
  border-radius: 4px;
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
/*閉じるボタン*/
.round_btn {
  display: block;
  position: absolute;
  margin-top: 50px;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
	transform: translateX(-50%);
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*閉じるボタンここまで*/

.kihon_head {
  background-color: #3a3a3a;
  text-align: center;
  line-height: 4em;
  font-size: 2.5vw;
  margin-top: 200px;
}

.menu_box {
  padding-top: 100px;
  background-color: #95a6b7;
  padding: 0 5% 200px 5%;
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  position: static;
}

.menu_box a {
  color: #95a6b7;
}

.menu_disc {
  text-align: center;
  font-size: 2em;
  padding-top: 100px;
  margin-bottom: 100px;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.kihon_menu,.option_box {
  width: 100%;
  min-height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  color: #95a6b7;
  float:left;
}

.kihon_pac {
  text-align: center;
  font-size: 2vw;
  line-height: 3em;
  background-color: #3a3a3a;
  border-radius: 10px 10px 0 0;
}

.kihon_no {
  font-family: "DN";
  font-weight: normal;
  font-size: 1.3em;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.kihon_4menu {
  margin: 1vw 3vw;
}

.menu_box ul li {
  list-style: none;
  font-size: 2vw;
  line-height: 1.3em;
  padding: 20px 10px;
}

.kihon_4menu li {
  display: grid;
  grid-template-columns: 1fr 8fr;
  border-bottom: 2px solid #95a6b7;
  position: relative;
	grid-auto-flow: column;
	align-items: center;
}

.kihon_4menu li:last-child {
  border: none;
}

.kihon_4menu li::after {
  content: "";
  background: url(../img/link_btn.png);
  width: 50px;
  height: 50px;
}

.kihon_con {
  padding-left: 20px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.menu_plus {
  float:left;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -30%;
  width: 10vw;
}

.option_menu li {
  margin: 20px 20px; 
  background-color: #eff2f4;
  text-align: center;
  position: relative;
}

.option_menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../img/link_btn.png);
  width: 50px;
  height: 50px;
	transform: translateY(-50%);
}

.option_con {
    padding: 77px 10px!important;
}

.kihon_info_box {
  background-color: #eff2f4;
  padding: 0 8% 10vw 8%;
}

.kihon_info_head {
  text-align: center;
}

.kihon_sub_title {
  color:#999999;
}

.kihon_info_title {
  font-size: 2.5vw;
  text-align: center;
  padding: 100px 0 0 0 ;
}

.under01 {
  margin-top: 20px;
}

.kihon_info01 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.25); 
  background-color: #ffffff;
  display: grid;
  grid-template-columns: max-content auto;
  margin-bottom: 10vw;
  grid-template-areas:
      "area1 area2"
      "area1 area3"
      "area1 area4"
      "area1 area5";
  grid-template-rows: max-content max-content max-content 1fr auto;
}

.kihon_eyecatch {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 5;
  margin-right: 0;
  width: 16vw;
}

.kihon_info_no {
  font-family: "DN";
  font-weight: normal;
  font-size: 10vw;
  position: absolute;
  top: -8vw;
  left: 4vw;
  color: #95a6b7;
}

.kihon01_title {
  font-size: 2vw;
  line-height: 5vw;
	margin: 3vw 0;
	background-color: #3a3a3a;
	color: #ffffff;
	padding-left: 2vw;
}

.kihon_info_dis {
  font-size: 1.2vw;
  font-weight: normal;
	padding-left: 2vw;
}

.kihon_info_dis1 {
  font-size: 1.2vw;
  border-bottom: 2px solid #95a6b7;
  vertical-align:bottom;
  margin-top: 1vw;
  margin-bottom: 1vw;
	margin-left: 2vw;
}
.kihon_info_dis1 img {
  width: 1.2vw;
}

.kihon_ex {
  font-size: 1.2em;
  position: relative;
  top:0px;
}

.kihon_ex_con {
  font-size: 1.2vw;
	padding-left: 2vw;
}

.info_circle {
  color: #95a6b7;
}

.kihon_info02 {
  position: relative;
  padding-left: 0px;
  padding-right: 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.25); 
  background-color: #ffffff;
  display: grid;
  margin-bottom: 10vw;
  grid-template-areas:
      "area1 area2 area5"
      "area1 area3 area5"
      "area1 area4 area5";
  grid-template-rows: 11vw max-content auto;
  grid-template-columns: max-content 39vw auto;

}
.kihon_info02 .kihon_eyecatch {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 4;
}

.kihon_info_dis_sec {
  grid-column-start: 2;
  grid-column-end: 2;
  font-size: 1.2vw;
}

.kihon_info_dis2 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  font-size: 1vw;
	margin-left: 2vw;
}

.kihon_flow_pic {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  padding: 3vw 3vw 3vw 0;
}

.kihon_flow_pic img {
  max-width: 100%;
}

.custom_menu {
  padding: 0 5% 10vw 5%;
}

.custom_menu_head {
  text-align: center;
}

.crisis_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
      "area1 area2 area3";
  grid-column-gap: 2vw;
}

.crisis_box {
  background-color: #eff2f4;
  color: #5a5a64;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25); 
  padding: 3vw 0;
  display: grid;
  grid-template-rows: max-content 10vw max-content max-content;
}

.crisis_innerbox {
  text-align: center;
}

.crisis_no {
  color: #95a6b7;
  font-size: 4vw;
  font-family: "DN";
  font-weight: normal;
}

.crisis_title {
  font-size: 2vw;
  line-height: 1.2em;
  padding: 2vw 0;
}

.crisis_img {
  width: 100%;
}

.crisis_txt {
  font-weight: normal;
  font-size: 1.1vw;
	padding:1vw 3vw 0; 
}

.crisis_info_dis1 {
  font-size: 1vw;
  border-bottom: 2px solid #95a6b7;
  vertical-align:bottom;
  margin-top: 1vw;
  margin-bottom: 1vw;
	margin-left: 2vw;
	margin-right: 2vw;
}
.crisis_info_dis1 img {
  width: 1.2vw;
}
.crisis_ex_info {
	padding-left: 2vw;
	padding-right: 2vw;
	font-size: 1vw;
}
.crisis_ex {
  font-size: 1.2em;
  position: relative;
  top:-1px;
}

.gray_box {
  background-color: #eff2f4;
}

.ipo_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
      "area1 area2 area3";
  grid-column-gap: 2vw;
}

.ipo_box {
  background-color: #ffffff;
  color: #5a5a64;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25); 
  padding: 3vw 0;
  display: grid;
  grid-template-rows: max-content 8vw max-content 11vw max-content;
}

.ipo_innerbox {
  text-align: center;
}

.ipo_no {
  color: #95a6b7;
  font-size: 4vw;
  font-family: "DN";
  font-weight: normal;
}

.ipo_title {
  font-size: 2vw;
  line-height: 1.2em;
  padding: 2vw 0;
}

.ipo_img {
  width: 100%;
}

.ipo_txt {
  font-weight: normal;
  font-size: 1.1vw;
	padding: 0 2vw;
}

.ipo_info_dis1 {
  font-size: 1vw;
  border-bottom: 2px solid #95a6b7;
  vertical-align:bottom;
	margin:1vw 2vw;	
}
.ipo_info_dis1 img {
  width: 1.2vw;
}

.ipo_ex {
  font-size: 1.2em;
  position: relative;
  top:-1px;
}
.ipo_ex_info {
	margin: 0 2vw;
	font-size: 1vw;
}
.atention {
	color: #dd3333;
	font-size: 1vw;
	margin: 0 2vw;
}
.under_posi {
	margin-top: 2vw;
	display: block;
	text-align: center;
	font-size: 1.5vw;
}
.greeting_menu {
  padding: 0 24vw 5vw 24vw;
  background-image: url(../img/comme_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

.greeting_title {
  padding-top: 8vw;
}

.greeting_menu_head {
  text-align: center;
}

.greeting_headline1,.greeting_headline2 {
  font-size: 2.4vw;
  line-height: 1.8em;
}

.greeting_headline2 {
  margin-top: 3vw;
}

.greeting_txt1,.greeting_txt2 {
  font-weight: normal;
  margin-top: 3vw;
  font-size: 1.1vw;
}

.sign {
  margin-top: 5vw;
  display: block;
  text-align: right;
}

.sign img {
  width: 25vw;
}

.form_wrap {
  padding: 0 24vw 5vw 24vw;
  position: relative;
}

.form_area dl dt {
	display: block;
}

.form_area dl .req_label::after {
	content: "※必須"!important;
	display: inline!important;
  height: auto!important;
	visibility: unset!important;
	color: #ff0000;
	font-weight: normal;
  font-size: 0.5em;
}
input {
  height: 2.5em;
}
::placeholder {
  color: #9b9b9b;  
}

.form_title {
  height: 3em;
}

.form_txt {
  height: 15em;
}

.submit {
  background-color: #569cef;
  padding: 0.7em 10vw;
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  border: none;
  border-radius: 40px;
  display: block;
}

.footer {
  background-color: #000000;
  height: 250px;
  color: #ffffff;
  padding: 2em 24vw 0.5em 24vw;
  font-weight: normal;
  display: block;
  position: relative;
}

.foot_link {
  display: grid;
  grid-template-rows: max-content max-content max-content max-content;
}

.foot_link a {
  color: #ffffff;
}

.copyright {
  position: sticky;
  top: 100vh;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}


/*fixbtn*/
.btn_contact {
  position: fixed;
  top:100px;
  right: 0px;
}
.btn_contact img {
  width: 3em;
}
.btn_gotop {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}


/*page_about用*/

.topview_about {
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 22vw;
  position:relative; 
}
.topcont_about {
  background-color: rgba(0,0,0,0.7);
  display: grid;
  grid-template-columns: max-content auto;
  position: relative;
  padding: 20px 0px 20px 20px;
}

.topview_about_logo {
  height: 2.5em;
}

.about_nav {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.bout_nav a {
  color: #ffffff;
  margin-left: 20px;
}


.top_h2_about {
  font-size: 2vw;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.company_info_box {
  margin: 0 18vw;
}


.company_info_box dl dt {
  text-align-last: justify;
  float: left ;
  clear: left ;
  margin-right: 3vw ;
  width: 8vw;
  font-size: 1.5vw;
  font-weight: normal;
  padding: 1vw 0;
  border-bottom: 1px solid #95a6b7; 
}

.company_info_box dl dd {
    font-size: 1.5vw;
    font-weight: normal;
    padding: 1vw 0;
    border-bottom: 1px solid #95a6b7; 
}

.company_info_box {
  margin: 0 15vw;
}
.company_map{
  margin: 8vw 5vw 2vw 5vw;
}
.company_info_box dl dt,.company_info_box dl dd {
  font-size: 1.2vw;
}
.company_map {
  margin: 8vw 15vw 2vw 15vw;
  filter: grayscale(100%); -webkit-filter: grayscale(100%);
}

.privacy_box {
  margin: 8vw 15vw 2vw 15vw;
  font-size: 1vw;
	position: relative;
}

.privacy_box ul {
  margin-bottom: 2em;
}

.privacy_box ul li {
  list-style-type: none;
}
.top_h2_about {
  font-size: 3vw;
  top:63%;
  width: 100%;
  text-align: center;
}
.access {
  width: 23em;
  margin-left: auto;
}