@charset "utf-8";

@import url("header.css");
@import url("nav.css");
@import url("footer.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*
body * { border:0.02px solid #000000; background:rgba(000,000,000,0.1)}
*/

html,
body {
 width: 100%;
 font-size: 62.5%;
 color: #333;
}

html {}

body {}

#wrap {
 position: relative;
 min-width: 1024px !important;
 overflow-x: hidden !important;
}

.showPc {}

.showSp {
 display: none;
}

@media only screen and (max-width: 1024px) {

 html,
 body {}
}

@media only screen and (max-width: 640px) {

 html,
 body {
  width: 640px;
  min-width: 640px;
  /* font-size: 106.67%; */
  font-size: 90%;
 }

 #wrap {
  width: 640px !important;
  min-width: 640px !important;
 }

 .showPc {
  display: none !important;
 }

 .showSp {
  display: block;
 }
}

/* --------------------------------------------

変数設定

---------------------------------------------- */
:root {}

/* --------------------------------------------

fonts

---------------------------------------------- */
body,
input,
select,
select option,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Noto Sans JP', sans-serif;
 font-optical-sizing: auto;
 font-weight: 300;
 font-style: normal;
 font-size: 1.8rem;
 line-height: 1.4;
 letter-spacing: 0.05em;
}

body,
input,
select,
select option,
textarea,
table,
th,
td,
p {
 font-weight: 300;
 font-style: normal;
 font-feature-settings: "palt";
 text-align: justify;
 text-justify: inter-ideograph;
}

p {
 line-height: 2;
}

b,
strong {
 font-weight: 700;
}

small {
 display: inline-block;
 font-size: 0.85em;
}

a {
 color: #333;
 text-decoration: none;
 transition: 0.3s;
}

a:hover {}

a img {}

a:hover img {}

/* セレクト時の色指定 */
::selection {
 background: rgba(222, 198, 11, 0.25);
}

::-moz-selection {
 background: rgba(222, 198, 11, 0.25);
 /*Firefox*/
}

.ff-en {
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
 font-variation-settings: "wdth" <width>;
}


.flex {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {

 body,
 input,
 select,
 select option,
 textarea,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  font-size: 1.6rem;
 }
}

/* --------------------------------------------

下層ページ共通　ページタイトル

---------------------------------------------- */
.pageTitle {
 display: flex;
 width: 94%;
 max-width: 1200px;
 height: 120px;
 margin: 80px auto;
 background: linear-gradient(180deg, #08368b 43%, #1b1464);
}

.pageTitle h1 {
 margin: auto;
 font-size: 2.8rem;
 font-weight: bold;
 color: #fff;
 letter-spacing: 0.12em;
}

@media only screen and (max-width: 640px) {
 .pageTitle {
  height: 80px;
  margin: 60px auto;
 }

 .pageTitle h1 {
  font-size: 2rem;
 }
}


/* --------------------------------------------

下層ページ共通　contents

---------------------------------------------- */
#contents .contentsWrap {
 width: 90%;
 max-width: 800px;
 margin: 0 auto 110px;
}

#contents .contents_title {
 display: inline-block;
 margin-bottom: 50px;
 font-size: 2.8rem;
 font-weight: bold;
 color: #083686;
 border-bottom: 3px solid #083686;
}

#contents .contents_inner {
 width: 90%;
 margin: 0 auto;
}

@media only screen and (max-width: 640px) {
 #contents .contentsWrap {
  width: 94%;
  margin: 0 auto 80px;
 }

 #contents .contents_title {
  font-size: 2rem;
 }
}


/* --------------------------------------------

ボタン

---------------------------------------------- */
.btn {
 display: block;
 width: 15em;
 margin: 0 0 0 auto;
 padding: 1.2em;
 font-size: 1.5rem;
 /* font-weight: bold; */
 color: #fff;
 text-align: center;
 border-radius: 5em;
 background-color: #083686;
 transition: 0.3s;
}

.btn:hover {
 background-color: #0357aa;
}

@media only screen and (max-width: 640px) {
 .btn {
  width: 16em;
  margin: 0 auto;
 }
}


/* --------------------------------------------

校正用　制作中ページ

---------------------------------------------- */
.pendPagesBody {
 height: 100vh;
 background: #000;
}

.pendPagesBody #wrap::before,
.pendPagesBody #wrap::after {
 display: none !important;
}

/*html,body {
 background-image: url(../_00/mockup.jpg);
 background-size: 1780px;
 background-position: top center;
 background-repeat: no-repeat;
 background-color: #fff;
 }*/

.pendPages {
 position: fixed;
 z-index: 1;
 top: 150px;
 right: 10%;
 width: 80%;
 font-size: 1.8rem;
 color: red;
 font-weight: 500;
 line-height: 50px;
 color: #fff;
 text-align: center;
 border: 2px solid #fff;
 background: rgba(255, 0, 0, 0.65);
 z-index: 10;
}

.pendImageWrap {
 position: relative;
 left: 50%;
 width: 1366px;
 height: 760px;
 top: 65px;
 margin-left: calc(-1366px / 2);
 margin-bottom: 150px;
 overflow: scroll;
 overflow-y: scroll;
}

.pendImage {
 display: block;
 /*position: relative;
 left: 50%;
 width: 1366px;
 margin-left: calc(-1366px / 2);*/
}

.pendImage img {}

@media only screen and (max-width: 640px) {
 .pendImage {
  /*width: 120vw;
  margin-left: -60vw;*/
 }
}