@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Webフォント */
b, strong, .bold {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, Roboto, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", HelveticaNeue, Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
  }
}
/* =============================================
- script
================================================ */
/* ======================================================
	respace
========================================================= */
#sub-column {
  display: none;
}

#floating-menu {
  display: none !important;
}

.inner-catch {
  display: none;
}

#itemDetail-cont .cancel {
  display: none;
}
#itemDetail-cont .ico_itemType {
  display: none;
}
#itemDetail-cont .review_txt {
  display: none;
}

.freeArea2 > h2 {
  display: none;
}

.freeArea2 > h2 {
  display: none;
}

.sps-itemList-stockDisp {
  display: none;
}
.sps-itemList-stockDisp + p {
  display: none;
}

#Journal > h1, #JournalList > h1 {
  display: none;
}
#Journal article > h2, #JournalList article > h2 {
  display: none;
}
#Journal .state_r, #JournalList .state_r {
  display: none;
}

#main-column section:nth-child(1) .header_area {
  display: none;
}
#main-column #bread-crumb + section .header_area {
  display: block;
}

#document .stLt {
  display: none;
}
#document .sp1 {
  display: none;
}
#document .sp1 + li {
  margin-left: 0px !important;
}

/* =============================================
- script
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

/*
    Slick-theme.css ドット
========================================================= */
/* Dots */
.slick-dots {
  margin-top: 0px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1em;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E60011;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #E60011;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #E60011;
}

/*
    Slick-theme.css
========================================================= */
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none;
  }
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 22;
  font-size: 0px;
  background-color: #282828;
  border: 0px;
  border-radius: 50%;
}
.slick-prev:after, .slick-next:after {
  content: "";
  position: absolute;
  z-index: 33;
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: -5px;
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  left: 50%;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  margin-top: 0px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 50%;
}

@media screen and (max-width: 767px) {
  #newitem_slider .slick-prev, #newitem_slider .slick-next {
    top: 6%;
  }
  #newitem_slider .slick-prev {
    left: 5vw;
  }
  #newitem_slider .slick-next {
    right: 5vw;
  }

  #selling_slider .slick-prev, #selling_slider .slick-next {
    top: 24vw;
  }
  #selling_slider .slick-prev {
    left: 5vw;
  }
  #selling_slider .slick-next {
    right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #newitem_slider .slick-prev {
    top: 20%;
  }
  #newitem_slider .slick-next {
    top: 20%;
  }

  #selling_slider .slick-prev, #selling_slider .slick-next {
    top: 40%;
  }
}
@media screen and (min-width: 980px) {
  .slick-prev, .slick-next {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: #000;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-color: #fff;
  }
}
/* ======================================================
	common
========================================================= */
/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .tab {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .w1080 {
    display: none;
  }
}
main {
  overflow: hidden;
}

/* =============================================
- TITLE
================================================ */
/* ======================================================
	title_style01
========================================================= */
.title_style01 {
  margin-bottom: 25px;
  position: relative;
  z-index: 11;
}
.title_style01 .top {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
  font-size: 4.2666666667vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .title_style01 {
    margin-bottom: 25px;
  }
  .title_style01 .top {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .title_style01 .title {
    text-align: center;
  }
  .title_style01 .title img {
    max-width: 60%;
  }
  .title_style01 .title.w100 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1480px) {
  .title_style01 {
    margin-bottom: 25px;
  }
  .title_style01 .top {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
/* ======================================================
	title_style02
========================================================= */
.title_style02 {
  margin-bottom: 15px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  z-index: 1;
}
.title_style02 .in {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 11;
}
.title_style02 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1.5em;
}
.title_style02 .title span {
  display: inline-block;
  line-height: 1em;
  position: relative;
  padding: 0px 20px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.title_style02 .title span:before, .title_style02 .title span:after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  background-color: #333;
}
.title_style02 .title span:before {
  left: 0px;
}
.title_style02 .title span:after {
  right: 0px;
}
.title_style02:after {
  content: "";
  width: 285px;
  height: 285px;
  background-image: url(../img/common/title_bg01.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -5vw;
  z-index: -1;
}
.title_style02.type02 {
  text-align: right;
}
.title_style02.type02 .en, .title_style02.type02 .title {
  color: #fff;
}
.title_style02.type02 .title span:before, .title_style02.type02 .title span:after {
  background-color: #fff;
}
.title_style02.type02:after {
  background-image: url(../img/common/title_bg02.png);
  left: auto;
  right: -5vw;
}

@media screen and (min-width: 768px) {
  .title_style02 {
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .title_style02 .title span {
    padding: 0px 15px;
    font-size: 1.6rem;
  }
  .title_style02:after {
    left: -25px;
  }
  .title_style02.type02:after {
    left: auto;
    right: -25px;
  }
}
@media screen and (min-width: 1080px) {
  .title_style02 {
    margin-bottom: 20px;
  }
  .title_style02:after {
    left: -40px;
  }
  .title_style02.type02:after {
    left: auto;
    right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .title_style02 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .title_style02 {
    margin-bottom: -55px;
  }
}
/* ======================================================
	title_style03
========================================================= */
.title_style03 {
  margin-bottom: 20px;
}
.title_style03 .label {
  border: 2px solid #333;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 10px;
}
.title_style03 .label span {
  line-height: 1em;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 4px 6px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.title_style03 .label .ttl {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #333;
  color: #fff;
}
.title_style03 .title {
  font-size: 5.0666666667vw;
  color: #E60011;
  line-height: 1.7em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .title_style03 {
    margin-bottom: 15px;
  }
  .title_style03 .label {
    margin-bottom: 10px;
  }
  .title_style03 .label span {
    padding: 4px 6px;
    font-size: 1.5rem;
  }
  .title_style03 .label .ttl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title_style03 .title {
    font-size: 2rem;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 1280px) {
  .title_style03 {
    margin-bottom: 20px;
  }
  .title_style03 .label {
    margin-bottom: 10px;
  }
  .title_style03 .label span {
    padding: 6px 6px 4px 6px;
    font-size: 1.6rem;
  }
  .title_style03 .label .ttl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title_style03 .title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1480px) {
  .title_style03 {
    margin-bottom: 25px;
  }
  .title_style03 .title {
    font-size: 2.5rem;
  }
}
/* ======================================================
	midashi01
========================================================= */
.midashi01 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6em;
  color: #E60011;
  font-size: 6.4vw;
  margin-bottom: 15px;
}
.midashi01.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashi01 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .midashi01 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .midashi01 {
    font-size: 4rem;
  }
}
/* ======================================================
	midashi02
========================================================= */
.midashi02 {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.8em;
  font-size: 4.2666666667vw;
  overflow: hidden;
}
.midashi02 span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.midashi02 span:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 100%;
  top: 50%;
}
.midashi02.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashi02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .midashi02 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .midashi02 {
    font-size: 2.5rem;
  }
}
/* ======================================================
	midashi03
========================================================= */
.midashi03 {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: 4.2vw;
  font-size: 4.8vw;
  font-weight: bold;
}
.midashi03.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashi03 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .midashi03 {
    margin-bottom: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1180px) {
  .midashi03 {
    margin-bottom: 40px;
    font-size: 3.5rem;
  }
}
/* =============================================
- BUTTON
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/* =============================================
- style01
================================================ */
.btn_style01 {
  position: relative;
  display: inline-block;
  background-color: #008CDC;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
}
.btn_style01.contact span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
}
.btn_style01.contact span:before {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/icon_mail02.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .btn_style01 {
    padding: 0.9em 10px 0.8em 10px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .btn_style01 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0.7em 20px 0.55em 20px;
  }
  .btn_style01:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .btn_style01.contact {
    text-align: left;
  }
}
/* =============================================
- bg_type01
================================================ */
.bg_type01 {
  background-color: #E60011;
  color: #fff;
  position: relative;
  margin: 20px 0px;
}
.bg_type01:before, .bg_type01:after {
  content: "";
  width: 100%;
  height: 20px;
  background-position: right center;
  position: absolute;
  right: 0px;
  z-index: 11;
}
.bg_type01:before {
  top: -20px;
  background-image: url(../img/common/section_top.png);
  background-position: left bottom;
}
.bg_type01:after {
  bottom: -20px;
  background-image: url(../img/common/section_bottom.png);
  background-position: right top;
}

@media screen and (min-width: 1080px) {
  .bg_type01 {
    margin: 20px 0px;
  }
  .bg_type01:before, .bg_type01:after {
    height: 20px;
  }
  .bg_type01:before {
    top: -20px;
  }
  .bg_type01:after {
    bottom: -20px;
  }
}
/* =============================================
- loading
================================================ */
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#loading .logo {
  text-align: center;
}
#loading .logo img {
  max-width: 472px;
}
@media screen and (max-width: 1079px) {
  #loading .logo img {
    max-width: 236px;
  }
}

#wrap, #wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* =============================================
- gotop
================================================ */
#gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
#gotop a {
  display: block;
  width: 75px;
}

@media screen and (min-width: 768px) {
  #gotop {
    right: 15px;
    bottom: 15px;
  }
  #gotop a {
    width: 98px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #gotop a:hover {
    opacity: 0.7;
  }
}
/* ======================================================
	header / menu
========================================================= */
@media screen and (max-width: 1079px) {
  #header .pc {
    display: none;
  }
  #header .sp {
    display: block;
  }

  /* ======================================================
  	navBtn
  ========================================================= */
  #navBtn {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
  }
  #navBtn span {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after, #navBtn span:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after {
    top: -10px;
  }
  #navBtn span:before {
    bottom: -10px;
  }
  #navBtn.active span {
    background-color: transparent;
  }
  #navBtn.active span:after {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #navBtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  /* ======================================================
  	header
  ========================================================= */
  #header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
  #header .head {
    width: 100%;
    height: 70px;
    padding: 10px;
  }
  #header .logo {
    margin-top: 2px;
    width: 226px;
    position: absolute;
    left: 10px;
    top: 0px;
    position: relative;
  }
  #header .logo a {
    display: block;
    width: 226px;
    height: 46px;
    position: relative;
  }
  #header .logo a img, #header .logo a svg {
    display: none;
  }
  #header .logo a:before, #header .logo a:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/head_logo_sp.png);
    background-size: cover;
  }
  #header .logo a:before {
    content: "";
    width: 55px;
    height: 46px;
    background-image: url(../img/common/head_logo_sp_sc.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  /* ======================================================
  	sidebar
  ========================================================= */
  #sidebar .logo {
    display: none;
  }
  #sidebar .sdgs {
    display: none;
  }
  #sidebar .bottom {
    position: fixed;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sidebar .bottom .btn, #sidebar .bottom .phone {
    width: 50%;
  }
  #sidebar .bottom .phone {
    padding: 2vw 4vw 2vw 4vw;
    background-color: #fff;
  }
  #sidebar .bottom .phone .notice {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
  }
  #sidebar .bottom .btn .btn_style01 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
  }
  #sidebar .bottom .btn .btn_style01.contact span {
    padding-left: 25px;
  }

  /* ======================================================
  	navigation
  ========================================================= */

  /* ======================================================
  	OPEN
  ========================================================= */

  /* ======================================================
  	fixed
  ========================================================= */

  /* ======================================================
  	scroll
  ========================================================= */
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  #sidebar .bottom .phone {
    padding: 6px 20px 3px 20px;
  }
  #sidebar .bottom .phone .number {
    text-align: center;
  }
  #sidebar .bottom .phone .number img {
    max-width: 200px;
  }
  #sidebar .bottom .btn .btn_style01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1079px) {
  .navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    right: -60px;
    z-index: 111;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 100px 80px 100px 20px;
    overflow-y: scroll;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-width: 500px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  .navigation .logo {
    display: none;
  }
  .navigation > ul > li {
    position: relative;
    text-align: center;
  }
  .navigation > ul > li + li {
    margin-top: 20px;
  }
  .navigation > ul > li a {
    display: inline-block;
    color: #4A3A32;
    letter-spacing: 0.05em;
    text-align: left;
    width: 100%;
    line-height: 1em;
  }
  .navigation > ul > li > a, .navigation > ul > li > span {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    padding: 18px 20px 18px 20px;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .navigation > ul > li > a span, .navigation > ul > li > span span {
    display: block;
    color: #4A3A32;
  }
  .navigation > ul > li:last-child > a, .navigation > ul > li:last-child > span {
    border-bottom: 0px solid #D8D8D8;
  }
}
@media screen and (max-width: 1079px) {
  body.open:before {
    visibility: visible;
    opacity: 1;
  }
  body.open .navigation {
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  body.open .navigation .navBtn span:after, body.open .navigation .navBtn span:before {
    background-color: #333333;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed {
    position: fixed;
    z-index: 999;
    right: 60px;
    top: 8px;
    width: 100%;
    width: 100px;
  }
  #header .fixed .change_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
  }
  #header .fixed .change_lang .btn {
    width: 50%;
    line-height: 1em;
  }
  #header .fixed .change_lang .btn a {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    color: #808080;
    background-color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 0.1em 0px 0.1em 0px;
    letter-spacing: 0.05em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1079px) and (min-width: 980px) {
  #header .fixed .change_lang .btn a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .change_lang .btn + .btn a {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .change_lang .btn.active a {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .contact {
    margin-top: 5px;
  }
  #header .fixed .contact a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #063B66;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 0.3em 10px 0.3em 10px;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1079px) and (min-width: 980px) {
  #header .fixed .contact a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1079px) {
  body.is_scrool #sidebar .bottom {
    opacity: 1;
  }
  body.is_scrool #header .logo a:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1080px) {
  .navBtn {
    display: none;
  }

  #header .sp, #header .tab {
    display: none !important;
  }
  #header .pc {
    display: block;
  }

  /* ======================================================
  	header
  ========================================================= */
  body {
    position: relative;
  }

  /* ======================================================
  	main_visual
  ========================================================= */
  #page_content #sidebar {
    width: 200px;
  }
  #page_content #content {
    padding-left: 200px;
  }

  #sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100vh;
    width: 200px;
    background-color: #fff;
  }
  #sidebar .bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    padding-top: 15px;
  }
  #sidebar .bottom .phone {
    padding: 5px 0px 10px 0px;
  }
  #sidebar .bottom .number {
    text-align: center;
  }
  #sidebar .bottom .number a {
    display: inline-block;
  }
  #sidebar .bottom .number a img {
    max-width: 140px;
  }
  #sidebar .bottom .notice {
    font-size: 1.4rem;
    color: #777;
    text-align: center;
  }

  #sidebar .in {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1080px) and (max-height: 760px) {
  #sidebar .in {
    overflow: scroll;
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .logo {
    text-align: center;
    padding: 30px 0px 40px 0px;
  }
  #sidebar .logo img {
    max-width: 160px;
  }
  #sidebar .bottom .number a{
    cursor: default;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .sdgs {
    text-align: center;
  }
  #sidebar .sdgs a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #sidebar .sdgs a:hover {
    opacity: 0.7;
  }
  #sidebar .sdgs img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .navigation {
    height: 100%;
    padding-bottom: 30px;
  }
  #sidebar .navigation ul li a {
    color: #333333;
    display: inline-block;
    padding: 8px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #sidebar .navigation ul li a:hover {
    opacity: 0.4;
  }
}
/* ======================================================
	footer
========================================================= */
/* =============================================
- _footer
================================================ */
#footer {
  background-color: #333333;
  padding-top: 15px;
}
@media screen and (max-width: 1079px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer .copyright {
  padding: 6px 0px;
  text-align: center;
  color: #777777;
}
#footer .link_area li {
  text-align: center;
}
#footer .link_area li a {
  color: #fff;
  padding: 0px 30px;
  line-height: 1em;
  position: relative;
}
#footer .link_area li a:before, #footer .link_area li a:after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  background-color: #fff;
}
#footer .link_area li a:before {
  left: 0px;
}
#footer .link_area li a:after {
  right: 0px;
}
#footer .link_area li a.blank span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
#footer .link_area li a.blank span:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_blank.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 20px;
  }
  #footer .copyright {
    font-size: 1.4rem;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 1080px) {
  #footer {
    padding-left: 200px;
  }
  #footer .link_area li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .link_area li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1280px) {
  #footer .copyright {
    font-size: 1.4rem;
    margin: 0px auto;
    padding: 10px 0px;
  }
}
/* =============================================
- cta_block
================================================ */
.cta_block {
  padding: 30px 5vw;
  background-color: #008CDC;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: relative;
  z-index: 11;
}
.cta_block .toptext {
  margin-bottom: 10px;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}
.cta_block .midashi {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 5.6vw;
  line-height: 1.8em;
}
.cta_block .notice {
  text-align: center;
  font-weight: bold;
}
.cta_block .btn_area {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.cta_block .box_wrap .box + .box {
  margin-top: 15px;
}
.cta_block .box_wrap .box a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px 15px 10px;
  text-align: center;
  border: 3px solid #008CDC;
}
.cta_block .box_wrap .box a .top {
  color: #777777;
  line-height: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block .box_wrap .box a .text {
  font-weight: bold;
  font-size: 6.5vw;
  line-height: 1em;
  margin-top: 0.3em;
}
.cta_block .box_wrap .box a .text span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block .box_wrap .box a .text span:before, .cta_block .box_wrap .box a .text span:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 30px;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta_block .box_wrap .box.num a .text {
  color: #008CDC;
}
.cta_block .box_wrap .box.num a .text span:before, .cta_block .box_wrap .box.num a .text span:after {
  height: 31px;
  margin-top: -14px;
  background-image: url(../img/icon_phone.png);
}
.cta_block .box_wrap .box.num a .text span:after {
  background-image: url(../img/icon_phone02.png);
  z-index: -1;
}
.cta_block .box_wrap .box.contact a {
  background-color: #008CDC;
  color: #fff;
}
.cta_block .box_wrap .box.contact a .top {
  color: #fff;
}
.cta_block .box_wrap .box.contact a .text {
  font-size: 5.8vw;
  color: #fff;
}
.cta_block .box_wrap .box.contact a .text span:before {
  height: 24px;
  margin-top: -10px;
  background-image: url(../img/icon_mail.png);
}

@media screen and (min-width: 768px) {
  .cta_block {
    padding: 50px 25px;
  }
  .cta_block .toptext {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .cta_block .toptext span {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
  }
  .cta_block .toptext span:before, .cta_block .toptext span:after {
    content: "";
    width: 2px;
    height: 2em;
    position: absolute;
    margin-top: -1em;
    top: 50%;
    background-color: #fff;
  }
  .cta_block .toptext span:before {
    left: 0px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .cta_block .toptext span:after {
    right: 0px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .cta_block .midashi {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .cta_block .notice {
    font-size: 1.6rem;
  }
  .cta_block .btn_area {
    margin-top: 20px;
    padding: 30px;
    border-radius: 10px;
  }
  .cta_block .box_wrap {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_block .box_wrap .box {
    width: 48%;
  }
  .cta_block .box_wrap .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .cta_block .box_wrap .box a {
    padding: 15px 10px 15px 10px;
  }
  .cta_block .box_wrap .box a .top {
    font-size: 1.3rem;
  }
  .cta_block .box_wrap .box a .text {
    font-size: 2.5rem;
    margin-top: 0.3em;
  }
  .cta_block .box_wrap .box a .text span {
    padding-left: 40px;
  }
  .cta_block .box_wrap .box.contact a {
    padding: 26px 10px 27px 10px;
  }
  .cta_block .box_wrap .box.contact a .text {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .cta_block {
    padding: 45px 50px 50px 50px;
  }
  .cta_block .toptext {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .cta_block .toptext span {
    padding: 0px 15px 0px 20px;
  }
  .cta_block .midashi {
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
  .cta_block .btn_area {
    padding: 40px 50px;
    max-width: 1060px;
    margin: 25px auto 0px auto;
    position: relative;
  }
  .cta_block .btn_area:before {
    content: "";
    width: 274px;
    height: 282px;
    background-image: url(../img/common/cta_dec.png);
    background-size: cover;
    position: absolute;
    right: -20px;
    top: -282px;
  }
  .cta_block .box_wrap {
    max-width: 920px;
    margin: 0px auto 0px auto;
    position: relative;
  }
  .cta_block .box_wrap .box {
    width: 46.75%;
  }
  .cta_block .box_wrap .box + .box {
    margin-left: 6.5%;
  }
  .cta_block .box_wrap .box a {
    padding: 15px 10px 20px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cta_block .box_wrap .box a .text {
    font-size: 3.2rem;
    margin-top: 0.3em;
  }
  .cta_block .box_wrap .box a:hover {
    background-color: #000;
    border-color: #000;
  }
  .cta_block .box_wrap .box a:hover .top {
    color: #fff;
  }
  .cta_block .box_wrap .box.contact a {
    padding: 16px 10px 21px 10px;
  }
  .cta_block .box_wrap .box.contact a .text {
    font-size: 2.8rem;
  }
  .cta_block .box_wrap .box.num a:hover .text span {
    color: #fff;
  }
  .cta_block .box_wrap .box.num a:hover .text span:before {
    opacity: 0;
  }
}
@media screen and (min-width: 1480px) {
  .cta_block {
    padding: 45px 40px 50px 40px;
    border-radius: 10px;
  }
  .cta_block .toptext {
    font-size: 1.8rem;
  }
  .cta_block .midashi {
    margin-bottom: 20px;
    font-size: 4rem;
  }
  .cta_block .notice {
    font-size: 1.8rem;
  }
  .cta_block .btn_area {
    padding: 35px 70px;
    margin: 25px auto 0px auto;
  }
  .cta_block .box_wrap {
    margin-top: 0px;
  }
  .cta_block .box_wrap .box {
    width: 47.5%;
  }
  .cta_block .box_wrap .box + .box {
    margin-left: 5%;
  }
  .cta_block .box_wrap .box a .top {
    font-size: 1.4rem;
  }
  .cta_block .box_wrap .box a .text {
    font-size: 3.2rem;
  }
  .cta_block .box_wrap .box.contact a {
    padding: 17px 10px 21px 10px;
  }
  .cta_block .box_wrap .box.contact a .text {
    font-size: 3rem;
  }
}
/* =============================================
- #cta01,#cta02
================================================ */
@media screen and (max-width: 1279px) {
  #cta01, #cta02 {
    padding-bottom: 40px;
    background-color: #008CDC;
  }
  #cta01 + section, #cta02 + section {
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  #cta01, #cta02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  #cta01, #cta02 {
    padding-bottom: 70px;
  }
  #cta01 .cta_block, #cta02 .cta_block {
    padding: 45px 40px 30px 40px;
  }
}
@media screen and (min-width: 1480px) {
  #cta01 .cta_block, #cta02 .cta_block {
    max-width: 1120px;
    margin: 0px auto;
    position: relative;
    z-index: 11;
  }
  #cta01 .cta_block, #cta02 .cta_block {
    padding: 45px 40px 30px 40px;
  }
}
#cta03 {
  background-color: #008CDC;
}

/* ======================================================
	section
========================================================= */
section {
  padding: 40px 5vw;
}
@media screen and (min-width: 375px) {
  section {
    padding: 45px 5vw;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 80px 40px 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 140px 40px 140px 40px;
  }
}

/* ======================================================
	main_visual
========================================================= */
@media screen and (max-width: 767px) {
  #fv {
    background-color: #fff;
    position: relative;
  }
  #fv .logo {
    display: none;
  }
  #fv .visual {
    position: relative;
    z-index: 11;
    padding: 100px 3vw 0px 3vw;
  }
  #fv .visual .text01 img {
    width: 92.2666666667vw;
  }
  #fv .visual .text02 {
    font-weight: bold;
    margin-top: 3vw;
    font-size: 4.8vw;
    line-height: 1.6em;
  }
  #fv .visual .dec_area {
    margin-top: 4vw;
  }
  #fv .visual .dec {
    margin-right: -3vw;
  }
  #fv .tryangle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 75vw 75vw;
    border-color: transparent transparent #E60011 transparent;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #fv {
    position: relative;
    z-index: 11;
    background-color: #fff;
  }

  #fv {
    background-color: #fff;
    position: relative;
  }
  #fv .visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 11;
    padding: 100px 3vw 0px 3vw;
  }
  #fv .visual .text01 {
    margin-right: -3vw;
  }
  #fv .visual .text01 img {
    width: 100%;
  }
  #fv .visual .text02 {
    font-weight: bold;
    margin-top: 2vw;
    font-size: 1.8rem;
    line-height: 1.6em;
  }
  #fv .visual .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 40px;
  }
  #fv .visual .dec_area {
    margin-top: 0vw;
    width: 35%;
  }
  #fv .visual .dec {
    margin-right: -3vw;
  }
  #fv .tryangle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 36vw 36vw;
    border-color: transparent transparent #E60011 transparent;
    right: 0px;
    bottom: 0px;
  }

  #header .logo img {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #fv {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  #fv .logo {
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 111;
  }
  #fv .logo img {
    max-width: 160px;
  }
  #fv .visual {
    height: 100%;
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text01 {
    margin-right: 0vw;
  }
  #fv .visual .text02 {
    font-weight: bold;
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 1.6em;
  }
  #fv .visual .textbox {
    padding-bottom: 80px;
    margin-right: -13vw;
  }
  #fv .visual .dec_area {
    margin-top: 0vw;
    width: 58%;
  }
  #fv .visual .dec {
    margin-right: -3vw;
  }
  #fv .tryangle {
    border-width: 0px 0px 57vw 57vw;
  }
}
@media screen and (min-width: 1280px) and (max-height: 799px) {
  #fv {
    min-height: 750px;
  }
  #fv .visual {
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2.6vw;
  }
  #fv .visual .textbox {
    padding-bottom: 60px;
    margin-right: -8vw;
  }
  #fv .visual .dec_area {
    width: 50%;
  }
  #fv .tryangle {
    border-width: 0px 0px 50vw 50vw;
  }
}
@media screen and (min-width: 1280px) and (min-height: 800px) {
  #fv .visual {
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2.2vw;
  }
  #fv .visual .textbox {
    padding-bottom: 70px;
    margin-right: -15vw;
  }
  #fv .visual .dec_area {
    width: 53%;
  }
  #fv .tryangle {
    border-width: 0px 0px 100vh 45vw;
  }
}
@media screen and (min-width: 1480px) and (max-height: 899px) {
  #fv {
    min-height: 850px;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2.2vw;
  }
  #fv .visual .textbox {
    padding-bottom: 60px;
    margin-right: -13vw;
  }
  #fv .visual .dec_area {
    width: 50%;
  }
  #fv .tryangle {
    border-width: 0px 0px 54vw 54vw;
  }
}
@media screen and (min-width: 1480px) and (min-height: 900px) {
  #fv .visual {
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2.2vw;
  }
  #fv .visual .textbox {
    padding-bottom: 70px;
    margin-right: -17vw;
  }
  #fv .visual .dec_area {
    width: 57%;
  }
  #fv .tryangle {
    border-width: 0px 0px 100vh 45vw;
  }
}
@media screen and (min-width: 1580px) and (max-height: 949px) {
  #fv .visual {
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2vw;
  }
  #fv .visual .textbox {
    padding-bottom: 70px;
    margin-right: -14vw;
  }
  #fv .visual .dec_area {
    width: 50%;
  }
  #fv .tryangle {
    border-width: 0px 0px 100vh 40vw;
  }
}
@media screen and (min-width: 1580px) and (min-height: 950px) {
  #fv .visual {
    padding: 0px 3vw 0px 3vw;
  }
  #fv .visual .text02 {
    margin-top: 2vw;
    font-size: 2.2vw;
  }
  #fv .visual .textbox {
    padding-bottom: 70px;
    margin-right: -13vw;
  }
  #fv .visual .dec_area {
    width: 53%;
  }
  #fv .tryangle {
    border-width: 0px 0px 100vh 42vw;
  }
}
@media screen and (min-width: 1780px) {
  #fv .visual {
    padding: 0px 0vw 0px 0px;
    max-width: 1520px;
    margin-left: auto;
  }
  #fv .visual .text02 {
    margin-top: 40px;
    font-size: 3rem;
  }
  #fv .visual .textbox {
    padding-bottom: 70px;
    margin-right: -198px;
  }
  #fv .visual .textbox .text01 {
    width: 958px;
  }
  #fv .visual .dec_area {
    width: 760px;
  }
  #fv .visual .dec_area .dec {
    margin-right: 0px;
  }
  #fv .tryangle {
    border-width: 0px 0px 760px 765px;
  }
}
/* ======================================================
	outline
========================================================= */
#outline {
  margin-top: 0px;
}
#outline:before {
  display: none;
}
#outline .column .img_area {
  margin-bottom: 25px;
}
#outline .column .img_area .img img {
  border-radius: 10px;
}
#outline .column .textbox .textarea p {
  font-weight: bold;
  line-height: 1.9em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#outline .column .textbox .label {
  margin-top: 20px;
}
#outline .column .textbox .label span {
  background-color: #fff;
  color: #E60011;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.4em;
  display: inline-block;
  padding: 8px 0px;
  width: 100%;
  border-radius: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #outline .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #outline .column .img_area {
    margin-bottom: 0px;
    width: 35%;
  }
  #outline .column .img_area .img img {
    border-radius: 10px;
  }
  #outline .column .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5%;
  }
  #outline .column .textbox .textarea p {
    line-height: 2em;
  }
  #outline .column .textbox .label {
    margin-top: 20px;
  }
  #outline .column .textbox .label span {
    font-size: 1.8rem;
    padding: 12px 0px;
  }
}
@media screen and (min-width: 1080px) {
  #outline .column .img_area {
    width: 40%;
  }
  #outline .column .textbox {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1280px) {
  #outline {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  #outline .inner {
    max-width: 1230px;
    margin: 0px auto;
  }
  #outline .title_style01 .title img {
    max-width: 650px;
  }
  #outline .column .textbox {
    padding-right: 5%;
  }
  #outline .column .textbox .label {
    margin-top: 25px;
  }
  #outline .column .textbox .label span {
    font-size: 2.2rem;
    padding: 14px 0px;
  }
}
@media screen and (min-width: 1480px) {
  #outline .column .img_area {
    width: 500px;
  }
  #outline .column .textbox {
    padding-right: 50px;
  }
  #outline .column .textbox .title_style01 {
    margin-bottom: 40px;
  }
  #outline .column .textbox .textarea {
    padding: 0px 25px;
  }
  #outline .column .textbox .textarea p {
    line-height: 2.1em;
  }
  #outline .column .textbox .label {
    margin-top: 30px;
  }
  #outline .column .textbox .label span {
    font-size: 3rem;
    padding: 15px 0px;
  }
}
/* ======================================================
	service
========================================================= */
#service .head_text p {
  line-height: 1.9em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#service .column_area {
  margin-top: 50px;
}
#service .column_area .column + .column {
  margin-top: 40px;
}
#service .column_area .img_area {
  margin-bottom: 20px;
}
#service .column_area .img_area .img {
  border-radius: 8px;
  border: 2px solid #333333;
  overflow: hidden;
}
#service .column_area .textbox .textarea p {
  line-height: 1.9em;
}

@media screen and (min-width: 768px) {
  #service .head_text {
    margin-top: 40px;
  }
  #service .head_text p {
    line-height: 2em;
  }
  #service .column_area {
    margin-top: 50px;
  }
  #service .column_area .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #service .column_area .column + .column {
    margin-top: 40px;
  }
  #service .column_area .img_area {
    margin-bottom: 0px;
    width: 45%;
  }
  #service .column_area .img_area .img {
    border-radius: 10px;
  }
  #service .column_area .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5%;
  }
  #service .column_area .textbox .textarea p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1280px) {
  #service {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #service .title_style01 .title img {
    max-width: 576px;
  }
  #service .head_text {
    width: 700px;
    margin: 40px auto 0px auto;
  }
  #service .column_area {
    max-width: 1120px;
    margin: 70px auto 0px auto;
  }
  #service .column_area .column + .column {
    margin-top: 60px;
  }
  #service .column_area .img_area {
    width: 50%;
  }
  #service .column_area .textbox {
    padding-right: 3%;
  }
  #service .column_area .textbox .textarea p {
    line-height: 2.1em;
  }
}
@media screen and (min-width: 1480px) {
  #service {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #service .title_style01 .title img {
    max-width: 576px;
  }
  #service .head_text {
    width: 700px;
    margin: 40px auto 0px auto;
  }
  #service .column_area {
    max-width: 1120px;
    margin: 70px auto 0px auto;
  }
  #service .column_area .column + .column {
    margin-top: 90px;
  }
  #service .column_area .img_area {
    width: 504px;
  }
  #service .column_area .textbox {
    padding-right: 60px;
  }
  #service .column_area .textbox .textarea p {
    line-height: 2.1em;
  }
}
/* ======================================================
	case
========================================================= */
#case .head_text p {
  line-height: 1.9em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#case .column_area {
  margin-top: 50px;
}
#case .column_area .column {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  position: relative;
  border: 2px solid #333;
}
#case .column_area .column + .column {
  margin-top: 40px;
}
#case .column_area .column .label {
  position: absolute;
  left: 5px;
  top: -14px;
  z-index: 11;
  text-align: center;
  width: 110px;
  padding-right: 25px;
}
#case .column_area .column .label:after {
  content: "";
  width: 110px;
  height: 120px;
  background-image: url(../img/case_label.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
#case .column_area .column .label p {
  text-align: center;
  position: relative;
  z-index: 11;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 30px;
  letter-spacing: 0.05em;
}
#case .column_area .column .label p span {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}
#case .column_area .img_area {
  margin-bottom: 15px;
}
#case .column_area .img_area .slide img {
  border-radius: 10px;
}
#case .column_area .textbox .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #A6DEFC;
}
#case .column_area .textbox .info dl:first-child {
  padding-top: 0px;
}
#case .column_area .textbox .info dl dt, #case .column_area .textbox .info dl dd {
  line-height: 1.6em;
}
#case .column_area .textbox .info dl dt {
  width: 80px;
  font-weight: bold;
}
#case .column_area .textbox .info dl dt:after {
  content: "：";
}
#case .column_area .textbox .info dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  #case .title_style01 .title img {
    max-width: 75%;
  }
  #case .head_text {
    margin-top: 40px;
  }
  #case .head_text p {
    line-height: 2em;
  }
  #case .column_area {
    margin-top: 50px;
  }
  #case .column_area .column {
    padding: 30px 40px 30px 60px;
    border-radius: 10px;
  }
  #case .column_area .column + .column {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #case .column_area .column .label {
    left: 8px;
    top: -7px;
    width: 55px;
    padding-right: 11px;
  }
  #case .column_area .column .label:after {
    width: 55px;
    height: 60px;
  }
  #case .column_area .column .label p {
    font-size: 1.1rem;
    padding-top: 15px;
  }
  #case .column_area .column .label p span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #case .column_area .column .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #case .column_area .column .row .img_area {
    width: 40%;
  }
  #case .column_area .column .row .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  #case .column_area .img_area {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #case .column_area .textbox .info dl {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #case .column_area .textbox .info dl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #case {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  #case .title_style01 .title img {
    max-width: 700px;
  }
  #case .head_text {
    width: 700px;
    margin: 50px auto 0px auto;
  }
  #case .column_area {
    margin-top: 50px;
  }
  #case .column_area .column {
    padding: 40px 50px 40px 110px;
    border-radius: 10px;
  }
  #case .column_area .column + .column {
    margin-top: 60px;
  }
  #case .column_area .column .label {
    left: 10px;
  }
  #case .column_area .column .row .img_area {
    width: 40%;
  }
  #case .column_area .column .row .textbox {
    padding-right: 5%;
  }
  #case .column_area .img_area {
    margin-bottom: 15px;
  }
  #case .column_area .textbox .info dl {
    padding: 12px 0px;
  }
  #case .column_area .textbox .info dl dt {
    width: 100px;
  }
}
@media screen and (min-width: 1480px) {
  #case {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  #case .title_style01 .title img {
    max-width: 800px;
  }
  #case .column_area {
    max-width: 1120px;
    margin: 60px auto 0px auto;
  }
  #case .column_area .column {
    padding: 60px 60px 50px 120px;
    border-radius: 10px;
  }
  #case .column_area .column + .column {
    margin-top: 70px;
  }
  #case .column_area .column .label {
    left: 18px;
  }
  #case .column_area .column .row .img_area {
    width: 478px;
  }
  #case .column_area .column .row .textbox {
    padding-right: 65px;
  }
  #case .column_area .textbox .info dl {
    padding: 12px 0px;
  }
  #case .column_area .textbox .info dl dt {
    width: 100px;
  }
}
/* ======================================================
	flow
========================================================= */
#flow .head_text p {
  line-height: 1.9em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flow .flow_area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#flow .flow_area .box {
  background-color: #E60011;
  color: #fff;
  width: 45%;
  padding: 3vw;
  position: relative;
}
#flow .flow_area .box + .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #E60011;
  position: absolute;
  left: -5%;
  top: 50%;
  margin-left: -15px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  #flow .flow_area .box:nth-child(even) {
    margin-left: 10%;
  }
  #flow .flow_area .box:nth-child(odd):before {
    display: none;
  }
  #flow .flow_area .box:nth-child(n+3) {
    margin-top: 25px;
  }
}
#flow .flow_area .box .step {
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
#flow .flow_area .box .icon {
  text-align: center;
  margin-bottom: 10px;
}
#flow .flow_area .box .icon img {
  max-width: 70%;
}
#flow .flow_area .box .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 4.2666666667vw;
  line-height: 1em;
}
#flow .bottom_area {
  margin-top: 40px;
}
#flow .bottom_area .notice {
  text-align: center;
  margin-top: 15px;
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  #flow .title_style01 .title img {
    max-width: 70%;
  }
  #flow .head_text {
    margin-top: 40px;
  }
  #flow .head_text p {
    line-height: 2em;
  }
  #flow .flow_area {
    margin-top: 50px;
  }
  #flow .flow_area .box {
    width: 28.3333%;
    padding: 20px 15px;
  }
  #flow .flow_area .box + .box {
    margin-left: 5%;
  }
  #flow .flow_area .box + .box:before {
    border-width: 8px 0 8px 14px;
    left: -5%;
    top: 50%;
    margin-left: -15px;
    margin-top: -8px;
  }
  #flow .flow_area .box:nth-child(n+4) {
    margin-top: 40px;
  }
  #flow .flow_area .box .step {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #flow .flow_area .box .step span {
    font-size: 2rem;
  }
  #flow .flow_area .box .icon {
    margin-bottom: 15px;
  }
  #flow .flow_area .box .icon img {
    max-width: 60%;
  }
  #flow .flow_area .box .ttl {
    font-size: 1.8rem;
  }
  #flow .bottom_area {
    margin-top: 60px;
  }
  #flow .bottom_area .title {
    text-align: center;
    padding-left: 5%;
  }
  #flow .bottom_area .title img {
    max-width: 75%;
  }
  #flow .bottom_area .notice {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #flow {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #flow .title_style01 .title img {
    max-width: 576px;
  }
  #flow .head_text {
    width: 700px;
    margin: 40px auto 0px auto;
  }
  #flow .flow_area {
    max-width: 870px;
    margin: 50px auto 0px auto;
  }
  #flow .flow_area .box {
    width: 220px;
    padding: 30px 15px;
  }
  #flow .flow_area .box + .box {
    margin-left: 80px;
  }
  #flow .flow_area .box + .box:before {
    border-width: 8px 0 8px 14px;
    left: -40px;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
  }
  #flow .flow_area .box:nth-child(n+4) {
    margin-top: 50px;
  }
  #flow .flow_area .box:nth-child(3n+1) {
    margin-left: 50px;
  }
  #flow .flow_area .box:nth-child(1) {
    margin-left: 0px;
  }
  #flow .flow_area .box .step {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #flow .flow_area .box .step span {
    font-size: 3rem;
  }
  #flow .flow_area .box .icon {
    margin-bottom: 15px;
  }
  #flow .flow_area .box .icon img {
    max-width: 102px;
  }
  #flow .flow_area .box .ttl {
    font-size: 2.5rem;
  }
  #flow .bottom_area {
    margin-top: 80px;
  }
  #flow .bottom_area .title {
    padding-left: 0px;
  }
  #flow .bottom_area .title img {
    max-width: 740px;
  }
  #flow .bottom_area .notice {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1480px) {
  #flow .title_style01 .title img {
    max-width: 746px;
  }
}
/* ======================================================
	area
========================================================= */
#area .head_text p {
  line-height: 1.9em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#area .map {
  margin-top: 30px;
  border-radius: 8px;
  border: 2px solid #333333;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #area .head_text {
    margin-top: 40px;
  }
  #area .head_text p {
    line-height: 2em;
  }
  #area .map {
    margin-top: 40px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  #area {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #area .title_style01 .title img {
    max-width: 670px;
  }
  #area .head_text {
    width: 700px;
    margin: 50px auto 0px auto;
  }
  #area .map {
    max-width: 824px;
    margin: 65px auto 0px auto;
    border-radius: 10px;
  }
}
/* ======================================================
	sdgs
========================================================= */
#sdgs .mb0 {
  margin-bottom: 0px;
}
#sdgs .box_area {
  padding: 30px 5vw;
  background-color: #fff;
  position: relative;
  z-index: 11;
  border: 3px solid #E60011;
  border-radius: 10px;
}
#sdgs .box_area + .box_area {
  margin-top: 30px;
}
#sdgs .box_area > .top {
  text-align: center;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
#sdgs .box_area .column_area {
  margin-top: 30px;
}
#sdgs .box_area .column_area .column + .column {
  margin-top: 30px;
}
#sdgs .box_area .column_area .column .midashi01 {
  margin-bottom: 10px;
}
#sdgs .box_area .column_area .column .list li {
  position: relative;
  line-height: 1.6em;
  padding-left: 1.2em;
}
#sdgs .box_area .column_area .column .list li + li {
  margin-top: 5px;
}
#sdgs .box_area .column_area .column .list li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.35em;
  background-color: #022222;
  position: absolute;
  left: 0px;
  top: 0.8em;
}
#sdgs .box_area .column_area .column .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#sdgs .box_area .column_area .column .icons .icon {
  width: 25%;
}
#sdgs .topsdgs {
  text-align: center;
  margin-bottom: 10px;
}
#sdgs .topsdgs img {
  max-width: 80%;
}
#sdgs .info_list {
  margin-top: 10px;
}
#sdgs .info_list dl {
  padding: 10px 0px;
  border-bottom: 1px solid #F2F0ED;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sdgs .info_list dl:first-child {
  padding-top: 0px;
}
#sdgs .info_list dl dt {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #sdgs {
    background-image: url(../img/sdgs_bg.jpg);
  }
  #sdgs .box_area {
    padding: 50px 60px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 60px;
  }
  #sdgs .box_area > .top {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 30px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 40px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 10px;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 8px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 20px -10px 0px -10px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    width: 25%;
    padding: 0px 10px;
  }
  #sdgs .topsdgs {
    margin-bottom: 40px;
  }
  #sdgs .topsdgs img {
    max-width: 80%;
  }
  #sdgs .info_list {
    margin-top: 10px;
  }
  #sdgs .info_list dl {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sdgs .info_list dl dt {
    width: 120px;
  }
}
@media screen and (min-width: 980px) {
  #sdgs .box_area {
    max-width: 90%;
    margin: 0px auto;
    padding: 60px 60px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 60px;
  }
  #sdgs .box_area > .top {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 40px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 50px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 15px;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 10px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 25px -15px 0px -15px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    padding: 0px 15px;
  }
  #sdgs .topsdgs {
    margin-bottom: 45px;
  }
  #sdgs .topsdgs img {
    max-width: 492px;
  }
  #sdgs .info_list {
    margin-top: 10px;
  }
  #sdgs .info_list dl {
    padding: 14px 0px;
    font-size: 1.6rem;
  }
  #sdgs .info_list dl dt {
    width: 140px;
  }
  #sdgs .info_list dl dd p + p {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  #sdgs {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  #sdgs .box_area {
    max-width: 920px;
    margin: 0px auto;
    padding: 60px 100px;
    border-width: 8px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 80px;
  }
  #sdgs .box_area > .top {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 50px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 60px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 15px;
  }
  #sdgs .box_area .column_area .column .list li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 10px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 25px -20px 0px -20px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    padding: 0px 20px;
  }
  #sdgs .info_list {
    margin-top: 10px;
  }
  #sdgs .info_list dl dt {
    width: 150px;
  }
}
/* =============================================
- form
================================================ */
#ft_bunner {
  padding-top: 0px;
}
#ft_bunner .bunner_area .bunner + .bunner {
  margin-top: 30px;
}
#ft_bunner .bunner_area .bunner a {
  display: block;
  color: #333333;
  text-align: center;
}
#ft_bunner .bunner_area .bunner p {
  margin-top: 5px;
  text-align: center;
}
#ft_bunner .bunner_area .bunner p span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
#ft_bunner .bunner_area .bunner p span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_blank02.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  #ft_bunner .bunner_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1230px;
    margin: 0px auto;
  }
  #ft_bunner .bunner_area .bunner {
    width: 48%;
  }
  #ft_bunner .bunner_area .bunner + .bunner {
    margin-left: 4%;
    margin-top: 0px;
  }
  #ft_bunner .bunner_area .bunner a {
    display: block;
  }
  #ft_bunner .bunner_area .bunner p {
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
  #ft_bunner .bunner_area .bunner p span {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1080px) {
  #ft_bunner {
    padding-bottom: 110px;
  }
  #ft_bunner .bunner_area .bunner a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #ft_bunner .bunner_area .bunner a .img {
    overflow: hidden;
  }
  #ft_bunner .bunner_area .bunner a .img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #ft_bunner .bunner_area .bunner a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1480px) {
  #ft_bunner .bunner_area .bunner {
    width: 600px;
  }
  #ft_bunner .bunner_area .bunner + .bunner {
    margin-left: 30px;
  }
}
/* =============================================
- form
================================================ */
/* ======================================================
	form
========================================================= */
.form_body {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 15px;
}
.form_body select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}
.form_body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_body ::-ms-expand {
  display: none;
}
.form_body .any {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 0.3em 0.5em;
  margin-left: 0.8em;
  background-color: #707070;
}
.form_body .requre {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 0.3em 0.5em;
  margin-left: 0.8em;
  background-color: #E60011;
}
.form_body dl {
  max-width: 720px;
  margin: 0px auto;
  padding: 15px 0px;
  color: #505050;
}
.form_body dl dt {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.7em;
}
.form_body textarea, .form_body input[type=text], .form_body input[type=email], .form_body select {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border: 0px;
  border: 1px solid #777;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #505050;
  border-radius: 0px;
}
.form_body textarea:-moz-placeholder-shown, .form_body input[type=text]:-moz-placeholder-shown, .form_body input[type=email]:-moz-placeholder-shown, .form_body select:-moz-placeholder-shown {
  color: #aaaaaa;
}
.form_body textarea:-ms-input-placeholder, .form_body input[type=text]:-ms-input-placeholder, .form_body input[type=email]:-ms-input-placeholder, .form_body select:-ms-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea:placeholder-shown, .form_body input[type=text]:placeholder-shown, .form_body input[type=email]:placeholder-shown, .form_body select:placeholder-shown {
  color: #aaaaaa;
}
.form_body textarea::-webkit-input-placeholder, .form_body input[type=text]::-webkit-input-placeholder, .form_body input[type=email]::-webkit-input-placeholder, .form_body select::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea:-moz-placeholder, .form_body input[type=text]:-moz-placeholder, .form_body input[type=email]:-moz-placeholder, .form_body select:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form_body textarea::-moz-placeholder, .form_body input[type=text]::-moz-placeholder, .form_body input[type=email]::-moz-placeholder, .form_body select::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form_body textarea:-ms-input-placeholder, .form_body input[type=text]:-ms-input-placeholder, .form_body input[type=email]:-ms-input-placeholder, .form_body select:-ms-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea, .form_body input[type=text], .form_body input[type=email] {
  background-color: #fff;
}
.form_body textarea:focus, .form_body input[type=text]:focus, .form_body input[type=email]:focus {
  background-color: #fdfdfd;
}
.form_body textarea {
  vertical-align: bottom;
  white-space: pre-wrap;
  height: 230px;
  line-height: 1.6em;
}
.form_body .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_body .date span {
  display: inline-block;
  padding: 0em 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .form_body .date .text {
    width: 100%;
    margin-bottom: 5px;
  }
}
.form_body .date .input {
  width: 65px;
}
.form_body .date02, .form_body .date03 {
  margin-top: 20px;
}
.form_body .years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_body .years .field, .form_body .years .input {
  width: 100px;
}
.form_body .years p {
  display: inline-block;
  padding: 0em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form_body .flex .field + .field, .form_body .flex .field .input, .form_body .flex .input + .field, .form_body .flex .input .input {
  margin-top: 10px;
}
.form_body .field + .text, .form_body .input + .text {
  margin: 8px 0px;
}
.form_body .field + .notice, .form_body .input + .notice {
  margin-top: 8px;
}
.form_body .select_wrap {
  position: relative;
  border-radius: 0px;
  z-index: 1;
}
.form_body .select_wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #C8C8C8 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}
.form_body .select_wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: -2;
}
.form_body .select_wrap.prefectures, .form_body .select_wrap.prefectures_different {
  max-width: 195px;
}
.form_body .change_text {
  margin-bottom: 5px;
}
.form_body .change_text .midashi {
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 4.5vw;
  line-height: 1.6em;
}
.form_body .bottom_area {
  margin-top: 25px;
  text-align: center;
}
.form_body .bottom_area .text {
  text-align: center;
}
.form_body .bottom_area .text a {
  color: #008CDC;
  text-decoration: underline;
}
.form_body .bottom_area .check_group .horizontal-item {
  text-align: center;
  margin-top: 10px;
}
.form_body .btn_area {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .form_body .btn_area .btn + .btn {
    margin-top: 10px;
  }
}
.form_body .btn_area .btn {
  position: relative;
  border: 0px;
  display: inline-block;
  background-color: #008CDC;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.form_body .btn_area .btnBack, .form_body .btn_area .btnSend {
  display: none;
}

.radio .horizontal-item {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.radio .horizontal-item:last-child {
  margin-right: 0px;
}
.radio .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.radio label {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  padding-left: 22px;
  display: inline-block;
}
.radio label input[type=radio] {
  display: none;
}
.radio label input[type=radio] + span {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 3px;
}
.radio label input[type=radio] + span:before, .radio label input[type=radio] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0px;
}
.radio label input[type=radio] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border: 1px #E0E0E0 solid;
  border-radius: 0px;
}
.radio label input[type=radio] + span:after {
  margin: 4px 4px;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: #008CDC;
  border-color: #008CDC;
  border-radius: 50%;
}
.radio label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: #E0E0E0;
}
.radio label input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio label input[type=radio] + span:before {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .check_group .horizontal-item {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .check_group .horizontal-item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .check_group .horizontal-item {
    margin-right: 30px;
  }
}
.check_group label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 23px;
  display: inline-block;
}
.check_group label input[type=checkbox] {
  display: none;
}
.check_group label input[type=checkbox] + span {
  display: inline-block;
  font-size: 15px;
  color: #505050;
}
.check_group label input[type=checkbox] + span:before, .check_group label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.check_group label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 16px;
  height: 16px;
  border: 1px #E0E0E0 solid;
}
.check_group label input[type=checkbox] + span:after {
  z-index: 1;
  width: 5px;
  height: 7px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -4px;
}
.check_group label input[type=checkbox]:checked + span:before {
  background-color: #008CDC;
  border-color: #008CDC;
}
.check_group label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.service .horizontal-item {
  display: block;
}

@media screen and (min-width: 768px) {
  .form_body dl {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form_body dl dt {
    width: 240px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .form_body dl dt {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl dt.notop {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl.center dt {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl .notice {
    font-size: 1.3rem;
    line-height: 1.6em;
    color: #777777;
  }
}
@media screen and (min-width: 768px) {
  .form_body .radio .horizontal-item {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body textarea, .form_body input[type=text], .form_body input[type=email], .form_body select {
    padding: 14px 15px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .date span {
    padding: 0em 0.4em;
  }
  .form_body .date .text {
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .form_body .date .input {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .years .field, .form_body .years .input {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .flex .field + .field, .form_body .flex .field + .input, .form_body .flex .input + .field, .form_body .flex .input + .input {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .field + .text, .form_body .input + .text {
    margin: 8px 0px;
  }
  .form_body .field + .notice, .form_body .input + .notice {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .change_text {
    margin-bottom: 10px;
  }
  .form_body .change_text .midashi {
    font-size: 2rem;
    line-height: 1.6em;
  }
  .form_body .change_text .text {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) {
  .form_body .bottom_area {
    margin-top: 25px;
    padding: 0px;
  }
  .form_body .bottom_area .text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .form_body .btn_area {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_body .btn_area .btnBack {
    margin-right: 3%;
  }
  .form_body .btn_area .btn {
    padding: 1em 10px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1180px) {
  .form_body dl {
    padding: 25px 0px;
  }
  .form_body .date .text {
    padding-bottom: 9px;
    padding-right: 20px;
  }
  .form_body .date .input {
    width: 90px;
  }
  .form_body .date02, .form_body .date03 {
    margin-top: 25px;
  }
  .form_body .years .field, .form_body .years .input {
    width: 120px;
  }
  .form_body .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
  }
  .form_body .flex .field + .field, .form_body .flex .field + .input, .form_body .flex .input + .field, .form_body .flex .input + .input {
    margin-top: 0px;
    margin-left: 15px;
  }
  .form_body .field + .text, .form_body .input + .text {
    margin: 10px 0px;
  }
  .form_body .field + .notice, .form_body .input + .notice {
    margin-top: 10px;
  }
  .form_body .change_text .midashi {
    font-size: 2.5rem;
    line-height: 1.6em;
  }
  .form_body .change_text .text {
    margin-bottom: 25px;
  }
  .form_body .bottom_area a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form_body .bottom_area a:hover {
    opacity: 0.6;
  }
  .form_body .btn_area .btn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 380px;
  }
  .form_body .btn_area .btn:hover {
    opacity: 0.6;
  }
}
.change_select {
  display: none;
}
.change_select.active {
  display: block;
}

.change_text .text {
  display: none;
}

/* ======================================================
	error_message
========================================================= */
.error_message {
  margin-top: 12px;
  margin-bottom: 10px;
}
.error_message span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
  font-size: 14px;
}
.error_message + .error_message {
  margin-top: 5px;
}

.btnConfirm.nocheck {
  background-color: #999;
  border-color: #999;
  cursor: default;
  pointer-events: none;
}

/* ======================================================
	confirm
========================================================= */
.confirm .apply_links, .confirm .privacy_box {
  display: none;
  margin: 0px;
}
.confirm .bgspace {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}
.confirm .bottom_area, .confirm .phone_area {
  display: none;
}
.confirm .btnBack, .confirm .btnSend {
  display: inline-block;
}
.confirm .btnConfirm {
  display: none;
}
.confirm .change_text .midashi {
  display: none;
}
.confirm .change_text .text {
  display: block;
}
.confirm .form_body {
  margin-top: 0px;
}
.confirm .form_body .box_form {
  margin-top: 30px;
  padding: 25px 5vw;
  background-color: #fff;
}
.confirm .form_body .requre {
  display: none;
}
.confirm .form_body dl {
  padding: 20px 0px;
  border-bottom: 1px solid #F2F0ED;
}
.confirm .form_body dl dt span {
  display: none;
}
.confirm .form_body .head > .midashi {
  display: none;
}
.confirm .form_body .date .input {
  width: auto;
}
.confirm .form_body .date .input.year, .confirm .form_body .date .input.graduate_year {
  width: auto;
}
.confirm .form_body .postal {
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm .form_body .postal .input {
  width: auto;
}
.confirm .form_body .postal .input:nth-of-type(2) {
  width: auto;
}
.confirm .form_body .date .text {
  padding-bottom: 0px;
}
.confirm .form_body dl dt {
  padding: 0px;
}
.confirm .form_body .date .input {
  width: auto;
}
.confirm .form_body .years .field, .confirm .form_body .years .input {
  width: auto;
}
.confirm .form_body .radio {
  line-height: 1em;
}
.confirm .form_body .select_wrap {
  background-color: rgba(0, 0, 0, 0);
}
.confirm .form_body .select_wrap:before {
  display: none;
}
.confirm .form_body .radio {
  line-height: 0.75em;
}
.confirm .form_body .radio .horizontal-item {
  margin: 0px !important;
}
.confirm .form_body .notice {
  display: none;
}
.confirm .form_body .field + .text, .confirm .form_body .input + .text {
  margin: 0px;
  display: none;
}

@media screen and (min-width: 768px) {
  .confirm .form_body .box_form {
    margin-top: 40px;
    padding: 40px 50px;
  }
  .confirm .form_body dl {
    padding: 25px 0px;
  }
  .confirm .form_body dl dt {
    padding-top: 0px;
    width: 240px;
  }
  .confirm .form_body .column + .column {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .confirm .form_body .box_form {
    margin-top: 50px;
    padding: 60px 80px;
  }
  .confirm .form_body dl {
    padding: 25px 0px;
    max-width: 720px;
    margin: 0px auto;
  }
  .confirm .form_body dl dt {
    padding-top: 0px;
    width: 260px;
  }
  .confirm .form_body dl dd {
    font-size: 16px;
  }
}
/* ======================================================
	thanks
========================================================= */
.thanks_block {
  max-width: 920px;
  margin: 0px auto;
}
.thanks_block .textbox {
  padding: 0px 5vw　30px 5vw;
  background-color: #fff;
}
.thanks_block .textarea p + p {
  margin-top: 1.5em;
}
.thanks_block .btn_area {
  margin-top: 40px;
  text-align: center;
}
.thanks_block .btn_area .btn {
  position: relative;
  display: inline-block;
  background-color: #008CDC;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
  max-width: 340px;
}

@media screen and (min-width: 768px) {
  .thanks_block .textbox {
    padding: 0px 20px　45px 20px;
  }
  .thanks_block .textarea p {
    font-size: 1.6rem;
    line-height: 2.3em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .thanks_block .btn_area {
    margin-top: 70px;
    text-align: center;
  }
  .thanks_block .btn_area .btn {
    padding: 1.2em 10px 1.2em 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .thanks_block .textbox {
    padding: 0px 30px 50px 30px;
  }
  .thanks_block .btn_area .btn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .thanks_block .btn_area .btn:hover {
    background-color: #333;
  }
}
/* ======================================================
	form
========================================================= */
@media screen and (max-width: 767px) {
  #form {
    padding-top: 120px;
  }
}
#form .midashi03, #form .phone_area {
  position: relative;
  z-index: 11;
}
#form .phone_area {
  max-width: 520px;
  margin: 0px auto 20px auto;
  background-color: #fff;
  border: 3px solid #008CDC;
  padding: 20px;
  border-radius: 10px;
}
#form .phone_area .midashi {
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.5vw;
  margin-bottom: 15px;
  color: #333;
}
#form .phone_area .phone {
  text-align: center;
}
#form .phone_area .phone a {
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.3em;
  font-size: 6.5vw;
  color: #008CDC;
  letter-spacing: 0.05em;
}
#form .phone_area .phone a span {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
#form .phone_area .phone a span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 30px;
  background-size: cover;
  height: 30px;
  margin-top: -14px;
  background-image: url(../img/icon_phone.png);
}
#form .phone_area .notice {
  text-align: center;
  margin-top: 5px;
  color: #333333;
}
#form .privacy_box {
  padding: 30px 5vw;
  background-color: #EEEEEE;
  max-width: 720px;
  margin: 40px auto 40px auto;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  #form .phone_area {
    margin: 0px auto 40px auto;
    padding: 30px 20px;
  }
  #form .phone_area .midashi {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #form .phone_area .phone a {
    margin-top: 0.1em;
    font-size: 2.8rem;
  }
  #form .phone_area .phone a span {
    padding-left: 38px;
  }
  #form .phone_area .notice {
    margin-top: 5px;
  }
  #form .privacy_box {
    padding: 35px 40px;
    margin: 50px auto 50px auto;
  }
}
@media screen and (min-width: 980px) {
  #form .phone_area .phone a {
    cursor: default;
    pointer-events: none;
  }
  #form .privacy_box {
    padding: 35px 60px;
    margin: 60px auto 60px auto;
  }
}
@media screen and (min-width: 1180px) {
  #form {
    padding-top: 130px;
  }
  #form .phone_area {
    margin: 0px auto 60px auto;
  }
  #form .phone_area .midashi {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  #form .phone_area .phone a {
    margin-top: 0.1em;
    font-size: 3.2rem;
  }
  #form .phone_area .phone a span {
    padding-left: 40px;
  }
}
/* =============================================
- anime
================================================ */
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@-webkit-keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
@keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@-webkit-keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
@keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
/*-----------------------------------------------------------------
  moveY
----------------------------------------------------------------- */
/* Safari and Chrome */
@-webkit-keyframes moveY {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* Firefox */
/*-----------------------------------------------------------------
  vertical01
----------------------------------------------------------------- */
@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-10px) translateX(10px);
            transform: translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical05 {
  0% {
    -webkit-transform: translateY(8px) translateX(0px);
            transform: translateY(8px) translateX(0px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical05 {
  0% {
    -webkit-transform: translateY(8px) translateX(0px);
            transform: translateY(8px) translateX(0px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
/*-----------------------------------------------------------------
  animate
----------------------------------------------------------------- */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* =============================================
- loading
================================================ */
/* =============================================
- common
================================================ */
/* =============================================
- ctablock
================================================ */
/*# sourceMappingURL=style.css.map */