@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix, .inner, #profile li, #contents li, #contact .form_content table tr td {
  *zoom: 1;
}
.clearfix:after, .inner:after, #profile li:after, #contents li:after, #contact .form_content table tr td:after {
  content: "";
  display: table;
  clear: both;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, i, ul, li, header, nav, aside, section, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

ul, ol, li {
  font-size: 0;
  list-style: none;
}

a {
  color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:link, a:visited {
  color: #000;
}

a:hover, a:active {
  color: #000;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}

iframe {
  width: 100%;
}

/*
=====================================================================
=====================================================================
共通箇所
=====================================================================
=====================================================================
*/
body {
  color: #222;
  background-color: #fff;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
}
body#top_page {
  background-color: #b0966c;
}
body.lock {
  overflow: hidden;
}

#wrap {
  overflow: hidden;
}

#main {
  display: block;
}

section {
  position: relative;
  padding: 96px 0;
}
section.blu_sec {
  color: #fff;
  background-color: #014b6d;
}
section.blu_sec .heading {
  color: #fff;
}
section.wt_sec {
  background-color: #fff;
}
section.wt_sec .heading {
  color: #014b6d;
}
section.gre_sec {
  background-color: #f5f8f9;
}
section.gre_sec .heading {
  color: #014b6d;
}

.inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.pc {
  display: block;
}

.tb, .sp {
  display: none;
}

.center {
  text-align: center;
}

/*===============================================
header
===============================================*/
header {
  color: #fff;
  background-color: #00344c;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 99999;
}
header .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
header #h_logo {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 120px;
  z-index: 1;
}
header #h_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header #pc_menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
header #pc_menu li {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 32px;
  margin: 0;
  letter-spacing: 1px;
}
header #pc_menu li a {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  header #pc_menu li a:hover:before {
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
  }
}
header #pc_menu li a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  transition: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right top;
  -webkit-transition: transform;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: right top;
  -moz-transition: transform;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transform-origin: right top;
  -ms-transition: transform;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transform-origin: right top;
  -o-transition: transform;
  -o-transition-duration: .3s;
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transform-origin: right top;
}
header #pc_menu li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header #sp_menu, header #sp_btn {
  display: none;
}

/*===============================================
slant
===============================================*/
.slant {
  position: relative;
  margin: 0 -72px;
  z-index: 99;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
}
.slant.slant_left {
  margin-top: -256px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
.slant.slant_left .slant_content {
  padding: 32px 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.slant.slant_right {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.slant.slant_right .slant_content {
  padding: 0 0 144px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
.slant .slant_content {
  margin: 0 auto;
}

/*===============================================
bg_text
===============================================*/
.bg_text {
  font-family: "montserrat", sans-serif;
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  line-height: .9;
  letter-spacing: 16px;
}

/*===============================================
label_text
===============================================*/
.label_text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
}
.label_text.bg_wt span {
  color: #014b6d;
  background-color: #fff;
}
.label_text.bg_blu span {
  color: #fff;
  background-color: #014b6d;
}
.label_text span {
  padding: 10px 20px;
  margin-top: 8px;
  display: inline-block;
}
.label_text span:first-child {
  margin: 0;
}

/*===============================================
heading
===============================================*/
.heading {
  margin-bottom: 80px;
  text-align: center;
}
.heading h2 {
  font-family: "montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
}
.heading p {
  font-size: 14px;
  font-weight: 700;
  padding-top: 16px;
  letter-spacing: 2px;
}

/*===============================================
btn
===============================================*/
.btn .btn_content {
  font-size: 14px;
  font-weight: 700;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .btn .btn_content:hover {
    box-shadow: 0 12px 16px rgba(34, 34, 34, 0.2);
    -webkit-box-shadow: 0 12px 16px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 12px 16px rgba(34, 34, 34, 0.2);
    -ms-box-shadow: 0 12px 16px rgba(34, 34, 34, 0.2);
    -o-box-shadow: 0 12px 16px rgba(34, 34, 34, 0.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

.wt_btn .btn_content {
  background-color: #fff;
  width: 264px;
}

.blu_btn .btn_content {
  color: #fff;
  background-color: #014b6d;
  width: 320px;
  height: 56px;
  line-height: 56px;
}

.gold_btn .btn_content {
  color: #fff;
  background-color: #b0966c;
  width: 320px;
  height: 56px;
  line-height: 56px;
}
@media screen and (min-width: 769px) {
  .gold_btn .btn_content:hover {
    box-shadow: 0 12px 16px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 12px 16px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 12px 16px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 12px 16px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 12px 16px rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

/*===============================================
footer
===============================================*/
footer {
  color: #014b6d;
  background-color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 64px 0 48px;
  letter-spacing: 1px;
}
footer #f_logo {
  width: 240px;
  margin: 0 auto 48px;
  display: block;
}
footer #f_menu li {
  font-size: 14px;
  padding: 0 32px 0 0;
  margin: 0;
}
footer #f_menu li a {
  color: #014b6d;
  position: relative;
}
@media screen and (min-width: 769px) {
  footer #f_menu li a:hover:after {
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
  }
}
footer #f_menu li a:after {
  content: '';
  background-color: #014b6d;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  transition: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right top;
  -webkit-transition: transform;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: right top;
  -moz-transition: transform;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transform-origin: right top;
  -ms-transition: transform;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transform-origin: right top;
  -o-transition: transform;
  -o-transition-duration: .3s;
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transform-origin: right top;
}
footer #f_menu li a:before {
  content: '>';
}
footer small {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*
=====================================================================
=====================================================================
1200px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1200px) {
  /*===============================================
  common
  ===============================================*/
  section {
    padding: 96px 16px;
  }

  /*===============================================
  header
  ===============================================*/
  header #h_logo {
    left: 16px;
  }
  header #pc_menu {
    right: 16px;
  }

  /*===============================================
  slant
  ===============================================*/
  .slant.slant_left .slant_content {
    padding: 32px 54px;
  }

  /*===============================================
  btn
  ===============================================*/
  .wt_btn .btn_content {
    width: 100%;
  }

  /*===============================================
  footer
  ===============================================*/
  footer {
    padding: 64px 16px 48px;
  }
}
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  header
  ===============================================*/
  header #pc_menu li {
    font-size: 12px;
    padding: 0 0 0 24px;
  }

  /*===============================================
  label_text
  ===============================================*/
  .label_text {
    font-size: 24px;
  }

  /*===============================================
  btn
  ===============================================*/
  .wt_btn .btn_content {
    font-size: 12px;
  }
}
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  common
  ===============================================*/
  section {
    padding: 64px 16px;
  }

  .tb {
    display: block;
  }

  .list {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .list:last-child {
    margin-bottom: 0;
  }

  /*===============================================
  header
  ===============================================*/
  header {
    height: 56px;
  }
  header #h_logo {
    width: 120px;
    height: 72px;
  }
  header #h_logo img {
    width: 72px;
  }
  header #pc_menu {
    display: none;
  }
  header #sp_menu, header #sp_btn {
    display: block;
  }
  header #sp_menu {
    background-color: #014b6d;
    position: fixed;
    width: 100%;
    margin-top: 56px;
  }
  header #sp_menu ul {
    display: none;
    border-bottom: 1px solid #f2f2f2;
  }
  header #sp_menu ul li {
    border-top: 1px solid #f2f2f2;
    font-size: 16px;
    margin: 0;
  }
  header #sp_menu ul li a {
    color: #fff;
    padding: 16px;
    display: block;
  }
  header #sp_menu ul li a span {
    font-size: 12px;
    padding-left: 16px;
  }
  header #sp_btn {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 26px;
    height: 19px;
    z-index: 999999;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  header #sp_btn a {
    width: 100%;
    height: 100%;
  }
  header #sp_btn a.active span:nth-child(1), header #sp_btn a.active span:nth-child(2), header #sp_btn a.active span:nth-child(3) {
    width: 100%;
  }
  header #sp_btn a.active span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
  }
  header #sp_btn a.active span:nth-child(2) {
    opacity: 0;
  }
  header #sp_btn a.active span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
  }
  header #sp_btn a span {
    background-color: #fff;
    position: absolute;
    right: 0;
    height: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header #sp_btn a span:nth-child(1) {
    top: 0;
    width: 26px;
  }
  header #sp_btn a span:nth-child(2) {
    top: 8px;
    width: 14px;
  }
  header #sp_btn a span:nth-child(3) {
    bottom: 0;
    width: 18px;
  }

  /*===============================================
  slant
  ===============================================*/
  .slant.slant_left .slant_content {
    padding: 32px 72px;
  }

  /*===============================================
  bg_text
  ===============================================*/
  .bg_text {
    font-size: 120px;
    letter-spacing: 12px;
  }

  /*===============================================
  label_text
  ===============================================*/
  .label_text {
    font-size: 18px;
    padding: 8px 16px;
    letter-spacing: 2px;
  }
  .label_text span {
    padding: 10px 15px;
  }

  /*===============================================
  heading
  ===============================================*/
  .heading {
    margin-bottom: 56px;
  }
  .heading h2 {
    font-size: 32px;
    letter-spacing: 6px;
  }
  .heading p {
    font-size: 12px;
  }

  /*===============================================
  footer
  ===============================================*/
  footer #f_logo {
    width: 200px;
  }
  footer #f_menu {
    margin-bottom: 32px;
  }
  footer #f_menu li {
    font-size: 12px;
    width: 49%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  footer small {
    position: static;
    display: block;
    text-align: center;
  }
}
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  common
  ===============================================*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
=====================================================================
=====================================================================
トップ
=====================================================================
=====================================================================
*/
/*===============================================
first_view
===============================================*/
#first_view {
  color: #fff;
  background-image: url(images/fv-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 920px;
  padding: 0;
  text-align: center;
  overflow: inherit;
}
#first_view .transparent {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
#first_view #fv_content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#first_view #fv_content img {
  width: 132px;
  margin: 0 auto 16px;
  display: block;
}
#first_view #fv_content .fv_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 4px;
}
#first_view #fv_content .fv_title {
  font-family: "montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 12px;
}
#first_view #fv_content .fv_title span {
  font-size: 30px;
  padding-left: 16px;
  letter-spacing: 8px;
}
#first_view #fv_content .btn {
  margin-top: 64px;
}

/*===============================================
recommend
===============================================*/
#recommend {
  z-index: 999;
}
#recommend .bg_text {
  color: #065172;
  bottom: -80px;
  right: -166px;
}
#recommend .label_text {
  text-align: center;
}
#recommend ul {
  margin-top: 56px;
}
#recommend li {
  font-size: 16px;
  position: relative;
  max-width: 642px;
  margin: 0 auto 48px;
}
#recommend li span {
  background-color: #6793a7;
  position: absolute;
  top: -12px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#recommend li span:before {
  content: '';
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
#recommend li p {
  font-weight: 700;
  margin-left: 64px;
  letter-spacing: 1px;
}

/*===============================================
about
===============================================*/
#about .slant_content {
  padding: 184px 0 48px;
}
#about .bg_text {
  color: #f5f8f9;
  top: -80px;
  left: -136px;
}
#about .heading {
  position: absolute;
  top: 40%;
  left: 92px;
  margin: 0;
  text-align: left;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#about .heading h2 {
  line-height: 1.6;
  letter-spacing: 8px;
}
#about .about_content {
  float: right;
  position: relative;
  max-width: 736px;
  padding-right: 48px;
}
#about .about_content .about_text {
  font-size: 16px;
  margin-top: 32px;
  line-height: 2.4;
}

/*===============================================
feature
===============================================*/
#feature {
  margin-top: -160px;
}
#feature li {
  font-size: 14px;
  width: 25%;
  padding: 0 32px;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}
#feature li .feature_num {
  color: #b0966c;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: 3px;
}
#feature li img {
  width: 144px;
  margin: 0 auto 72px;
  display: block;
}
#feature li .feature_title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.6;
}
#feature li .feature_text {
  color: #ccdbe2;
  text-align: left;
  line-height: 2;
}

/*===============================================
company
===============================================*/
#company {
  position: relative;
  padding-top: 0;
  z-index: 100;
}
#company .company_content {
  background-image: url(images/company-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 520px;
  padding-top: 180px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#company .company_content .heading {
  color: #fff;
  margin: 0 0 0 106px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#company .company_content .bg_text {
  color: rgba(255, 255, 255, 0.2);
  bottom: 16px;
  right: -200px;
}
#company .company_content .label_text {
  float: right;
  max-width: 624px;
  margin: 0 0 0 auto;
  display: inline-block;
}
#company .company_content .label_text.tb {
  display: none;
}
#company .company_img {
  position: relative;
  margin-top: -88px;
}
#company .company_img img {
  max-width: 1000px;
  width: 84%;
}
#company .company_img .company_logo {
  background-color: #fff;
  position: absolute;
  bottom: -52px;
  right: 0;
  width: 280px;
  height: 280px;
  box-shadow: 13px 13px 0 #014b6d;
  -webkit-box-shadow: 13px 13px 0 #014b6d;
  -moz-box-shadow: 13px 13px 0 #014b6d;
  -ms-box-shadow: 13px 13px 0 #014b6d;
  -o-box-shadow: 13px 13px 0 #014b6d;
}
#company .company_img .company_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#company table {
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin-top: 160px;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
}
#company table tbody tr {
  border-top: 1px solid #014b6d;
}
#company table tr.table_est {
  background-color: #f5f8f9;
}
#company table tr.table_est td:first-child {
  background-color: #ccdbe2;
}
#company table tr.table_est td:first-child:after {
  border-left: 30px solid #ccdbe2;
}
#company table tr.table_other {
  background-color: #f2f2f2;
  border-bottom: 1px solid #014b6d;
}
#company table tr.table_other td:first-child {
  background-color: #ccc;
}
#company table tr.table_other td:first-child:after {
  border-left: 30px solid #ccc;
}
#company table th, #company table td {
  padding: 24px;
  line-height: 1.6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#company table th span {
  color: #fff;
  background-color: #014b6d;
  padding: 5px 16px;
}
#company table td {
  position: relative;
  height: 180px;
  line-height: 180px;
  padding: 0 24px;
}
#company table td:first-child {
  width: 270px;
}
#company table td:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 90px solid transparent;
  z-index: 10;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
}
#company table td .table_logo {
  width: 141px;
}
#company table td .circle {
  width: 48px;
}
#company table td .triangle {
  width: 44px;
}

/*===============================================
service
===============================================*/
#service {
  padding-bottom: 0;
  z-index: 1;
}
#service:before {
  content: '';
  background-color: #014b6d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 2% -10% 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
}
#service li {
  font-size: 14px;
  position: relative;
  width: 33.3333%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#service li:nth-child(1) {
  padding-right: 16px;
}
#service li:nth-child(1) .service_content {
  background-image: url(images/service-bg1.jpg);
}
#service li:nth-child(2) {
  padding: 0 8px;
}
#service li:nth-child(2) .service_content {
  background-image: url(images/service-bg2.jpg);
}
#service li:nth-child(3) {
  padding-left: 16px;
}
#service li:nth-child(3) .service_content {
  background-image: url(images/service-bg3.jpg);
}
#service li .service_num {
  color: #fff;
  background-color: #b0966c;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 10px 28px;
  display: inline-block;
  letter-spacing: 4px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#service li .service_content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#service li .service_content .transparent {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  padding: 56px 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#service li .service_content .service_title {
  color: #014b6d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
}
#service li .service_content img {
  width: 200px;
  margin: 0 auto 32px;
  display: block;
}
#service li .service_content .service_text {
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
}

/*===============================================
profile
===============================================*/
#profile {
  padding-top: 240px;
}
#profile li {
  font-size: 14px;
}
#profile li .profile_img, #profile li .profile_content {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#profile li .profile_img {
  padding-right: 40px;
}
#profile li .profile_img #arrows {
  position: absolute;
  bottom: 0;
  right: 40px;
}
#profile li .profile_img #arrows button {
  background-color: #014b6d;
  border: none;
  font-size: 0;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
}
#profile li .profile_img #arrows button:focus {
  outline: none;
}
#profile li .profile_img #arrows button.slick-prev:before {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
#profile li .profile_img #arrows button.slick-next:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
#profile li .profile_img #arrows button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
}
#profile li .profile_content {
  float: right;
  padding-left: 50px;
  padding-right: 32px;
}
#profile li .profile_content .profile_position {
  color: #014b6d;
  font-size: 14px;
  margin-bottom: 16px;
}
#profile li .profile_content .profile_name {
  color: #014b6d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
#profile li .profile_content .profile_name span {
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  padding-left: 16px;
}
#profile li .profile_content .profile_tag {
  margin-bottom: 20px;
}
#profile li .profile_content .profile_tag li {
  color: #fff;
  background-color: #b0966c;
  font-weight: 700;
  padding: 7px 31px;
  margin: 0 12px 0 0;
  letter-spacing: 2px;
}
#profile li .profile_content .profile_text {
  background-color: #fff;
  height: 248px;
  padding: 32px;
  overflow: scroll;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#profile li .profile_content .profile_text span {
  font-weight: 700;
  padding-bottom: 16px;
  display: block;
}
#profile li .profile_content .profile_text p {
  padding-bottom: 16px;
  line-height: 2;
}
#profile li .profile_content .profile_text p:last-child {
  padding: 0;
}

/*===============================================
contents
===============================================*/
#contents ul {
  max-width: 1000px;
  margin: 0 auto;
}
#contents li {
  border-bottom: 1px solid #d6e2e8;
  font-size: 14px;
  padding: 64px 0;
  letter-spacing: 1px;
}
#contents li:first-child {
  padding-top: 0;
}
#contents li:last-child {
  border-bottom: 0;
}
#contents li .contents_content {
  width: 67%;
  padding-right: 56px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contents li img {
  float: right;
  width: 320px;
}
#contents li .contents_title {
  color: #014b6d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
#contents li .contents_text {
  line-height: 2.4;
}

/*===============================================
new_plan
===============================================*/
#new_plan {
  padding-top: 160px;
  padding-bottom: 0;
}
#new_plan .inner {
  max-width: 1000px;
}
#new_plan .new_plan_content .new_plan_content_list {
  border: 3px solid #fff;
}
#new_plan .new_plan_content .new_plan_content_list ul {
  padding: 32px;
}
#new_plan .new_plan_content .new_plan_content_list li {
  font-size: 24px;
  max-width: 548px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin: 0 auto 16px;
}
#new_plan .new_plan_content .new_plan_content_list li:last-child {
  margin-bottom: 0;
}
#new_plan .new_plan_content .new_plan_content_list li svg, #new_plan .new_plan_content .new_plan_content_list li span {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#new_plan .new_plan_content .new_plan_content_list li svg .cls-1 {
  fill: #fff;
  opacity: 0.236;
}
#new_plan .new_plan_content .new_plan_content_list li svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
#new_plan .new_plan_content .new_plan_content_list li span {
  font-weight: 700;
  width: calc(100% - 64px);
  padding-left: 24px;
}
#new_plan .new_plan_content .new_plan_content_list .new_plan_content_list_txt {
  color: #014b6d;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding: 12px 16px;
  text-align: center;
}
#new_plan .new_plan_merit {
  margin-top: 72px;
}
#new_plan .new_plan_merit .heading, #new_plan .new_plan_merit .new_plan_merit_list {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#new_plan .new_plan_merit .heading {
  margin: 0;
  text-align: left;
}
#new_plan .new_plan_merit .new_plan_merit_list {
  max-width: 824px;
  padding-left: 160px;
}
#new_plan .new_plan_merit .new_plan_merit_list li {
  background-color: #fff;
  font-size: 16px;
  position: relative;
  padding: 27px 52px;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 1px;
}
#new_plan .new_plan_merit .new_plan_merit_list li:last-child {
  margin-bottom: 0;
}
#new_plan .new_plan_merit .new_plan_merit_list li span, #new_plan .new_plan_merit .new_plan_merit_list li p {
  font-weight: 700;
}
#new_plan .new_plan_merit .new_plan_merit_list li span {
  background-color: #b0966c;
  font-family: "montserrat", sans-serif;
  position: absolute;
  top: 50%;
  left: -28px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#new_plan .new_plan_merit .new_plan_merit_list li p {
  color: #014b6d;
}
#new_plan p.center {
  font-size: 16px;
  line-height: 2.4;
  margin-top: 32px;
}

/*===============================================
plan
===============================================*/
/* #plan {
  padding-top: 320px;
  margin-top: -300px;
} */
#plan:before {
  content: '';
  background-color: #f5f8f9;
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 2% -10% 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
}
#plan .plan_list {
  text-align: center;
}
#plan .plan_list li {
  color: #fff;
  font-size: 14px;
  position: relative;
  width: 33.3333%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#plan .plan_list li:nth-child(1) {
  padding-right: 16px;
}
#plan .plan_list li:nth-child(1) .plan_content {
  background-color: #05847c;
}
#plan .plan_list li:nth-child(1) .plan_content .btn .btn_content {
  color: #05847c;
}
#plan .plan_list li:nth-child(1) .plan_content li span {
  background-color: #69b5b0;
}
#plan .plan_list li:nth-child(2) {
  padding: 0 8px;
}
#plan .plan_list li:nth-child(2) .plan_content {
  background-color: #014b6d;
}
#plan .plan_list li:nth-child(2) .plan_content .btn .btn_content {
  color: #014b6d;
}
#plan .plan_list li:nth-child(2) .plan_content li span {
  background-color: #6793a7;
}
#plan .plan_list li .plan_content {
  position: relative;
  padding: 52px 44px;
}
#plan .plan_list li .plan_content .plan_label {
  color: #fff;
  background-color: #b0966c;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 106px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#plan .plan_list li .plan_content .plan_img {
  margin-bottom: 48px;
}
#plan .plan_list li .plan_content .plan_img img {
  width: auto;
  max-height: 68px;
  margin: 0 auto 16px;
  display: block;
}
#plan .plan_list li .plan_content .plan_img p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
#plan .plan_list li .plan_content .plan_price {
  font-family: "montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
  letter-spacing: 4px;
}
#plan .plan_list li .plan_content .plan_price span {
  letter-spacing: 1px;
}
#plan .plan_list li .plan_content .plan_price .currency {
  font-size: 24px;
}
#plan .plan_list li .plan_content .plan_price .monthly {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 18px;
}
#plan .plan_list li .plan_content .btn {
  margin-bottom: 44px;
}
#plan .plan_list li .plan_content li {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
#plan .plan_list li .plan_content li:last-child {
  margin-bottom: 0;
}
#plan .plan_list li .plan_content li.unavailable {
  opacity: .3;
}
#plan .plan_list li .plan_content li.unavailable span {
  background-color: transparent;
}
#plan .plan_list li .plan_content li.unavailable span:before {
  content: none;
}
#plan .plan_list li .plan_content li span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#plan .plan_list li .plan_content li span:before {
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 7px;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
#plan .plan_list li .plan_content li p {
  margin-left: 36px;
}
#plan .plan_detail {
  margin-top: 56px;
}
#plan .plan_detail .detail_title {
  color: #014b6d;
  border-bottom: 1px solid #014b6d;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
#plan .plan_detail .detail_list li {
  color: #222;
  font-size: 14px;
  width: 100%;
  line-height: 1.8;
  padding: 0 0 8px;
  margin: 0;
  text-align: left;
}
#plan .plan_detail .detail_link {
  margin-top: 24px;
}
#plan .plan_detail .detail_link li {
  color: #222;
  font-size: 14px;
  width: auto;
  line-height: 1.8;
  padding: 0 32px 0 0;
  margin: 0;
  text-align: left;
}
#plan .plan_detail .detail_link li a {
  position: relative;
}
@media screen and (min-width: 769px) {
  #plan .plan_detail .detail_link li a:hover p:before {
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
  }
}
#plan .plan_detail .detail_link li a span {
  background-color: #014b6d;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#plan .plan_detail .detail_link li a span:before {
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
#plan .plan_detail .detail_link li a p {
  position: relative;
  margin-left: 28px;
}
#plan .plan_detail .detail_link li a p:before {
  content: '';
  background-color: #222;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  transition: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right top;
  -webkit-transition: transform;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: right top;
  -moz-transition: transform;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transform-origin: right top;
  -ms-transition: transform;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transform-origin: right top;
  -o-transition: transform;
  -o-transition-duration: .3s;
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transform-origin: right top;
}

/*===============================================
flow
===============================================*/
#flow {
  padding-top: 240px;
  padding-bottom: 0;
}
#flow:before {
  content: '';
  background-color: #014b6d;
  position: absolute;
  top: -4%;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 2% -10% 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
}
#flow .heading {
  color: #fff;
}
#flow ul {
  max-width: 1000px;
  margin: 0 auto;
}
#flow li {
  color: #222;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  padding: 72px 0 52px;
  margin-bottom: 68px;
  text-align: center;
  z-index: 1;
}
#flow li .flow_num {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 64px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#flow li .flow_num p {
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#flow li .flow_content .flow_title {
  color: #014b6d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 1px;
}
#flow li .flow_content .flow_text {
  line-height: 2.4;
}
#flow li .flow_content .btn {
  padding: 0 12px;
  margin-top: 32px;
  display: inline-block;
}
#flow li .flow_content .btn .btn_content {
  color: #fff;
  width: auto;
  padding: 0 24px;
}
#flow li .flow_content .light_btn .btn_content {
  background-color: #05847c;
}
#flow li .flow_content .basic_btn .btn_content {
  background-color: #0280b9;
}
#flow li .flow_content .premium_btn .btn_content {
  background-color: #014b6d;
}
#flow li .flow_content .fb_btn .btn_content {
  background-color: #3b5998;
}

/*===============================================
contact
===============================================*/
#contact:before {
  content: '';
  background-color: #f5f8f9;
  position: absolute;
  top: -29%;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  z-index: 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
}
#contact .form_content {
  max-width: 1000px;
  margin: 0 auto;
}
#contact .form_content .label_text {
  text-align: center;
}
#contact .form_content .form_text {
  font-size: 16px;
  margin-top: 32px;
  line-height: 2.4;
  letter-spacing: 1px;
  text-align: center;
}
#contact .form_content table {
  width: 100%;
  margin-top: 80px;
  letter-spacing: 1px;
}
#contact .form_content table tr {
  margin-bottom: 32px;
  display: block;
}
#contact .form_content table tr th, #contact .form_content table tr td {
  font-size: 16px;
  text-align: left;
}
#contact .form_content table tr th {
  width: 320px;
}
#contact .form_content table tr th span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 15px;
  margin-right: 16px;
}
#contact .form_content table tr th span.required {
  background-color: #014b6d;
}
#contact .form_content table tr th span.any {
  background-color: #ccc;
}
#contact .form_content table tr td {
  width: 68%;
}
#contact .form_content table tr td .radius {
  background-color: #fff;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 56px;
  padding: 16px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .form_content table tr td .radius:placeholder-shown {
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact .form_content table tr td .radius::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact .form_content table tr td .radius:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact .form_content table tr td .radius::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact .form_content table tr td .radius:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact .form_content table tr td .radius:hover, #contact .form_content table tr td .radius:focus {
  outline: 1px solid #f23f4c;
}
#contact .form_content table tr td p {
  font-size: 14px;
  line-height: 1.6;
}
#contact .form_content table tr td textarea.radius {
  height: 240px;
}
#contact .form_content .privacy_text {
  font-size: 14px;
  font-weight: 400;
  margin: 32px auto;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
#contact .form_content .privacy_text a {
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
#contact .form_content .btn .btn_content {
  color: #fff;
  background-color: #014b6d;
  border: 1px solid #014b6d;
  font-size: 14px;
  font-weight: 700;
  width: 320px;
  height: 56px;
  line-height: 56px;
  position: relative;
  margin: 0 auto;
  display: block;
  letter-spacing: 1px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#contact .form_content .btn .btn_content:focus {
  outline: 0;
}
#contact .form_content .btn .btn_content:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.005, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.005, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.005, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.005, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.005, 0.355, 1);
}
#contact .form_content .btn .btn_content span {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

input[type=submit], input[type=button], input[type=email], input[type=submit], input[type=tel], input[type=text], select, textarea {
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*
=====================================================================
=====================================================================
1200px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1200px) {
  /*===============================================
  recommend
  ===============================================*/
  #recommend .bg_text {
    right: 0;
  }

  /*===============================================
  about
  ===============================================*/
  #about .slant_content {
    padding: 180px 72px 48px;
  }
  #about .heading {
    left: 0;
  }
  #about .about_content {
    padding-right: 0;
  }

  /*===============================================
  company
  ===============================================*/
  #company {
    padding: 0 0 96px;
  }
  #company .inner {
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #company .company_img .company_logo {
    right: 16px;
  }

  /*===============================================
  profile
  ===============================================*/
  #profile {
    padding-top: 140px;
  }
  #profile li .profile_img {
    padding-right: 32px;
  }
  #profile li .profile_img #arrows {
    right: 32px;
  }
  #profile li .profile_content {
    padding-left: 32px;
    padding-right: 0;
  }

  /*===============================================
  new_plan
  ===============================================*/
  #new_plan {
    padding-bottom: 160px;
  }
  #new_plan .slant_content {
    padding: 0 72px;
  }
  #new_plan .new_plan_merit .new_plan_merit_list {
    width: 82%;
  }

  /*===============================================
  plan
  ===============================================*/
  #plan {
    padding-top: 200px;
    margin-top: -140px;
  }
  #plan .plan_list li {
    font-size: 13px;
  }
  #plan .plan_list li .plan_content {
    padding: 52px 24px;
  }
  #plan .plan_list li .plan_content .plan_price {
    font-size: 32px;
  }
  #plan .plan_list li .plan_content .plan_price .monthly {
    font-size: 14px;
  }

  /*===============================================
  flow
  ===============================================*/
  #flow {
    padding-top: 140px;
  }
}
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view #fv_content .fv_text {
    font-size: 20px;
  }
  #first_view #fv_content .fv_title {
    font-size: 48px;
  }
  #first_view #fv_content .fv_title span {
    font-size: 24px;
  }

  /*===============================================
  about
  ===============================================*/
  #about .slant_content {
    padding: 96px 72px;
  }
  #about .heading {
    position: static;
    margin-bottom: 80px;
    text-align: center;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  #about .heading h2 {
    line-height: 1.2;
  }
  #about .bg_text {
    top: inherit;
    bottom: -64px;
    left: -64px;
  }
  #about .about_content {
    float: none;
    max-width: inherit;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #about .about_content .about_text {
    font-size: 14px;
  }

  /*===============================================
  feature
  ===============================================*/
  #feature li {
    padding: 0 16px;
  }

  /*===============================================
  company
  ===============================================*/
  #company {
    padding: 0 0 96px;
  }
  #company .company_content {
    text-align: center;
  }
  #company .company_content .heading {
    margin: 0 0 80px;
    display: block;
    text-align: center;
  }
  #company .company_content .label_text {
    float: none;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 1;
  }
  #company .company_img {
    margin-top: -32px;
  }
  #company .company_img .company_logo {
    width: 200px;
    height: 200px;
  }
  #company .company_img .company_logo img {
    width: 120px;
  }
  #company table {
    font-size: 14px;
  }
  #company table thead th {
    padding: 0 0 16px;
  }
  #company table th, #company table td {
    padding: 16px;
  }
  #company table td {
    height: 120px;
    line-height: 120px;
  }
  #company table td:first-child {
    width: 168px;
  }
  #company table td:first-child:after {
    border: 76px solid transparent;
  }
  #company table td .table_logo {
    width: 96px;
  }
  #company table td .circle {
    width: 40px;
  }
  #company table td .triangle {
    width: 32px;
  }

  /*===============================================
  service
  ===============================================*/
  #service li .service_num {
    font-size: 18px;
    padding: 10px 16px;
    letter-spacing: 2px;
  }
  #service li .service_content .transparent {
    padding: 56px 16px 32px;
  }
  #service li .service_content .service_title {
    font-size: 18px;
  }
  #service li .service_content img {
    width: 160px;
  }

  /*===============================================
  contents
  ===============================================*/
  #contents li .contents_content {
    padding-right: 24px;
  }
  #contents li img {
    width: 240px;
  }

  /*===============================================
  new_plan
  ===============================================*/
  #new_plan {
    padding: 140px 16px;
  }
  #new_plan .new_plan_merit .new_plan_merit_list {
    width: 76%;
    padding-left: 64px;
  }

  /*===============================================
  flow
  ===============================================*/
  #flow li .flow_content .btn {
    padding: 0 8px;
  }
}
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view #fv_content {
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #first_view #fv_content .fv_text {
    font-size: 18px;
    letter-spacing: 3px;
  }
  #first_view #fv_content .fv_title span {
    font-size: 20px;
    padding: 16px 0 0;
    display: block;
    letter-spacing: 6px;
  }

  /*===============================================
  recommend
  ===============================================*/
  #recommend .bg_text {
    left: -32px;
    right: inherit;
  }
  #recommend li {
    font-size: 14px;
    line-height: 1.6;
  }
  #recommend li:last-child {
    margin-bottom: 0;
  }
  #recommend li span {
    top: -6px;
    width: 32px;
    height: 32px;
  }
  #recommend li span:before {
    width: 5px;
    height: 10px;
  }
  #recommend li p {
    margin-left: 48px;
  }

  /*===============================================
  about
  ===============================================*/
  #about .slant_content {
    padding: 64px 72px 96px;
  }
  #about .heading {
    margin-bottom: 56px;
  }

  /*===============================================
  feature
  ===============================================*/
  #feature {
    padding-bottom: 0;
  }
  #feature li {
    width: 100%;
    padding: 0;
    margin-bottom: 48px;
    display: block;
  }
  #feature li:last-child {
    margin: 0;
  }
  #feature li .feature_num {
    margin-bottom: 32px;
  }
  #feature li img {
    width: 96px;
    margin: 0 auto 32px;
  }
  #feature li .feature_title {
    margin-bottom: 24px;
  }

  /*===============================================
  company
  ===============================================*/
  #company {
    padding: 0;
  }
  #company .company_content .heading {
    margin-bottom: 56px;
  }
  #company .company_content .bg_text {
    left: -32px;
    right: inherit;
  }
  #company .company_content .label_text.pc {
    display: none;
  }
  #company .company_content .label_text.tb {
    display: block;
  }
  #company .company_img .company_logo {
    width: 160px;
    height: 160px;
  }
  #company .company_img .company_logo img {
    width: 96px;
  }
  #company table thead {
    display: none;
  }
  #company table tbody tr {
    border: none;
  }
  #company table tr, #company table td {
    width: auto;
    display: block;
  }
  #company table th, #company table td {
    font-size: 12px;
    padding: 16px;
  }
  #company table tr {
    border: none;
    margin-bottom: 32px;
  }
  #company table tr.table_other {
    border: none;
  }
  #company table td {
    border: none;
    border-bottom: 1px solid #014b6d;
    height: auto;
    line-height: 2;
    text-align: right;
  }
  #company table td:before {
    content: attr(aria-label);
    font-weight: 700;
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  #company table td:first-child {
    width: 100%;
    text-align: center;
  }
  #company table td:first-child:after {
    content: none;
  }
  #company table td:last-child {
    border: none;
  }
  #company table td .circle {
    width: 24px;
  }
  #company table td .triangle {
    width: 22px;
  }

  /*===============================================
  service
  ===============================================*/
  #service:before {
    width: 157%;
    margin: 2% -25% 0;
  }
  #service li {
    width: 100%;
    margin-bottom: 48px;
    display: block;
  }
  #service li:nth-child(1), #service li:nth-child(2), #service li:nth-child(3) {
    padding: 0;
  }
  #service li:last-child {
    margin-bottom: 0;
  }

  /*===============================================
  profile
  ===============================================*/
  #profile li .profile_img, #profile li .profile_content {
    width: 100%;
    padding: 0;
    display: block;
  }
  #profile li .profile_img {
    margin-bottom: 32px;
  }
  #profile li .profile_img #arrows {
    right: 0;
  }
  #profile li .profile_content .profile_position {
    font-size: 12px;
  }
  #profile li .profile_content .profile_name {
    font-size: 20px;
  }
  #profile li .profile_content .profile_name span {
    font-size: 10px;
  }
  #profile li .profile_content .profile_tag li {
    width: auto;
    padding: 8px 24px;
    display: inline-block;
  }
  #profile li .profile_content .profile_text {
    padding: 24px 16px;
  }

  /*===============================================
  contents
  ===============================================*/
  #contents li {
    padding: 32px 0;
  }
  #contents li .contents_content, #contents li img {
    width: 100%;
    padding: 0;
    display: block;
  }
  #contents li .contents_content {
    margin-bottom: 24px;
  }
  #contents li .contents_title {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  #contents li .contents_text {
    line-height: 2;
  }

  /*===============================================
  new_plan
  ===============================================*/
  #new_plan {
    padding: 64px 16px;
  }
  #new_plan .slant_content {
    padding: 32px 72px;
  }
  #new_plan .new_plan_content .new_plan_content_list li {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #new_plan .new_plan_content .new_plan_content_list li svg {
    width: 32px;
    height: 32px;
  }
  #new_plan .new_plan_content .new_plan_content_list li span {
    padding-left: 16px;
  }
  #new_plan .new_plan_content .new_plan_content_list .new_plan_content_list_txt {
    font-size: 14px;
  }
  #new_plan .new_plan_merit {
    margin-top: 96px;
  }
  #new_plan .new_plan_merit .heading, #new_plan .new_plan_merit .new_plan_merit_list {
    display: block;
  }
  #new_plan .new_plan_merit .heading {
    margin-bottom: 56px;
    text-align: center;
  }
  #new_plan .new_plan_merit .new_plan_merit_list {
    width: 100%;
    padding: 0;
  }
  #new_plan .new_plan_merit .new_plan_merit_list li {
    padding: 32px 24px 24px;
    margin-bottom: 48px;
  }
  #new_plan .new_plan_merit .new_plan_merit_list li span {
    top: -26px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  #new_plan p.center {
    font-size: 14px;
  }

  /*===============================================
  plan
  ===============================================*/
  #plan:before {
    width: 157%;
    margin: 2% -25% 0;
  }
  #plan .plan_list li {
    width: 100%;
    margin-bottom: 48px;
    display: block;
  }
  #plan .plan_list li:nth-child(1), #plan .plan_list li:nth-child(2), #plan .plan_list li:nth-child(3) {
    padding: 0;
  }
  #plan .plan_detail .detail_title {
    font-size: 18px;
  }
  #plan .plan_detail .detail_link li {
    margin-bottom: 16px;
  }

  /*===============================================
  flow
  ===============================================*/
  #flow {
    padding-top: 120px;
  }
  #flow:before {
    top: 0;
    width: 157%;
    margin: 2% -25% 0;
  }
  #flow li {
    padding: 72px 16px 52px;
  }
  #flow li:last-child {
    margin-bottom: 0;
  }
  #flow li .flow_content .flow_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #flow li .flow_content .btn {
    margin-top: 24px;
  }

  /*===============================================
  contact
  ===============================================*/
  #contact:before {
    top: 0;
    width: 140%;
    margin: 2% -15% 0;
  }
  #contact .form_content .form_text {
    font-size: 14px;
  }
  #contact .form_content table tr {
    margin-bottom: 48px;
  }
  #contact .form_content table tr th, #contact .form_content table tr td {
    width: 100%;
    display: block;
  }
  #contact .form_content table tr th {
    font-size: 14px;
    margin-bottom: 24px;
  }
  #contact .form_content table tr th span {
    padding: 6px 10px;
  }
  #contact .form_content table tr td .radius {
    height: 48px;
    padding: 16px;
  }
  #contact .form_content table tr td textarea.radius {
    height: 200px;
    padding: 16px;
  }
}
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view {
    background-image: url(images/fv-sp-bg.jpg);
    background-position: top center;
    height: 720px;
  }
  #first_view #fv_content {
    top: 40%;
  }
  #first_view #fv_content .fv_text {
    font-size: 16px;
    letter-spacing: 2px;
  }
  #first_view #fv_content .fv_title {
    font-size: 36px;
    letter-spacing: 8px;
  }
}
/*
=====================================================================
=====================================================================
374px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 374px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view #fv_content .btn .btn_content {
    width: 240px;
  }

  /*===============================================
  contact
  ===============================================*/
  #contact .form_content .btn .btn_content {
    width: 240px;
  }
}
/*
=====================================================================
=====================================================================
サンクス
=====================================================================
=====================================================================
*/
#thanks {
  background-color: #f5f8f9;
}
#thanks .thanks_content {
  padding-top: 160px;
  letter-spacing: 1px;
}
#thanks .thanks_content #check_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  display: block;
}
#thanks .thanks_content #check_icon .st0 {
  fill: #014b6d;
}
#thanks .thanks_content #check_icon .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#thanks .thanks_content .heading {
  color: #014b6d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
#thanks .thanks_content p {
  font-size: 14px;
  padding-bottom: 24px;
  line-height: 2.4;
  text-align: center;
}
#thanks .thanks_content p a {
  display: inline-block;
  text-decoration: underline;
}
#thanks .thanks_content .btn {
  margin-top: 24px;
}

/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  #thanks .thanks_content {
    padding-top: 96px;
  }
  #thanks .thanks_content #check_icon {
    width: 80px;
    height: 80px;
  }
  #thanks .thanks_content .heading {
    font-size: 20px;
  }
  #thanks .thanks_content p {
    padding-bottom: 16px;
    line-height: 2;
  }
}

/*# sourceMappingURL=style.css.map */
