<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Bold.ttf") format("truetype");
}
html {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-container {
  max-width: 1920px;
  min-width: 1180px;
  margin: 0 auto;
}

p {
  color: #464d54;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* 追加ソース */
.personal-information-text{
    overflow-y: scroll;
    height: 220px;
    margin-bottom: 2rem;
    border: 1px solid #c5c5c5;
    padding: 0 5%;
}
.personal-information-text h4{
  color: #0457cc;
  line-height: 1.5rem;
}
.personal-information-text ul li{
  line-height: 1.5rem;
  color: #464d54;
}
.axis-basic-regular{
  text-align: center;
  color: #0457cc;
}
.form-field-inner{
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-left: 0;
}
.essential{
    display: inline-block;
    padding: 2px 6px;
    margin: 0 10px;
    color: #fff;
    background-color: #F10C4D;
    border-radius: 5px;
    font-weight: initial;
}
.axis-basic-medium{
  color: #464d54;
}

.btn #btn_submit {
  color: #0457cc;
  width: 345px;
  height: 55px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin: auto;
  border: 2px solid #0457cc;
  background-color: #fff;
  cursor: pointer;
  transition: all .2s ease-out;
}
.btn #btn_submit:hover {
  background-color: #0457cc;
  color: #fff;
}

.btn #btn_submit[type="button"][disabled]:hover{
  opacity:1;
}

/* .btn:after{
  position: absolute;
  content: url(../../../img/common/icon_arrow_b.png);
  top: 18px;
  right: 25px;
} */

.btn:hover:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_w.png);
  top: 18px;
  right: 25px;
}
/* .btn:after[disabled]{
  position: absolute;
  content: url(../../../img/common/icon_arrow_g.png);
  top: 18px;
  right: 25px;
}  */

/* .arrow_icon::after{
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 36px;
  position: absolute;
  color: #ccc;
  top: 8px;
  right: 20px;

} */
.btn #btn_submit[type="button"][disabled] {
  background-color: #fff;
  color: #ccc!important;
  border-color: #ccc;
  cursor: default;
}
.btn #btn_submit:after[type="button"][disabled]{
  content: none;
  display: none;
}

@media only screen and (max-width: 768px) {
 
  .form-field-inner{
    width: 95%;
    margin-top: 20px;
  }
  .personal-information-text{
    width: 95%;
    margin: 0 auto;
    padding-top: 20px!important;
  }
  h3,h4,p{
    padding-bottom: 10px;
  }
  h4{
    padding-top: 20px;
  }
  .personal-information-text h4,
  .personal-information-text ul li{
    line-height: 1.75rem;
  }

}

@media only screen and (max-width: 680px) {
  .personal-information-text ul li{
    font-size: 12px;
  }
  .personal-information-text{
    padding: 0 3%;
  }

}
/*  */

@media only screen and (max-width: 768px) {
  .f-container {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    margin: 0 auto;
  }

  /* basic element 必要があれば、設定変更すること
  ---------------------------------------------------------- */
  *, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  html {
    font-size: calc(1em * .625);
    font-family: 'Roboto','Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body {
    position: relative;
    color: #464d54;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
  }

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

  a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
  }

  ul, ol, li {
    margin: 0;
    padding: 0;
  }

  ul, ol {
    list-style: none;
  }

  dl, dt, dd {
    margin: 0;
  }

  img, svg {
    vertical-align: middle;
    max-width: 100%;
  }

  em {
    font-style: normal;
  }

  input {
    border: none;
  }

  button {
    border: none;
    background: none;
  }

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

  strong {
    font-weight: normal;
  }

  p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  address {
    font-style: normal;
  }

  figure {
    margin: 0;
  }

  dfn {
    font-style: normal;
  }

  i {
    font-style: normal;
  }

  a {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s;
  }

  .f-wrapper {
    overflow: hidden;
  }

  /* lang	
  ----------------------------------------------------------
  body [lang="ja"] +  [lang="en"] { color: #666; display: block; margin-top: 1.5rem; }
  
  @media only screen and (max-width: 767px) {
      body [lang="ja"] { font-size: 1.2rem; }
      body [lang="en"] { font-size: 1.1rem; }
  }
  
  @media only screen and (min-width: 768px) {
      body [lang="ja"] +  [lang="en"] { font-size: 1.4rem; }
  }
  
  */
  /* font-face	※例です
  ----------------------------------------------------------
  @font-face {
  	font-family: 'cosmosmore';
  	src: url('/application/themes/cosmosmore/static/font/cosmosmore.eot?20160217');
  	src: url('/application/themes/cosmosmore/static/font/cosmosmore.eot??20160217#iefix') format('embedded-opentype'),
  						url('/application/themes/cosmosmore/static/font/cosmosmore.svg?20160217#static/fontello') format('svg'),
  						url('/application/themes/cosmosmore/static/font/cosmosmore.woff?20160217') format('woff'),
  						url('/application/themes/cosmosmore/static/font/cosmosmore.ttf?20160217') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
  	font-family: 'cm-recruit';
  	src: url('/recruit/font/cm-recruit.eot?20160309');
  	src: url('/recruit/font/cm-recruit.eot??20160309#iefix') format('embedded-opentype'),
  						url('/recruit/font/cm-recruit.svg?20160309#fontello') format('svg'),
  						url('/recruit/font/cm-recruit.woff?20160309') format('woff'),
  						url('/recruit/font/cm-recruit.ttf?20160309') format('truetype');
  	font-weight: normal;
  	font-style: normal;
  }
  
  @font-face {
      font-family: 'hans';
      src: url('/recruit/font/HandTest.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  */
}
@media only screen and (max-width: 680px) {
  p {
    font-size: 12px;
  }

}
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

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

  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
header {
  position: relative;
  min-width: 1180px;
}
header .header__bg {
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}
header .header__bg .l-header {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header__bg .l-header .logo__area {
  width: 50%;
  padding: 30px 0 30px 30px;
}
header .header__bg .l-header .logo__area a:hover {
  opacity: 1;
}
header .header__bg .l-header .nav {
  width: 100%;
  position: relative;
}
header .header__bg .l-header .nav .nav__list {
  list-style: none;
  font-size: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header .header__bg .l-header .nav .nav__list .nav__list--item {
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 15px 0px;
  vertical-align: middle;
  margin: 0 20px;
}
header .header__bg .l-header .nav .nav__list .nav__list--item a {
  text-decoration: none;
  color: #0457cc;
  font-weight: bold;
}
header .header__bg .l-header .nav .nav__list .nav__list--item a span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 10% 0 0 0;
}
header .header__bg .l-header .nav .nav__list .nav__list--item:hover {
  border-bottom: solid 3px #00d7c5;
  margin-bottom: -3px;
}
header .header__bg .l-header .nav .nav__list .nav__list--item:hover a {
  color: #00d7c5;
}
header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact {
  width: 125px;
  border: none;
}
header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact a {
  vertical-align: text-bottom;
  background-color: #fff;
  display: block;
}
header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact a:hover {
  opacity: 1;
}
header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact a:hover img {
  opacity: 0.7;
}
header .header__bg .l-header .nav .nav__list .nav__list--item:first-child {
  margin: 0 20px 0 0;
}
header .header__bg .l-header .nav .nav__list .nav__list--item:first-child:hover {
  margin-bottom: -3px;
}
header .header__bg .l-header .Toggle {
  display: none;
}
header .Img {
  overflow: hidden;
  position: relative;
}
header .Img .heading__type01 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.23em;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
header .Img .heading__type01:before {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  header .Img .heading__type01 {
    font-size: 36px;
    top: 45%;
    line-height: 1;
  }
}
header .Img .heading__type01 span {
  font-size: 18px;
  letter-spacing: 0.23em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .Img .heading__type01 span {
    font-size: 14px;
  }
}
header .Img .heading__type01:before {
  content: none;
}

.f-container {
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 768px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  header {
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  header .header__bg {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  header .header__bg .l-header {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header__bg .l-header .logo__area {
    padding: 15px;
  }
  header .header__bg .l-header .nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .header__bg .l-header .nav .nav__list {
    background: rgba(4, 87, 204, 0.9);
    width: 100%;
    margin: 0 auto;
    padding: 15% 0;
    position: relative;
    font-size: 16px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item {
    font-size: 1.5em;
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin: 0;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item a {
    display: block;
    color: #fff;
    padding: 15% 0;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item a span {
    margin: 1% 0 0 0;
    font-size: 0.5em;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item:hover {
    border: none;
    margin-bottom: 0;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item:first-child {
    margin: 0;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item:first-child:hover {
    margin-bottom: 0;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact {
    width: 125px;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact a {
    vertical-align: text-bottom;
    background-color: transparent;
  }
  header .header__bg .l-header .nav .nav__list .nav__list--item.nav__list--item_contact a:hover {
    color: #00d7c5;
  }
  header .header__bg .l-header .nav.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  header .header__bg .l-header .Toggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 150;
  }
  header .header__bg .l-header .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #0457cc;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  header .header__bg .l-header .Toggle span:nth-child(1) {
    top: 9px;
  }
  header .header__bg .l-header .Toggle span:nth-child(2) {
    top: 18px;
  }
  header .header__bg .l-header .Toggle span:nth-child(3) {
    top: 27px;
  }
  header .header__bg .l-header .Toggle.active span {
    border-bottom: solid 3px #fff;
  }
  header .header__bg .l-header .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .header__bg .l-header .Toggle.active span:nth-child(2) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .header__bg .l-header .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .f-container {
    margin: 7% auto 0 auto;
  }
}
/* visible-small
---------------------------------------------------------- */
.visible-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .visible-small {
    display: block;
  }
}
/* visible-large
---------------------------------------------------------- */
.visible-large {
  display: none;
}

@media only screen and (min-width: 768px) {
  .visible-large {
    display: block;
  }
}
/* hidden-small
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .hidden-small {
    display: none;
  }
}
/* hidden-large
---------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .hidden-large {
    display: none;
  }
}
.l-footer {
  min-width: 1180px;
  margin: 0 auto;
  background-color: #0457cc;
  padding: 3% 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5% 0 0 0;
  }
}
.l-footer .heading__type01 {
  color: #fff;
  font-size: 70px;
  letter-spacing: 0.23em;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .l-footer .heading__type01 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 680px) {
  .l-footer .heading__type01 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.l-footer .heading__type01:before {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .heading__type01:before {
    bottom: 30px;
  }
}
.l-footer .heading__type01 span {
  font-size: 18px;
  letter-spacing: 0.23em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .heading__type01 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .l-footer .heading__type01 span {
    font-size: 14px;
  }
}
.l-footer .footer--txt {
  color: #fff;
  text-align: center;
  padding: 45px 0 30px;
  letter-spacing: 0.23em;
  font-weight: 500;
}
.l-footer .footer--container {
  width: 1180px;
  margin: 0 auto 30px;
}
.l-footer .footer--container .footer--container--phone p {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.23em;
  text-align: center;
  line-height: 0.5;
  position: relative;
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--phone p {
    font-size: 30px;
    width: 350px;
    line-height: 0.6;
  }
}
.l-footer .footer--container .footer--container--phone p a {
  color: #fff;
}
.l-footer .footer--container .footer--container--phone p span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-footer .footer--container .footer--container--phone p:before {
  position: absolute;
  content: url(../../../img/footer/icon_tel.png);
  display: block;
  text-align: center;
  bottom: -6px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--phone p:before {
    content: url(../../../img/footer/icon_tel_sp.png);
  }
}
.l-footer .footer--container .footer--container--btn {
  margin: 3% auto;
  text-decoration: none;
  display: block;
  width: 385px;
  opacity: unset;
}
.l-footer .footer--container .footer--container--btn p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border: solid 3px #fff;
  padding: 5% 2%;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn p {
    font-size: 14px;
  }
}
.l-footer .footer--container .footer--container--btn p span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-footer .footer--container .footer--container--btn p:before {
  position: absolute;
  content: url(../../../img/footer/icon_mail_w.png);
  display: block;
  text-align: center;
  bottom: 6px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn p:before {
    content: url(../../../img/footer/icon_mail_w_sp.png);
    bottom: 5px;
    left: 5%;
  }
}
@media screen and (max-width: 680px) {
  .l-footer .footer--container .footer--container--btn p:before {
    left: 4%;
  }
}
.l-footer .footer--container .footer--container--btn p:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_w.png);
  display: block;
  text-align: right;
  right: 23px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn p:after {
    content: url(../../../img/common/icon_arrow_w_sp.png);
    right: 9px;
    top: 14px;
  }
}
.l-footer .footer--container .footer--container--btn:hover {
  background: #fff;
}
.l-footer .footer--container .footer--container--btn:hover p {
  color: #0457cc;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border: solid 3px #fff;
  padding: 5% 2%;
}

@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn:hover p {
    font-size: 14px;
  }
}
.l-footer .footer--container .footer--container--btn:hover p:before {
  position: absolute;
  content: url(../../../img/footer/icon_mail_b.png);
  display: block;
  text-align: center;
  bottom: 6px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn:hover p:before {
    content: url(../../../img/footer/icon_mail_b_sp.png);
    bottom: 5px;
    left: 5%;
  }
}
.l-footer .footer--container .footer--container--btn:hover p:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_b.png);
  display: block;
  text-align: right;
  right: 23px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer--container .footer--container--btn:hover p:after {
    content: url(../../../img/common/icon_arrow_b_sp.png);
    right: 9px;
    top: 14px;
  }
}
.l-footer .l-footer-nav {
  background-color: #212731;
  padding: 25px 0;
  min-width: 1180px;
}
.l-footer .l-footer-nav .nav__wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .l-footer-nav .nav__wrap .nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 485px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-nav .nav__wrap .nav__list {
    width: 30%;
  }
}
.l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 15px 0px;
  vertical-align: middle;
  margin: 0 6%;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item {
    text-align: left;
  }
}
.l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
.l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item a span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item img {
  display: none;
}
@media screen and (max-width: 768px){
  .l-footer .l-footer-nav .nav__wrap .nav__list .nav__list--item img{
    max-width: 75px;
    display: initial;
  }
}
.l-footer .l-footer-nav .privacy-policy-area{
  text-align: center;
  padding-top: 2%;
}

.l-footer .l-footer-nav .privacy-policy-area img{
  max-width: 100px;
}
.l-footer .l-copyright {
  text-align: center;
  background-color: #212731;
  padding: 10px 0;
  min-width: 1180px;
}
@media screen and (max-width: 768px){
  .l-footer .l-footer-nav .privacy-policy-area img{
    display: none;
  }
}
.l-footer .l-copyright p {
  color: #fff;
}

.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 170px;
  right: 15px;
  display: block;
  color: #fff;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactBtn {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: -28px;
  display: block;
  border-radius: 13px;
}
.contactBtn img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .l-footer {
    min-width: inherit;
  }
  .l-footer .footer--txt {
    font-size: 14px;
    padding: 0 0 4% 0;
  }
  .l-footer .footer--container {
    display: block;
    width: 100%;
    margin: 0 auto 8%;
  }
  .l-footer .footer--container .footer--container--phone {
    width: 100%;
    margin: 0 auto 5% 5%;
  }
  .l-footer .footer--container .footer--container--btn {
    width: 300px;
    margin: 0 auto;
  }
  .l-footer .l-footer-nav {
    padding: 2.5% 0;
    min-width: inherit;
  }
  .l-footer .l-footer-nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .l-footer-nav .nav__list .nav__list--item {
    padding: 0 2%;
    width: 50%;
    text-align: inherit;
  }
  .l-footer .l-footer-nav .nav__list .nav__list--item a span {
    margin: 5% 0 0 0;
  }
  .l-footer .l-copyright {
    padding: 1% 0;
    min-width: inherit;
  }

  .topBtn {
    position: fixed;
    z-index: 1;
    bottom: 25px;
    right: 15px;
    display: block;
    color: #fff;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .topBtn {
    width: 15%;
  }
}

.main {
  min-width: 1180px;
}

.l-main {
  min-width: 1180px;
}
@media screen and (min-width: 681px) {
  .l-main {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    min-width: inherit;
  }
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

.o-float-clear {
  clear: both;
}

.o-column-v01 {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}
@media screen and (min-width: 681px) {
  .o-column-v01 {
    float: left;
  }
}
@media screen and (max-width: 680px) {
  .o-column-v01 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.o-column-v01__title {
  border: solid 2px #780000;
}

.btn__common {
  width: 345px;
  height: 55px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 680px) {
  .btn__common {
    width: 220px;
    height: 50px;
    border: 1px solid #fff;
  }
}
.btn__common a {
  width: 345px;
  height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 3;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn__common a {
    top: 25px;
    line-height: 0;
  }
}
@media screen and (max-width: 680px) {
  .btn__common a {
    width: 220px;
    height: 50px;
    font-size: 16px;
  }
}
.btn__common:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_w.png);
  top: 20px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .btn__common:after {
    top: 15px;
  }
}
@media screen and (max-width: 680px) {
  .btn__common:after {
    content: url(../../../img/common/icon_arrow_w_sp.png);
  }
}
.btn__common:hover {
  width: 349px;
  height: 59px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .btn__common:hover {
    width: 345px;
    height: 55px;
  }
}
@media screen and (max-width: 680px) {
  .btn__common:hover {
    width: 220px;
    height: 50px;
  }
}
.btn__common:hover a {
  color: #0457cc;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .btn__common:hover a {
    top: 28px;
  }
}
.btn__common:hover:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_b.png);
  top: 22px;
  right: 17px;
}
@media screen and (max-width: 768px) {
  .btn__common:hover:after {
    top: 17px;
  }
}
@media screen and (max-width: 680px) {
  .btn__common:hover:after {
    content: url(../../../img/common/icon_arrow_b_sp.png);
  }
}

.btn__bk {
  width: 345px;
  height: 55px;
  border: 2px solid #464d54;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 680px) {
  .btn__bk {
    width: 220px;
    height: 50px;
    border: 1px solid #464d54;
  }
}
.btn__bk a {
  width: 345px;
  height: 55px;
  text-decoration: none;
  color: #464d54;
  font-size: 20px;
  line-height: 3;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn__bk a {
    top: 25px;
    line-height: 0;
  }
}
@media screen and (max-width: 680px) {
  .btn__bk a {
    font-size: 16px;
    width: 220px;
    height: 50px;
  }
}
.btn__bk:hover {
  width: 349px;
  height: 59px;
  border: none;
  background: #464d54;
}
@media screen and (max-width: 768px) {
  .btn__bk:hover {
    width: 345px;
    height: 55px;
  }
}
@media screen and (max-width: 680px) {
  .btn__bk:hover {
    width: 220px;
    height: 50px;
  }
}
.btn__bk:hover a {
  color: #fff;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .btn__bk:hover a {
    top: 28px;
  }
}

.o-column-v02 {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}
@media screen and (min-width: 681px) {
  .o-column-v02 {
    float: left;
  }
}
@media screen and (max-width: 680px) {
  .o-column-v02 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.o-column-v02__title {
  border: solid 2px #007800;
}

.o-column-v03 {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}
@media screen and (min-width: 681px) {
  .o-column-v03 {
    float: left;
  }
}
@media screen and (max-width: 680px) {
  .o-column-v03 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.o-column-v03__title {
  border: solid 2px #000078;
}

.o-button-rank__l01 {
  margin-bottom: 2rem;
}

.o-button-rank__l02 {
  margin-bottom: 2rem;
}

.o-button-rank__l03 {
  margin-bottom: 2rem;
}

.heading__type01 {
  font-size: 60px;
  font-weight: bold;
  color: #0457cc;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  height: 225px;
}
@media screen and (max-width: 680px) {
  .heading__type01 {
    width: 95%;
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 40px;
  }
}
.heading__type01 span {
  display: block;
  color: #464d54;
  font-size: 20px;
  margin: 1% 0 3% 0;
}
@media screen and (max-width: 680px) {
  .heading__type01 span {
    margin: 2% 0 3% 0;
  }
}
.heading__type01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 95px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 70px;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #00d7c5;
  /*下線の色*/
}
@media screen and (max-width: 768px) {
  .heading__type01:before {
    bottom: 80px;
    /*下線の上下位置調整*/
  }
}
@media screen and (max-width: 680px) {
  .heading__type01:before {
    bottom: 165px;
    /*下線の上下位置調整*/
  }
}

.heading__type02 {
  font-size: 24px;
  color: #464d54;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 35px;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .heading__type02 {
    font-size: 22px;
    width: 95%;
    padding: 3% 0;
  }
}
@media screen and (max-width: 680px) {
  .heading__type02 {
    font-size: 20px;
    width: 95%;
    padding: 3% 0;
  }
}

.heading__type03 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.23em;
  max-width: 1180px;
  margin: 0 auto;
  background-color: #0457cc;
  padding: 12px 0 12px 145px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading__type03 {
    font-size: 22px;
    width: 95%;
    padding: 1% 0 1% 115px;
  }
}
@media screen and (max-width: 680px) {
  .heading__type03 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .heading__type03 {
    padding: 1% 0 1% 100px;
  }
}
.heading__type03:after {
  position: absolute;
  content: "";
  background-color: #00d7c5;
  left: 86px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .heading__type03:after {
    width: 48px;
    height: 48px;
    left: 56px;
  }
}
@media screen and (max-width: 680px) {
  .heading__type03:after {
    width: 36px;
    height: 36px;
    left: 50px;
  }
}
.heading__type03 .heading__type03--overtxt {
  border-bottom: solid #c81d63 5px;
  display: inline;
}
.heading__type03 .heading__type03--undertxt {
  font-size: 24px;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
  .heading__type03 .heading__type03--undertxt {
    font-size: 18px;
    width: 95%;
    margin: 2.5% 0 0 0;
  }
}

.heading__type04 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .heading__type04 {
    font-size: 30px;
    width: 95%;
  }
}

.border__bi {
  border-bottom: solid 2px #0457cc;
  position: relative;
  width: 367px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .border__bi {
    width: 65%;
  }
}
.border__bi::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #00d7c5;
  bottom: -2px;
  width: 50%;
}

.br__phone {
  display: none;
}

input[type=submit] {
  display: inline-block;
  width: 8rem;
  height: 3rem;
  width: 8rem;
  height: 3rem;
  color: #1b294f;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #fff;
  border: solid 0.3rem #1b294f;
  border-radius: 2rem;
  margin: 0 auto;
}
input[type=submit]:hover {
  color: #fff;
  background-color: #1b294f;
}

.o-buttonl01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 8rem;
  height: 3rem;
  color: #1b294f;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #fff;
  border: solid 0.3rem #1b294f;
  border-radius: 2rem;
  margin: 0 auto;
}
.o-buttonl01:hover {
  color: #fff;
  background-color: #1b294f;
}

.o-button-atagl01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  width: 34.5rem;
  height: 5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
  border: solid .3rem #fff;
  margin: 0 auto;
  position: relative;
}
.o-button-atagl01::after {
  content: url(../img/common/btn-arrow.png);
  position: absolute;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-button-atagl01:hover {
  color: #1b294f;
  border: solid 0.3rem #1b294f;
  opacity: 1;
  background-color: #fff;
}
.o-button-atagl01:hover::after {
  content: url(../img/common/btn-arrow-on.png);
}
.o-button-atagl01__txt {
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .o-button-atagl01 {
    font-size: 16px;
    max-width: 34.5rem;
    width: 80%;
    line-height: 2.8;
  }
}

.o-button-atagl02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  width: 34.5rem;
  height: 5rem;
  color: #1b294f;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
  border: solid 0.3rem #1b294f;
  margin: 0 auto;
  position: relative;
}
.o-button-atagl02::after {
  content: url(../img/common/btn-arrow-on.png);
  position: absolute;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-button-atagl02:hover {
  color: #fff;
  border: solid 0.3rem #1b294f;
  opacity: 1;
  background-color: #1b294f;
}
.o-button-atagl02:hover::after {
  content: url(../img/common/btn-arrow.png);
}
.o-button-atagl02__txt {
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .o-button-atagl02 {
    font-size: 16px;
    max-width: 34.5rem;
    width: 80%;
    line-height: 2.8;
  }
}

.movie__area {
  position: relative;
  min-width: 1180px;
}
.movie__area .movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.movie__area .movie .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 680px) {
  .movie__area .movie .iframe {
    width: 160%;
    left: -31%;
  }
}
.movie__area .movie__area--scroll {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .f-container {
    margin: 3% auto 0 auto;
  }
}

.bnr__area {
  text-align: center;
  margin: 3% auto;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .bnr__area {
    padding: 0 3%;
  }
}
.bnr__area a {
  margin: 3% 0;
}
.bnr__area a img {
  width: 100%;
}

.heading__type01 {
  font-size: 70px;
  letter-spacing: 0.23em;
  height: 155px;
}
@media screen and (max-width: 768px) {
  .heading__type01 {
    font-size: 60px;
  }
}
@media screen and (max-width: 680px) {
  .heading__type01 {
    font-size: 36px;
    height: 85px;
  }
}
.heading__type01:before {
  bottom: 15px;
}
@media screen and (max-width: 680px) {
  .heading__type01:before {
    width: 55px;
  }
}
.heading__type01 span {
  font-size: 18px;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .heading__type01 span {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .heading__type01 span {
    font-size: 14px;
    margin: 2% 0 0 0;
  }
}

.about {
  background-image: url(../../../img/top/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 80px;
  margin: 5% auto;
}
.about .container__about {
  max-width: 1180px;
  margin: 0 auto;
}
.about .container__about .container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.about .container__about .container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.about .container__about .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about .container__about .container__inner {
    margin: 0 1%;
  }
}
.about .container__about li {
  list-style-type: none;
  width: 370px;
  margin: 0 20px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .about .container__about li {
    width: 320px;
    margin: 1% auto;
  }
}
@media screen and (max-width: 680px) {
  .about .container__about li {
    width: 91%;
    margin: 1% auto;
  }
}
.about .container__about li .icon__area {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  height: 165px;
}
@media screen and (max-width: 680px) {
  .about .container__about li .icon__area {
    height: 132px;
  }
}
@media screen and (max-width: 680px) {
  .about .container__about li .icon__area img {
    margin: 0 auto;
  }
}
.about .container__about li .txt__area {
  border-radius: 10px;
  margin: -7px 0 0 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .about .container__about li .txt__area {
    margin: -30px 0 0 0;
  }
}
@media screen and (max-width: 680px) {
  .about .container__about li .txt__area {
    padding: 10px;
  }
}
.about .container__about li .txt__area .txt__header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about .container__about li .txt__area .txt__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .about .container__about li .txt__area .txt__header {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.about .container__about li .txt__area .txt__summary {
  background: #fff;
  font-size: 15px;
  border-radius: 10px;
  display: block;
  margin: 0;
  padding: 15px;
  height: 190px;
}
@media screen and (max-width: 768px) {
  .about .container__about li .txt__area .txt__summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .about .container__about li .txt__area .txt__summary {
    font-size: 12px;
    height: auto;
  }
}
.about .container__about li .bg__blue {
  background: #0457cc;
}
.about .container__about li .bg__green {
  background: #00ca9d;
}
.about .container__about li .bg__yellow {
  background: #f2c000;
}
.about .container__about li .bg__orange {
  background: #ff6200;
}
.about .container__about li .bg__purple {
  background: #c550c4;
}

.service {
  width: 100%;
  margin: 0 0 100px 0;
}
.service .service__content {
  background: url(../../../img/top/bg_service01.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  padding: 0 0 222px;
  margin: 20px auto 0 auto;
}
.service .service__content .img__3pl {
  display: block;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 680px) {
  .service .service__content .img__3pl {
    padding: 2% 0;
  }
}
.service .service__content li {
  list-style-type: none;
  width: 660px;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .service .service__content li {
    width: 415px;
  }
}
@media screen and (max-width: 680px) {
  .service .service__content li {
    width: 295px;
    margin: 5px auto;
  }
}
.service .service__content li p {
  background: rgba(0, 202, 157, 0.8);
  padding: 1% 5%;
  color: #fff;
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service .service__content li p {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .service .service__content li p {
    font-size: 18px;
  }
}
.service .service__content li p span {
  padding: 0 0 0 70px;
  font-size: 30px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .service .service__content li p span {
    padding: 0 0 0 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .service .service__content li p span {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}
.service .service__content li p span:before {
  position: absolute;
  content: "";
  background-color: #f2c000;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .service .service__content li p span:before {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 680px) {
  .service .service__content li p span:before {
    left: 3px;
    width: 12px;
  }
}

.link__area {
  background-repeat: no-repeat;
  padding: 0 0 2% 0;
}
@media screen and (max-width: 768px) {
  .link__area {
    padding: 0 0 5% 0;
  }
}
.link__area .heading__type02 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding: 3% 0 2% 0;
}
@media screen and (max-width: 768px) {
  .link__area .heading__type02 {
    padding: 4% 0 2% 0;
  }
}
@media screen and (max-width: 680px) {
  .link__area .heading__type02 {
    font-size: 22px;
  }
}
.link__area .heading__type02 span {
  font-size: 24px;
}
@media screen and (max-width: 680px) {
  .link__area .heading__type02 span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.link__area .heading__type01 {
  color: #fff;
}
.link__area .heading__type01 span {
  color: #fff;
}

.link__service {
  background: url(../../../img/top/bg_service02.png);
}
@media screen and (max-width: 768px) {
  .link__service {
    background: #0457cc;
  }
}

.division {
  margin: 0 auto 0;
}
.division .division__content__wrap {
  margin: 30px auto 0;
  overflow: hidden;
}
.division .division__content__wrap .division__content {
  width: 1550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1;
  height: 265px;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division__content {
    margin: 0 0 5% 0;
  }
}
.division .division__content__wrap .division__content.division__content--left {
  margin: 0 auto 50px calc((100vw - 1940px)/2);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.division .division__content__wrap .division__content.division__content--left .txt__division {
  margin: 2.5% 2%;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division__content.division__content--left .txt__division {
    margin: 2.5% calc((100vw - 495px)/2);
  }
}
@media screen and (max-width: 680px) {
  .division .division__content__wrap .division__content.division__content--left .txt__division {
    margin: 0 calc((100vw - 315px)/2);
  }
}
@media screen and (max-width: 680px) {
  .division .division__content__wrap .division__content.division__content--left .txt__division img {
    width: 100%;
  }
}
.division .division__content__wrap .division__content.division__content--right {
  margin: 0 calc((100vw - 1940px)/2) 50px auto;
}
.division .division__content__wrap .division__content .txt__division {
  color: #fff;
  font-size: 16px;
  width: 414px;
  text-align: center;
  margin: 2.5% 0;
}
.division .division__content__wrap .division__content .txt__division .division__name {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.division .division__content__wrap .division__content .txt__division p {
  color: #fff;
  margin: 7% 0;
  padding: 0 7%;
}
.division .division__content__wrap .division__content .txt__division h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.division .division__content__wrap .division01 {
  background: url(../../../img/top/bg_division01.png);
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division01 {
    background: none;
  }
}
.division .division__content__wrap .division01:before {
  position: absolute;
  content: "01";
  font-size: 200px;
  font-weight: bold;
  color: #edfdfc;
  top: 15px;
  left: -235px;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division01:before {
    font-size: 100px;
    z-index: -1;
    top: -60px;
    left: -80px;
  }
}
@media screen and (max-width: 680px) {
  .division .division__content__wrap .division01:before {
    font-size: 85px;
    z-index: -1;
    top: -25px;
    left: -80px;
  }
}
.division .division__content__wrap .division02 {
  background: url(../../../img/top/bg_division02.png);
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division02 {
    background: none;
  }
}
.division .division__content__wrap .division02:before {
  position: absolute;
  content: "02";
  font-size: 200px;
  font-weight: bold;
  color: #edfdfc;
  top: 15px;
  right: -215px;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division02:before {
    font-size: 100px;
    z-index: -1;
    top: -60px;
    right: -90px;
  }
}
.division .division__content__wrap .division03 {
  background: url(../../../img/top/bg_division03.png);
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division03 {
    background: none;
  }
}
.division .division__content__wrap .division03:before {
  position: absolute;
  content: "03";
  font-size: 200px;
  font-weight: bold;
  color: #edfdfc;
  top: 15px;
  left: -235px;
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division03:before {
    font-size: 100px;
    z-index: -1;
    top: -60px;
    left: -80px;
  }
}

.outline {
  margin: 130px auto 0;
  background-image: url(../../../img/top/bg_company.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  padding: 5% 0 0 0;
}
.outline .heading__type01 {
  color: #fff;
}
.outline .heading__type01 span {
  color: #fff;
}
.outline .outline__bg .outline__content {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 184px;
  line-height: 2;
}
.outline .outline__bg .outline__content .outline__content__data {
  font-size: 16px;
  margin: 0 auto;
}
.outline .outline__bg .outline__content .outline__content__data dl {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.outline .outline__bg .outline__content .outline__content__data dl dt {
  width: 160px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.outline .outline__bg .outline__content .outline__content__data dl dt:before {
  position: absolute;
  content: "";
  background: #00d7c5;
  width: 11px;
  height: 3px;
  left: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line01:before {
    top: -50px;
  }
}
@media screen and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line01:before {
    top: -23px;
  }
}
.outline .outline__bg .outline__content .outline__content__data dl .line02:before {
  top: -30px;
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line02:before {
    top: -44px;
  }
}
.outline .outline__bg .outline__content .outline__content__data dl .line03:before {
  top: -63px;
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line03:before {
    top: -100px;
  }
}
@media screen and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line03:before {
    top: -188px;
  }
}
@media screen and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl .line04:before {
    top: -23px;
  }
}
.outline .outline__bg .outline__content .outline__content__data dl a {
  color: #fff;
}
.outline .outline__bg .outline__content .img__outline {
  margin: 0 0 0 auto;
}

.link__recruit {
  background: url(../../../img/top/bg_recruit.jpg);
  background-repeat: no-repeat;
  height: 277px;
  padding: 3% 0 0 0;
}
@media screen and (max-width: 768px) {
  .link__recruit {
    background: url(../../../img/top/bg_recruit_tb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 260px;
  }
}
@media screen and (max-width: 680px) {
  .link__recruit {
    background: url(../../../img/top/bg_recruit_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 405px;
    padding: 13% 0 0 0;
  }
}
.link__recruit .btn__common {
  margin: 1% auto;
}

.heading__type04 {
  padding: 35px 0 20px;
}

.access {
  padding: 5% 0;
  background: #f1f4f8;
}
.access .container__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.access .container__wrap .access__container {
  width: 530px;
  margin: 50px auto 0;
  border: solid 5px #fff;
  background: #fff;
  border-radius: 5px;
}
.access .container__wrap .access__container .gmap__access {
  text-align: center;
}
.access .container__wrap .access__container .access__data {
  font-size: 14px;
  color: #464d54;
  padding: 0 0 0 30px;
  line-height: 1.5;
}
.access .container__wrap .access__container .access__data h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 73px;
  position: relative;
}
.access .container__wrap .access__container .access__data h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -72px;
  width: 32px;
  height: 3px;
  background-color: #f2c000;
}
.access .container__wrap .access__container .access__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1% 0;
}
.access .container__wrap .access__container .access__data dl dt {
  width: 65px;
  font-weight: 500;
}
.access .container__wrap .access__container .access__data dl dd {
  margin: 0 0 0 15px;
}
.access .container__wrap .access__container .gmap__access {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 1180px) {
  .movie__area .movie {
    padding-bottom: 670px;
  }

  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 auto 50px -370px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 768px) {
  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 auto 30px -135px;
  }
  .division .division__content__wrap .division__content.division__content--left .txt__division .division__name {
    margin: 0 0 0 calc((100vw - 440px)/2);
  }
  .division .division__content__wrap .division__content.division__content--left .txt__division h3 {
    margin: 0 0 0 30%;
  }
  .division .division__content__wrap .division__content.division__content--left .division__txt {
    color: #fff;
    background: #0457cc;
    width: 100%;
    padding: 2% 2% 2% 15%;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 680px) {
  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 10% 10% -27%;
  }
  .division .division__content__wrap .division__content.division__content--left .txt__division .division__name {
    margin: 3% auto 0 45%;
    width: 40%;
    padding: 5% 0 0 0;
  }
  .division .division__content__wrap .division__content.division__content--left .txt__division h3 {
    margin: 0 0 0 30%;
  }
  .division .division__content__wrap .division__content.division__content--left .txt__division p {
    margin: 0 auto;
  }
  .division .division__content__wrap .division__content.division__content--left .division__txt {
    padding: 2% 5% 2% 15%;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 500px) {
  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 10% 10% -20%;
  }
  .division .division__content__wrap .division__content.division__content--left .division__txt {
    padding: 2% 5% 2% 20%;
  }
}
@media only screen and (max-width: 1180px) {
  .division .division__content__wrap .division__content.division__content--right {
    margin: 0 -370px 50px auto;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 768px) {
  .division .division__content__wrap .division__content.division__content--right {
    margin: 0 -75px 30px auto;
  }
  .division .division__content__wrap .division__content.division__content--right .txt__division .division__name {
    margin: 0 0 0 calc((100vw - 959px)/2);
  }
  .division .division__content__wrap .division__content.division__content--right .txt__division h3 {
    margin: 0 0 0 -50%;
  }
  .division .division__content__wrap .division__content.division__content--right .division__txt {
    color: #fff;
    background: #0457cc;
    width: 100%;
    padding: 2% 10% 2% 4%;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 680px) {
  .division .division__content__wrap .division__content.division__content--right {
    margin: 0 -25% 10% 11%;
  }
  .division .division__content__wrap .division__content.division__content--right .txt__division .division__name {
    margin: 3% auto 0 5%;
    width: 40%;
    padding: 5% 0 0 0;
  }
  .division .division__content__wrap .division__content.division__content--right .txt__division h3 {
    margin: 0 0 0 -50%;
  }
  .division .division__content__wrap .division__content.division__content--right .txt__division p {
    margin: 0 auto;
  }
  .division .division__content__wrap .division__content.division__content--right .division__txt {
    padding: 2% 15% 2% 5%;
  }
}

@media screen and (max-width: 768px) {
  .movie__area {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .movie__area {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .movie__area .movie {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .movie__area .movie {
    padding-bottom: 90%;
  }
}
@media screen and (max-width: 768px) {
  .movie__area .movie__area--scroll {
    width: 7.5%;
    position: absolute;
    bottom: -2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .movie__area .movie__area--scroll {
    width: 12%;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0 0 5%;
    background-image: url(../../../img/top/bg_about_tb.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .service {
    background-image: none;
    min-width: inherit;
    margin: 0 0 3% 0;
  }
  .service .service__content {
    position: relative;
    width: 100%;
    background: url(../../../img/top/bg_service01_tb.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .service .service__content {
    background: url(../../../img/top/bg_service01_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .service .service__content .img__3pl {
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    width: 72%;
  }
  .service .service__content ul {
    padding: 0 0 5% 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .service .service__content ul {
    padding: 0 0 12% 0;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 0 0 8%;
  }
  .service .heading__type04 {
    padding: 6% 0 4%;
  }

  .division .division__content__wrap {
    margin: 7% auto 0;
  }
  .division .division__content__wrap .division__content {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    z-index: auto;
  }
  .division .division__content__wrap .division__content .division__content--bg {
    padding: 0 0 10%;
  }
  .division .division__content__wrap .division__content .txt__division {
    font-size: 14px;
    width: 89%;
    position: relative;
    margin: auto 0;
    text-align: center;
    max-height: 141px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .division .division__content__wrap .division__content .txt__division {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division__content .txt__division h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 3.5% 0;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .division .division__content__wrap .division__content .txt__division h3 {
    font-size: 18px;
    padding: 0 0 4.5% 0;
  }
}
@media screen and (max-width: 768px) {
  .division .division__content__wrap .division__content .txt__division p {
    width: 550px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .division .division__content__wrap .division__content .txt__division p {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .outline {
    margin: 10% auto 0;
    background-image: url(../../../img/top/bg_company_tb.jpg);
    padding: 2% 0 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .outline {
    background-image: url(../../../img/top/bg_company_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .outline .outline__bg {
    margin: 0 auto;
  }
  .outline .outline__bg .outline__content {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2% 0 23%;
    line-height: 1.8;
  }
  .outline .outline__bg .outline__content .outline__content__data {
    font-size: 14px;
    color: #fff !important;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl {
    margin: 0 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .outline__content__data dl dt {
    max-width: 135px;
    font-weight: 600;
    width: 40%;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .outline__content__data dl dd {
    width: 76%;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .outline .outline__bg .outline__content .outline__content__data dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .outline .outline__bg .outline__content .img__outline {
    width: 75%;
    padding: 5% 0 3%;
    margin: 0 auto;
  }

  .recruit {
    background-image: url(../../../img/top/bg-top-recruit.png);
    width: 100%;
    margin: 4.5% auto 14%;
    padding: 0 0 8%;
  }
  .recruit .heading__type04 {
    padding: 6% 0 4%;
  }

  .access {
    margin: 0 auto;
  }
  .access .container__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access .container__wrap .access__container {
    display: block;
    width: 42%;
    margin: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .gmap__access {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
  }
  .access .container__wrap .access__container .gmap__access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container .gmap__access iframe {
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .access__data {
    font-size: 14px;
    padding: 2% 0 0 0;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto 5% auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container .access__data {
    margin: -35% auto 5% auto;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .access__data h2 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15%;
    position: relative;
    line-height: 1.5;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container .access__data h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .access__data h2:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -42px;
    width: 32px;
    height: 3px;
    background-color: #f2c000;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container .access__data h2:before {
    left: -37px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .access__data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .access .container__wrap .access__container .access__data dl {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .access .container__wrap .access__container .access__data dl dt {
    min-width: 35px;
    font-weight: 600;
    width: 15%;
  }
  .access .container__wrap .access__container .access__data dl dd {
    width: 95%;
  }
  .access .container__wrap .access__container.access__container--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .access .container__wrap .access__container.access__container--left .gmap__access {
    margin: 0 auto;
  }
  .access .container__wrap .access__container.access__container--left .access__data {
    padding: 0;
    margin: 0 auto 5% auto;
  }
}
@media only screen and (max-width: 400px) {
  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 10% 10% -11%;
  }
}
@media only screen and (max-width: 340px) {
  .division .division__content__wrap .division__content.division__content--left {
    margin: 0 10% 10% -10%;
  }
}
/* text
---------------------------------------------------------- */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* line-height
---------------------------------------------------------- */
.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

/* padding
---------------------------------------------------------- */
.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.pt1 {
  padding-top: 0.1rem;
}

.pr1 {
  padding-right: 0.1rem;
}

.pb1 {
  padding-bottom: 0.1rem;
}

.pl1 {
  padding-left: 0.1rem;
}

.pt2 {
  padding-top: 0.2rem;
}

.pr2 {
  padding-right: 0.2rem;
}

.pb2 {
  padding-bottom: 0.2rem;
}

.pl2 {
  padding-left: 0.2rem;
}

.pt3 {
  padding-top: 0.3rem;
}

.pr3 {
  padding-right: 0.3rem;
}

.pb3 {
  padding-bottom: 0.3rem;
}

.pl3 {
  padding-left: 0.3rem;
}

.pt4 {
  padding-top: 0.4rem;
}

.pr4 {
  padding-right: 0.4rem;
}

.pb4 {
  padding-bottom: 0.4rem;
}

.pl4 {
  padding-left: 0.4rem;
}

.pt5 {
  padding-top: 0.5rem;
}

.pr5 {
  padding-right: 0.5rem;
}

.pb5 {
  padding-bottom: 0.5rem;
}

.pl5 {
  padding-left: 0.5rem;
}

.pt6 {
  padding-top: 0.6rem;
}

.pr6 {
  padding-right: 0.6rem;
}

.pb6 {
  padding-bottom: 0.6rem;
}

.pl6 {
  padding-left: 0.6rem;
}

.pt7 {
  padding-top: 0.7rem;
}

.pr7 {
  padding-right: 0.7rem;
}

.pb7 {
  padding-bottom: 0.7rem;
}

.pl7 {
  padding-left: 0.7rem;
}

.pt8 {
  padding-top: 0.8rem;
}

.pr8 {
  padding-right: 0.8rem;
}

.pb8 {
  padding-bottom: 0.8rem;
}

.pl8 {
  padding-left: 0.8rem;
}

.pt9 {
  padding-top: 0.9rem;
}

.pr9 {
  padding-right: 0.9rem;
}

.pb9 {
  padding-bottom: 0.9rem;
}

.pl9 {
  padding-left: 0.9rem;
}

.pt10 {
  padding-top: 1rem;
}

.pr10 {
  padding-right: 1rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.pl10 {
  padding-left: 1rem;
}

.pt11 {
  padding-top: 1.1rem;
}

.pr11 {
  padding-right: 1.1rem;
}

.pb11 {
  padding-bottom: 1.1rem;
}

.pl11 {
  padding-left: 1.1rem;
}

.pt12 {
  padding-top: 1.2rem;
}

.pr12 {
  padding-right: 1.2rem;
}

.pb12 {
  padding-bottom: 1.2rem;
}

.pl12 {
  padding-left: 1.2rem;
}

.pt13 {
  padding-top: 1.3rem;
}

.pr13 {
  padding-right: 1.3rem;
}

.pb13 {
  padding-bottom: 1.3rem;
}

.pl13 {
  padding-left: 1.3rem;
}

.pt14 {
  padding-top: 1.4rem;
}

.pr14 {
  padding-right: 1.4rem;
}

.pb14 {
  padding-bottom: 1.4rem;
}

.pl14 {
  padding-left: 1.4rem;
}

.pt15 {
  padding-top: 1.5rem;
}

.pr15 {
  padding-right: 1.5rem;
}

.pb15 {
  padding-bottom: 1.5rem;
}

.pl15 {
  padding-left: 1.5rem;
}

.pt16 {
  padding-top: 1.6rem;
}

.pr16 {
  padding-right: 1.6rem;
}

.pb16 {
  padding-bottom: 1.6rem;
}

.pl16 {
  padding-left: 1.6rem;
}

.pt17 {
  padding-top: 1.7rem;
}

.pr17 {
  padding-right: 1.7rem;
}

.pb17 {
  padding-bottom: 1.7rem;
}

.pl17 {
  padding-left: 1.7rem;
}

.pt18 {
  padding-top: 1.8rem;
}

.pr18 {
  padding-right: 1.8rem;
}

.pb18 {
  padding-bottom: 1.8rem;
}

.pl18 {
  padding-left: 1.8rem;
}

.pt19 {
  padding-top: 1.9rem;
}

.pr19 {
  padding-right: 1.9rem;
}

.pb19 {
  padding-bottom: 1.9rem;
}

.pl19 {
  padding-left: 1.9rem;
}

.pt20 {
  padding-top: 2rem;
}

.pr20 {
  padding-right: 2rem;
}

.pb20 {
  padding-bottom: 2rem;
}

.pl20 {
  padding-left: 2rem;
}

.pt21 {
  padding-top: 2.1rem;
}

.pr21 {
  padding-right: 2.1rem;
}

.pb21 {
  padding-bottom: 2.1rem;
}

.pl21 {
  padding-left: 2.1rem;
}

.pt22 {
  padding-top: 2.2rem;
}

.pr22 {
  padding-right: 2.2rem;
}

.pb22 {
  padding-bottom: 2.2rem;
}

.pl22 {
  padding-left: 2.2rem;
}

.pt23 {
  padding-top: 2.3rem;
}

.pr23 {
  padding-right: 2.3rem;
}

.pb23 {
  padding-bottom: 2.3rem;
}

.pl23 {
  padding-left: 2.3rem;
}

.pt24 {
  padding-top: 2.4rem;
}

.pr24 {
  padding-right: 2.4rem;
}

.pb24 {
  padding-bottom: 2.4rem;
}

.pl24 {
  padding-left: 2.4rem;
}

.pt25 {
  padding-top: 2.5rem;
}

.pr25 {
  padding-right: 2.5rem;
}

.pb25 {
  padding-bottom: 2.5rem;
}

.pl25 {
  padding-left: 2.5rem;
}

.pt26 {
  padding-top: 2.6rem;
}

.pr26 {
  padding-right: 2.6rem;
}

.pb26 {
  padding-bottom: 2.6rem;
}

.pl26 {
  padding-left: 2.6rem;
}

.pt27 {
  padding-top: 2.7rem;
}

.pr27 {
  padding-right: 2.7rem;
}

.pb27 {
  padding-bottom: 2.7rem;
}

.pl27 {
  padding-left: 2.7rem;
}

.pt28 {
  padding-top: 2.8rem;
}

.pr28 {
  padding-right: 2.8rem;
}

.pb28 {
  padding-bottom: 2.8rem;
}

.pl28 {
  padding-left: 2.8rem;
}

.pt29 {
  padding-top: 2.9rem;
}

.pr29 {
  padding-right: 2.9rem;
}

.pb29 {
  padding-bottom: 2.9rem;
}

.pl29 {
  padding-left: 2.9rem;
}

.pt30 {
  padding-top: 3rem;
}

.pr30 {
  padding-right: 3rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.pl30 {
  padding-left: 3rem;
}

.pt31 {
  padding-top: 3.1rem;
}

.pr31 {
  padding-right: 3.1rem;
}

.pb31 {
  padding-bottom: 3.1rem;
}

.pl31 {
  padding-left: 3.1rem;
}

.pt32 {
  padding-top: 3.2rem;
}

.pr32 {
  padding-right: 3.2rem;
}

.pb32 {
  padding-bottom: 3.2rem;
}

.pl32 {
  padding-left: 3.2rem;
}

.pt33 {
  padding-top: 3.3rem;
}

.pr33 {
  padding-right: 3.3rem;
}

.pb33 {
  padding-bottom: 3.3rem;
}

.pl33 {
  padding-left: 3.3rem;
}

.pt34 {
  padding-top: 3.4rem;
}

.pr34 {
  padding-right: 3.4rem;
}

.pb34 {
  padding-bottom: 3.4rem;
}

.pl34 {
  padding-left: 3.4rem;
}

.pt35 {
  padding-top: 3.5rem;
}

.pr35 {
  padding-right: 3.5rem;
}

.pb35 {
  padding-bottom: 3.5rem;
}

.pl35 {
  padding-left: 3.5rem;
}

.pt36 {
  padding-top: 3.6rem;
}

.pr36 {
  padding-right: 3.6rem;
}

.pb36 {
  padding-bottom: 3.6rem;
}

.pl36 {
  padding-left: 3.6rem;
}

.pt37 {
  padding-top: 3.7rem;
}

.pr37 {
  padding-right: 3.7rem;
}

.pb37 {
  padding-bottom: 3.7rem;
}

.pl37 {
  padding-left: 3.7rem;
}

.pt38 {
  padding-top: 3.8rem;
}

.pr38 {
  padding-right: 3.8rem;
}

.pb38 {
  padding-bottom: 3.8rem;
}

.pl38 {
  padding-left: 3.8rem;
}

.pt39 {
  padding-top: 3.9rem;
}

.pr39 {
  padding-right: 3.9rem;
}

.pb39 {
  padding-bottom: 3.9rem;
}

.pl39 {
  padding-left: 3.9rem;
}

.pt40 {
  padding-top: 4rem;
}

.pr40 {
  padding-right: 4rem;
}

.pb40 {
  padding-bottom: 4rem;
}

.pl40 {
  padding-left: 4rem;
}

.pt41 {
  padding-top: 4.1rem;
}

.pr41 {
  padding-right: 4.1rem;
}

.pb41 {
  padding-bottom: 4.1rem;
}

.pl41 {
  padding-left: 4.1rem;
}

.pt42 {
  padding-top: 4.2rem;
}

.pr42 {
  padding-right: 4.2rem;
}

.pb42 {
  padding-bottom: 4.2rem;
}

.pl42 {
  padding-left: 4.2rem;
}

.pt43 {
  padding-top: 4.3rem;
}

.pr43 {
  padding-right: 4.3rem;
}

.pb43 {
  padding-bottom: 4.3rem;
}

.pl43 {
  padding-left: 4.3rem;
}

.pt44 {
  padding-top: 4.4rem;
}

.pr44 {
  padding-right: 4.4rem;
}

.pb44 {
  padding-bottom: 4.4rem;
}

.pl44 {
  padding-left: 4.4rem;
}

.pt45 {
  padding-top: 4.5rem;
}

.pr45 {
  padding-right: 4.5rem;
}

.pb45 {
  padding-bottom: 4.5rem;
}

.pl45 {
  padding-left: 4.5rem;
}

.pt46 {
  padding-top: 4.6rem;
}

.pr46 {
  padding-right: 4.6rem;
}

.pb46 {
  padding-bottom: 4.6rem;
}

.pl46 {
  padding-left: 4.6rem;
}

.pt47 {
  padding-top: 4.7rem;
}

.pr47 {
  padding-right: 4.7rem;
}

.pb47 {
  padding-bottom: 4.7rem;
}

.pl47 {
  padding-left: 4.7rem;
}

.pt48 {
  padding-top: 4.8rem;
}

.pr48 {
  padding-right: 4.8rem;
}

.pb48 {
  padding-bottom: 4.8rem;
}

.pl48 {
  padding-left: 4.8rem;
}

.pt49 {
  padding-top: 4.9rem;
}

.pr49 {
  padding-right: 4.9rem;
}

.pb49 {
  padding-bottom: 4.9rem;
}

.pl49 {
  padding-left: 4.9rem;
}

.pt50 {
  padding-top: 5rem;
}

.pr50 {
  padding-right: 5rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.pl50 {
  padding-left: 5rem;
}

.pt51 {
  padding-top: 5.1rem;
}

.pr51 {
  padding-right: 5.1rem;
}

.pb51 {
  padding-bottom: 5.1rem;
}

.pl51 {
  padding-left: 5.1rem;
}

.pt52 {
  padding-top: 5.2rem;
}

.pr52 {
  padding-right: 5.2rem;
}

.pb52 {
  padding-bottom: 5.2rem;
}

.pl52 {
  padding-left: 5.2rem;
}

.pt53 {
  padding-top: 5.3rem;
}

.pr53 {
  padding-right: 5.3rem;
}

.pb53 {
  padding-bottom: 5.3rem;
}

.pl53 {
  padding-left: 5.3rem;
}

.pt54 {
  padding-top: 5.4rem;
}

.pr54 {
  padding-right: 5.4rem;
}

.pb54 {
  padding-bottom: 5.4rem;
}

.pl54 {
  padding-left: 5.4rem;
}

.pt55 {
  padding-top: 5.5rem;
}

.pr55 {
  padding-right: 5.5rem;
}

.pb55 {
  padding-bottom: 5.5rem;
}

.pl55 {
  padding-left: 5.5rem;
}

.pt56 {
  padding-top: 5.6rem;
}

.pr56 {
  padding-right: 5.6rem;
}

.pb56 {
  padding-bottom: 5.6rem;
}

.pl56 {
  padding-left: 5.6rem;
}

.pt57 {
  padding-top: 5.7rem;
}

.pr57 {
  padding-right: 5.7rem;
}

.pb57 {
  padding-bottom: 5.7rem;
}

.pl57 {
  padding-left: 5.7rem;
}

.pt58 {
  padding-top: 5.8rem;
}

.pr58 {
  padding-right: 5.8rem;
}

.pb58 {
  padding-bottom: 5.8rem;
}

.pl58 {
  padding-left: 5.8rem;
}

.pt59 {
  padding-top: 5.9rem;
}

.pr59 {
  padding-right: 5.9rem;
}

.pb59 {
  padding-bottom: 5.9rem;
}

.pl59 {
  padding-left: 5.9rem;
}

.pt60 {
  padding-top: 6rem;
}

.pr60 {
  padding-right: 6rem;
}

.pb60 {
  padding-bottom: 6rem;
}

.pl60 {
  padding-left: 6rem;
}

.pt61 {
  padding-top: 6.1rem;
}

.pr61 {
  padding-right: 6.1rem;
}

.pb61 {
  padding-bottom: 6.1rem;
}

.pl61 {
  padding-left: 6.1rem;
}

.pt62 {
  padding-top: 6.2rem;
}

.pr62 {
  padding-right: 6.2rem;
}

.pb62 {
  padding-bottom: 6.2rem;
}

.pl62 {
  padding-left: 6.2rem;
}

.pt63 {
  padding-top: 6.3rem;
}

.pr63 {
  padding-right: 6.3rem;
}

.pb63 {
  padding-bottom: 6.3rem;
}

.pl63 {
  padding-left: 6.3rem;
}

.pt64 {
  padding-top: 6.4rem;
}

.pr64 {
  padding-right: 6.4rem;
}

.pb64 {
  padding-bottom: 6.4rem;
}

.pl64 {
  padding-left: 6.4rem;
}

.pt65 {
  padding-top: 6.5rem;
}

.pr65 {
  padding-right: 6.5rem;
}

.pb65 {
  padding-bottom: 6.5rem;
}

.pl65 {
  padding-left: 6.5rem;
}

.pt66 {
  padding-top: 6.6rem;
}

.pr66 {
  padding-right: 6.6rem;
}

.pb66 {
  padding-bottom: 6.6rem;
}

.pl66 {
  padding-left: 6.6rem;
}

.pt67 {
  padding-top: 6.7rem;
}

.pr67 {
  padding-right: 6.7rem;
}

.pb67 {
  padding-bottom: 6.7rem;
}

.pl67 {
  padding-left: 6.7rem;
}

.pt68 {
  padding-top: 6.8rem;
}

.pr68 {
  padding-right: 6.8rem;
}

.pb68 {
  padding-bottom: 6.8rem;
}

.pl68 {
  padding-left: 6.8rem;
}

.pt69 {
  padding-top: 6.9rem;
}

.pr69 {
  padding-right: 6.9rem;
}

.pb69 {
  padding-bottom: 6.9rem;
}

.pl69 {
  padding-left: 6.9rem;
}

.pt70 {
  padding-top: 7rem;
}

.pr70 {
  padding-right: 7rem;
}

.pb70 {
  padding-bottom: 7rem;
}

.pl70 {
  padding-left: 7rem;
}

.pt71 {
  padding-top: 7.1rem;
}

.pr71 {
  padding-right: 7.1rem;
}

.pb71 {
  padding-bottom: 7.1rem;
}

.pl71 {
  padding-left: 7.1rem;
}

.pt72 {
  padding-top: 7.2rem;
}

.pr72 {
  padding-right: 7.2rem;
}

.pb72 {
  padding-bottom: 7.2rem;
}

.pl72 {
  padding-left: 7.2rem;
}

.pt73 {
  padding-top: 7.3rem;
}

.pr73 {
  padding-right: 7.3rem;
}

.pb73 {
  padding-bottom: 7.3rem;
}

.pl73 {
  padding-left: 7.3rem;
}

.pt74 {
  padding-top: 7.4rem;
}

.pr74 {
  padding-right: 7.4rem;
}

.pb74 {
  padding-bottom: 7.4rem;
}

.pl74 {
  padding-left: 7.4rem;
}

.pt75 {
  padding-top: 7.5rem;
}

.pr75 {
  padding-right: 7.5rem;
}

.pb75 {
  padding-bottom: 7.5rem;
}

.pl75 {
  padding-left: 7.5rem;
}

.pt76 {
  padding-top: 7.6rem;
}

.pr76 {
  padding-right: 7.6rem;
}

.pb76 {
  padding-bottom: 7.6rem;
}

.pl76 {
  padding-left: 7.6rem;
}

.pt77 {
  padding-top: 7.7rem;
}

.pr77 {
  padding-right: 7.7rem;
}

.pb77 {
  padding-bottom: 7.7rem;
}

.pl77 {
  padding-left: 7.7rem;
}

.pt78 {
  padding-top: 7.8rem;
}

.pr78 {
  padding-right: 7.8rem;
}

.pb78 {
  padding-bottom: 7.8rem;
}

.pl78 {
  padding-left: 7.8rem;
}

.pt79 {
  padding-top: 7.9rem;
}

.pr79 {
  padding-right: 7.9rem;
}

.pb79 {
  padding-bottom: 7.9rem;
}

.pl79 {
  padding-left: 7.9rem;
}

.pt80 {
  padding-top: 8rem;
}

.pr80 {
  padding-right: 8rem;
}

.pb80 {
  padding-bottom: 8rem;
}

.pl80 {
  padding-left: 8rem;
}

/* margin
---------------------------------------------------------- */
.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mt1 {
  margin-top: 0.1rem;
}

.mr1 {
  margin-right: 0.1rem;
}

.mb1 {
  margin-bottom: 0.1rem;
}

.ml1 {
  margin-left: 0.1rem;
}

.mt2 {
  margin-top: 0.2rem;
}

.mr2 {
  margin-right: 0.2rem;
}

.mb2 {
  margin-bottom: 0.2rem;
}

.ml2 {
  margin-left: 0.2rem;
}

.mt3 {
  margin-top: 0.3rem;
}

.mr3 {
  margin-right: 0.3rem;
}

.mb3 {
  margin-bottom: 0.3rem;
}

.ml3 {
  margin-left: 0.3rem;
}

.mt4 {
  margin-top: 0.4rem;
}

.mr4 {
  margin-right: 0.4rem;
}

.mb4 {
  margin-bottom: 0.4rem;
}

.ml4 {
  margin-left: 0.4rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mr5 {
  margin-right: 0.5rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.ml5 {
  margin-left: 0.5rem;
}

.mt6 {
  margin-top: 0.6rem;
}

.mr6 {
  margin-right: 0.6rem;
}

.mb6 {
  margin-bottom: 0.6rem;
}

.ml6 {
  margin-left: 0.6rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mr7 {
  margin-right: 0.7rem;
}

.mb7 {
  margin-bottom: 0.7rem;
}

.ml7 {
  margin-left: 0.7rem;
}

.mt8 {
  margin-top: 0.8rem;
}

.mr8 {
  margin-right: 0.8rem;
}

.mb8 {
  margin-bottom: 0.8rem;
}

.ml8 {
  margin-left: 0.8rem;
}

.mt9 {
  margin-top: 0.9rem;
}

.mr9 {
  margin-right: 0.9rem;
}

.mb9 {
  margin-bottom: 0.9rem;
}

.ml9 {
  margin-left: 0.9rem;
}

.mt10 {
  margin-top: 1rem;
}

.mr10 {
  margin-right: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.ml10 {
  margin-left: 1rem;
}

.mt11 {
  margin-top: 1.1rem;
}

.mr11 {
  margin-right: 1.1rem;
}

.mb11 {
  margin-bottom: 1.1rem;
}

.ml11 {
  margin-left: 1.1rem;
}

.mt12 {
  margin-top: 1.2rem;
}

.mr12 {
  margin-right: 1.2rem;
}

.mb12 {
  margin-bottom: 1.2rem;
}

.ml12 {
  margin-left: 1.2rem;
}

.mt13 {
  margin-top: 1.3rem;
}

.mr13 {
  margin-right: 1.3rem;
}

.mb13 {
  margin-bottom: 1.3rem;
}

.ml13 {
  margin-left: 1.3rem;
}

.mt14 {
  margin-top: 1.4rem;
}

.mr14 {
  margin-right: 1.4rem;
}

.mb14 {
  margin-bottom: 1.4rem;
}

.ml14 {
  margin-left: 1.4rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mr15 {
  margin-right: 1.5rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.ml15 {
  margin-left: 1.5rem;
}

.mt16 {
  margin-top: 1.6rem;
}

.mr16 {
  margin-right: 1.6rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.ml16 {
  margin-left: 1.6rem;
}

.mt17 {
  margin-top: 1.7rem;
}

.mr17 {
  margin-right: 1.7rem;
}

.mb17 {
  margin-bottom: 1.7rem;
}

.ml17 {
  margin-left: 1.7rem;
}

.mt18 {
  margin-top: 1.8rem;
}

.mr18 {
  margin-right: 1.8rem;
}

.mb18 {
  margin-bottom: 1.8rem;
}

.ml18 {
  margin-left: 1.8rem;
}

.mt19 {
  margin-top: 1.9rem;
}

.mr19 {
  margin-right: 1.9rem;
}

.mb19 {
  margin-bottom: 1.9rem;
}

.ml19 {
  margin-left: 1.9rem;
}

.mt20 {
  margin-top: 2rem;
}

.mr20 {
  margin-right: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.ml20 {
  margin-left: 2rem;
}

.mt21 {
  margin-top: 2.1rem;
}

.mr21 {
  margin-right: 2.1rem;
}

.mb21 {
  margin-bottom: 2.1rem;
}

.ml21 {
  margin-left: 2.1rem;
}

.mt22 {
  margin-top: 2.2rem;
}

.mr22 {
  margin-right: 2.2rem;
}

.mb22 {
  margin-bottom: 2.2rem;
}

.ml22 {
  margin-left: 2.2rem;
}

.mt23 {
  margin-top: 2.3rem;
}

.mr23 {
  margin-right: 2.3rem;
}

.mb23 {
  margin-bottom: 2.3rem;
}

.ml23 {
  margin-left: 2.3rem;
}

.mt24 {
  margin-top: 2.4rem;
}

.mr24 {
  margin-right: 2.4rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.ml24 {
  margin-left: 2.4rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mr25 {
  margin-right: 2.5rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.ml25 {
  margin-left: 2.5rem;
}

.mt26 {
  margin-top: 2.6rem;
}

.mr26 {
  margin-right: 2.6rem;
}

.mb26 {
  margin-bottom: 2.6rem;
}

.ml26 {
  margin-left: 2.6rem;
}

.mt27 {
  margin-top: 2.7rem;
}

.mr27 {
  margin-right: 2.7rem;
}

.mb27 {
  margin-bottom: 2.7rem;
}

.ml27 {
  margin-left: 2.7rem;
}

.mt28 {
  margin-top: 2.8rem;
}

.mr28 {
  margin-right: 2.8rem;
}

.mb28 {
  margin-bottom: 2.8rem;
}

.ml28 {
  margin-left: 2.8rem;
}

.mt29 {
  margin-top: 2.9rem;
}

.mr29 {
  margin-right: 2.9rem;
}

.mb29 {
  margin-bottom: 2.9rem;
}

.ml29 {
  margin-left: 2.9rem;
}

.mt30 {
  margin-top: 3rem;
}

.mr30 {
  margin-right: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.ml30 {
  margin-left: 3rem;
}

.mt31 {
  margin-top: 3.1rem;
}

.mr31 {
  margin-right: 3.1rem;
}

.mb31 {
  margin-bottom: 3.1rem;
}

.ml31 {
  margin-left: 3.1rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.mr32 {
  margin-right: 3.2rem;
}

.mb32 {
  margin-bottom: 3.2rem;
}

.ml32 {
  margin-left: 3.2rem;
}

.mt33 {
  margin-top: 3.3rem;
}

.mr33 {
  margin-right: 3.3rem;
}

.mb33 {
  margin-bottom: 3.3rem;
}

.ml33 {
  margin-left: 3.3rem;
}

.mt34 {
  margin-top: 3.4rem;
}

.mr34 {
  margin-right: 3.4rem;
}

.mb34 {
  margin-bottom: 3.4rem;
}

.ml34 {
  margin-left: 3.4rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mr35 {
  margin-right: 3.5rem;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.ml35 {
  margin-left: 3.5rem;
}

.mt36 {
  margin-top: 3.6rem;
}

.mr36 {
  margin-right: 3.6rem;
}

.mb36 {
  margin-bottom: 3.6rem;
}

.ml36 {
  margin-left: 3.6rem;
}

.mt37 {
  margin-top: 3.7rem;
}

.mr37 {
  margin-right: 3.7rem;
}

.mb37 {
  margin-bottom: 3.7rem;
}

.ml37 {
  margin-left: 3.7rem;
}

.mt38 {
  margin-top: 3.8rem;
}

.mr38 {
  margin-right: 3.8rem;
}

.mb38 {
  margin-bottom: 3.8rem;
}

.ml38 {
  margin-left: 3.8rem;
}

.mt39 {
  margin-top: 3.9rem;
}

.mr39 {
  margin-right: 3.9rem;
}

.mb39 {
  margin-bottom: 3.9rem;
}

.ml39 {
  margin-left: 3.9rem;
}

.mt40 {
  margin-top: 4rem;
}

.mr40 {
  margin-right: 4rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.ml40 {
  margin-left: 4rem;
}

.mt41 {
  margin-top: 4.1rem;
}

.mr41 {
  margin-right: 4.1rem;
}

.mb41 {
  margin-bottom: 4.1rem;
}

.ml41 {
  margin-left: 4.1rem;
}

.mt42 {
  margin-top: 4.2rem;
}

.mr42 {
  margin-right: 4.2rem;
}

.mb42 {
  margin-bottom: 4.2rem;
}

.ml42 {
  margin-left: 4.2rem;
}

.mt43 {
  margin-top: 4.3rem;
}

.mr43 {
  margin-right: 4.3rem;
}

.mb43 {
  margin-bottom: 4.3rem;
}

.ml43 {
  margin-left: 4.3rem;
}

.mt44 {
  margin-top: 4.4rem;
}

.mr44 {
  margin-right: 4.4rem;
}

.mb44 {
  margin-bottom: 4.4rem;
}

.ml44 {
  margin-left: 4.4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mr45 {
  margin-right: 4.5rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.ml45 {
  margin-left: 4.5rem;
}

.mt46 {
  margin-top: 4.6rem;
}

.mr46 {
  margin-right: 4.6rem;
}

.mb46 {
  margin-bottom: 4.6rem;
}

.ml46 {
  margin-left: 4.6rem;
}

.mt47 {
  margin-top: 4.7rem;
}

.mr47 {
  margin-right: 4.7rem;
}

.mb47 {
  margin-bottom: 4.7rem;
}

.ml47 {
  margin-left: 4.7rem;
}

.mt48 {
  margin-top: 4.8rem;
}

.mr48 {
  margin-right: 4.8rem;
}

.mb48 {
  margin-bottom: 4.8rem;
}

.ml48 {
  margin-left: 4.8rem;
}

.mt49 {
  margin-top: 4.9rem;
}

.mr49 {
  margin-right: 4.9rem;
}

.mb49 {
  margin-bottom: 4.9rem;
}

.ml49 {
  margin-left: 4.9rem;
}

.mt50 {
  margin-top: 5rem;
}

.mr50 {
  margin-right: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.ml50 {
  margin-left: 5rem;
}

.mt51 {
  margin-top: 5.1rem;
}

.mr51 {
  margin-right: 5.1rem;
}

.mb51 {
  margin-bottom: 5.1rem;
}

.ml51 {
  margin-left: 5.1rem;
}

.mt52 {
  margin-top: 5.2rem;
}

.mr52 {
  margin-right: 5.2rem;
}

.mb52 {
  margin-bottom: 5.2rem;
}

.ml52 {
  margin-left: 5.2rem;
}

.mt53 {
  margin-top: 5.3rem;
}

.mr53 {
  margin-right: 5.3rem;
}

.mb53 {
  margin-bottom: 5.3rem;
}

.ml53 {
  margin-left: 5.3rem;
}

.mt54 {
  margin-top: 5.4rem;
}

.mr54 {
  margin-right: 5.4rem;
}

.mb54 {
  margin-bottom: 5.4rem;
}

.ml54 {
  margin-left: 5.4rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mr55 {
  margin-right: 5.5rem;
}

.mb55 {
  margin-bottom: 5.5rem;
}

.ml55 {
  margin-left: 5.5rem;
}

.mt56 {
  margin-top: 5.6rem;
}

.mr56 {
  margin-right: 5.6rem;
}

.mb56 {
  margin-bottom: 5.6rem;
}

.ml56 {
  margin-left: 5.6rem;
}

.mt57 {
  margin-top: 5.7rem;
}

.mr57 {
  margin-right: 5.7rem;
}

.mb57 {
  margin-bottom: 5.7rem;
}

.ml57 {
  margin-left: 5.7rem;
}

.mt58 {
  margin-top: 5.8rem;
}

.mr58 {
  margin-right: 5.8rem;
}

.mb58 {
  margin-bottom: 5.8rem;
}

.ml58 {
  margin-left: 5.8rem;
}

.mt59 {
  margin-top: 5.9rem;
}

.mr59 {
  margin-right: 5.9rem;
}

.mb59 {
  margin-bottom: 5.9rem;
}

.ml59 {
  margin-left: 5.9rem;
}

.mt60 {
  margin-top: 6rem;
}

.mr60 {
  margin-right: 6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.ml60 {
  margin-left: 6rem;
}

.mt61 {
  margin-top: 6.1rem;
}

.mr61 {
  margin-right: 6.1rem;
}

.mb61 {
  margin-bottom: 6.1rem;
}

.ml61 {
  margin-left: 6.1rem;
}

.mt62 {
  margin-top: 6.2rem;
}

.mr62 {
  margin-right: 6.2rem;
}

.mb62 {
  margin-bottom: 6.2rem;
}

.ml62 {
  margin-left: 6.2rem;
}

.mt63 {
  margin-top: 6.3rem;
}

.mr63 {
  margin-right: 6.3rem;
}

.mb63 {
  margin-bottom: 6.3rem;
}

.ml63 {
  margin-left: 6.3rem;
}

.mt64 {
  margin-top: 6.4rem;
}

.mr64 {
  margin-right: 6.4rem;
}

.mb64 {
  margin-bottom: 6.4rem;
}

.ml64 {
  margin-left: 6.4rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mr65 {
  margin-right: 6.5rem;
}

.mb65 {
  margin-bottom: 6.5rem;
}

.ml65 {
  margin-left: 6.5rem;
}

.mt66 {
  margin-top: 6.6rem;
}

.mr66 {
  margin-right: 6.6rem;
}

.mb66 {
  margin-bottom: 6.6rem;
}

.ml66 {
  margin-left: 6.6rem;
}

.mt67 {
  margin-top: 6.7rem;
}

.mr67 {
  margin-right: 6.7rem;
}

.mb67 {
  margin-bottom: 6.7rem;
}

.ml67 {
  margin-left: 6.7rem;
}

.mt68 {
  margin-top: 6.8rem;
}

.mr68 {
  margin-right: 6.8rem;
}

.mb68 {
  margin-bottom: 6.8rem;
}

.ml68 {
  margin-left: 6.8rem;
}

.mt69 {
  margin-top: 6.9rem;
}

.mr69 {
  margin-right: 6.9rem;
}

.mb69 {
  margin-bottom: 6.9rem;
}

.ml69 {
  margin-left: 6.9rem;
}

.mt70 {
  margin-top: 7rem;
}

.mr70 {
  margin-right: 7rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.ml70 {
  margin-left: 7rem;
}

.mt71 {
  margin-top: 7.1rem;
}

.mr71 {
  margin-right: 7.1rem;
}

.mb71 {
  margin-bottom: 7.1rem;
}

.ml71 {
  margin-left: 7.1rem;
}

.mt72 {
  margin-top: 7.2rem;
}

.mr72 {
  margin-right: 7.2rem;
}

.mb72 {
  margin-bottom: 7.2rem;
}

.ml72 {
  margin-left: 7.2rem;
}

.mt73 {
  margin-top: 7.3rem;
}

.mr73 {
  margin-right: 7.3rem;
}

.mb73 {
  margin-bottom: 7.3rem;
}

.ml73 {
  margin-left: 7.3rem;
}

.mt74 {
  margin-top: 7.4rem;
}

.mr74 {
  margin-right: 7.4rem;
}

.mb74 {
  margin-bottom: 7.4rem;
}

.ml74 {
  margin-left: 7.4rem;
}

.mt75 {
  margin-top: 7.5rem;
}

.mr75 {
  margin-right: 7.5rem;
}

.mb75 {
  margin-bottom: 7.5rem;
}

.ml75 {
  margin-left: 7.5rem;
}

.mt76 {
  margin-top: 7.6rem;
}

.mr76 {
  margin-right: 7.6rem;
}

.mb76 {
  margin-bottom: 7.6rem;
}

.ml76 {
  margin-left: 7.6rem;
}

.mt77 {
  margin-top: 7.7rem;
}

.mr77 {
  margin-right: 7.7rem;
}

.mb77 {
  margin-bottom: 7.7rem;
}

.ml77 {
  margin-left: 7.7rem;
}

.mt78 {
  margin-top: 7.8rem;
}

.mr78 {
  margin-right: 7.8rem;
}

.mb78 {
  margin-bottom: 7.8rem;
}

.ml78 {
  margin-left: 7.8rem;
}

.mt79 {
  margin-top: 7.9rem;
}

.mr79 {
  margin-right: 7.9rem;
}

.mb79 {
  margin-bottom: 7.9rem;
}

.ml79 {
  margin-left: 7.9rem;
}

.mt80 {
  margin-top: 8rem;
}

.mr80 {
  margin-right: 8rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.ml80 {
  margin-left: 8rem;
}

/* font-size
---------------------------------------------------------- */
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs27 {
  font-size: 2.7rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs29 {
  font-size: 2.9rem;
}

.fs30 {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .fs10-small {
    font-size: 1rem;
  }

  .fs11-small {
    font-size: 1.1rem;
  }

  .fs12-small {
    font-size: 1.2rem;
  }

  .fs13-small {
    font-size: 1.3rem;
  }

  .fs14-small {
    font-size: 1.4rem;
  }

  .fs15-small {
    font-size: 1.5rem;
  }

  .fs16-small {
    font-size: 1.6rem;
  }

  .fs17-small {
    font-size: 1.7rem;
  }

  .fs18-small {
    font-size: 1.8rem;
  }

  .fs19-small {
    font-size: 1.9rem;
  }

  .fs20-small {
    font-size: 2rem;
  }

  .fs21-small {
    font-size: 2.1rem;
  }

  .fs22-small {
    font-size: 2.2rem;
  }

  .fs23-small {
    font-size: 2.3rem;
  }

  .fs24-small {
    font-size: 2.4rem;
  }

  .fs25-small {
    font-size: 2.5rem;
  }

  .fs26-small {
    font-size: 2.6rem;
  }

  .fs27-small {
    font-size: 2.7rem;
  }

  .fs28-small {
    font-size: 2.8rem;
  }

  .fs29-small {
    font-size: 2.9rem;
  }

  .fs30-small {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .fs10-large {
    font-size: 1rem;
  }

  .fs11-large {
    font-size: 1.1rem;
  }

  .fs12-large {
    font-size: 1.2rem;
  }

  .fs13-large {
    font-size: 1.3rem;
  }

  .fs14-large {
    font-size: 1.4rem;
  }

  .fs15-large {
    font-size: 1.5rem;
  }

  .fs16-large {
    font-size: 1.6rem;
  }

  .fs17-large {
    font-size: 1.7rem;
  }

  .fs18-large {
    font-size: 1.8rem;
  }

  .fs19-large {
    font-size: 1.9rem;
  }

  .fs20-large {
    font-size: 2rem;
  }

  .fs21-large {
    font-size: 2.1rem;
  }

  .fs22-large {
    font-size: 2.2rem;
  }

  .fs23-large {
    font-size: 2.3rem;
  }

  .fs24-large {
    font-size: 2.4rem;
  }

  .fs25-large {
    font-size: 2.5rem;
  }

  .fs26-large {
    font-size: 2.6rem;
  }

  .fs27-large {
    font-size: 2.7rem;
  }

  .fs28-large {
    font-size: 2.8rem;
  }

  .fs29-large {
    font-size: 2.9rem;
  }

  .fs30-large {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  header .heading__type01 {
    min-width: 1180px;
  }
}

.breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    max-width: 768px;
  }
}
@media screen and (max-width: 680px) {
  .breadcrumb {
    max-width: 680px;
  }
}
.breadcrumb p {
  font-size: 12px;
  margin: 15px auto 100px;
}
@media screen and (max-width: 768px) {
  .breadcrumb p {
    margin: 10px auto 50px;
  }
}
.breadcrumb p a {
  color: #03a9f4;
  -webkit-transition: none;
  transition: none;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .breadcrumb p a {
    margin: 10px auto 50px;
  }
}

.Img {
  position: relative;
  min-width: 1180px;
}
.Img .bg {
  min-width: 1180px;
}
.Img .title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.heading__type {
  font-size: 60px;
  font-weight: bold;
  color: #0457cc;
  text-align: center;
  max-width: 1180px;
  margin: 10px auto 0;
  position: relative;
  letter-spacing: 5px;
}
@media screen and (max-width: 680px) {
  .heading__type {
    font-size: 35px;
  }
}

.heading__type02 {
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
@media screen and (max-width: 680px) {
  .heading__type02 {
    font-size: 16px;
  }
}
.heading__type02:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60%;
  display: inline-block;
  width: 70px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #00d7c5;
}

.cont-wrapper {
  width: 900px;
  margin: 30px auto 70px;
}
.cont-wrapper.done {
  width: 1180px;
  text-align: left;
}
.cont-wrapper.done .cont-txt {
  text-align: left;
}
.cont-wrapper .cont-txt {
  text-align: center;
}
.cont-wrapper .cont-txt p {
  margin-bottom: 10px;
}
.cont-wrapper .cont-txt p .essential {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 2px;
  color: #fff;
  background-color: #F10C4D;
  border-radius: 5px;
}
.cont-wrapper form input[type=text],
.cont-wrapper form input[type=email],
.cont-wrapper form input[type=tel] {
  font-size: 16px;
  padding: 1%;
}
.cont-wrapper form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
.cont-wrapper form div label {
  font-weight: bold;
}
.cont-wrapper form div .form--title {
  font-weight: bold;
  margin: 0;
}
.cont-wrapper form div input {
  width: 60%;
  border: 1px solid #192649;
  background-color: #fff;
}
.cont-wrapper form div input.form__error {
  border: 1px solid #dc4444;
  background-color: #f7eded;
}
.cont-wrapper form div .form--txt {
  width: 60%;
  margin: 0;
}
.cont-wrapper form div textarea {
  width: 60%;
  border: 1px solid #192649;
  background-color: #EDF0F7;
  height: 150px;
  padding: 1%;
}
.cont-wrapper form div .essential {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 10px;
  color: #fff;
  background-color: #F10C4D;
  border-radius: 5px;
  font-weight: initial;
}
.cont-wrapper form div .form--txt__error {
  display: block;
  color: #dc4444;
  width: 60%;
  margin: 2px 0 auto 38%;
}

.btn {
  position: relative;
  width: 345px;
  height: 55px;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .btn {
    width: 250px;
    height: 50px;
  }
}

@media screen and (max-width: 680px) {
  .btn #btn_submit {
    width: 250px;
    height: 55px;
  }
}

.btn_bk {
  position: relative;
  width: 345px;
  height: 55px;
}
@media screen and (max-width: 680px) {
  .btn_bk {
    width: 250px;
    height: 50px;
  }
}
.btn_bk #btn_back {
  color: #464d54;
  width: 345px;
  height: 55px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin: auto;
  border: 2px solid #464d54;
  background-color: #fff;
  cursor: pointer;
}
.btn_bk #btn_back:hover {
  background-color: #464d54;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .btn_bk #btn_back {
    width: 250px;
    height: 55px;
  }
}

.btn__common {
  border: 2px solid #0457cc;
}
.btn__common a {
  color: #0457cc;
}
.btn__common:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_b.png);
  top: 20px;
  right: 15px;
}
.btn__common:hover {
  background-color: #0457cc;
  color: #fff;
}
.btn__common:hover:after {
  position: absolute;
  content: url(../../../img/common/icon_arrow_w.png);
  top: 20px;
  right: 15px;
}

.flex-box {
  -ms-flex-wrap: unset !important;
      flex-wrap: unset !important;
}

.l-footer {
  background-color: #fff;
}

.topBtn {
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .Img {
    min-width: inherit;
  }
  .Img .bg {
    min-width: inherit;
  }
  .Img .title {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
  }

  .heading__type {
    width: 95%;
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 35px;
  }

  .heading__type02 {
    padding-top: 0;
  }

  .heading__type02:before {
    top: 90%;
  }

  .cont-wrapper {
    width: 100%;
    max-width: 670px;
    margin: 30px auto 70px;
  }
  .cont-wrapper.done {
    width: 95%;
    text-align: left;
  }
  .cont-wrapper .cont-txt {
    text-align: center;
  }
  .cont-wrapper .cont-txt p {
    margin-bottom: 10px;
  }
  .cont-wrapper .cont-txt p .essential {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 2px;
    color: #fff;
    background-color: #F10C4D;
  }
  .cont-wrapper form div {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6% auto;
    text-align: center;
  }
  .cont-wrapper form div label {
    font-weight: bold;
    display: block;
    margin: 5% auto 2%;
    width: 95%;
    text-align: left;
  }
  .cont-wrapper form div .form--title {
    font-weight: bold;
    display: block;
    margin: 5% auto 2%;
    width: 95%;
    text-align: left;
  }
  .cont-wrapper form div input {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #192649;
    height: 38px;
  }
  .cont-wrapper form div .form--txt {
    width: 95%;
    margin: 0 auto;
    height: 38px;
    text-align: left;
  }
  .cont-wrapper form div .form--txt.form--txt__long {
    height: auto;
  }
  .cont-wrapper form div textarea {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #192649;
    background-color: #EDF0F7;
    height: 150px;
  }
  .cont-wrapper form div .essential {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 10px;
    color: #fff;
    background-color: #F10C4D;
    font-weight: initial;
  }
  .cont-wrapper form div .form--txt__error {
    display: block;
    color: #dc4444;
    text-align: left;
    width: 95%;
    margin: 1% auto;
  }

  .btn__common {
    border: 2px solid #0457cc;
  }
  .btn__common:after {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .btn__common {
    border: 1px solid #0457cc;
  }
  .btn__common:after {
    content: url(../../../img/common/icon_arrow_b_sp.png);
    top: 15px;
    right: 15px;
  }
}
</pre></body></html>