@charset "UTF-8";
/*---------------------------
wrap
----------------------------*/
#wrap {
  width: 100%;
  background: url(../img/common/bg.jpg);
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #wrap {
    /*tablet*/
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    /*sp*/
    overflow: hidden;
  }
}

/*---------------------------
header
----------------------------*/
header {
  margin: 0px;
  padding: 0;
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background: #fff;
  top: -100px;
}
header .row .logo {
  width: 30%;
  height: 100%;
  padding: 2.0em 2.0em 1.0em 2.0em;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  header .row .logo {
    /*tablet*/
  }
  header .row .logo img {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  header .row .logo {
    /*sp*/
    width: 100%;
  }
  header .row .logo img {
    width: 50%;
  }
}
header .row .menu {
  width: 70%;
  justify-content: flex-end;
  display: block;
}
@media screen and (max-width: 640px) {
  header .row .menu {
    /*sp*/
    width: 100%;
    display: none;
  }
}

/*---------------------------
sp_nav
----------------------------*/
.sp_nav {
  width: 20%;
  height: 74px;
  display: none;
  top: 0px;
  right: 0px;
  background-color: #557189;
  background-image: url(../img/common/sp_nav_bg.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
  color: #fff;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .sp_nav {
    /*sp*/
    display: block;
  }
}

/*---------------------------
nav
-----------------------------*/
nav {
  margin: auto;
}

nav ul {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
  letter-spacing: -1.0em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  nav ul {
    /*sp*/
    padding: 0px;
  }
}

nav li {
  width: 20%;
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  nav li {
    /*tablet*/
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  nav li {
    /*sp*/
    width: 100%;
    border-top: 1px solid #ccc;
  }
}
nav li a {
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  padding: 3.0em 0;
  text-align: center;
  display: block;
  color: #557189;
  letter-spacing: 2px;
  background: url(../img/common/header_nav_bg.png) no-repeat 10px 50%;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  nav li a {
    /*tablet*/
    padding: 1.0rem 0;
  }
}
@media screen and (max-width: 640px) {
  nav li a {
    /*sp*/
    display: block;
    padding: 10px 25px;
  }
}
nav li a:visited {
  color: #557189;
}
nav li a:hover {
  background: #557189;
  color: #fff;
}
@media screen and (max-width: 640px) {
  nav li a:hover {
    /*sp*/
    border-radius: 0px;
  }
}
nav li:nth-of-type(3) {
  width: 25%;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  nav li:nth-of-type(3) {
    /*tablet*/
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  nav li:nth-of-type(3) {
    /*sp*/
    width: 100%;
    border-top: none;
  }
}
nav li:nth-of-type(3) a {
  background-color: #557189;
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  color: #fff;
  font-weight: bold;
  padding-left: 2.0em;
}

/*---------------------------
footer
---------------------------*/
footer {
  padding: 2.0em 0;
}
footer .inner {
  max-width: 90%;
}
footer .inner .row .col:nth-of-type(1) {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  footer .inner .row .col:nth-of-type(1) {
    /*sp*/
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
footer .inner .row .col:nth-of-type(1) span {
  display: block;
  color: #557189;
}
footer .inner .row .col:nth-of-type(1) span:nth-of-type(1) {
  font-size: 0.8em;
  padding-bottom: 1.0em;
  border-bottom: 1px solid #ccc;
}
footer .inner .row .col:nth-of-type(1) span:nth-of-type(1) img {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  footer .inner .row .col:nth-of-type(1) span:nth-of-type(1) {
    /*sp*/
    text-align: center;
  }
}
footer .inner .row .col:nth-of-type(1) span:nth-of-type(2) {
  font-size: 0.6em;
  padding-top: 1.0em;
}
@media screen and (max-width: 640px) {
  footer .inner .row .col:nth-of-type(1) span:nth-of-type(2) {
    /*sp*/
    font-size: 0.6rem;
  }
}
footer .inner .row .col:nth-of-type(2) {
  width: 30%;
  color: #557189;
  font-size: 0.6em;
  text-align: left;
  padding-left: 5%;
}
@media screen and (max-width: 640px) {
  footer .inner .row .col:nth-of-type(2) {
    /*sp*/
    width: 100%;
    padding-left: 0;
  }
  footer .inner .row .col:nth-of-type(2) img {
    width: 50%;
    vertical-align: middle;
  }
}
footer .inner .row .col:nth-of-type(2) span {
  display: block;
  font-weight: bold;
  margin-bottom: 1.0em;
}
@media screen and (max-width: 640px) {
  footer .inner .row .col:nth-of-type(2) span {
    /*sp*/
    display: inline-block;
    margin-right: 2%;
  }
}

/*----------------------
main
------------------------*/
main {
  width: 100%;
  display: block;
}

/*----------------------
aside
------------------------*/
aside #contact {
  background-image: url(../img/common/contact_musk.png), url(../img/common/contact_img.png);
  background-repeat: repeat,no-repeat;
  background-size: auto,cover;
  padding: 6.0em 0;
}
@media screen and (max-width: 640px) {
  aside #contact {
    /*sp*/
    padding: 1.5rem 0;
    background-position: center,center;
  }
}
aside #contact .inner span {
  display: block;
  color: #fff;
}
aside #contact .inner span:nth-of-type(1) {
  font-size: 3.4em;
  margin-bottom: 0.6em;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  aside #contact .inner span:nth-of-type(1) {
    /*sp*/
    font-size: 1.2rem;
  }
}
aside #contact .inner span:nth-of-type(2) {
  font-size: 1.6em;
  margin-bottom: 2.0em;
  letter-spacing: 10px;
}
@media screen and (max-width: 640px) {
  aside #contact .inner span:nth-of-type(2) {
    /*sp*/
    letter-spacing: 2px;
    font-size: 1.2rem;
    margin-bottom: 1.0rem;
  }
}
aside #contact .inner .row {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  aside #contact .inner .row {
    /*sp*/
    max-width: 70%;
  }
}
aside #contact .inner .row .col:nth-of-type(1) {
  width: 60%;
  font-size: 4.0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  aside #contact .inner .row .col:nth-of-type(1) {
    /*sp*/
    width: 100%;
    margin-bottom: 1.0rem;
    font-size: 2.0rem;
  }
}
aside #contact .inner .row .col:nth-of-type(1) img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  aside #contact .inner .row .col:nth-of-type(1) img {
    /*sp*/
    width: 10%;
  }
}
aside #contact .inner .row .col:nth-of-type(2) {
  width: 40%;
}
@media screen and (max-width: 640px) {
  aside #contact .inner .row .col:nth-of-type(2) {
    /*sp*/
    width: 100%;
  }
}
aside #contact .inner .row .col:nth-of-type(2) a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 0.8em 2.0em 0.8em 3.0em;
  border: 2px solid #fff;
  font-size: 1.4em;
  line-height: 1.0em;
  text-decoration: none;
  background: url(../img/common/icon_mail.png) no-repeat 10% center;
}
@media screen and (max-width: 640px) {
  aside #contact .inner .row .col:nth-of-type(2) a {
    /*sp*/
    font-size: 1.0rem;
  }
}

/*---------------------------
common
-----------------------------*/
* .inner {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  * .inner {
    /*769px~1000px(inner1000pxの場合)*/
    max-width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  * .inner {
    /*tablet*/
    max-width: 96%;
  }
}
@media screen and (max-width: 640px) {
  * .inner {
    /*sp*/
    max-width: 100%;
  }
}
* .inner.content {
  padding: 60px 0px;
}
@media screen and (max-width: 640px) {
  * .inner.content {
    /*sp*/
    padding: 30px 0px;
    width: 94%;
  }
}

* {
  box-sizing: border-box;
}

* .row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 0;
  display: block;
  width: 76px;
  height: 76px;
  background: url(../img/common/pagetop_bg.png) no-repeat;
  background-position: center center;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .pagetop {
    /*sp*/
    width: 50px;
    height: 50px;
    bottom: 0;
    border-bottom: none;
  }
}

.content_title {
  width: 100%;
  background: url(../img/common/title_bg.png) no-repeat;
  background-size: cover;
  text-align: left;
}
.content_title .inner {
  padding: 60px 0px;
}
@media screen and (max-width: 640px) {
  .content_title .inner {
    /*sp*/
    padding: 30px 0px;
  }
}
.content_title .inner h2 {
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 10px;
  text-shadow: 0 0 6px #7E8AC6;
}
@media screen and (max-width: 640px) {
  .content_title .inner h2 {
    /*sp*/
    font-size: 1.3em;
    text-align: center;
  }
}

h3 {
  text-align: left;
}
h3.bar {
  font-size: 1.4em;
  font-weight: 500;
  color: #AC6BA8;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #AC6BA8;
}

/*-----------------
タブ切り替え
------------------*/
.tab {
  margin: 5px 0px;
}
.tab li:nth-of-type(1).current {
  background-color: #7BA613;
  color: #fff;
}
.tab li:nth-of-type(1).current .selecting {
  display: block !important;
}
.tab li:nth-of-type(2).current {
  background-color: #FAA32D;
  color: #fff;
}
.tab li:nth-of-type(2).current .selecting {
  display: block !important;
}

.box.tab-contents {
  display: none;
}

.box.current {
  display: block;
}
