@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
a:link, a:visited, a:active {
  color: #3C4B96;
  text-decoration: underline;
}
a:hover {
  color: #3C4B96;
  text-decoration: none;
}
br {
  content: “”;
}
br:after {
  margin-right: -.333em;
  content: ””;
}
.header_h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 0px 0px;
  padding-inline: calc((100vw - 1200px) / 2);
  background-color: #3C4B96;
  padding-top: 15px;
  padding-bottom: 15px;
}
.h_list {
  display: flex;
  font-size: 1.4rem;
  /*color: #FFF;*/
  color: #3C4B96;
  letter-spacing: 1px;
  margin: 0px 0px 15px 0px;
}
.h_list li {
  list-style: none;
  padding: 0px 22px 0px 0px;
  margin: 0px 22px 0px 0px;
  position: relative;
}
.h_list a {
  /*color: #FFF;*/
  text-decoration: none;
  color: #3C4B96;
  background-color: #fff;
  padding: 8px 15px;
}
.h_list a:hover {
  opacity: 0.5;
  transition: all .3s ease-in-out;
}
/*.h_list li:before {
  content: "";
  display: inline-block;
  height: 20px;
  border-right: 1px solid #7681B5;
  position: absolute;
  right: 0px;
  top: 0px;
}*/
.logo img {
  width: 95px;
  margin: 0px 25px 0px 0px;
}
.header_f h1 {
  display: flex;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0px 0px 0px 0px;
}
.header_f h1 .title {
  font-size: 2.9rem;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 3px -5px;
}
.header_f h1 .title_e {
  font-size: 1.2rem;
  padding: 0px 0px;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-style: normal;
}
.header_f {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.search_sp {
  display: none;
}*/
/** 外枠に色を付けて角丸にする */
.gsc-control-cse {
  margin: 0px !important;
  color: #B3B3B3;
  width: 240px !important;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/** 外枠内側のマージンを0にする */
.gsc-search-box {
  margin: 0px !important;
}
/** キーワード入力部分のボーダーを消し、角丸にする */
.gsc-input-box {
  border: none !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}
/** キーワード入力部分の左側に20ピクセル余白を入れる */
.gsib_a {
  padding-left: 20px !important;
}
/** 検索ボタンを無色透明にし、線を消す */
.gsc-search-button-v2 {
  margin: 0px !important;
  padding-top: 12px !important;
  padding-bottom: 13px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  background-color: transparent !important;
  color: #4990c8 !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  cursor: pointer;
}
/** 検索ボタンのアイコンの色と大きさを設定 */
.gsc-search-button-v2 svg {
  fill: #3C446F !important;
  width: 20px;
  height: 20px;
}
/** placeholderの色設定 */
input:placeholder-shown {
  color: #bababa;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {
  color: #bababa;
}
/* Firefox 18- */
input:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
/* IE 10+ */
input:-ms-input-placeholder {
  color: #bababa !important;
}

.h_btn_box {
  display: flex;
  /*width: 465px;*/
  width: 680px;
  justify-content: space-between;
}
.header-btn a {
  width: 215px !important;
  padding: 0px 40px;
  color: #3C4B96;
  cursor: pointer;
  height: 70px;
  margin: 0px auto;
  border-radius: 100vh;
  background: #FFF;
  box-shadow: 0 0 15px rgba(60, 75, 150, 0.2);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header-btn a:hover {
background-color: #EDEFFA;
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-btn a:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #3C4B96;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.header-btn a:after {
  content: '';
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #EDEFFA;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*footer*/
footer {
  background-color: #3F444E;
  margin: 0 auto;
  color: #FFF;
}
.footer_h {
  padding-inline: calc((100vw - 1200px) / 2);
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0px auto;
  background-color: #474B55;
  line-height: 165%;
  display: flex;
  justify-content: space-between;
}
.footer_h a {
  color: #FFF;
}
.footer_h h3 {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  letter-spacing: 2px;
  border-bottom: 1px solid #5C6069;
  position: relative;
}
.footer_h h3:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #5C6069;
  border-right: solid 2px #5C6069;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: 0;
  margin: auto;
}
.f_list {
  width: 350px;
}
.f_list ul {
  color: #A3A5AA;
  list-style: none;
  margin: 0px 0px 30px 0px;
}
.f_list a {
  text-decoration: none;
}
.footer_f {
  width: 1200px;
  margin: 0px auto;
  padding: 100px 0px;
  font-size: 1.4rem;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
}
.footer_f h1 {
  display: flex;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 2.3px;
  margin: 0px 0px 0px 0px;
}
.footer_f h1 .title {
  font-size: 2.9rem;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px -5px;
}
.footer_f h1 .title_e {
  font-size: 1.2rem;
  padding: 0px 0px;
  margin: 20px 0px 0px 0px;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-style: normal;
}
p.copy {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  /*color: #5C6069;*/
  /*border: 1px solid #5C6069;*/
  color: #fff;
  border:1px solid #fff;
  border-radius: 100vh;
  display: inline-block;
  padding: 30px 80px;
}
.domain::before {
  content: '@';
}
/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 999;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #E5005A;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a > :before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  bottom: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(315deg);
}
.menu_btn_box {
  display: none;
}
@media screen and (max-width:1200px) {
  .header_h {
    padding: 15px 85px 15px 5%;
    margin: 0px auto;
  }
  .header_f {
    width: 90%;
    margin: 0px auto;
  }
  
.header-btn a {
  width: 215px !important;
  padding: 25px 40px;
  color: #3C4B96;
  cursor: pointer;
  height: 70px;
  margin: 0px auto;
  border-radius: 100vh;
  background: #FFF;
  box-shadow: 0 0 15px rgba(60, 75, 150, 0.2);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  display: block;
  moz-transition: all .0s ease-in-out;
  -o-transition: all .0s ease-in-out;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

  .footer_h {
    width: 100%;
    padding: 100px 5%;
  }
  .f_list {
    width: 280px;
  }
  .footer_f {
    width: 90%;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .footer_f div {
    text-align: center;
    margin: 0px auto 30px auto;
  }
    .menu_btn_box {
    display: block;
    margin: 50px auto;
  }
  .menu_btn_box :first-child {
    margin: 0px auto 30px auto;
  }
}

@media screen and (max-width:1115px) {
.pc-hd-btn a {
  width: 195px !important;
}
.h_btn_box {
    width: 600px !important;
  }
}

@media screen and (max-width:1050px) {
/*  .h_btn_box {
    width: 450px;
  }*/
   .f_list {
    width: 240px;
  }
  }

@media screen and (max-width:1020px) {
      .h_btn_box {
    display: none;
  }
}

  @media screen and (max-width:850px) {
/*  .h_btn_box {
    display: none;
  }*/
    .footer_h {
    display: none;
  }}
@media screen and (max-width:650px) {
  .header_h {
    display: block;
    padding:15px 5%;
  }
  

  p.copy {
    padding: 30px 0px;
    width: 90%;
  }
  .header_f {
justify-content:center;
height: 120px;}
    .h_list {
        margin-top: 10px;
    }
}
@media screen and (max-width:400px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }



}