@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.en {
  font-family: "Lato", sans-serif !important;
}

header {
  padding: 16px 20px;
}
header .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .logo {
  width: 228px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 240px);
}
header .wrapper .gnav ul {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  font-size: 15px;
  line-height: 160%;
  border-bottom: 1px solid #fff;
}
header .wrapper .gnav ul li a:hover {
  color: #1461cc;
  opacity: 1;
  border-bottom: 1px solid #1461cc;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}
.fixed_btn{
  display: none;
}


main section.ttl_section {
  padding: 0 20px;
  background-color: #e4ecf7;
  background-image: url(../images/bg_ttl.png);
  background-size: cover;
  background-position: top 0 left 0;
}
main section.ttl_section .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  height: 240px;
  padding-top: 90px;
}
main section.ttl_section .wrapper .t01 {
  font-weight: bold;
  font-size: 36px;
}
main section.ttl_section .wrapper .t01::first-letter {
  color: #1461cc;
}
main section.ttl_section .wrapper h2 {
  margin-top: 5px;
  font-size: 16px;
}

footer .topbox {
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
  height: 468px;
  position: relative;
}
footer .topbox .contactbox {
  width: 50%;
  min-width: 530px;
  position: absolute;
  top: 0;
  right: 0;
  height: 468px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 80px 0 0 70px;
}
footer .topbox .contactbox .t01 {
  font-size: 24px;
  font-weight: bold;
}
footer .topbox .contactbox .t02 {
  margin-top: 5px;
  font-size: 15px;
}
footer .topbox .contactbox .t03 {
  font-size: 15px;
  margin-top: 30px;
}
footer .topbox .contactbox .t04 {
  font-size: 30px;
  margin-top: 7px;
}
footer .topbox .contactbox .t04 a {
  text-decoration: none;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  pointer-events: none;
}
footer .topbox .contactbox .t04 a:hover {
  opacity: 1;
}
footer .topbox .contactbox .btn_contact {
  background-color: #fff;
  width: 200px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  padding: 15px 0;
  border-radius: 30px;
  border: 2px solid #111;
  font-weight: bold;
  display: block;
  margin-top: 45px;
  background-image: url(../images/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
footer .bottombox {
  padding: 30px 20px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
footer .bottombox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottombox dl dt {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
footer .bottombox dl dt ul {
  font-size: 0;
  letter-spacing: 0;
  padding-left: 10px;
}
footer .bottombox dl dt ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
footer .bottombox dl dt ul li:last-child {
  margin-right: 0;
}
footer .bottombox dl dt ul li a {
  display: block;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  font-size: 15px;
  line-height: 160%;
  border-bottom: 1px solid #fff;
}
footer .bottombox dl dt ul li:not(:last-child) a:hover {
  color: #1461cc;
  opacity: 1;
  border-bottom: 1px solid #1461cc;
}
footer .bottombox dl dd {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
footer .bottombox dl dd .logo {
  width: 83px;
  display: block;
}
footer .bottombox dl dd .logo img {
  width: 100%;
  display: block;
}
footer .bottombox dl dd .t01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 80px;
}
footer .bottombox dl dd .t02 {
  font-size: 15px;
  line-height: 170%;
  margin-top: 10px;
}
footer .bottombox .copy {
  text-align: right;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
footer .bottombox .copy a {
  color: #111;
  text-decoration: none;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  html,
body {
    min-width: 375px;
  }

  .op {
    display: none !important;
  }

  .os {
    display: block !important;
  }

  header {
    padding: 10px 15px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000000;
  }
  header .wrapper {
    max-width: 1100px;
    display: block;
  }
  header .wrapper .logo {
    width: 114px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .ham {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 25px;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid #1461cc;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  .fixed_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 100;
  }
  .fixed_btn_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
    background-color: rgba(211, 211, 211, 0.75);
  }
  .fixed_btn_list_item{
    width: calc(100% / 3);
  }
  .fixed_btn_list_item + .fixed_btn_list_item{
    border-left: 1px solid rgba(17, 17, 17, 0.3);
  }
  .fixed_btn_list_item_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .fixed_btn_list_item_img{
    width: 20px;
    margin-right: 8px;
  }
  .fixed_btn_list_item_link{
    color: #111111;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
  }

  main {
    margin-top: 64px;
  }
  main section.ttl_section {
    padding: 0 20px;
    background-color: #e4ecf7;
    background-image: url(../images/bg_ttl.png);
    background-size: cover;
    background-position: top 0 left 0;
  }
  main section.ttl_section .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    height: 120px;
    padding-top: 40px;
  }
  main section.ttl_section .wrapper .t01 {
    font-weight: bold;
    font-size: 24px;
  }
  main section.ttl_section .wrapper .t01::first-letter {
    color: #1461cc;
  }
  main section.ttl_section .wrapper h2 {
    margin-top: 1px;
    font-size: 12px;
  }

  footer .topbox {
    background-image: url(../images/bg_footer.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
    position: relative;
  }
  footer .topbox .contactbox {
    width: 100%;
    min-width: 0;
    position: static;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 50px 15px;
  }
  footer .topbox .contactbox .t01 {
    font-size: 24px;
    font-weight: bold;
  }
  footer .topbox .contactbox .t02 {
    margin-top: 5px;
    font-size: 13px;
  }
  footer .topbox .contactbox .t03 {
    font-size: 15px;
    margin-top: 30px;
  }
  footer .topbox .contactbox .t04 {
    font-size: 20px;
    margin-top: 7px;
  }
  footer .topbox .contactbox .t04 a {
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
  }
  footer .topbox .contactbox .btn_contact {
    background-color: #fff;
    width: 150px;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    padding: 12px 0;
    border-radius: 30px;
    border: 2px solid #111;
    font-weight: bold;
    display: block;
    margin: 35px auto 0 auto;
    background-position: center right 15px;
  }
  footer .bottombox {
    padding: 30px 15px 60px;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }
  footer .bottombox dl {
    display: block;
  }
  footer .bottombox dl dt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .bottombox dl dt ul {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
  }
  footer .bottombox dl dt ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px !important;
  }
  footer .bottombox dl dt ul li:last-child {
    margin-right: 0;
  }
  footer .bottombox dl dt ul li a {
    display: block;
    text-decoration: none;
    color: #111;
    font-weight: bold;
    font-size: 13px;
    line-height: 160%;
    border-bottom: 1px solid #fff;
  }
  footer .bottombox dl dt ul li a:hover {
    color: #1461cc;
    opacity: 1;
    border-bottom: 1px solid #1461cc;
  }
  footer .bottombox dl dd {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
  footer .bottombox dl dd .logo {
    width: 41.5px;
    display: block;
    margin: 0 auto;
  }
  footer .bottombox dl dd .logo img {
    width: 100%;
    display: block;
  }
  footer .bottombox dl dd .t01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }
  footer .bottombox dl dd .t02 {
    font-size: 13px;
    line-height: 170%;
    margin-top: 10px;
    text-align: center;
  }
  footer .bottombox .copy {
    margin-top: 20px;
    font-size: 8px;
    line-height: 20px;
    text-align: center;
    position: static;
  }
  footer .bottombox .copy a {
    color: #111;
    text-decoration: none;
  }
}