/*
================================================================

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
#container {
  position: relative;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*
================================================================

  ヘッダー構成

================================================================
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0;
  z-index: 5;}
#header .left {
  display: flex;
  align-items: center;}
#header .left img {
  width: 70px;
  height: auto;}
#header .left h1 {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;}
#header ul {
  display: flex;}
#header ul li + li {
  margin-left: 20px;}
#header a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 20px center;
  background-image: url(../img/common/arrow-right.png);
  background-color: #a1acf9;
  font-weight: 700;
  font-size: 16px;
  color: #fff;}
#header ul li:nth-child(1) a {
  background-color: #06c755;}
#header ul li:nth-child(3) {
  display: none;} 
@media (max-width: 767px) {
#header {
  padding: 0;
  align-items: flex-end;}
#header .left {
  padding-left: 5vw;}
#header .left img {
  width: 13vw;}
#header .left h1 {
  display: none;}
#header ul li + li {
  margin-left: 0;}
#header a {
  width: 18vw;
  height: 18vw;
  border-radius: 0;
  background-size: 7vw auto;
  background-position: center;
  background-image: url(../img/common/nav_icon_mail.png);}
#header ul li a i {
  display: none;}
#header ul li:nth-child(1) a {
  background-image: url(../img/common/nav_icon_line.png);}
#header ul li:nth-child(3) {
  display: block;}
#header ul li:nth-child(3) a {
  background-color: #00558f;
  background-image: url(../img/common/nav_icon_tel.png);}}

/*
================================================================

  フッター構成

================================================================
*/
#footer {
  position: relative;
  padding: 30px 0;
  text-align: center;}
#footer img {
  width: auto;
  height: 70px;}
#footer address {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;}
@media (max-width: 767px) {
#footer {
  padding: 10vw 0;}
#footer img {
  height: 14vw;}
#footer address {
  margin-top: 10vw;
  font-size: 2.4vw;}}