@charset "UTF-8";
/* _setting CSS */
/*
* index
*/
/* ------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&?family=Noto+Sans+JP:wght@500&family=Ubuntu:wght@500;700&display=swap");
html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  overflow-x: hidden;
  font-family: HelveticaNeue, HiraginoSans-W4, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

main {
  display: block;
  width: 100%;
  color: #333333;
}

h2, h3, h4, p {
  font-weight: normal;
}

p {
  line-height: 1.8;
  font-size: 1.5rem;
}

a {
  color: #3889F6;
  cursor: pointer;
  text-decoration: none;
  transition: .1s;
}
a:hover {
  opacity: .7;
}

/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /* --*common*----------------------------------------------------------------------- */
  .common_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  /* --header----------------------------------------------------------------------- */
  header {
    position: fixed;
    z-index: 2000;
    width: 100%;
  }
  header .common_inner {
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .common_inner h1 a {
    display: block;
    width: 226px;
    padding-top: 34px;
    background: url(../images/common/header_logo.svg) center/100% no-repeat;
    display: block;
    height: 0;
    line-height: 200;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  header .common_inner .h_menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .common_inner .h_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .common_inner .h_menu li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .common_inner .h_menu li a {
    display: inline-block;
    margin-right: 22px;
    color: #ffff;
  }
  header .common_inner .h_menu li a:hover {
    color: #3889F6;
  }
  header .common_inner .h_menu li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    margin-right: 22px;
    background: #fff;
  }
  header .common_inner .h_menu li:last-child {
    margin-right: 0;
  }
  header .common_inner .h_menu li:last-child:after {
    content: none;
  }
  header .common_inner .contact {
    padding: 5px 16px;
    background: #3889F6;
    font-weight: bold;
    color: #ffff;
  }
  header .common_inner .contact:hover {
    background: #fff;
    color: #3889F6;
  }
  header.on {
    background: #ffffffcc;
  }
  header.on h1 a {
    background: url(../images/common/header_logo2.svg) center/100% no-repeat;
  }
  header.on .common_inner .h_menu li a {
    color: #333;
  }
  header.on .common_inner .h_menu li a:hover {
    color: #3889F6;
  }
  header.on .common_inner .h_menu li:after {
    background: #333;
  }
  header #top_toggle {
    display: none;
  }

  /*-------------------------------------*/
  #page header {
    background: #ffffffcc;
  }
  #page header h1 a {
    background: url(../images/common/header_logo2.svg) center/100% no-repeat;
  }
  #page header .common_inner .h_menu li a {
    color: #333;
  }
  #page header .common_inner .h_menu li a:hover {
    color: #3889F6;
  }
  #page header .common_inner .h_menu li:after {
    background: #333;
  }
  #page main {
    padding-top: 60px;
  }

  /*-------------------------------------*/
  #hd {
    display: flex;
    align-items: center;
    height: 140px;
    background: url(../images/common/common_h_bg.jpg) center/cover no-repeat;
  }
  #hd .common_inner {
    text-align: center;
  }
  #hd .common_inner h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 4.2rem;
    color: #fff;
  }
  #hd .common_inner h2 span {
    display: block;
    font-family: '游ゴシック',YuGothic,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 2rem;
    font-weight: bold;
  }
  #hd .common_inner h2 span.ver2 {
    font-size: 3rem;
  }

  #page_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
  }
  #page_ttl .common_inner {
    margin: 50px auto 20px;
    text-align: center;
  }
  #page_ttl .common_inner h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #333;
  }
  #page_ttl .common_inner h3 span {
    color: #3889F6;
  }
  #page_ttl .common_inner p {
    display: block;
    width: 837px;
    margin: 0 auto;
    font-size: 1.5rem;
  }

  .pages {
    margin: 50px auto 80px;
  }
  .pages .common_inner {
    width: 830px;
  }

  .btn01 {
    position: relative;
    display: block;
    width: 260px;
    margin: 0 auto;
    padding: 17px 0;
    border-radius: 6px;
    text-align: center;
    background: #34619E;
    font-size: 1.6rem;
    color: #fff;
  }
  .btn01:hover {
    background: #63A2F5;
  }

  /* --footer----------------------------------------------------------------------- */
  footer {
    padding: 35px 0 0;
    background: #F5F5F5;
  }
  footer .common_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 35px;
  }
  footer .common_inner .f_sec.f_sec01 .logo {
    width: 226px;
    padding-top: 34px;
    background: url(../images/common/header_logo2.svg) center/100% no-repeat;
    display: block;
    height: 0;
    line-height: 200;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  footer .common_inner .f_sec.f_sec01 ul li {
    width: 100%;
  }
  footer .common_inner .f_sec.f_sec02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .common_inner .f_sec.f_sec02 .inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  footer .common_inner .f_sec.f_sec02 .inner ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 280px;
    min-width: 100px;
    margin-right: 30px;
    flex-direction: column;
  }
  footer .common_inner .f_sec.f_sec02 ul li {
    position: relative;
    width: 100%;
  }
  footer .common_inner .f_sec.f_sec02 ul li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 0 0 15px;
    color: #333;
  }
  footer .common_inner .f_sec.f_sec02 ul li:before {
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    font-weight: 900;
    color: #595959;
  }
  footer .common_inner .f_sec.f_sec02 ul li.f_link01:before {
    content: "\f138";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #797979;
  }
  footer .common_inner .f_sec.f_sec02 .link_list {
    width: 125px;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li:before {
    content: none;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li a:after {
    content: "\f35d";
    width: 7px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: #A7A7A7;
  }
  footer .common_inner .f_sec.f_sec02 .btn_block {
    display: none;
  }
  footer .f_bottom {
    padding: 5px 0;
    background: #333333;
  }
  footer .f_bottom .common_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  footer .f_bottom * {
    font-size: 1.1rem;
    color: #fff;
  }
  footer .f_bottom .copyright {
    width: 100%;
    text-align: center;
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  main {
    padding: 13vw 0 0;
  }

  img {
    max-width: 100%;
  }

  .common_inner {
    padding: 0 4.66667vw;
    margin: 0 auto;
    position: relative;
  }

  /* --header----------------------------------------------------------------------- */
  header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    background: #fff;
    /*-----*/
  }
  header .common_inner {
    padding: 0 0 0 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .common_inner h1 a {
    display: block;
    width: 226px;
    padding-top: 34px;
    background: url(../images/common/header_logo2.svg) center/100% no-repeat;
    display: block;
    height: 0;
    line-height: 200;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  header .common_inner .h_menu_wrap {
    display: none;
    position: fixed;
    top: 13vw;
    left: 0;
    width: 100%;
    background: #fff;
  }
  header .common_inner .h_menu li {
    display: block;
    border-top: 1px solid #34271a33;
  }
  header .common_inner .h_menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5vw 3vw;
    color: #333;
  }
  header .common_inner .h_menu li a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 3vw;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background: url(../images/common/left_arrow01.svg) center/100% no-repeat;
  }
  header .common_inner .h_menu li:last-child {
    margin-right: 0;
    border-bottom: 1px solid #34271a33;
  }
  header .common_inner .h_menu li:last-child:after {
    content: none;
  }
  header .common_inner .h_menu li.sub {
    position: relative;
  }
  header .common_inner .h_menu li.sub a:after {
    content: none;
  }
  header .common_inner .h_menu li.sub .sub_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 13vw;
    height: 16vw;
  }
  header .common_inner .h_menu li.sub .sub_toggle:before, header .common_inner .h_menu li.sub .sub_toggle:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5vw;
    height: 1px;
    background: #4F89EE;
  }
  header .common_inner .h_menu li.sub .sub_toggle:before {
    top: 7.8vw;
    left: 4.1vw;
    width: 4vw;
    height: 1px;
  }
  header .common_inner .h_menu li.sub .sub_toggle:after {
    top: 6vw;
    left: 6vw;
    width: 1px;
    height: 4vw;
    transition: .2s;
  }
  header .common_inner .h_menu li.sub .sub_toggle.active:after {
    transform: rotateZ(90deg);
  }
  header .common_inner .h_menu li.sub .sub_menu {
    display: none;
  }
  header .common_inner .h_menu li.sub .sub_menu li {
    background: #F0F6FF;
  }
  header .common_inner .h_menu li.sub .sub_menu li a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5vw;
    display: inline-block;
    width: 1.2vw;
    height: 5vw;
    background: url(../images/common/left_arrow02.svg) center/100% no-repeat;
  }
  header .common_inner .sp_menu li {
    background: #F2F2F2;
    border-bottom: 1px solid #34271a33;
  }
  header .common_inner .sp_menu li a {
    position: relative;
    display: inline-block;
    padding: 2vw 0 2vw 8vw;
    font-size: 1.4rem;
    color: #333;
  }
  header .common_inner .sp_menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 4vw;
    display: inline-block;
    width: 1.2vw;
    height: 100%;
    background: url(../images/common/left_arrow02.svg) center/100% no-repeat;
  }
  header .common_inner .bnt_block {
    padding: 3vw;
  }
  header .common_inner .bnt_block .contact {
    position: relative;
    display: block;
    width: 100%;
    padding: 4vw;
    border-radius: 5px;
    background: #3889F6;
    text-align: center;
    font-weight: bold;
    color: #ffff;
  }
  header .common_inner .bnt_block .contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5vw;
    display: inline-block;
    width: 4vw;
    height: 100%;
    background: url(../images/common/mail_icon.svg) center/100% no-repeat;
  }
  header #top_toggle {
    position: relative;
    display: block;
    width: 13vw;
    height: 13vw;
    cursor: pointer;
    background: #3889F6;
    z-index: 1000;
  }
  header #top_toggle span {
    display: block;
    position: absolute;
    right: 3.9vw;
    width: 5vw;
    border-bottom: 1.2px solid #fff;
    transition: .2s ease-in-out;
  }
  header #top_toggle span:nth-child(1) {
    top: 3vw;
  }
  header #top_toggle span:nth-child(2) {
    top: 4vw;
  }
  header #top_toggle span:nth-child(3) {
    top: 5vw;
  }
  header #top_toggle .text {
    display: none;
    margin-top: 7vw;
    text-align: center;
    font-size: 1.2rem;
    color: #ffff;
  }
  header #top_toggle .text.active {
    display: block;
  }
  header #top_toggle.active {
    background: #333;
  }
  header #top_toggle.active span:nth-child(1) {
    top: 4vw;
    left: 4vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #top_toggle.active span:nth-child(2), header #top_toggle.active span:nth-child(3) {
    top: 4vw;
    left: 4vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #hd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26vw;
    background: url(../images/common/sp_common_h_bg.jpg) center/100% no-repeat;
  }
  #hd .common_inner {
    text-align: center;
  }
  #hd .common_inner h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.2rem;
    color: #fff;
  }
  #hd .common_inner h2 span {
    display: block;
    font-family: '游ゴシック',YuGothic,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    margin-top: 1vw;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #hd .common_inner h2 span.ver2 {
    font-size: 1.7rem;
  }

  #page_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page_ttl .common_inner {
    margin: 10vw auto 10vw;
    text-align: center;
  }
  #page_ttl .common_inner h3 {
    margin-bottom: 3vw;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: bold;
    color: #333;
  }
  #page_ttl .common_inner h3 span {
    color: #3889F6;
  }
  #page_ttl .common_inner p {
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
  }

  .pages {
    margin: 12vw auto 20vw;
  }

  .btn01 {
    position: relative;
    display: block;
    width: 75vw;
    margin: 0 auto;
    padding: 4vw;
    border-radius: 6px;
    text-align: center;
    background: #34619E;
    font-size: 1.6rem;
    color: #fff;
  }

  /* --footer----------------------------------------------------------------------- */
  footer {
    padding: 5vw 0 0;
    background: #F5F5F5;
  }
  footer .common_inner .f_sec.f_sec01 {
    margin-bottom: 3vw;
  }
  footer .common_inner .f_sec.f_sec01 .logo {
    width: 50vw;
    padding-top: 9vw;
    margin: 0 auto;
    background: url(../images/common/header_logo2.svg) center/100% no-repeat;
    display: block;
    height: 0;
    line-height: 200;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  footer .common_inner .f_sec.f_sec02 ul li {
    position: relative;
  }
  footer .common_inner .f_sec.f_sec02 ul li a {
    display: inline-block;
    margin: 0 0 2vw 4vw;
    padding: 3px 0;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.4rem;
    color: #333;
  }
  footer .common_inner .f_sec.f_sec02 ul li:before {
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    font-weight: 900;
    color: #595959;
  }
  footer .common_inner .f_sec.f_sec02 ul li.f_link01:before {
    content: "\f138";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #797979;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li a {
    margin: 0 0 2vw 0;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li:before {
    content: none;
  }
  footer .common_inner .f_sec.f_sec02 .link_list li:after {
    content: "\f35d";
    width: 7px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: #A7A7A7;
  }
  footer .common_inner .f_sec.f_sec02 .btn_block {
    padding: 6vw 0;
  }
  footer .common_inner .f_sec.f_sec02 .btn_block .contact {
    position: relative;
    display: block;
    width: 100%;
    padding: 5vw;
    border-radius: 5px;
    background: #3889F6;
    text-align: center;
    font-weight: bold;
    color: #ffff;
  }
  footer .common_inner .f_sec.f_sec02 .btn_block .contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6vw;
    display: inline-block;
    width: 4vw;
    height: 100%;
    background: url(../images/common/mail_icon.svg) center/100% no-repeat;
  }
  footer .f_bottom {
    padding: 5px 0;
    background: #333333;
  }
  footer .f_bottom .common_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .f_bottom * {
    font-size: 1.1rem;
    color: #fff;
  }
}
