@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

html {
  font-size: 62.5%;
}
body {
  color:#222;
  font-size: 1.5rem;
  box-sizing: border-box;
  margin:0;
  padding:0;
  line-height: 175%;
  font-family: 'Avenir',"Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color:#f9f7f4;
}
* {
  box-sizing: border-box;
}
body *{
  box-sizing: inherit;
}
a {
  color:#1a6fc4;
  text-decoration: none;
}
p {
  margin: 0 0 0.8rem;
  line-height: 175%;
}
ul{
  margin:0;
  padding: 0;
}
sup{
  color:#1961bb;
}
a:visited, header a:visited {
  text-decoration:none;
}
h2 {
  position: relative;
  font-size: 2.8rem;
  color:#40494f;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 120%;
  text-align: center;
  margin:0 auto 3rem;
  padding:1rem 0 2rem;
}
h2:before{
  position: absolute;
  display: block;
  content: "";
  bottom:0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
  background:#37a0c8;
}
h3 {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #254678;
  text-align: left;
  letter-spacing: 0;
  line-height: 140%;
  margin:0 auto 1rem;
  padding: .5rem 0 1rem;
}
h4 {
  margin:0 0 1rem;
  padding:0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}
h5 {
  margin:0;
  padding:.5rem 0 .5rem;
  color: #1a6fc4;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
img{
  width:100%;
  vertical-align: top;
}
.red{
  color:rgb(230, 57, 4)!important;
}
.blue{
  color:#0058cf!important;
}
.underline{
  border-bottom:1px solid #0058cf;
}
.center{
  text-align: center!important;
}
.left{
  text-align: left!important;
}
.right{
  text-align: right!important;
}
.nowrap{
  white-space: nowrap;
}
.break{
  display: inline-block;
}
.block{
  width:100%;
  display: block;
}
.hide{
  display: none!important;
}
.bold{
  font-weight: bold;
}
.shift{
  margin-left: 1rem;
}
.clear{
  display: block;
}
.clear:after{
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}
.ease-out{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mgn0{
  margin:0;
}
.mgn-t5{
  margin-top:5px;
}
.mgn-b20{
  margin-bottom:10px;
}
.sup-text{
  position: relative;
  font-size: 60%;
  vertical-align: top;
  top:-0.5em;
  color: #0058cf;
}
.link-adjust{
  display: block;
}
.link-adjust:before{
  display: block;
  height: 74px;
  margin-top: -74px;
  content: "";
  visibility: hidden;
}
a.anchor{
  display: block;
  padding-top:126px;
  margin-top:-126px;
}
.container{
  width: 100%;
  min-height: 750px;
  margin: 76px 0 0;
  padding:0 0;
  box-sizing: border-box;
  vertical-align: bottom;
  overflow: hidden;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  background:#fff;
  z-index: 1000;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
header .inner{
  width: 1200px;
  height: 74px;
  margin: 0 auto;
  padding:15px 10px 5px;
}
#header-inner:after{
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
}
header .logo{
  display: block;
  width: 16%;
  float: left;
  margin-top: 5px;
}
header h1{
  margin:0;
  padding:0;
}
header .logo-gpm {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
header .logo-gpm a {
  display: inline-block;
  margin:0 auto;
  padding:0;
  line-height: 100%;
}
header .logo-gpm img {
  width: 200px;
  height: auto;
  margin:0;
  padding:0;
}
#header .contact{
  margin-left: 10px;
}
#header .contact a, #header .info a{
  color:#fff;
  border-bottom:1px solid #fff;
}
.snav, #snav{
  display: none;
}
/*megamenu*/
.menu {
  display: flex;
  position: relative;
}
.menu .menu_list {
  width: 33.33%;
}
.menu .menu_list > a {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  text-align: center;
  transition: .3s;
}
.menu .menu_list > a:hover {
  color: #fff;
  background: #fb4343;
}
 
/* ②メガメニューのスタイル */
.menu_contents {
  background: #fb4343;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.menu_contents li {
  width: 100%;
}
.menu_contents li a {
  color: #fff;
}
/**/
#gnav{
  position: relative;
  display: block;
  float: right;
  width:100%;
  margin:0 auto;
}
#gnav ul{
  margin:0;
  padding: 0;
}
#gnav .parent{
  width:100%;
  margin:0 auto 1.5rem;
  padding:0 50px 0 0;
  height:46px;
}
#gnav .parent > li {
  width:calc(100%/6);
  float:left;
  display:block;
}
#gnav .parent > li a{
  display:block;
  height:50px;
  margin:0 3% 0 0;
  padding:16px 5px;
  color:#254678;
  font-size:15px;
  font-weight: 600;
  text-align:center;
  line-height: 120%;
  background-color: #eeeceb;
  transition:all 0.2s;
}
#gnav .parent > li a:hover{
  background-color:#dedcdb;
  transition: ease-in-out;
  transition:all 0.8s;
}

#gnav .parent > li.h a{
  display:block;
  height:50px;
  margin:0 3% 0 0;
  padding:8px 5px;
  color:#254678;
  font-size:15px;
  font-weight: 600;
  text-align:center;
  line-height: 100%;
  background-color: #eeeceb;
  transition:all 0.2s;
}
#gnav .parent > li.h a:hover{
  background-color:#dedcdb;
  transition: ease-in-out;
  transition:all 0.8s;
}




.current a, .current .child{
  color: #fff!important;
  background-color:#254678!important;
}
.child .current:after{
  display:none!important;
}
#gnav .child{
  position:absolute;
  display:none;
  left:0;
  top:48px;
  width:100%;
  padding:2rem;
  z-index:1;
  list-style: none;
  background-color:#dedcdb;
}
#gnav .child li{
  width: 32%;
  float: left;
}
#gnav .child .overview{
  width: 49%;
  float: left;
}
#gnav .child li a{
  display:block;
  position: relative;
  height: auto;
  padding:4px 6px 1px 15px;
  font-size:14px;
  color:#254678;
  text-align: left;
  background-color:#dedcdb;
  transition:all 0.2s;
}
#gnav .child li a:before{
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border: transparent;
  border-top: 2px solid #37a0c8;
  border-right: 2px solid #37a0c8;
  transform: rotate(45deg);
}
#gnav .child li a:hover{
  color:#0068e4;
}
.bt-lang{
  position: absolute;
  top:0;
  right: 0;
  text-align: center;
}
.bt-lang a{
  display:block;
  width:50px;
  height: 50px;
  padding:12px 8px;
  color: #fff!important;
  font-weight: 600;
  font-size: 16px;
  background-color: #bdb24d;
}
/**/
.submenu{
  display: none;
}
#page-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index:100;
}
#page-top a {
  border-radius: 6px;
  background-color: #fff;
  color: #37a0c8;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  padding: 36px 16px 8px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#page-top a:before{
  display: block;
  position: absolute;
  content: "";
  top: -16px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -12px;
  border-left: 4px solid #37a0c8;
  border-top: 4px solid #37a0c8;
  transform: rotate(45deg);
}
#page-top a:hover {
  background-color: #fafafa;
  text-decoration: none;
}
/**footer**/
footer{
  width:100%;
  background-color: #eeeceb;
}
footer .inner{
  padding:2rem 0 1rem;
}
.footer-banner{
  width:100%;
  text-align: center;
  padding:0;
}
.footer-banner ul{
  display: inline-block;
  margin:0 auto;
  padding-left: 0;
}
.footer-banner li{
  display: block;
  float: left;
  max-width:200px;
  width:calc(100% / 3) ;
}
.footer-banner li a{
  display: block;
  margin:0 2%;
  padding: 5px;
  background:#fff;
  border: 2px solid #fff;
}
.footer-banner a{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer-banner a:hover{
  border: 2px solid #1a6fc4;
}
.social ul{
  display: block;
  margin:1rem auto;
  text-align: center;
}
.social li{
  display: inline-block;
  max-width:40px;
  margin:0 10px;
}
.social li a{
  display: block;
}
.social .icon35 img{
  max-width:35px;
}
.social a{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.social a:hover{
  background:#eee;
}
.contact{
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.copyright{
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
}
/*animation*/
@keyframes fade-in {
  from {
  opacity: 0;
  transform: translateY(20px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
/**contents**/
.inner{
  width: 1200px;
  margin: 0 auto!important;
  padding: 2rem 0;
}
.bt-link{
  display: inline-block;
}
.bt-link a{
  display: inline-block;
  position:relative;
  width: 100%;
  margin-bottom: .5rem;
  padding: 1rem 1rem 1rem 2.4rem;
  text-align: left;
  color:#ccc;
  border: 1px solid #ccc;
}
.bt-link a:before{
  display: block;
  position:absolute;
  content:"";
  left: 1rem;
  top: 1.6rem;
  border:5px solid transparent;
  border-left:6px solid #ccc;
}
.link-site, .link-access, .link-pdf, .link-word, .link-excel, .link-zip, .link-tar, .link-page, .link-youtube{
  position: relative;
  display: block;
  margin: .5rem 0;
  padding:0 0 0 2.5rem;
  line-height: 140%;
}
.link-site:before{
  display: block;
  position: absolute;
  content: "";
  top:3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image:url(../images/icon-sitelink.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-page:before{
  display: block;
  position: absolute;
  content: "";
  top:3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image:url(../images/icon-pagelink.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-access:after{
  display: block;
  position: absolute;
  content: "";
  top:2px;
  left: -1px;
  width: 20px;
  height: 20px;
  background-image:url(../images/icon-access.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
.link-pdf:after{
  display: block;
  position: absolute;
  content: "";
  top:2px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-excel:after, .link-word:after{
  display: block;
  position: absolute;
  content: "";
  top:2px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-excel.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-zip:after{
  display: block;
  position: absolute;
  content: "";
  top:2px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-zip.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-tar:after{
  display: block;
  position: absolute;
  content: "";
  top:2px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-zip.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.link-youtube:before{
  display: block;
  position: absolute;
  content: "";
  top:3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image:url(../images/icon-youtube-link.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.icon-person, .icon-time, .icon-break {
  display: block;
  position: relative;
  padding:0 0 0 2.5rem;
}
#event .icon-person, #event .icon-time, #event .icon-break {
  font-size: 1.2rem;
}
.icon-person:before{
  display: block;
  position: absolute;
  content: "";
  top:4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-person.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.icon-time:before{
  display: block;
  position: absolute;
  content: "";
  top:4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-time.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.icon-break:before{
  display: block;
  position: absolute;
  content: "";
  top:4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image:url(../images/icon-break.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.list-dot{
  display: block;
  position:relative;
  width: 100%;
  margin-bottom: .8rem;
  padding-left: 15px;
  line-height: 150%;
  text-align: left;
}
.list-dot:before{
  display: block;
  position:absolute;
  content:"";
  left: 0;
  top:0.6rem;
  width:6px;
  height: 6px;
  background:#0058cf;
  border-radius:50%;
}
.caution{
  display: block;
  position: relative;
  margin:0 0 .2rem;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
}
.caution:before{
  display: block;
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.adjust{
  margin-top:-100px;
  padding-top:100px;
}
.pdf{
  display: inline-block;
  position: relative;
  margin:.8rem 0;
  padding:0 30px 0 0;
  line-height: 150%;
  border-bottom:1px solid #0068e4;
}
.pdf:before{
  display: inline-block;
  position: absolute;
  content: "";
  top:0;
  right: 0;
  width: 20px;
  height: 20px;
  background:url(../images/icon-pdf.png) no-repeat;
  background-size: 100%;
}
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.mailmark{
  display: inline-block;
}
.mailmark::before {
  content: "@";
} 
.flex ul{
  list-style:none;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  margin:0;
  padding:0;
}
.flex li:empty{
  background:transparent;
  border: none!important;
  box-shadow:none!important;
}
@media screen and (max-width:1199px){
  header .inner{
  width: 100%;
  }
  header .logo-gpm img{
    width: 300px;
  }
  #gnav .parent > li a{
    font-size: 14px;
  }
  #gnav .parent{
  width:100%;
  }
  .inner{
  width: 100%;
  margin: 0 auto!important;
  padding:20px 15px;
  }
  .footer-inner{
  width:100%;
  margin:0 auto;
  padding:20px;
  }
}

@media screen and (max-width:960px){
  .main-cont{
  padding-top:75px;
  }
  #header .language{
    margin:8px 0 0 0;
    padding:4px 10px 3px;
    font-size:11px;
  }
  #header .subcont{
  margin-right: 40px;
  }
  header h1, header .logo{
    width: fit-content;
  }
  header .inner{
    height: 60px;
    margin: 0 auto;
    padding:10px;
  }
  #gnav{
  display: none;
  }
  .link-adjust:before{
  height: 70px;
  margin-top: -70px;
  }
  #header .info, #header .contact{
    display: none;
  }
  /*mobile navigation*/
  .snav{
  display: block;
  width: 100%;
  color: #222;
  }
  .snav a{
  color: #222;
  }
  .bt-lang-m{
    position: absolute;
    top: 15px;
    right: 45px;
    text-align: center;
  }
  .bt-lang-m a{
    display:block;
    width:40px;
    height: 30px;
    padding:3px 5px 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #bdb24d;
  }
  .snav ul {
  display: none;
  margin:0;
  padding-left: 0;
  }
  .snav .smenu {
  cursor: pointer;
  display: block;
  width:100%;
  padding: 8px;
  background:#f9f7f4;
  border-bottom:1px solid #999;
  }
  .snav li {
  display: block;
  width:100%;
  cursor: pointer;
  padding:6px;
  }
  .sp_menu_button{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height:20px;
    outline: none;
    border: none;
    font-size: 20px;
    margin:0 auto;
    display:block;
  }
  .sp_menu_button .menu_icon01 {
    display: block;
    float: left;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .sp_menu_button .menu_icon01 span {
    display: block;
    width: 30px;
    height: 4px;
    background:#37a0c8;
    margin-bottom: 4px;
    transition: all 0.4s ease-out;
  }
  .sp_menu_button.open .menu_icon01{
  transform: rotate(-45deg);
  }
  .sp_menu_button.open .menu_icon01 .bar1 {
  transform: rotate(0deg) translateY(8px);
  }
  .sp_menu_button.open .menu_icon01 .bar2 {
  opacity: 0;
  }
  .sp_menu_button.open .menu_icon01 .bar3 {
  transform: rotate(-90deg) translateX(8px);
  }
  .snav-inner{
  position: absolute;
  display: none;
  right:0;
  width:75%;
  text-align: left;
  background:#fff;
  z-index:3000;
  }
  .snav-inner li{
    font-size: 1.3rem;
    padding: 6px 8px;
    line-height: 120%;
    border-bottom:solid 1px #8495a1;
  }
  .snav-inner li:last-child{
    border-bottom:none;
  }
  .snav-bt1{
    display: block;
    position: relative;
    font-weight: 600;
    padding:8px 0 8px 24px;
    background: #005CB5;
  }
  .snav-bt1:before{
    display: block;
    position: absolute;
    content: "";
    top:50%;
    left: 5px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
  }
  .snav-bt1 a{
  color:#fff;
  }
  .snav-bt2{
    padding:8px 0 8px 30px;
    background:#e1e9ec;
  }
  .nav-text{
    border-bottom:1px solid #aaa;
    padding:18px;
  }
  .nav-text a{
    color:#336699;
    text-decoration: none!important;
  }
  .nav-text a:hover{
    color:#515151;
  }
  h2 {
    font-size: 26px;
  }
  .container{
    margin: 60px 0 0;
  }
}
@media screen and (max-width:768px){
  #header h1{
  width: 200px;
  }
  #header .subcont{
  margin: 0 40px 0 0;
  }
  #header .language{
    margin: 0!important;
    padding:4px 10px 3px;
    font-size:12px;
    line-height: 100%;
  }
  h2{
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  h3{
    font-size: 2rem;
    letter-spacing: 0;
  }
  h4{
    font-size: 1.6rem;
  }
  .inner{
  padding:20px 15px 10px;
  }
  #page-top a {
    border-radius: 4px;
    font-size: 12px;
    padding: 30px 10px 2px;
  }
  #page-top a:before{
    top: -12px;
    left: 50%;
    width:18px;
    height: 18px;
    margin-left: -10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
  }
  .footer-banner{
  padding:15px 15px 5px;
  }
  .footer-banner li{
  display: block;
  float: left;
  width:calc(100% / 2) ;
  }
  .footer-banner li:nth-child(odd){
  padding: 0 5px 10px 0;
  }
  .footer-banner li:nth-child(even){
  padding: 0 0 10px 5px;
  }
  .footer-inner li{
    flex:0 0 100%;
    margin-bottom: 2rem;
  }
  .footer-inner li:last-child{
    margin-bottom: 0;
  }
}

@media screen and (max-width:599px){
  #header h1:before{
    display: none;
  }
}
@media screen and (max-width:439px){
  .break{
    display: block;
  }
  #header h1{
    width:140px;
    margin-top:8px;
  }
  .google-search .searchText{
    width:130px;
  }
}
@media screen and (max-width:380px){
  #header h1{
    width:120px;
  }
  .google-search .searchText{
    width:100px;
  }
}
