@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

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

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background: #333;
      color: #fff; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      background: #333;
      color: #fff;
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 30px 20px 0; }
      #sp_menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          color: #fff; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .txt {
      padding: 30px 40px 0; }

  .header_menu {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 11px 0 0 12px;
    z-index: 20; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 34px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(45deg); } } }
html {
  height: 100%;
  overflow-x: hidden; }

body {
  background: #fff;
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -ms-font-feature-settings: "normal"; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; } }
a {
  color: #333; }

a:hover {
  color: #333;
  text-decoration: none; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(51, 51, 51, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #333;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
    z-index: 2; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        margin: -17px auto 0; } }

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 15px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%;
        height: 55px; } }
  .header .site_logo {
    width: 125px; }
    @media only screen and (max-width: 768px) {
      .header .site_logo {
        width: 80px; } }
  .header .g_nav {
    position: absolute;
    right: 20px;
    bottom: 22px; }
    .header .g_nav ul {
      font-size: 0;
      text-align: right; }
      .header .g_nav ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        margin-left: 32px; }
        .header .g_nav ul li:first-child {
          margin-left: 0; }
        .header .g_nav ul li img {
          width: auto;
          height: 31px; }

.fv {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .fv {
      height: 80vh;
      background-position: center bottom; } }
  .fv .fv_txt {
    text-align: center;
    font-size: 46px;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        font-size: 7.5vw;
        font-weight: bold; } }

.sp_fv {
  width: 100vw;
  height: 560px;
  background-position: center bottom !important;
  background-size: cover;
  padding-top: 190px; }
  .sp_fv .fv_txt {
    text-align: center;
    font-size: 7.5vw;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.08em;
    font-weight: bold; }

.inner01 {
  position: absolute;
  width: 1100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .inner01 {
      width: 100%;
      position: static;
      padding: 50px 10px; } }

h2 img {
  width: auto;
  height: 68px; }

@media only screen and (max-width: 768px) {
  h2 img {
    width: auto;
    height: 50px; } }
#area01 {
  background: url(img/section01_bg.jpg) 50% 50% no-repeat fixed;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    #area01 {
      height: auto;
      max-width: 100%;
      background-image: url(img/section01_bg_sp.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-attachment: scroll;
      padding: 50px 0; } }
  #area01 h3 {
    font-size: 50px;
    margin-top: 80px;
    letter-spacing: 0.08em; }
    #area01 h3 .min {
      font-size: 42px; }
    @media only screen and (max-width: 768px) {
      #area01 h3 {
        font-size: 7.5vw;
        margin-top: 40px;
        font-weight: bold; }
        #area01 h3 .min {
          font-size: 6vw; } }
  #area01 p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      #area01 p {
        font-size: 18px;
        text-align: left; } }

#area02 {
  background: url(img/section02_bg.jpg) 50% 50% no-repeat fixed;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    #area02 {
      height: auto;
      max-width: 100%;
      background-image: url(img/section02_bg_sp.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      background-attachment: scroll;
      padding: 50px 0; }
      #area02 .sp_image {
        margin: 0 -10px; } }
  #area02 h3 {
    font-size: 50px;
    margin-top: 80px; }
    #area02 h3 .min {
      font-size: 42px; }
    @media only screen and (max-width: 768px) {
      #area02 h3 {
        font-size: 7.5vw;
        margin-top: 40px;
        font-weight: bold; }
        #area02 h3 .min {
          font-size: 6vw; } }
  #area02 p {
    margin-top: 40px;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 768px) {
      #area02 p {
        font-size: 18px; } }

#area03 {
  background: url(img/section03_bg.jpg) 50% 50% no-repeat fixed;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 300px; }
  @media only screen and (max-width: 768px) {
    #area03 {
      height: auto;
      max-width: 100%;
      background-image: url(img/section03_bg_sp.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      background-attachment: scroll;
      padding: 50px 0; }
      #area03 .sp_image {
        margin: 0 -10px; } }
  #area03 h3 {
    font-size: 50px;
    margin-top: 80px;
    letter-spacing: 0.08em; }
    #area03 h3 .min {
      font-size: 42px; }
    @media only screen and (max-width: 768px) {
      #area03 h3 {
        font-size: 6.5vw;
        margin-top: 40px;
        font-weight: bold; }
        #area03 h3 .min {
          font-size: 5.5vw; } }
  #area03 ul {
    margin: 80px auto 0;
    font-size: 0;
    text-align: center;
    width: 1100px; }
    @media only screen and (max-width: 768px) {
      #area03 ul {
        width: 100%;
        margin-top: 40px; } }
    #area03 ul li {
      display: inline-block;
      font-size: 18px;
      vertical-align: top;
      width: 32%;
      margin-left: 2%;
      border: 1px solid #000; }
      #area03 ul li:nth-child(3n+1) {
        margin-left: 0; }
      #area03 ul li:nth-child(4), #area03 ul li:nth-child(5), #area03 ul li:nth-child(6) {
        margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        #area03 ul li {
          width: 49%;
          font-size: 3vw;
          padding: 0 10px; }
          #area03 ul li:nth-child(3n+1) {
            margin-left: 2%; }
          #area03 ul li:nth-child(odd) {
            margin-left: 0; }
          #area03 ul li:nth-child(3), #area03 ul li:nth-child(4), #area03 ul li:nth-child(5), #area03 ul li:nth-child(6) {
            margin-top: 20px; } }
      #area03 ul li .wrap {
        width: 100%;
        display: table;
        height: 150px; }
        @media only screen and (max-width: 768px) {
          #area03 ul li .wrap {
            height: 100px; } }
        #area03 ul li .wrap span {
          vertical-align: middle;
          display: table-cell; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #area03 {
    display: block;
    padding-top: 100px;
    padding-bottom: 300px; } }
#area04 {
  background: url(img/section04_bg.jpg) 50% 50% repeat fixed;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    #area04 {
      height: auto;
      max-width: 100%;
      background-attachment: scroll; } }
  #area04 .wrap {
    width: 1100px;
    margin: 80px auto 0;
    display: table;
    table-layout: fixed; }
    @media only screen and (max-width: 768px) {
      #area04 .wrap {
        width: 100%;
        margin-top: 40px;
        padding: 0 10px; } }
    #area04 .wrap .txt, #area04 .wrap .map {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        #area04 .wrap .txt, #area04 .wrap .map {
          display: block;
          width: 100%; } }
    #area04 .wrap .txt {
      padding-right: 5px; }
      @media only screen and (max-width: 768px) {
        #area04 .wrap .txt {
          padding: 0; } }
      #area04 .wrap .txt table th, #area04 .wrap .txt table td {
        padding: 10px 0;
        font-weight: normal;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          #area04 .wrap .txt table th, #area04 .wrap .txt table td {
            vertical-align: top;
            font-size: 14px; } }
      #area04 .wrap .txt table th {
        width: 120px; }
        @media only screen and (max-width: 768px) {
          #area04 .wrap .txt table th {
            width: 100px; } }
    #area04 .wrap .map {
      padding-left: 5px; }
      @media only screen and (max-width: 768px) {
        #area04 .wrap .map {
          padding: 0;
          margin-top: 20px; } }
      #area04 .wrap .map iframe {
        width: 100%;
        height: 420px;
        border: 5px solid #fff !important; }
        @media only screen and (max-width: 768px) {
          #area04 .wrap .map iframe {
            height: 300px; } }
      #area04 .wrap .map p {
        text-align: right; }
        #area04 .wrap .map p a {
          color: cadetblue;
          font-size: 12px; }

#area05 {
  background: #fff;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  padding-top: 80px; }
  @media only screen and (max-width: 768px) {
    #area05 {
      height: auto;
      max-width: 100%; } }
  #area05 .inner01 {
    position: static; }
  #area05 .form_section {
    width: 800px;
    margin: 80px auto 0; }
    @media only screen and (max-width: 768px) {
      #area05 .form_section {
        width: 100%; } }

.thanks_header {
  background: #f5f5f5;
  text-align: center;
  padding: 15px 0; }
  .thanks_header .logo {
    width: 90px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .thanks_header .logo {
        width: 75px; } }

.thanks {
  padding-top: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .thanks {
      padding-left: 10px;
      padding-right: 10px; } }
  .thanks p {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.8; }
  .thanks a {
    display: block;
    border: 1px solid #333;
    color: #333;
    padding: 20px 100px;
    text-align: center;
    font-size: 18px;
    margin: 40px auto;
    width: 400px;
    text-decoration: none;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .thanks a:hover {
        background: #333;
        color: #fff; } }
    @media only screen and (max-width: 768px) {
      .thanks a {
        background: #333;
        color: #fff;
        width: 100%;
        padding: 20px 10px; } }

.footer {
  background: #fff;
  padding: 20px 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 0; }
      .footer .copyright {
        font-size: 11px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer {
    margin-top: 50px; } }
