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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/slick.eot");
  src: url("../webfonts/slick-.eot#iefix") format("embedded-opentype"), url("../webfonts/slick.woff") format("woff"), url("../webfonts/slick.ttf") format("truetype"), url("../webfonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

html {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic W3 JIS2004', 'Helvetica Neue', 'Segoe UI', sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'pkna' 1;
  font-feature-settings: 'pkna' 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.5rem;
  min-width: 320px;
  word-wrap: break-word;
  color: #0a2b4a;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}

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

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:hover {
  color: #0a2b4a;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: top;
}

.is-Safari a {
  -webkit-transition: none;
  transition: none;
}

a img:hover {
  opacity: .5;
}

.txtlink a {
  text-decoration: underline;
  color: #ff5400;
}

.txtlink a:hover {
  color: #0a2b4a;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

span {
  font-weight: inherit;
}

input[type='email'],
input[type='text'],
input[type='submit'],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: rgba(28, 33, 41, 0.4);
}

::-moz-placeholder {
  color: rgba(28, 33, 41, 0.4);
}

:-ms-input-placeholder {
  color: rgba(28, 33, 41, 0.4);
}

input::-webkit-validation-bubble-message {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}

.disp-inb {
  display: inline-block;
}

li {
  list-style: none;
}

.bold {
  font-weight: bold;
}

.t__center {
  text-align: center !important;
}

.t__left {
  text-align: left !important;
}

.t__right {
  text-align: right !important;
}

.ls__wide {
  letter-spacing: .2em !important;
}

.pdgt__sml {
  padding-top: 30px !important;
}

.pdgt__mid {
  padding-top: 50px !important;
}

.pdgt__lrg {
  padding-top: 80px !important;
}

.mleft__auto {
  margin-left: auto;
}

.flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

h2,
h3 {
  font-weight: 900;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  h2,
  h3 {
    line-height: 1.4;
  }

  .article h2 br,
  .article h3 br {
    display: none;
  }
}

h2 {
  font-size: 3.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 3.2rem;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  h4 {
    font-size: 2.1rem;
  }
}

#sitewrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, rgba(255, 209, 108, 0.2)));
  background: linear-gradient(transparent 60%, rgba(255, 209, 108, 0.2) 50%);
}

.copy {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
  padding-top: 100px;
  text-align: center;
  color: #0a2b4a;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .copy {
    font-size: 1.7rem;
    padding-top: 50px;
  }

  .copy span {
    display: block;
  }
}

.lead {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #4d5660;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .lead {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.cap {
  font-size: 1.2rem;
  padding-top: 1.5em;
  color: #595959;
}

.list__disc {
  margin-left: 20px;
}

.list__disc li {
  list-style: disc;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.loading {
  display: none;
}

.main {
  padding: 0 0 100px;
}

header {
  font-size: 1.4rem;
}

header .nav__pc__panel {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-align: center;
  align-items: center;
}

.is-Safari header .nav__pc__panel {
  -webkit-transition: none;
  transition: none;
}

.has-adminbar header .nav__pc__panel {
  top: 31px;
}

@media screen and (max-width: 782px) {
  .has-adminbar header .nav__pc__panel {
    top: 0;
  }
}

header .nav__pc__panel .brushup {
  padding-left: 25px;
}

header .nav__pc__panel .brushup .blue {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  header .nav__pc__panel .brushup {
    padding-left: 20px;
  }
}

header .nav__pc__panel .brushup h1 {
  overflow: hidden;
  width: 175px;
}

header .nav__pc__panel .brushup h1 img {
  width: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  header .nav__pc__panel .brushup h1 {
    width: 130px;
  }

  header .nav__pc__panel .brushup h1 img {
    width: 130px;
  }
}

header .nav__pc__panel nav.nav__pc {
  padding-left: 20px;
  -webkit-box-flex: 1;
  flex: 1;
}

header .nav__pc__panel nav.nav__pc ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

header .nav__pc__panel nav.nav__pc ul li {
  font-size: 1.3rem;
  padding: 0 1em;
}


header .nav__pc__panel nav.nav__pc ul li.nav__start {
  padding-left: 2em;
}

@media screen and (max-width: 1336px) {
  header .nav__pc__panel nav.nav__pc ul li.nav__start {
    position: absolute;
    right: 28px;
    top: 59px;
    margin: 0 !important;
  }

  #login {
    margin-right: 28px;
  }

  header .nav__pc__fixed #login, header .nav__pc__fixed .nav__pc__contact {
    display: none;
  }

  header .nav__pc__fixed.nav__pc__panel nav.nav__pc ul li.nav__start {
    top: 20px;
  }
}

header .nav__pc__panel nav.nav__pc ul li.nav__start .nav__start__dl {
  margin-right: 18px;
}

header .nav__pc__panel nav.nav__pc ul li.nav__pc__contact {
  margin-left: auto;
}

header .nav__pc__panel nav.nav__pc ul li a,
header .nav__pc__panel nav.nav__pc ul li #login__btn {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-decoration: none;
  color: #fff;
}

.is-Safari header .nav__pc__panel nav.nav__pc ul li a, .is-Safari
header .nav__pc__panel nav.nav__pc ul li #login__btn {
  -webkit-transition: none;
  transition: none;
}

header .nav__pc__panel nav.nav__pc ul li a:hover,
header .nav__pc__panel nav.nav__pc ul li #login__btn:hover {
  color: #ff5400;
}

header .nav__pc__panel nav.nav__pc ul li:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  header .nav__pc__panel nav.nav__pc {
    display: none;
  }
}

header .nav__pc__fixed {
  position: fixed;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  header .nav__pc__fixed .brushup h1 {
    width: 45px;
  }
}

header .nav__pc__fixed .brushup h1 img {
  display: none;
}

header .nav__pc__fixed .brushup h1 img.blue {
  display: inline;
}

header .nav__pc__fixed nav.nav__pc ul li a,
header .nav__pc__fixed nav.nav__pc ul li #login__btn {
  color: #0a2b4a;
}

header .nav__pc__fixed #btn__menu {
  color: #0a2b4a;
}

header .nav__pc__panel #btn__menu {
  display: none;
  color: #fff;
}

header .nav__pc__fixed #btn__menu {
  color: #0a2b4a;
}

header .nav__pc .nav__accordion {
  position: relative;
  color: #fff;
  padding-right: 20px !important;
}

header .nav__pc .nav__accordion::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .nav__pc__fixed .nav__pc .nav__accordion::before {
  border-bottom: 1px solid #182b49;
  border-right: 1px solid #182b49;
}

header .nav__pc .nav__accordion:hover::before {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

header .nav__pc__fixed .nav__pc .nav__accordion {
  cursor: pointer;
  color: #0a2b4a;
}


header .nav__pc .nav__accordion > ul {
  position: absolute !important;
  top: 0;
  left: 0;
  padding-top: 27px;
  width: 118px;
  height: 0;
  overflow: hidden;
}

header .nav__pc .nav__accordion > ul > li {
  width: 100%;
  height: 44px;
  padding: 0 !important;
  margin: 0 !important;
}

header .nav__pc .nav__accordion > ul > li > a {
  width: 100%;
  height: 100%;
  color: #fff !important;
  display: flex;
  align-items: center;
  padding-left: 16px;
  background-color: #0a2b4a;
  text-align: left;
}

header .nav__pc .nav__accordion > ul > li > a:hover {
  background-color: #ff5400;
}

header .nav__pc .nav__accordion:hover > ul {
  position: relative;
  height: 159px !important;
}

header .nav__pc .nav__feature {
  position: relative;
}

header .nav__pc .nav__feature > a {
  padding: 20px 0 !important;
}

header .nav__pc .features_submenu {
  /*display: none;*/
  position: absolute;
  top: 30px;
  left: 5px;
  visibility: hidden;
  width: 215px;
  padding: 20px 15px;
  -webkit-transition: opacity .1s ease-out, visibility .1s ease-out;
  transition: opacity .1s ease-out, visibility .1s ease-out;
  opacity: 0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}

header .nav__pc .nav__feature:hover .features_submenu {
  visibility: visible;
  /*display: block;*/
  opacity: 1;
}

header .nav__pc .features_submenu li {
  display: block !important;
  padding: 0 0 20px 0 !important;
}

header .nav__pc .features_submenu li a {
  color: #1c2129 !important;
}

header .nav__pc .features_submenu li a:hover {
  color: #ff672d !important;
}

header .nav__pc .features_submenu li:last-child {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  header .nav__pc__panel #btn__menu {
    font-size: 1.6rem;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
  }
}

header #nav__sp__panel #btn__menu__close {
  font-size: 1.6rem;
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 12px 22px;
  cursor: pointer;
}

header #nav__sp__panel {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #0a2b4a;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  padding-top: 50px;
}

header #nav__sp__panel .brushup {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding: 15px 20px;
}

header #nav__sp__panel nav.nav__sp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*padding: 0 20px;*/
}

@media only screen and (max-height: 565px) {
  header #nav__sp__panel nav.nav__sp {
    padding-top: 50px;
  }
}

header #nav__sp__panel nav.nav__sp ul li {
  border-top: 1px solid #eee;
}

@media only screen and (max-height: 565px) {
  header #nav__sp__panel nav.nav__sp ul li a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}

@media only screen and (max-height: 449px) {
  header #nav__sp__panel nav.nav__sp ul li a {
    padding-top: .75em;
    padding-bottom: .75em;
  }
}

header #nav__sp__panel nav.nav__sp ul li:first-child {
  border-top: 0;
}

header #nav__sp__panel nav.nav__sp ul li.nav__sp__contact {
  text-align: center;
  border-top: 0;
}

header #nav__sp__panel nav.nav__sp ul li.nav__sp__contact a {
  display: inline-block;
  padding: .8em 0px;
  width: 36vw;
  margin: 2vw;
}

header #nav__sp__panel nav.nav__sp ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 1.5em 20px;
  color: #0a2b4a;
}

header #nav__sp__panel nav.nav__sp ul li a:hover {
  color: #1c2129;
}

header #nav__sp__panel.is__visible {
  visibility: visible;
}

header .fade {
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
  opacity: 0;
}

header .fade.is__visible {
  opacity: 1;
}

footer {
  position: relative;
  z-index: 1;
}

footer .contlink__list > li {
  font-weight: bold;
  text-align: center;
}

footer .contlink__list > li img {
  width: auto;
  height: 1em;
  margin-top: -.2em;
  margin-right: .5em;
  vertical-align: middle;
}

footer .contlink__list > li a {
  position: relative;
  display: inline-block;
  padding-top: .5em;
}

footer .contlink__list > li a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: .5em;
  -webkit-transition: ease opacity .4s;
  transition: ease opacity .4s;
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to left, #0a2b4a 0%, #ff5400 100%);
}

footer .contlink__list > li a:hover:after {
  opacity: 1;
}

footer .contbnr ul > li a {
  display: block;
  -webkit-transition: ease opacity .4s;
  transition: ease opacity .4s;
}

footer .contbnr ul > li a:hover {
  opacity: .75;
}

footer .contbnr ul > li a img {
  opacity: 1;
}

footer .contbnr__liinner {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  footer .contbnr__liinner .top__main__button {
    display: none;
  }
}

footer .contbnr__liinner:before {
  z-index: 1;
  opacity: .9;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

footer .contbnr__thumb {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  filter: grayscale(1);
}

footer .contbnr__thumb img {
  opacity: 0 !important;
}

footer .contbnr__txtbox {
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .contbnr__ttl img {
  width: auto;
}

footer .contbnr__txt {
  color: #fff;
}

footer .link1__catch {
  font-weight: bold;
  color: #0a2b4a;
}

footer .link1__sns {
  display: none;
}

footer .link1__items > ul > li:first-child {
  margin-top: 0;
}

footer .link1__items > ul > li a {
  position: relative;
  color: inherit;
}

footer .link1__items > ul > li a:hover {
  color: #ff5400;
}

footer .link1__items > ul > li a:before {
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0.75em;
  background-color: #ff5400;
}

footer .link2 {
  color: #fff;
  background-color: #0a2b4a;
}

footer .link2 a {
  display: inline-block;
  color: inherit;
}

footer .link2 a a {
  -webkit-transition: ease opacity .4s;
  transition: ease opacity .4s;
}

footer .link2 a:hover {
  opacity: .75;
}

footer .link2 ul > li {
  border-left: 1px solid #fff;
}

footer .link2 ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

footer .link2__info .copyright {
  margin-left: 0;
}

footer .link2__info .fab {
  line-height: 1;
  display: -webkit-box;
  display: flex;
  text-align: center;
  color: #0a2b4a;
  border-radius: 50% 50%;
  background-color: #fff;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  footer .contlink {
    padding: 25px 0 25px;
  }

  footer .contlink__list {
    display: -webkit-box;
    display: flex;
  }

  footer .contlink__list > li {
    font-size: 2.0rem;
    position: relative;
    flex: 1;
  }

  footer .contlink__list > li:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    left: 0%;
    top: 50%;
    margin-top: -30px;
    background-color: #eee;
  }

  footer .contlink__list > li:first-child:before {
    display: none;
  }

  footer .contbnr ul {
    display: -webkit-box;
    display: flex;
  }

  footer .contbnr ul > li {
    -webkit-box-flex: 1;
    flex: 1;
  }

  footer .contbnr__liinner:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#004b92), to(#ff5400));
    background: linear-gradient(to bottom, #004b92 0%, #ff5400 100%);
  }

  footer .contbnr__thumb {
    overflow: hidden;
    max-height: 210px;
  }

  footer .contbnr__thumb img {
    width: 150%;
    margin-left: -25%;
  }

  footer .contbnr__txtbox {
    bottom: 0;
    left: 0;
    padding: 30px 30px;
  }

  footer .contbnr__ttl img {
    height: 32px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1200px) {
  footer .contbnr__ttl img {
    height: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .contbnr__txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  footer .link1 {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 75px 5%;
    color: #0a2b4a;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  footer .link1__info {
    max-width: 350px;
    padding-right: 25px;
  }

  footer .link1__logo img {
    width: 180px;
  }

  footer .link1__catch {
    font-size: 2.0rem;
    margin-top: 15px;
  }

  footer .link1__isms {
    font-size: 1.1rem;
    margin-top: 35px;
  }

  footer .link1__isms img {
    width: 150px;
    margin-bottom: 10px;
  }

  footer .link1__items {
    display: -webkit-box;
    display: flex;
    max-width: 720px;
    padding-top: 20px;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .is-IE footer .link1__items {
    -webkit-box-flex: 0;
    flex: none;
  }

  footer .link1__items > ul {
    font-size: 1.2rem;
    padding-right: 1.5em;
  }

  footer .link1__items > ul > li {
    display: block !important;
    height: auto !important;
    margin-top: 30px !important;
  }

  footer .link1__items > ul > li a {
    padding-left: 17px;
  }

  footer .link1__items__parent {
    font-size: 1.4rem;
    font-weight: bold;
  }

  footer .link2 {
    display: -webkit-box;
    display: flex;
    padding: 15px 5%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  footer .link2 ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  footer .link2 ul > li {
    font-size: 1.0rem;
    margin-left: 15px;
    padding-left: 15px;
  }

  footer .link2__info {
    display: -webkit-box;
    display: flex;
    padding-right: 80px;
    -webkit-box-align: center;
    align-items: center;
  }

  footer .link2__info p {
    margin-left: 20px;
  }

  footer .link2__info .copyright {
    font-size: 1.0rem;
  }

  footer .link2__info .fab {
    font-size: 16px;
    width: 25px;
    height: 25px;
  }

  footer .link2__info .appstore img {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  footer .contlink__list > li {
    font-size: 1.4rem;
    border-top: 1px solid #eee;
  }

  footer .contlink__list > li:first-child {
    border-top: 0;
  }

  footer .contlink__list > li a {
    display: block;
    padding: 18px 0;
  }

  footer .contlink__list > li a:after {
    display: none;
  }

  footer .contbnr {
    background-color: #0a2b4a;
  }

  footer .contbnr ul {
    margin: 0 auto;
  }

  footer .contbnr ul > li {
    border-top: 1px solid #fff;
  }

  footer .contbnr ul > li:first-child {
    border-top: 0;
  }

  footer .contbnr__liinner:before {
    background: linear-gradient(145deg, #004b92 0%, #ff5400 100%);
  }

  footer .contbnr__thumb img {
    margin: -15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  footer .contbnr__thumb img {
    margin: -5% 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  footer .contbnr__txtbox {
    bottom: 0;
    left: 0;
    padding: 15px 20px;
  }

  footer .contbnr__ttl img {
    height: 16px;
  }

  footer .contbnr__txt {
    font-size: 1.0rem;
    margin-top: 5px;
  }

  footer .contbnr__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    margin-right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50% 50%;
    background-color: #ff5400;
  }

  footer .contbnr__arrow:after {
    position: absolute;
    display: block;
    width: 25%;
    height: 25%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: scaleY(1.1) translate(-75%, -50%) rotate(45deg);
    transform: scaleY(1.1) translate(-75%, -50%) rotate(45deg);
    border: solid #fff;
    border-width: 1px 1px 0 0;
  }

  footer .link1 {
    position: relative;
    padding: 60px 0 120px;
    color: #0a2b4a;
  }

  footer .link1__info {
    text-align: center;
  }

  footer .link1__logo img {
    width: 150px;
  }

  footer .link1__catch {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  footer .link1__sns {
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  footer .link1__sns .fab {
    font-size: 18px;
    display: -webkit-box;
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    color: #fff;
    border-radius: 50% 50%;
    background-color: #0a2b4a;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  footer .link1__sns .appstore img {
    width: 120px;
  }

  footer .link1__isms {
    font-size: 1.1rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  footer .link1__isms img {
    width: 160px;
    margin-bottom: 10px;
  }

  footer .link1__items {
    margin-top: 40px;
    border-bottom: 1px solid #eee;
  }

  footer .link1__items > ul {
    font-size: 1.2rem;
  }

  footer .link1__items > ul > li {
    display: none;
    color: #0a2b4a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
  }

  footer .link1__items > ul > li:last-child {
    border-bottom: 0;
  }

  footer .link1__items > ul > li a,
  footer .link1__items > ul > li span {
    display: block;
    padding: 20px 35px;
  }

  footer .link1__items > ul > li a:before,
  footer .link1__items > ul > li span:before {
    top: 50%;
    left: 20px;
  }

  footer .link1__items__parent {
    font-size: 1.2rem;
    display: block !important;
    border-bottom: 0 !important;
  }

  footer .link1__items__parent a,
  footer .link1__items__parent span {
    position: relative;
    padding-left: 20px !important;
    cursor: pointer;
    color: #fff !important;
    background-color: #0a2b4a;
  }

  footer .link1__items__parent a:before,
  footer .link1__items__parent span:before {
    display: none !important;
  }

  footer .link1__items__parent a:after,
  footer .link1__items__parent span:after {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    right: 0;
    top: 50%;
    margin-right: 20px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }

  footer .link1__items__parent a:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  footer .link1__items__parent span:after {
    -webkit-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
  }

  footer .link1__items__parent.open a:after,
  footer .link1__items__parent.open span:after {
    -webkit-transform: translateY(-30%) rotate(-135deg);
    transform: translateY(-30%) rotate(-135deg);
  }

  footer .link2 ul {
    padding: 30px 0;
    background-color: #eee;
  }

  footer .link2 ul > li {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
    color: #bababa;
  }

  footer .link2 ul > li:first-child {
    margin-top: 0;
  }

  footer .link2__info p {
    display: none;
  }

  footer .link2__info .copyright {
    font-size: 1.0rem;
    display: block;
    padding: 20px 0;
    text-align: center;
  }

  footer .link2__info .fab {
    font-size: 16px;
    display: none;
    width: 25px;
    height: 25px;
  }

  footer .link2__info .appstore {
    display: none;
  }

  footer .link2__info .appstore img {
    width: 120px;
  }
}

.inner__common {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner__common img {
  width: auto;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .inner__common {
    max-width: 1200px;
    padding: 0 0 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .inner__common {
    padding: 0 20px;
  }
}

.inner__form {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .inner__form {
    max-width: 1200px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .inner__form {
    padding: 0 20px;
  }
}

.fa-file-pdf {
  font-size: 150%;
  vertical-align: middle;
  margin-top: -.5em;
  margin-bottom: -.5em;
  color: #ff5400;
}

.pagettl {
  width: 100%;
  margin-top: 100px;
  padding: 2.5em 0;
  background-color: #ff672d;
  background-image: url("../images/pagettl_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .pagettl {
    margin-top: 66px;
    padding: 2em 0;
  }
}

.pagettl ul {
  text-align: center;
}

.pgttl__en {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: rgba(255, 209, 108, 0.9);
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .pgttl__en {
    font-size: 1.8rem;
  }
}

.pgttl__jp {
  font-size: 4.0rem;
  padding-top: 10px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pgttl__jp {
    font-size: 2.8rem;
  }
}

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

.subttl {
  font-size: 3.4rem;
  font-weight: bold;
}

.hline {
  font-weight: normal;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  color: #516776;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hline:before,
.hline:after {
  display: inline;
  content: '';
  border-top: 4px solid #ffd16c;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hline:before {
  margin-right: 1em;
}

@media only screen and (max-width: 767px) {
  .hline:before {
    margin-right: .5em;
  }
}

.hline:after {
  margin-left: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .hline:after {
    margin-left: .5em;
  }
}

.comttl01 {
  font-size: 3.6rem;
  margin: 40px 0 40px;
  font-weight: 900;
  text-align: center;
  color: #0a2b4a;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .comttl01 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
}

.btn {
  font-weight: bold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: .85em 2.5em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  background: #fff;
}

.btn:hover {
  color: #fff !important;
}

.btn__clr {
  z-index: 1;
  color: #fff !important;
  background: rgba(255, 255, 255, 0);
}

.btn__clr:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to right, #0a2b4a 0%, #ff5400 100%);
}

.btn__clr.js-btnwrap:before {
  z-index: 0;
}

.btn__clr input {
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-btnwrap {
  padding: 0;
}

.js-btnwrap input {
  font-weight: inherit;
  padding: .85em 7.5em;
}

.btn__clr:hover {
  color: #ff5400 !important;
  background: white;
}

.btn__clr:hover:before {
  opacity: 0;
}

.btn__orange {
  color: #fff !important;
  background-color: #ff5400;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: background color;
  transition-property: background color;
}

.btn__orange:hover {
  color: #ff5400 !important;
  background-color: #fff;
}

.btn__brown {
  color: #fff !important;
  background-color: #182b49;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: background color;
  transition-property: background color;
}

.btn__brown:hover {
  color: #182b49 !important;
  background-color: #fff;
}

.btn__wht {
  color: #ff672d !important;
}

.btn__wht:hover {
  background-color: #ff672d;
}

.btn__outline {
  color: #ff672d;
  border: solid 2px #ff672d;
}

.btn__outline:hover {
  background-color: #ff672d;
}

.btn__outline__bk {
  color: #516776;
  border: solid 2px #516776;
}

.btn__outline__bk:hover {
  background-color: #516776;
}

.btn__outline__wht {
  color: #fff;
  border: solid 2px #fff;
  background-color: transparent;
}

.btn__outline__wht:hover {
  color: #ff5400 !important;
  background-color: #fff;
}

.btn__shadow {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn__shadow:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn__hovshadow {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn__hovshadow:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn__wide2x {
  padding: 1em 3em;
}

.btn__wide3x {
  padding: 1em 3.5em;
}

.btn__wide4x {
  padding: 1em 4em;
}

.txt__ctr {
  text-align: center;
}

.txt__lft {
  text-align: left;
}

.txt__lrg {
  font-size: 1.8rem;
}

.txt__clr {
  color: #ff672d !important;
}

.txt__wht {
  color: #fff !important;
}

.txt__gradation {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to right, #0a2b4a 0%, #ff5400 100%);
}

.txt__gradation--left {
  background: -webkit-gradient(linear, right top, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to left, #0a2b4a 0%, #ff5400 100%);
}

.txt__gradation {
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.is-IE .txt__gradation {
  color: #ff5400;
  background: transparent;
}

.ttl {
  font-size: 4.6rem;
  font-weight: bold;
  padding-bottom: 40px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ttl {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.top__main {
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background-color: #fff;
}

.top__main img {
  width: auto;
  max-width: 100%;
}

.top__main__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  line-height: 1;
  transition: opacity .4s ease-out;
}

@keyframes animationFramesScroll {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFramesScroll {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  50% {
    -moz-transform: translate(0px, 5px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFramesScroll {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes animationFramesScroll {
  0% {
    -o-transform: translate(0px, 0px);
  }
  50% {
    -o-transform: translate(0px, 5px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes animationFramesScroll {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  50% {
    -ms-transform: translate(0px, 5px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

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

.top__main__scroll:hover {
  opacity: 0.6;
}

.top__main__scroll > span {
  margin-bottom: 10px;
  display: inline-block;
}

.top__main__scroll__arrow {
  animation: animationFramesScroll 2s ease-in-out infinite;
}

.top__main__item {
  position: relative;
}

.top__main__item a {
  display: block;
  color: inherit;
}

.top__main__item__inner {
  background-color: #000;
}

.top__main__thumb {
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.top__main__thumb > div {
  position: relative;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top__main__thumb > div:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  opacity: 1;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top__main__thumb img {
  max-width: inherit;
}

.top__main__thumb:after {
  z-index: 2;
}

.top__main__list > li:nth-child(3) .top__main__thumb:after {
  height: 0;
}

.top__main__txtbox {
  position: absolute;
  z-index: 3;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.top__main__txtbox img {
  opacity: 1 !important;
}

.top__main__cv {
  z-index: 2;
  text-align: center;
}

.top__main__cv__title {
  font-weight: bold;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .top__main__list {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .top__main__item {
    width: 33.344%;
    -webkit-transition: ease .4s all;
    transition: ease .4s all;
  }

  .top__main__list.is-hov .top__main__item {
    width: 30%;
  }

  .top__main__list.is-hov .top__main__item:hover {
    width: 40%;
  }

  .top__main__thumb {
    position: relative;
  }

  .top__main__thumb img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100vh;
    min-height: 640px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  .top__main__thumb div:before,
  .top__main__thumb div:after {
    -webkit-transition: ease .4s all;
    transition: ease .4s all;
  }

  .top__main__thumb:before {
    -webkit-transition: ease .4s all;
    transition: ease .4s all;
    background: -webkit-gradient(linear, left top, left bottom, from(#004b92), to(#ff5400));
    background: linear-gradient(to bottom, #004b92 0%, #ff5400 100%);
  }

  .top__main__thumb > div:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.45);
    mix-blend-mode: multiply;
  }

  .top__main__list > li:first-child .top__main__thumb > div {
    background-image: url(../images/top/kv_img_design01.jpg?ver=20191113);
  }

  .top__main__list > li:first-child .top__main__thumb > div:after {
    background-image: url(../images/top/kv_img_design01-grad.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(2) .top__main__thumb > div {
    background-image: url(../images/top/kv_img_proofreading01.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(2) .top__main__thumb > div:after {
    background-image: url(../images/top/kv_img_proofreading01-grad.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(3) .top__main__thumb > div {
    background-image: url(../images/top/kv_img_education01.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(3) .top__main__thumb > div:after {
    background-image: url(../images/top/kv_img_education01-grad.jpg?ver=20191113);
  }

  .top__main__txtbox {
    bottom: 80px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .top__main__txtbox {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .top__main__txtbox__main {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .top__main__ttl img {
    height: 44px;
    -webkit-transition: ease .4s all;
    transition: ease .4s all;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1479px) {
  .top__main__ttl img {
    width: auto;
    height: 2.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .top__main__txt {
    font-size: 16px;
    margin-top: 10px;
    -webkit-transition: font-size .75s linear;
    transition: font-size .75s linear;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .top__main__txt {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 768px) {
  .top__main__button {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .top__main__button .btn {
    padding: 1em 3.5em;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
  }

  .top__main__list li:hover .top__main__thumb > div:before {
    opacity: 1;
  }

  .top__main__list li:hover .top__main__thumb > div:after {
    opacity: 0;
  }

  .top__main__list li:hover .top__main__txtbox__main {
    -webkit-transform: scale(1.2727);
    transform: scale(1.2727);
  }

  .top__main__list li:hover .top__main__button .btn {
    opacity: 1;
  }

  .top__main__cv {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top__main__cv .inner__common {
    padding: 0;
  }

  .top__main__cv .inner__common .top__main__cv_button_wrapper {
    display: flex;
    flex-direction: row;
  }

  .top__main__cv__title {
    font-size: 4.4rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100vw;
    margin-bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .top__main__cv__title {
    font-size: 4.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .top__main__cv__button {
    font-size: 1.8rem;
    word-break: keep-all;
    margin: 0 18px;
  }

  .top__main__cv__button .btn {
    padding-top: .75em;
    padding-bottom: .75em;
  }
}

@media only screen and (max-width: 767px) {
  .top__main__thumb {
    min-height: 145px;
    max-height: calc(33.333vh - 50px);
  }

  .top__main__thumb img {
    width: 100%;
  }

  .top__main__thumb > div {
    position: relative;
    opacity: .9;
    filter: grayscale(1);
  }

  .top__main__thumb > div:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    left: 0;
    top: 0;
  }

  .top__main__thumb:before {
    z-index: 1;
    opacity: .95;
    position: absolute;
    display: block;
    width: 101%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: '';
    left: -0.5%;
    top: 0;
    background: linear-gradient(135deg, #004b92 0%, #ff5400 100%);
    mix-blend-mode: multiply;
  }

  .top__main__list > li:first-child .top__main__thumb > div {
    background-image: url(../images/top/kv_img_design01-sp.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(2) .top__main__thumb > div {
    background-image: url(../images/top/kv_img_proofreading01-sp.jpg?ver=20191113);
  }

  .top__main__list > li:nth-child(3) .top__main__thumb > div {
    background-image: url(../images/top/kv_img_education01-sp.jpg?ver=20191113);
  }

  .top__main__txtbox {
    bottom: 10px;
    padding: 0 20px;
  }

  .top__main__ttl img {
    width: auto;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) and (max-height: 599px) {
  .top__main__ttl img {
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .top__main__txt {
    font-size: 1.4rem;
    margin-top: 8px;
  }

  .top__main__button {
    font-size: 1.0rem;
    margin-top: 8px;
  }

  .top__main__button .btn {
    padding: .6em 3.5em;
  }

  .top__main__cv .inner__common {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .top__main__cv__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #0a2b4a;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .top__main__cv__title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .top__main__cv__button {
    font-size: 1.5rem;
    word-break: keep-all;
    margin: 12px;
  }

  .top__main__cv__button .btn {
    padding-top: .6em;
    padding-bottom: .6em;
    box-shadow: none;
    width: 14em;
  }
}

@media only screen and (min-width: 1024px) {
  .top__main__cv__button.signup {
    display: none;
  }
}

.top__lead {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.top__lead__inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.top__lead img {
  width: auto;
  max-width: 100%;
}

.top__lead__txtblock {
  position: relative;
}

.top__lead__txtblock:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  background-color: #ff5400;
}

.top__lead__sectttl {
  font-weight: 900;
  color: inherit;
}

.top__lead__sectttl br {
  display: inline-block;
}

.top__lead__lead {
  line-height: 1.8;
}

.top__lead__gdicon img {
  width: auto;
}

.top__lead__iconlist {
  display: -webkit-box;
  display: flex;
}

.top__lead__iconlist > li {
  cursor: pointer;
  opacity: .15;
  filter: grayscale(1);
}

.top__lead__iconlist > li.is-active {
  pointer-events: none;
  opacity: 1;
  filter: grayscale(0);
}

.top__lead__kv__item {
  display: none;
  width: 100%;
  pointer-events: none;
}

.top__lead__kv__item {
  /* 仮 */
}

.top__lead__kv__item .animeImg {
  position: absolute;
}

.top__lead__kv__item.is-pc {
  max-width: 1079px;
}

.top__lead__kv__item.is-pc .animeImg {
  top: 5%;
  left: 18%;
  width: 64% !important;
}

.top__lead__kv__item.is-tb {
  max-width: 881px;
}

.top__lead__kv__item.is-tb .animeImg {
  top: 9%;
  left: 6%;
  width: 83% !important;
  border-radius: 2% 2% 2% 2%;
}

.top__lead__kv__device {
  position: relative;
}

.top__lead__kv__hand {
  position: absolute;
  top: 32%;
  left: 34%;
  max-width: inherit;
}

.top__lead__form .btn__try__nav {
  font-size: 1.6rem;
  padding: .85em 2.2em;

}

.top__lead__form__inputbox {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.top__lead__form__input {
  -webkit-box-flex: 1;
  flex: 1;
}

.top__lead__form__input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #fff;
}

.top__lead__form__button {
  height: 100%;
  text-align: center;
}

.top__lead__form__button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 50px 0;
}

.top__lead__form__button input {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: 0;
}

.top__lead__form__caution {
  color: #9c9c9c;
}

.top__lead__form__caution a {
  color: #0a2b4a;
}

@media only screen and (min-width: 1024px) {
  .top__lead {
    padding-top: 190px;
    padding-bottom: 300px;
  }

  .top__lead__inner {
    max-width: 1200px;
    padding: 0 40px;
  }

  .top__lead__txtblock {
    width: 580px;
    padding-top: 50px;
  }

  .top__lead__txtblock:before {
    width: 140px;
    height: 7px;
  }

  .top__lead__sectttl {
    font-size: 4.4rem;
  }

  .top__lead__lead {
    font-size: 1.6rem;
    max-width: 480px;
    margin-top: 10px;
  }

  .top__lead__gdicon {
    margin-top: 40px;
  }

  .top__lead__iconlist {
    margin: 40px -6px 0;
  }

  .top__lead__iconlist > li {
    padding: 0 6px;
  }

  .top__lead__iconlist img {
    width: 82px;
  }

  .top__lead__youtube {
    position: absolute;
    top: 50px;
    left: 580px;
    width: 882px;
    margin-left: 30px;
  }

  .top__lead__kv {
    position: absolute;
    top: 50px;
    left: 580px;
    width: 882px;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1200px) {
  .top__lead__youtube {
    width: 60vw;
  }

  .top__lead__kv {
    width: 60vw;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1800px) {
  .top__lead__kv {
    left: 50vw;
    margin-left: -300px;
  }

  .top__lead__kv {
    left: 50vw;
    margin-left: -300px;
  }
}

@media only screen and (min-width: 1024px) {
  .top__lead__kv__item {
    position: absolute;
    top: 0;
    left: 0;
  }

  .top__lead__kv__item.is-pc {
    left: -10%;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .top__lead__kv__item.is-tb {
    max-width: 650px;
  }

  .top__lead__kv__device {
    width: 100%;
  }

  .top__lead__kv__hand {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1200px) {
  .top__lead__kv__hand {
    margin-top: 15%;
    margin-left: -100px;
  }
}

@media only screen and (min-width: 1024px) {
  .top__lead__kv__hand img {
    max-width: inherit;
  }

  .top__lead__form {
    max-width: 480px;
    margin-top: 50px;
  }

  .top__lead__form__inputbox {
    height: 50px;
    -webkit-transition: ease box-shadow .4s;
    transition: ease box-shadow .4s;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .top__lead__form__inputbox:hover, .top__lead__form__inputbox.is-focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  }

  .top__lead__form__input input {
    font-size: 1.6rem;
    padding: 10px 25px;
  }

  .top__lead__form__button {
    width: 160px;
  }

  .top__lead__form__button input {
    font-size: 1.6rem;
  }

  .top__lead__form__caution {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 20px;
    padding: 0 20px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top__lead {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__lead {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .top__lead__inner {
    padding: 0 20px;
  }

  .top__lead__txtblock {
    padding-top: 15px;
  }

  .top__lead__txtblock:before {
    width: 60px;
    height: 3px;
  }

  .top__lead__sectttl {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .top__lead__sectttl {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__lead__lead {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .top__lead__gdicon {
    max-width: 150px;
    margin-top: 10px;
  }

  .top__lead__iconlist {
    margin: 30px -10px 0;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .top__lead__iconlist > li {
    padding: 0 10px;
  }

  .top__lead__iconlist img {
    width: 70px;
  }

  .top__lead__youtube {
    position: relative;
    margin-top: 20px;
    padding-bottom: 56.25%;
  }

  .top__lead__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
  }

  .top__lead__kv {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }

  .top__lead__kv img,
  .top__lead__kv video {
    margin-left: -2%;
  }

  .top__lead__kv__list {
    padding-top: 60%;
  }

  .top__lead__kv__item {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    margin: 0 auto;
  }

  .top__lead__kv__item.is-pc {
    left: -7%;
    width: 120%;
  }

  .top__lead__kv__item.is-tb {
    right: 0;
  }

  .top__lead__kv__hand {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }

  .top__lead__form {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
  }

  .top__lead__form__inputbox {
    height: 45px;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .top__lead__form__input {
    height: 100%;
  }

  .top__lead__form__input input {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .top__lead__form__input input {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__lead__form__button {
    width: 130px;
  }

  .top__lead__form__button input {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .top__lead__form__button input {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__lead__form__caution {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}

.top__about {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  background-color: #f9f9f9;
}

.top__about img {
  width: auto;
  max-width: 100%;
}

.top__about__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.top__about__sectttl {
  font-weight: 900;
  color: inherit;
}

.top__about__sectttl br {
  display: inline-block;
}

.top__about__lead {
  line-height: 1.8;
}

.top__about__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -1px;
  flex-wrap: wrap;
}

.top__about__list > li {
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  padding-left: 1px;
  color: #fff;
}

.top__about__list > li div:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}

.top__about__list > li img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.top__about__list > li span {
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.top__about__list > li span:after {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  position: relative;
  margin: 0 auto;
  background-color: #ff5400;
}

@media only screen and (min-width: 1024px) {
  .top__about {
    margin-top: -320px;
    padding-top: 170px;
  }

  .top__about__inner {
    max-width: 1200px;
    padding: 0 40px;
  }

  .top__about__sectttl {
    font-size: 4.4rem;
    text-align: center;
  }

  .top__about__lead {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center;
  }

  .top__about__list {
    margin-top: 60px;
  }

  .top__about__list > li {
    width: 16.66666%;
  }

  .top__about__list > li span {
    font-size: 2.0rem;
  }

  .top__about__list > li span:after {
    width: 30px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__about {
    margin-top: -70px;
    padding-top: 110px;
  }

  .top__about__inner {
    padding: 0 20px;
  }

  .top__about__sectttl {
    font-size: 2.5rem;
  }

  .top__about__sectttl br {
    display: none;
  }

  .top__about__lead {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .top__about__lead br {
    display: none;
  }

  .top__about__list {
    margin-top: 20px;
  }

  .top__about__list > li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .top__about__list > li {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__about__list > li div {
    position: relative;
    margin: -15% 0;
  }

  .top__about__list > li span {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .top__about__list > li span {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__about__list > li span:after {
    width: 15px;
    margin-top: 5px;
  }
}

.top__co {
  position: relative;
  background-color: #f9f9f9;
}

.top__co img {
  width: auto;
  max-width: 100%;
}

.top__co__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.top__co__sectttl {
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #0a2b4a;
}

.top__co__sectttl span {
  color: #ff5400;
}

.top__co__sectttl > span {
  margin-top: -.2em;
  vertical-align: middle;
}

.top__co__sectttl * {
  font-weight: bold !important;
  letter-spacing: 0 !important;
}

.top__co__lead {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.top__co__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.top__co__list > li > a {
  pointer-events: auto;
}


@media only screen and (min-width: 1024px) {
  .top__co {
    padding-top: 200px;
  }

  .top__co__inner {
    max-width: 1200px;
    padding: 0 40px;
  }

  .top__co__sectttl {
    font-size: 5.0rem;
    padding: 10px 20px;
  }

  .top__co__lead {
    font-size: 3.0rem;
    margin-top: 60px;
  }

  .top__co__list {
    margin: -50px -25px 0;
    padding-top: 100px;
  }

  .top__co__list > li {
    margin-top: 50px;
    padding: 0 25px;
  }

  .top__co__list > li img {
    width: 120px;
  }

  .top__co__list > li img.is-large {
    width: 250px;
  }

  .top__co__list > li img.is-middle {
    width: 200px;
  }

  .top__co__list > li img.is-small {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__co {
    padding-top: 90px;
  }

  .top__co__inner {
    padding: 0 20px;
  }

  .top__co__sectttl {
    font-size: 2.4rem;
    padding: 5px 10px;
  }

  .top__co__sectttl * {
    min-width: auto !important;
  }

  .top__co__lead {
    font-size: 1.3rem;
    margin-top: 25px;
  }

  .top__co__list {
    margin: -20px -2.5vw 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .top__co__list {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__co__list > li {
    width: 33.333%;
    margin-top: 30px;
    padding: 0 2.5vw;
  }

  .top__co__list > li img.is-small {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .top__co__list > li {
    width: 25%;
    padding: 0 3vw;
  }
}

.top__event {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top__event img {
  width: auto;
  max-width: 100%;
}

.top__event__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.top__event__jpttl {
  font-weight: bold;
  color: #fff;
}

.top__event__jpttl span {
  display: inline-block;
  background-color: #ff5400;
}

.top__event__list {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.top__event__list > li {
  position: relative;
  width: 50%;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.top__event__list > li:before {
  display: none;
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 50%;
  background-color: #e6e9ed;
}

.top__event__list > li:first-child:before {
  display: none;
}

.top__event__list > li span,
.top__event__list > li a {
  display: inline-block;
}

.top__event__list > li span img,
.top__event__list > li a img {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .top__event {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .top__event:before {
    border-width: 14vw 100vw 0 0;
  }

  .top__event__inner {
    max-width: 1200px;
    padding: 0 40px;
  }

  .top__event__jpttl {
    font-size: 2.0rem;
    margin-top: 15px;
  }

  .top__event__jpttl span {
    padding: 10px 10px;
  }

  .top__event__list {
    margin-top: 60px;
    padding: 0 80px;
  }

  .top__event__list > li:before {
    height: 80px;
    margin-top: -40px;
  }

  .top__event__list > li span,
  .top__event__list > li a {
    padding: 20px 15px;
    -webkit-transition: ease .4s box-shadow;
    transition: ease .4s box-shadow;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .top__event__list > li span:hover,
  .top__event__list > li a:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__event {
    padding-top: 20px;
    padding-bottom: 13vw;
  }

  .top__event:before {
    border-width: 28vw 100vw 0 0;
  }

  .top__event__inner {
    padding: 0 20px;
  }

  .top__event__sectttl img {
    max-width: 270px;
  }

  .top__event__jpttl {
    font-size: 1.5rem;
    margin-top: 5px;
  }

  .top__event__jpttl span {
    padding: 5px 5px;
  }

  .top__event__list {
    margin: 0 -20px;
    margin-top: 30px;
  }

  .top__event__list > li:before {
    height: 40px;
    margin-top: -20px;
  }

  .top__event__list > li span,
  .top__event__list > li a {
    padding: 10px 10px;
    border-radius: 10px;
  }

  .top__event__list > li img {
    width: auto;
    height: 35px;
  }
}

.top__other {
  position: relative;
}

.top__other img {
  width: auto;
  max-width: 100%;
}

.top__other__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top__other__item--semi .top__other__thumb:before {
  background: #004b92;
}

.top__other__item--dl .top__other__thumb:before {
  background: #ff5400;
}

.top__other__thumb {
  position: relative;
  z-index: 0;
  opacity: .85;
}

.top__other__thumb img {
  width: 100%;
  filter: grayscale(1);
}

.top__other__thumb:before {
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.is-IE .top__other__thumb:before,
.is-Edge .top__other__thumb:before {
  opacity: .75;
}

.top__other__txtbox {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.top__other__ttl {
  font-weight: bold;
}

.top__other__lead {
  line-height: 1.8;
}

@media only screen and (min-width: 1024px) {
  .top__other {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .top__other__list {
    display: -webkit-box;
    display: flex;
    padding: 0 15px;
  }

  .top__other__item {
    width: 50%;
    padding: 0 15px;
  }

  .top__other__txtbox {
    padding: 0 30px;
  }

  .top__other__ttl {
    font-size: 2.4rem;
    margin-top: 15px;
  }

  .top__other__lead {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .top__other__btn {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .top__other__btn a {
    padding: .8em 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__other {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .top__other__item {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .top__other__thumb {
    margin: -12% 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__other__txtbox {
    padding: 0 10px;
  }

  .top__other__icon img {
    width: auto;
    height: 24px;
  }

  .top__other__ttl {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .top__other__lead {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .top__other__lead {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .top__other__btn {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .top__other__btn a {
    padding: .8em 1.5em;
  }
}

.top__news {
  line-height: 1.6;
}

.top__news__title {
  font-weight: 900;
  text-align: center;
}

.top__news__list {
  margin: 0 auto;
}

.top__news__list > li {
  position: relative;
}

.top__news__list > li:nth-child(2n) {
  background-color: #f8f8f8;
}

.top__news__list > li:nth-child(2n):before {
  z-index: -1;
  background-color: #f8f8f8;
  position: absolute;
  display: block;
  width: 150vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top__news__list > li a {
  display: block;
  color: inherit;
}

.top__news__list__date {
  color: #bababa;
}

.top__news__list__txt {
  align-self: center;
  -webkit-box-flex: 1;
  flex: 1;
}

a:hover .top__news__list__txt {
  text-decoration: underline;
}

.top__news__more {
  text-align: center;
  margin: 50px auto 80px auto;
}

@media only screen and (min-width: 768px) {
  .top__news {
    margin-top: 90px;
    padding-bottom: 60px;
  }

  .top__news__title {
    font-size: 3.6rem;
  }

  .top__news__main {
    margin-top: 30px;
  }

  .top__news__list {
    max-width: 960px;
  }

  .top__news__list > li a,
  .top__news__list > li > div {
    padding: 25px 0;
  }

  .top__news__list__iteminner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .top__news__list__date {
    font-size: 1.2rem;
    width: 75px;
    margin-right: 20px;
    padding-top: 4px;
  }

  .top__news__list__txt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top__news {
    margin-top: 50px;
    padding-bottom: 25px;
  }

  .top__news__title {
    font-size: 2.5rem;
  }

  .top__news__main {
    margin-top: 30px;
  }

  .top__news__list {
    max-width: 960px;
  }
  .top__news__list > li > a,
  .top__news__list > li > div {
    padding: 15px 0;
  }

  .top__news__list__date {
    font-size: 1.0rem;
  }

  .top__news__list__txt {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.app-linkage {
  font-size: 1.8rem;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage {
    font-size: 1.4rem;
    padding-bottom: 40px;
  }
}

.app-linkage .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, rgba(255, 84, 0, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 84, 0, 0.5) 50%);
}

.app-linkage .underline {
  border-bottom: solid 4px rgba(255, 84, 0, 0.5);
}

.app-linkage .top-desc {
  margin-top: 15px;
}

.app-linkage .linkage-top-block {
  padding: 100px 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block {
    padding: 50px 20px 0;
  }
}

.app-linkage .linkage-top-block .linkage-title-top {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-title-top {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-title-top {
    text-align: left;
  }

  .app-linkage .linkage-top-block .linkage-title-top br {
    display: none;
  }
}

.app-linkage .linkage-top-block .linkage-title-top img {
  display: inline;
  width: auto;
  height: 50px;
  margin-top: -.3em;
  margin-right: .25em;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-title-top img {
    height: 40px;
  }
}

.app-linkage .linkage-top-block .linkage-title-top img.cloudgate {
  height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-title-top img.cloudgate {
    height: 24px;
  }
}

.app-linkage .linkage-top-block .linkage-title-top img.slack {
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-title-top img.slack {
    height: 32px;
  }
}

.app-linkage .linkage-top-block .linkage-top-logo {
  max-width: 600px;
  margin: 0 auto;
}

.app-linkage .linkage-top-block .linkage-top-desc {
  line-height: 1.8;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-top-block .linkage-top-desc {
    text-align: left;
  }
}

.app-linkage .linkage-flow-container {
  position: relative;
  padding: 40px 40px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-container {
    padding: 40px 20px 40px;
  }
}

.app-linkage .linkage-flow-container--hasbg > * {
  position: relative;
  z-index: 1;
}

.app-linkage .linkage-flow-container--hasbg:before, .app-linkage .linkage-flow-container--hasbg:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #f8f8f8;
}

.app-linkage .linkage-flow-container--hasbg:after {
  top: auto;
  bottom: 0;
  display: none;
  height: 50%;
  margin-bottom: -15%;
}

@media only screen and (min-width: 1201px) {
  .app-linkage .linkage-flow-container--hasbg {
    margin-top: 80px;
    margin-bottom: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .app-linkage .linkage-flow-container--hasbg:before {
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}

.app-linkage .linkage-flow-container--hasbg:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-linkage .linkage-flow-container--hasbg:last-child:after {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-container--hasbg {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .app-linkage .linkage-flow-container--hasbg:last-child {
    margin-bottom: 0;
  }
}

.app-linkage .linkage-lead-block {
  max-width: 1000px;
  margin: 0 auto;
}

.app-linkage .linkage-lead-block .linkage-title-lead {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-lead-block .linkage-title-lead {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-lead-block .linkage-title-lead {
    text-align: left;
  }

  .app-linkage .linkage-lead-block .linkage-title-lead br {
    display: none;
  }
}

.app-linkage .linkage-lead-block .linkage-lead-desc {
  line-height: 1.8;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-lead-block .linkage-lead-desc {
    text-align: left;
  }
}

.app-linkage .linkage-lead-block .linkage-lead-image {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 20px;
  background-color: #fff;
}

.app-linkage .linkage-lead-block .linkage-lead-image img {
  width: auto;
  max-width: 100%;
}

.app-linkage .linkage-flow-row {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse nowrap;
}

.app-linkage .linkage-flow-row:not(.linkage-flow-row-sub) + .linkage-flow-row-sub {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-row:not(.linkage-flow-row-sub) + .linkage-flow-row-sub {
    padding-top: 20px;
  }
}

.app-linkage .linkage-flow-title {
  font-family: inherit;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5em;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 50px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-title {
    padding: 30px 0 30px 0;
    text-align: left;
  }
}

.app-linkage .linkage-flow-title + p {
  margin-top: -20px;
}

.app-linkage .linkage-flow-subtitle {
  font-size: 3.0rem;
  font-weight: bold;
  padding: 80px 0 20px 0;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-subtitle {
    font-size: 2rem;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-subtitle {
    padding-bottom: 5px;
  }
}

.app-linkage .linkage-flow-col {
  margin-bottom: 40px;
}

.app-linkage .linkage-flow-col.col-wide {
  display: block;
  width: 100%;
  min-width: 100%;
  padding-left: 0;
}

.app-linkage .linkage-flow-col.col-wide img {
  width: auto;
}

.app-linkage .flow-image {
  width: 52.5%;
  text-align: center;
}

.app-linkage .flow-image img {
  width: auto;
  max-width: 100%;
}

.app-linkage .flow-desc {
  line-height: 1.8;
  width: 47.5%;
  padding-top: 20px;
  padding-left: 40px;
}

.app-linkage .linkage-flow-desc small {
  font-size: 70%;
}

.app-linkage .linkage-flow-desc + .linkage-flow-desc {
  margin-top: 1em;
}

.app-linkage .linkage-flow-col .chatwork-remark-sub-img {
  width: 90%;
  height: auto;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .flow-desc {
    padding-top: 0;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage .linkage-flow-row {
    display: block;
  }

  .app-linkage .linkage-flow-col {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .app-linkage .flow-image {
    width: 100% !important;
    min-height: initial;
  }

  .app-linkage .flow-desc {
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.app-linkage .step-title {
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 42px;
  display: block;
  display: inline-block;
  min-width: 120px;
  height: 42px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background-color: #ff5400;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .step-title {
    font-size: 2.0rem;
    line-height: 30px;
    width: 90px;
    height: 30px;
  }
}

.app-linkage .step-title.remark {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.7em;
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  color: inherit;
  background-color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .step-title.remark {
    font-size: 1.8rem;
  }
}

.slack.app-linkage .about-member-id {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 25px 20px;
  border: 1px solid;
  border-color: #ff5400 transparent #0a2b4a;
  background: #fff;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .slack.app-linkage .about-member-id {
    padding: 15px 10px;
  }
}

.slack.app-linkage .about-member-id + .about-member-id {
  margin-top: 30px;
}

.slack.app-linkage .about-member-id:before, .slack.app-linkage .about-member-id:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  top: -1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to top, #0a2b4a 0%, #ff5400 100%);
}

.slack.app-linkage .about-member-id:before {
  left: -1px;
}

.slack.app-linkage .about-member-id:after {
  right: -1px;
}

.slack.app-linkage .about-member-id > * {
  padding: 0 10px;
}

@media only screen and (min-width: 1201px) {
  .slack.app-linkage .about-member-id > * {
    width: 50%;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.slack.app-linkage .about-member-id h3 {
  color: #0a2b4a;
}

@media only screen and (min-width: 1024px) {
  .slack.app-linkage .about-member-id h3 {
    font-size: 2.8rem;
  }
}

.slack.app-linkage .about-member-id div p {
  font-size: 1.4rem;
  line-height: 1.5em;
  max-width: 385px;
  margin-top: 10px;
  margin-right: 20px;
  color: #0a2b4a;
}

@media only screen and (max-width: 767px) {
  .about-member-id {
    display: block !important;
  }

  .about-member-id div p {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.app-linkage .about-linkage {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .about-linkage {
    margin-top: 50px;
  }
}

.app-linkage .about-linkage img {
  width: auto;
  max-width: 100%;
}

.app-linkage .about-linkage h2 {
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #0a2b4a;
}

@media only screen and (min-width: 1024px) {
  .app-linkage .about-linkage h2 {
    font-size: 5.0rem;
    margin-bottom: 50px;
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage .about-linkage h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-align: center;
  }
}

.app-linkage.box {
  line-height: 1.5em;
  padding-bottom: 0;
}

.app-linkage.box .linkage-top-block {
  max-width: 1000px;
  margin: 0 auto;
}

.app-linkage.box .linkage-top-block .flex {
  max-width: 680px;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.app-linkage.box .linkage-top-block .linkage-top-logo {
  width: 220px;
  text-align: center;
}

.app-linkage.box .linkage-top-block .linkage-top-logo img {
  width: auto;
}

.app-linkage.box .linkage-top-block .linkage-title-top {
  max-width: 460px;
  padding: 0;
  text-align: left;
}

.app-linkage.box .linkage-top-block .linkage-top-desc {
  margin-top: 25px;
  text-align: center;
}

.app-linkage.box .linkage-top-block .linkage-top-note {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: center;
}

.app-linkage.box .flow-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #30acdd;
}

.app-linkage.box .linkage-flow-container--hasbg {
  margin-bottom: 0;
}

.app-linkage.box .linkage-flow-container.white .linkage-flow-title {
  padding-bottom: 0;
}

.app-linkage.box .img_step_1 {
  margin-bottom: 30px;
}

.app-linkage.box .revoke-token {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #005dad;
}

.app-linkage.box .revoke-token .content {
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  justify-content: space-around;
  -webkit-box-align: start;
  align-items: start;
}

.app-linkage.box .revoke-token .content h3 {
  color: #005dad;
}

@media only screen and (min-width: 1024px) {
  .app-linkage.box .revoke-token .content h3 {
    font-size: 2.4rem;
  }
}

.app-linkage.box .revoke-token .content .revoke-message {
  font-size: 1.4rem;
  padding-top: 15px;
  padding-right: 20px;
}

.app-linkage.box .linkage-box-container {
  padding: 50px 0;
  -webkit-box-pack: center;
  justify-content: center;
}

.app-linkage.box .linkage-box-container h2 {
  font-size: 2.4rem;
  font-weight: 900;
}

.app-linkage.box .linkage-box-container img {
  width: 500px;
  height: 160px;
  margin-right: 30px;
}

.app-linkage.box .linkage-box-container .summary {
  line-height: 1.5em;
  width: 500px;
  text-align: left;
}

.app-linkage.box .linkage-box-container .summary p {
  margin-top: 20px;
}

.app-linkage.box .linkage-box-container .row:first-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage.box .linkage-box-container .row {
    display: block;
    text-align: center;
  }

  .app-linkage.box .linkage-box-container h2 {
    margin: 20px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .app-linkage.box .linkage-top-block {
    display: block;
    padding: 50px 20px 0;
  }

  .app-linkage.box .linkage-top-block .linkage-top-logo {
    margin-bottom: 30px;
  }

  .app-linkage.box .linkage-top-block .linkage-top-logo img {
    max-width: 100px;
  }

  .app-linkage.box .linkage-top-block .linkage-top-desc,
  .app-linkage.box .linkage-top-block .linkage-top-note {
    padding: 0;
    text-align: left;
  }

  .app-linkage.box .linkage-box-container {
    padding: 30px 20px;
  }

  .app-linkage.box .linkage-box-container .row {
    display: block;
    width: 100%;
    text-align: center;
  }

  .app-linkage.box .linkage-box-container .row .summary {
    display: block;
    width: 100%;
  }

  .app-linkage.box .linkage-box-container h2 {
    margin: 20px 0;
    text-align: left;
  }

  .app-linkage.box .linkage-box-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0;
  }

  .app-linkage.box .revoke-token {
    padding: 30px 20px;
  }

  .app-linkage.box .revoke-token .content {
    display: block;
    padding: 20px;
  }
}

.app-linkage.cloudgate .provider-lists {
  margin: 10px 0;
  padding: 20px;
  background: #eee;
}

.app-linkage.cloudgate .provider-lists li {
  font-weight: 700;
  margin-bottom: 12px;
}

.app-linkage.cloudgate .linkage-flow-container--hasbg {
  margin-bottom: 0;
}

.app-linkage.cloudgate .linkage-flow-container.white .linkage-flow-title {
  padding-bottom: 0;
}

.app-linkage.saml .about-linkage .about-saml {
  font-size: 1.4rem;
  line-height: 2em;
  padding: 40px 4%;
}

.app-linkage.saml .about-linkage .about-saml .cap {
  display: inline-block;
  color: inherit;
}

.app-linkage.saml .linkage-flow-title + p {
  padding: 0 0 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .app-linkage.saml .linkage-flow-title + p {
    padding-bottom: 0;
    text-align: left;
  }
}

.app-linkage.saml .linkage-flow-row.row-wide {
  display: block !important;
}

.app-linkage.saml .step-title-wrap .step-title {
  float: left;
  margin-right: 20px;
}

.app-linkage.saml .linkage-flow-container.onelogin-brushup,
.app-linkage.saml .linkage-flow-container.cloudgate-brushup {
  line-height: 2em;
}

.app-linkage.saml .linkage-flow-container.onelogin-brushup h5.subtitle,
.app-linkage.saml .linkage-flow-container.cloudgate-brushup h5.subtitle {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .app-linkage.saml .linkage-flow-container.onelogin-brushup h5.subtitle,
  .app-linkage.saml .linkage-flow-container.cloudgate-brushup h5.subtitle {
    font-size: 1.6rem;
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

.app-linkage.saml .linkage-flow-container.onelogin-brushup .linkage-flow-row--size-s .linkage-flow-col.flow-image {
  width: 36.6%;
}

.app-linkage.saml .linkage-flow-container.onelogin-brushup .linkage-flow-row--size-s .linkage-flow-col.flow-desc {
  width: 63.4%;
}

.app-linkage.saml .linkage-flow-container.cloudgate-brushup .linkage-flow-col.flow-image {
  width: 49%;
}

.app-linkage.saml .linkage-flow-container.cloudgate-brushup .linkage-flow-col.flow-desc {
  width: 51%;
}

.app-linkage.saml .notes {
  font-size: 1.2rem;
  display: block;
  margin-top: 0;
  padding-bottom: 4px;
}

.app-linkage.saml .onelogin-provider-list,
.app-linkage.saml .cloudgate-provider-list {
  margin: 20px 0 60px 0;
}

.app-linkage.saml .onelogin-provider-list dl,
.app-linkage.saml .cloudgate-provider-list dl {
  padding: 3%;
  background: #dcdcdc;
}

.app-linkage.saml .onelogin-provider-list dl dt,
.app-linkage.saml .cloudgate-provider-list dl dt {
  font-weight: 700;
  display: inline-block;
  float: left;
  clear: both;
  padding-right: 4px;
}

.app-linkage.saml .onelogin-provider-list dl dt:before {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  content: '';
  border-radius: 50%;
  background: #ff672d;
}

.app-linkage.saml .onelogin-provider-list dl dd,
.app-linkage.saml .cloudgate-provider-list dl dd {
  word-break: break-all;
}

.app-linkage.saml .onelogin-provider-list dl dd.notice,
.app-linkage.saml .cloudgate-provider-list dl dd.notice {
  font-size: .8em;
}

.app-linkage.saml .hosoku {
  font-size: .9em;
  line-height: 1.8;
}

.app-linkage.saml .hosoku .hosoku-title {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.app-linkage.saml .sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .app-linkage.saml .sp {
    display: block;
  }

  .app-linkage.saml .linkage-title-top {
    font-size: 26px;
  }
}

/**
 * クレジットカード支払い方法
 **/
.pay-credit .pay-head {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .pay-credit .pay-head {
    margin-bottom: 40px;
  }
}

.pay-credit .linkage-flow-title {
  padding-bottom: 0;
}

.pay-credit .pay-subtitle {
  font-family: inherit;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .pay-credit .pay-subtitle {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .pay-credit .pay-subtitle {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .pay-credit .linkage-flow-col {
    margin-bottom: 100px;
  }
}

.pay-credit .pay-method-notes {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0;
  color: inherit;
}

.pay-credit .pay-method-notes p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .pay-credit .pay-method-notes {
    font-size: 1.2rem;
  }
}

.scene__explain {
  position: relative;
}

.scene__explain--hasbg:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

.scene__explain--hasbg .scene__explain__txtblock__inner {
  background-color: #fff;
}

.scene__explain__inner {
  z-index: 1;
}

.scene__explain__sectttl {
  font-weight: 900;
  line-height: 1.6;
  color: inherit;
}

.scene__explain__lead {
  line-height: 1.8;
}

.scene__explain__main {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.scene__explain__txtblock {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scene__explain__txtblock__inner {
  background-color: #f8f8f8;
}

.scene__explain__txtblock__txt {
  line-height: 1.8;
}

.scene__explain__voice {
  line-height: 1.8;
}

.scene__explain__voice__ttl {
  font-weight: bold;
}

.scene__explain__prof:after {
  display: block;
  clear: both;
  content: '';
}

.scene__explain__prof a {
  display: inline-block;
  color: inherit;
}

.scene__explain__prof a:hover {
  opacity: .7;
}

.scene__explain__prof__thumb {
  float: left;
}

.scene__explain__prof__thumb img {
  border-radius: 50% 50%;
}

.scene__explain__prof__name {
  font-weight: bold;
}

.scene__explain__kv {
  position: relative;
}

.scene__explain__kv__inner {
  position: relative;
}

.scene__explain__kv__thumb img {
  width: 100%;
}

.scene__explain__kv__arrow {
  position: absolute;
}

.scene__explain__kv__other {
  z-index: 1;
}

.scene__explain__kv__other .animeImg {
  position: absolute;
}

.scene__explain__kv__other .caution {
  font-size: 1.1rem;
  display: block;
  text-align: right;
  opacity: .75;
}

.scene__explain__kv__other.is-pc {
  max-width: 800px;
}

.scene__explain__kv__other.is-pc .animeImg {
  top: 5%;
  left: 18%;
  width: 64%;
  max-width: 800px;
}

.scene__explain__kv__other.is-tb {
  max-width: 881px;
}

.scene__explain__kv__other.is-tb .animeImg {
  top: 9%;
  left: 6%;
  width: 83%;
  border-radius: 2% 2% 2% 2%;
}

.scene__explain__centerimage {
  position: relative;
  max-width: 777px;
  margin: 0 auto;
  text-align: center;
}

.scene__explain__centerimage--type-design3 .animeImg {
  position: absolute;
  top: 12.9%;
  left: 20.8%;
  width: 58.6%;
}

.scene__explain__centerimage--type-edu3 .animeImg {
  position: absolute;
  top: 12.9%;
  left: 20.8%;
  width: 58.6%;
}

.scene__explain__logolist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.scene__explain__logolist > li {
  width: 50%;
  text-align: left;
}

.scene__explain__logolist > li img {
  width: auto;
}

.scene__explain__btn {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .scene__explain {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .scene__explain--hasbg {
    margin-top: -200px;
    padding-top: 220px;
    padding-bottom: 0;
  }

  .scene__explain--hasbg:before {
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }

  .scene__explain--hasbg + .scene__explain:not(.scene__explain--hasbg) {
    padding-top: 200px;
  }

  .scene__explain + .scene__explain--more:not(.scene__explain--hasbg), .scene__explain--more:not(.scene__explain--hasbg) {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .scene__explain__sectttl {
    font-size: 3.6rem;
    text-align: center;
  }

  .scene__explain__sectttl .sp {
    display: none;
  }

  .scene__explain__sectttl--left {
    text-align: left;
  }

  .scene__explain__lead {
    font-size: 1.8rem;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }

  .scene__explain__lead--left {
    text-align: left;
  }

  .scene__explain__lead--type-design4 {
    max-width: 600px;
    margin-left: 0;
    text-align: left;
  }

  .scene__explain__lead + .scene__explain__lead {
    margin-top: 25px;
  }

  .scene__explain__main {
    margin-top: 60px;
  }

  .scene__explain__main--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }

  .scene__explain__main--type-design2 {
    margin-top: 30px;
  }

  .scene__explain__main--type-design4 {
    margin-top: 0;
  }

  .scene__explain__main--reverse .scene__explain__kv__thumb {
    margin-right: -20px;
    margin-left: 0;
  }

  .scene__explain__txtblock {
    width: 50%;
    padding-bottom: 360px;
  }

  .scene__explain__txtblock--type-design2 {
    padding-bottom: 210px;
  }

  .scene__explain__txtblock--type-design4 {
    width: 70%;
    padding-bottom: 60px;
  }

  .scene__explain__txtblock__inner {
    padding: 25px 35px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .scene__explain__txtblock__inner {
    padding: 25px 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .scene__explain__txtblock__txt {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .scene__explain__txtblock__txt:first-child {
    margin-top: 0;
  }

  .scene__explain__voice__ttl {
    font-size: 1.8rem;
  }

  .scene__explain__voice__comment {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .scene__explain__prof {
    margin-top: 30px;
  }

  .scene__explain__prof__thumb {
    margin-left: 0;
  }

  .scene__explain__prof__thumb img {
    width: 60px;
  }

  .scene__explain__prof__logo {
    margin-left: 70px;
  }

  .scene__explain__prof__name {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-left: 70px;
  }

  .scene__explain__prof__job {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-left: 70px;
  }

  .scene__explain__kv {
    width: 50%;
    margin-top: 40px;
    align-self: flex-end;
    -webkit-box-flex: 1;
    flex: 1;
    margin-bottom: 50px;
  }

  .scene__explain__kv__thumb {
    margin-left: -20px;
  }

  .scene__explain__kv__arrow {
    top: 100%;
  }

  .scene__explain__kv__other {
    position: relative;
  }

  .scene__explain__kv--type-proof1 .scene__explain__kv__arrow {
    top: 90%;
    right: 45%;
    width: 11%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  .scene__explain__kv--type-proof1 .scene__explain__kv__other {
    right: 65%;
    width: 110%;
    margin-top: -34%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .scene__explain__kv--type-proof2 .scene__explain__kv__arrow {
    top: 86%;
    left: 55%;
    width: 12%;
    -webkit-transform: rotate(-35deg) scaleX(-1);
    transform: rotate(-35deg) scaleX(-1);
  }

  .scene__explain__kv--type-proof2 .scene__explain__kv__other {
    left: 65%;
    width: 655px;
    max-width: 655px;
    margin-top: -25%;
    margin-bottom: -50px;
  }

  .scene__explain__kv--type-proof3 .scene__explain__kv__arrow {
    top: 88%;
    right: 42%;
    width: 12%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  .scene__explain__kv--type-proof3 .scene__explain__kv__other {
    right: 85%;
    width: 143%;
    margin-top: -25%;
  }

  .scene__explain__kv--type-design1 .scene__explain__kv__other {
    left: -30%;
    width: 143%;
  }

  .scene__explain__kv--type-design1 .scene__explain__kv__other img {
    margin-bottom: 50px;
  }

  .scene__explain__kv--type-design2 {
    margin-top: 0;
  }

  .scene__explain__kv--type-design2 .scene__explain__kv__other {
    top: 0;
    left: -40%;
    width: 143%;
    margin-top: -50%;
  }

  .scene__explain__kv--type-design2 .scene__explain__kv__other img {
    margin-bottom: 120px;
  }

  .scene__explain__kv--type-edu1 .scene__explain__kv__other {
    left: -30%;
    width: 143%;
  }

  .scene__explain__kv--type-edu1 .scene__explain__kv__other img {
    margin-bottom: 60px;
  }

  .scene__explain__kv--type-edu2 .scene__explain__kv__other {
    left: 65%;
    width: 143%;
    margin-top: -40%;
    margin-bottom: -30px;
  }

  .scene__explain__centerimage {
    margin-top: 50px;
  }

  .scene__explain__logolist {
    width: 30%;
    min-width: 420px;
    margin-top: -50px;
    padding-left: 20px;
    align-self: start;
  }

  .scene__explain__logolist > li {
    width: 50%;
    margin-top: 50px;
    padding: 0 10px;
  }

  .scene__explain__logolist > li img {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__explain {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .scene__explain--hasbg {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .scene__explain + .scene__explain--more:not(.scene__explain--hasbg), .scene__explain--more:not(.scene__explain--hasbg) {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .scene__explain__inner {
    padding: 0 20px;
  }

  .scene__explain__sectttl {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .scene__explain__sectttl {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__explain__lead {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .scene__explain__lead + .scene__explain__lead {
    margin-top: 15px;
  }

  .scene__explain__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .scene__explain__main--type-design2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 20px;
  }

  .scene__explain__main--type-design4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 0;
  }

  .scene__explain__txtblock__inner {
    padding: 15px 15px;
  }

  .scene__explain__voice__ttl {
    font-size: 1.4rem;
  }

  .scene__explain__voice__comment {
    font-size: 1.3rem;
  }

  .scene__explain__prof {
    margin-top: 20px;
  }

  .scene__explain__prof__thumb {
    margin-left: 0;
  }

  .scene__explain__prof__thumb img {
    width: 50px;
  }

  .scene__explain__prof__logo {
    margin-left: 60px;
  }

  .scene__explain__prof__logo img {
    width: auto;
    max-height: 12px;
  }

  .scene__explain__prof__name {
    font-size: 1.3rem;
    margin-top: 3px;
    margin-left: 60px;
  }

  .scene__explain__prof__job {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-left: 60px;
  }

  .scene__explain__kv {
    max-width: 640px;
    margin: 0 auto;
  }

  .scene__explain__kv__arrow {
    top: 100%;
  }

  .scene__explain__kv__other {
    position: relative;
  }

  .scene__explain__kv--type-proof1 .scene__explain__kv__arrow {
    top: 90%;
    right: 1%;
    width: 11%;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .scene__explain__kv--type-proof1 .scene__explain__kv__other {
    left: -3%;
    width: 90%;
    margin-top: -10%;
    margin-bottom: -5%;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .scene__explain__kv--type-proof2 .scene__explain__kv__arrow {
    display: none;
  }

  .scene__explain__kv--type-proof2 .scene__explain__kv__other {
    width: 80%;
    max-width: 800px;
    margin-top: -13%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .scene__explain__kv--type-proof3 .scene__explain__kv__arrow {
    top: 87%;
    right: 0;
    width: 12%;
  }

  .scene__explain__kv--type-proof3 .scene__explain__kv__other {
    width: 100%;
    margin-top: -15%;
    margin-bottom: 5%;
  }

  .scene__explain__kv--type-edu2 {
    padding-bottom: 20px;
  }

  .scene__explain__kv--type-design2 {
    margin-top: 20px;
  }

  .scene__explain__centerimage {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px), only screen and (max-width: 767px) and (max-width: 767px) {
  .scene__explain__centerimage--type-design3 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .scene__explain__centerimage--type-edu3 {
    margin-right: -50px;
    margin-left: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__explain__logolist {
    max-width: 375px;
    margin: 0 auto;
    margin-top: -25px;
    padding-top: 20px;
  }

  .scene__explain__logolist > li {
    width: 50%;
    margin-top: 25px;
  }

  .scene__explain__logolist > li img {
    height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .scene__explain__logolist > li img {
    height: 20px;
  }
}

.scene__ex {
  color: #fff;
  background-color: #0a2b4a;
}

.scene__ex__main {
  display: -webkit-box;
  display: flex;
}

.scene__ex__lead {
  font-weight: 900;
  line-height: 1.6;
}

.scene__ex__prof:after {
  display: block;
  clear: both;
  content: '';
}

.scene__ex__prof__thumb {
  float: left;
}

.scene__ex__prof__thumb img {
  border-radius: 50% 50%;
}

.scene__ex__prof__name {
  font-weight: bold;
}

.scene__ex__txt {
  line-height: 1.8;
  width: 100%;
}

.scene__ex__more {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .scene__ex {
    padding: 100px 0;
  }

  .scene__ex__inner {
    max-width: 1040px;
  }

  .scene__ex__main {
    margin-top: 30px;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .scene__ex__lead {
    font-size: 3.6rem;
  }

  .scene__ex__prof {
    margin-top: 20px;
  }

  .scene__ex__prof > * {
    margin-left: 90px;
  }

  .scene__ex__prof__thumb {
    margin-left: 0;
  }

  .scene__ex__prof__thumb img {
    width: 80px;
  }

  .scene__ex__prof__name {
    font-size: 1.8rem;
    margin-top: 5px;
  }

  .scene__ex__prof__div {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .scene__ex__prof__job {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .scene__ex__txt {
    margin-top: 30px;
  }

  .scene__ex__more {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__ex {
    padding: 50px 0;
  }

  .scene__ex__sectttl img {
    width: auto;
    height: 29px;
  }

  .scene__ex__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 15px;
  }

  .scene__ex__lead {
    font-size: 2.5rem;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .scene__ex__lead {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__ex__prof {
    margin-top: 30px;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .scene__ex__prof > * {
    margin-left: 65px;
  }

  .scene__ex__prof__thumb {
    margin-left: 0;
  }

  .scene__ex__prof__thumb img {
    width: 55px;
  }

  .scene__ex__prof__name {
    font-size: 1.3rem;
    margin-top: 4px;
  }

  .scene__ex__prof__div {
    font-size: 1.2rem;
    margin-top: 4px;
  }

  .scene__ex__prof__job {
    font-size: 1.1rem;
    margin-top: 4px;
  }

  .scene__ex__txt {
    font-size: 1.3rem;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .scene__ex__more {
    margin-top: 30px;
  }
}

.scene__co {
  overflow: hidden;
  width: 100%;
}

.scene__co__sectttl {
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  background-color: #0a2b4a;
}

.scene__co__sectttl span {
  color: #ff5400;
}

.scene__co__lead {
  font-weight: bold;
  line-height: 1.8;
}

.scene__co__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.scene__co__sectttl {
  text-align: center;
}

.scene__co__sectttl span {
  color: #ff5400;
}

.scene__co__sectttl > span {
  margin-top: -.2em;
  vertical-align: middle;
}

.scene__co__sectttl * {
  font-weight: bold !important;
  min-width: auto !important;
  letter-spacing: 0 !important;
}

.scene__co__lead {
  text-align: center;
}

.scene__co__list {
  display: -webkit-box;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.scene__co__list > li div {
  display: block;
  width: 100%;
  text-align: center;
}

.scene__co__list > li > a {
  pointer-events: none;
}

.scene__co__more {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .scene__co {
    padding-top: 200px;
  }

  .scene__co__sectttl {
    font-size: 5.0rem;
    padding: 10px 20px;
  }

  .scene__co__lead {
    font-size: 3.0rem;
    margin-top: 60px;
  }

  .scene__co__list {
    margin: -60px -25px 0;
    padding-top: 100px;
  }

  .scene__co__list > li {
    margin-top: 50px;
    padding: 0 25px;
  }

  .scene__co__list > li img {
    width: 150px;
  }

  .scene__co__list--design > li img {
    width: 120px;
  }

  .scene__co__list--design > li img.is-small {
    width: 90px;
  }

  .scene__co__list--proof > li img {
    width: 120px;
  }

  .scene__co__list--proof > li img.is-large {
    width: 250px;
  }

  .scene__co__list--proof > li img.is-small {
    width: 120px;
  }

  .scene__co__list--edu > li img.is-large {
    width: 250px;
  }

  .scene__co__more {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__co {
    padding-top: 60px;
  }

  .scene__co__sectttl {
    font-size: 2.4rem;
    padding: 5px 10px;
    text-align: center;
  }

  .scene__co__lead {
    font-size: 1.3rem;
    margin-top: 25px;
  }

  .scene__co__list {
    margin: -20px -2.5vw 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .scene__co__list {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__co__list > li {
    width: 33.333%;
    margin-top: 30px;
    padding: 0 2.5vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .scene__co__list > li {
    width: 25%;
    padding: 0 3vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__co__list > li img.is-small {
    max-width: 70%;
  }

  .scene__co__list--proof > li img.is-large {
    max-width: 100%;
  }

  .scene__co__list--edu > li {
    width: 50%;
  }

  .scene__co__more {
    margin-top: 50px;
  }
}

.scene__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scene__slide img {
  width: auto;
  max-width: 100%;
}

.scene__slide__list:after {
  display: block;
  clear: both;
  content: '';
}

.scene__slide .slick-prev,
.scene__slide .slick-next {
  top: auto;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  background: no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.scene__slide .slick-prev {
  background-image: url(../images/common/icn_arrow_left_white01.png);
}

.scene__slide .slick-next {
  background-image: url(../images/common/icn_arrow_right_white01.png);
}

.scene__slide__item__img img {
  width: 100%;
}

.scene__slide__item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scene__slide__item a {
  display: block;
  color: inherit;
  outline: none;
}

.scene__slide__item__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}

.scene__slide__item__lead {
  line-height: 1.6;
}

.scene__slide__item__logo {
  line-height: 1.4;
  margin-top: auto;
}

.scene__slide__more {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to right, #0a2b4a 0%, #ff5400 100%);
}

.scene__slide.is-noActive .scene__slide__more {
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .scene__slide {
    margin-top: 50px;
    padding-top: 100px;
  }

  .scene__slide .slick-dots {
    display: none !important;
  }

  .scene__slide .slick-prev,
  .scene__slide .slick-next {
    bottom: 25px;
    width: 27px;
    height: 19px;
  }

  .scene__slide .slick-prev {
    left: 30px;
  }

  .scene__slide .slick-next {
    right: 30px;
  }

  .scene__slide__item {
    width: 25%;
    padding: 20px 15px 30px;
  }

  .scene__slide__item__inner {
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .scene__slide__item__lead {
    padding: 20px 40px 0 40px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .scene__slide__item__logo {
    font-size: 1.3rem;
    padding: 15px 40px 20px 40px;
  }

  .scene__slide__item__logo img {
    width: auto;
    height: 50px;
  }

  .scene__slide__more {
    padding: 20px 0 20px;
  }

  .scene__slide__list + .scene__slide__more {
    margin-top: -110px;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .scene__slide {
    margin-top: 25px;
    padding-top: 50px;
  }

  .scene__slide__list {
    padding: 0 30px;
  }

  .scene__slide .slick-list {
    overflow: visible !important;
  }

  .scene__slide .slick-prev,
  .scene__slide .slick-next {
    bottom: 25px;
    width: 27px;
    height: 19px;
  }

  .scene__slide .slick-prev {
    left: 20px;
  }

  .scene__slide .slick-next {
    right: 20px;
  }

  .scene__slide__item {
    width: 50%;
    padding: 0 10px 10px;
  }

  .scene__slide__item__inner {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .scene__slide__item__lead {
    padding: 20px 2rem 0 2rem;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .scene__slide__item__logo {
    font-size: 1.3rem;
    padding: 15px 2rem 20px 2rem;
  }

  .scene__slide__item__logo img {
    width: auto;
    height: 40px;
  }

  .scene__slide__more {
    padding: 20px 0 20px;
  }

  .scene__slide__list + .scene__slide__more {
    margin-top: -60px;
    padding-top: 75px;
  }
}

.scene__device {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scene__device:before {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  bottom: 0;
  margin-bottom: -1px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-style: solid;
  border-color: transparent transparent #f9f9f9 transparent;
}

.scene__device__main {
  -webkit-box-align: start;
  align-items: start;
}

.scene__device__txtblock {
  position: relative;
}

.scene__device__txtblock:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  background-color: #ff5400;
}

.scene__device__sectttl {
  font-weight: 900;
  color: inherit;
}

.scene__device__sectttl br {
  display: inline-block;
}

.scene__device__lead {
  line-height: 1.8;
}

.scene__device__kv {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
}

.scene__device__kv__inner {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .scene__device {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .scene__device:before {
    -webkit-transform: scale(1.5) translateX(-50%);
    transform: scale(1.5) translateX(-50%);
    border-width: 0 0 14vw 100vw;
  }

  .scene__device__main {
    display: -webkit-box;
    display: flex;
    margin-top: 50px;
  }

  .scene__device__txtblock {
    width: 620px;
    padding-top: 50px;
  }

  .scene__device__txtblock:before {
    width: 140px;
    height: 7px;
  }

  .scene__device__sectttl {
    font-size: 4.4rem;
  }

  .scene__device__lead {
    font-size: 1.6rem;
    max-width: 520px;
    margin-top: 10px;
  }

  .scene__device__app {
    margin-top: 25px;
  }

  .scene__device__app img {
    width: 150px;
  }

  .scene__device__kv {
    width: 50%;
    margin-top: 70px;
    padding-bottom: 100px;
  }

  .scene__device__kv__thumb {
    margin-right: -320px;
    padding-left: 70px;
  }

  .scene__device__kv__other1 {
    position: absolute;
    top: 34%;
    left: -22%;
    width: 101%;
  }

  .scene__device__kv__other2 {
    position: absolute;
    top: 60%;
    left: -46%;
    width: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__device {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .scene__device__txtblock {
    padding-top: 15px;
  }

  .scene__device__txtblock:before {
    width: 60px;
    height: 3px;
  }

  .scene__device__sectttl {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .scene__device__sectttl {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .scene__device__lead {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .scene__device__app {
    margin-top: 15px;
  }

  .scene__device__app img {
    width: 150px;
  }

  .scene__device__kv {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .scene__device__kv__thumb {
    position: relative;
    left: 18%;
  }

  .scene__device__kv__other1 {
    position: relative;
    left: -3%;
    width: 80%;
    margin-top: -45%;
  }

  .scene__device__kv__other2 {
    position: relative;
    left: 50%;
    width: 33%;
    margin-top: -34%;
  }
}

.item__card {
  overflow: hidden;
  width: 455px;
  margin: 10px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.item__card.-disabled-link {
  pointer-events: none;
}

.item__card img {
  font-family: 'object-fit: cover';
  width: 100%;
  max-height: 250px;
  border-radius: 20px 20px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  -o-object-fit: cover;
  object-fit: cover;
}

.item__card a:hover img {
  opacity: .5;
}

.item__card ul {
  padding: 25px 30px 30px;
  color: #0a2b4a;
}

.item__card .item__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 767px) {
  .item__card .item__ttl br {
    display: none;
  }

  .item__card ul {
    padding: 10px 20px 20px;
  }
}

.item__card .item__cap {
  font-size: 1.3rem;
  padding-top: 10px;
}

.item__card .item__datecat {
  font-size: 1.2rem;
  padding-top: 2em;
}

.item__card .item__datecat .date {
  margin-top: 1em;
}

.item__card .item__datecat .date:not(.noPartition):after {
  content: ' ｜ ';
}

.main .item__index {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main .item__index .item__card {
  margin: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .item__index .item__card {
    width: 46%;
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main .item__index {
    padding-top: 40px;
  }

  .main .item__index .item__card {
    width: 100%;
    margin: 20px 0;
  }
}

.article {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 0;
}

.main__releases .article {
  max-width: 880px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .article {
    padding: 15px 0;
  }
}

.article .post__info {
  margin: 20px 0 0;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .article .post__info {
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

.article .post__info .item__datecat {
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-right: 20px;
  text-align: left;
  background-color: #f8f8f8;
  -webkit-box-align: center;
  align-items: center;
}

.article .post__info .item__datecat .date {
  font-size: 1.3rem;
  margin-right: 20px;
  padding: 20px 20px;
  border-right: 4px solid #fff;
}

@media only screen and (max-width: 767px) {
  .article .post__info .item__datecat .date {
    margin-right: 10px;
    padding: 10px 10px;
  }
}

.article .post__info ul.share__btns {
  margin-left: auto;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .article .post__info ul.share__btns {
    margin: 0;
    padding-top: 10px;
  }
}

.article .post__info ul.share__btns li {
  display: inline;
  padding: 0 5px;
}

.article h3 {
  font-size: 2.4rem;
}

.article h3::before {
  display: block;
  padding-top: 60px;
  content: '';
}

.article h4 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 30px;
  text-align: left;
}

.article h5 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 40px;
  color: #ff672d;
}

.article p {
  line-height: 2.0;
  padding-top: 30px;
}

.article p img {
  display: block;
  width: initial;
  max-width: 100%;
  margin: auto;
}

.article a {
  text-decoration: underline;
  color: #ff5400;
}

.article a:hover {
  color: #0a2b4a;
}

.article > ul {
  line-height: 2.0;
  padding-top: 30px;
}

.article > ul li {
  margin-left: 1.5em;
}

.article > ul.decimal li {
  list-style-type: decimal;
}

.article > ul.disc li {
  list-style-type: disc;
}

.article p img.icon-submenu {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.article .timeline-menu-thumb {
  width: 440px;
  height: auto;
}

.article p.under-title,
.article ul.under-title {
  padding-top: 10px;
}

.article > ul.paren {
  list-style: none;
  counter-reset: item;
}

.article > ul.paren li {
  list-style-position: inside;
  list-style-type: none;
  counter-increment: cnt;
}

.article > ul.paren li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.article .like-decimal {
  margin-left: 1.5em;
}

.article strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, rgba(255, 84, 0, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 84, 0, 0.5) 50%);
}

.article p.cap {
  padding-top: 1em;
}

.article p:first-child {
  padding-top: 0;
}

.article .yt-wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.article .wp-video {
  padding-top: 30px;
}

.main__releases .article .wp-video .wp-video-shortcode {
  height: auto !important;
}

.article .section_a-lot-of-stories {
  margin-top: 70px;
  flex-wrap: nowrap;
}

.article .section_a-lot-of-stories div:first-child {
  margin-right: 50px;
}

.article .section_a-lot-of-stories .section-desc-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.article .section_a-lot-of-stories p {
  padding-top: 20px;
}

.article .section_a-lot-of-stories img {
  width: 230px;
}

.article .section_a-lot-of-stories .logo_freestyle {
  width: 216px;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .article .section_a-lot-of-stories {
    display: block !important;
    margin-top: 60px;
    flex-wrap: none;
  }

  .article .section_a-lot-of-stories img {
    display: block;
    width: 230px;
    margin: 15px auto 20px auto;
  }

  .article .section_a-lot-of-stories div:first-child {
    margin-right: 0;
  }
}

.article b.name {
  font-weight: bold;
  margin-right: 10px;
}

.main__casestudy {
  line-height: 1.6;
  padding: 30px 0;
  /*text-align: center;*/
  color: #293541;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .main__casestudy {
    text-align: left;
  }
}

.main__casestudy figure {
  max-width: 1200px;
  margin: 0 auto;
}

.main__casestudy figure img {
  font-family: 'object-fit: cover';
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main__casestudy figure img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .main__casestudy figure img {
    height: auto;
  }
}

.main__casestudy h2 {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main__casestudy h2 br {
    display: block;
  }
}

.main__casestudy h4 {
  text-align: left;
  font-size: 1.8rem;
  padding-top: 1em;
}

@media only screen and (max-width: 767px) {
  .main__casestudy h4 {
    text-align: left;
  }
}

.main__casestudy .staff {
  font-size: 1.4rem;
  padding-top: 1em;
}

.main__casestudy .staff strong {
  font-weight: bold;
  padding-right: 1em;
}

.main__casestudy .company {
  font-size: 1.2rem;
  width: 100%;
  /*max-width: 680px;*/
  margin: 20px auto 0;
  padding: 1.5em;
  text-align: left;
  background-color: #eee;
}

.main__casestudy ul.share__btns {
  display: none;
  text-align: center;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .main__casestudy ul.share__btns {
    padding-top: 10px;
  }
}

.main__casestudy ul.share__btns li {
  display: inline;
  padding: 0 5px;
}

.docs {
  margin: 60px auto 0;
}

.docs a {
  color: inherit;
}

.docs a:hover {
  color: #ff5400;
}

@media only screen and (max-width: 767px) {
  .docs {
    margin-top: 30px;
  }
}

.docs .date {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0;
  text-align: right;
}

.docs .date .large {
  font-size: 1.8rem;
}

.docs .date strong {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .docs .date {
    text-align: center;
  }
}

.docs h3 {
  font-weight: bold;
  padding: 50px 0 5px;
}

@media only screen and (min-width: 1024px) {
  .docs h3 {
    font-size: 3.0rem;
  }
}

.docs h3:before {
  display: none;
}

.docs h3:first-child {
  padding-top: 0px;
}

@media only screen and (max-width: 767px) {
  .docs h3 {
    padding-top: 30px;
  }
}

.docs p {
  font-size: 1.3rem;
  padding: .75em 0 .75em;
}

.docs ul {
  font-size: 1.3rem;
  padding: .75em 0 .75em;
}

.docs ul li {
  margin-left: 1.5em;
  padding-bottom: 0;
}

.docs ul.decimal li {
  list-style-type: decimal;
}

.docs ul.disc li {
  list-style-type: disc;
}

.docs ul li ol,
.docs ol {
  padding: 0 0 .5em 1em;
}

.docs ul li ol li,
.docs ol li {
  list-style-type: lower-latin !important;
}

.docs strong {
  font-weight: bold;
  display: inline-block;
}

.docs ol li {
  counter-increment: level2;
  list-style-type: none;
  display: table-row;
}

.docs ol li:before {
  content: "(" counter(level2) ")";
  padding-right: 0.5em;
  display: table-cell;
}

.sign {
  font-size: 1.4rem;
  padding-top: 0;
}

.sign dl {
  line-height: 1.6;
}

.sign dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  width: 20%;
  min-width: 220px;
  max-width: 220px;
  padding: 30px;
  color: #ff5400;
}

.sign dl dt:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.sign dl dt:nth-of-type(2n):before {
  position: absolute;
  display: block;
  width: 200vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .sign dl dt {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    padding: 20px;
  }
}

.sign dl dd {
  font-size: 1.6rem;
  width: 70%;
  padding: 30px;
}

.sign dl dd:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.sign dl dd a {
  color: inherit;
}

.sign dl dd a:hover {
  color: #ff5400;
}

@media only screen and (max-width: 767px) {
  .sign dl dd {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sign dl dt:last-of-type {
    border-bottom: none;
  }
}

.tutorials {
  max-width: 1120px;
  margin-top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tutorials h3 {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  background: #0a2b4a;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .tutorials h3 {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}

.tutorials h3::before {
  display: none !important;
}

.tutorials div {
  width: 48%;
  max-width: 480px;
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .tutorials div {
    width: 49%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tutorials div {
    width: 100%;
    max-width: 100%;
  }
}

.tutorials div ul {
  line-height: 1.4;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.tutorials div ul li {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  background-color: #fff;
}

.tutorials div ul li:nth-child(2n) {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .tutorials div ul li {
    font-size: 1.3rem;
  }
}

.tutorials div ul li a::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 50px;
  content: '\f144';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff5400;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .tutorials div ul li a::after {
    font-size: 2rem;
    right: 20px;
  }
}

.tutorials div ul a {
  display: block;
  padding: 30px 90px 30px 50px;
  color: inherit;
}

.tutorials div ul a:hover {
  color: #ff5400;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .tutorials div ul a {
    padding-right: 50px;
    padding-left: 25px;
  }
}

.faqttl {
  font-size: 3.6rem;
  font-weight: 900;
  margin-top: 80px;
  text-align: center;
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faqttl {
    font-size: 2rem;
    margin-top: 40px;
  }
}

.faq {
  margin: 0 auto;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faq {
    margin-top: 0;
    padding-top: 15px;
  }
}

.faq dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding: 20px 30px 20px 0;
  cursor: pointer;
  color: #0a2b4a;
  border-bottom: 1px solid #bababa;
  outline: none;
}

.faq dt:first-child {
  border-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faq dt {
    font-size: 1.4rem;
    padding: 15px 20px 15px 0;
  }
}

.faq dt a {
  color: inherit;
}

.faq dt a:hover {
  color: #ff5400;
}

.faq dt.open {
  border-bottom: 0;
}

.faq dt:hover,
.faq dt:hover:after {
  color: #ff5400;
}

.faq dt::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.4rem;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f107';
  -webkit-transform: scaleX(0.9) translateY(-50%);
  transform: scaleX(0.9) translateY(-50%);
  color: #9eaab1;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faq dt::after {
    right: 0;
  }
}

.faq dt.open::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.4rem;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f106';
  -webkit-transform: scaleX(0.9) translateY(-50%);
  transform: scaleX(0.9) translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faq dt.open::after {
    right: 0;
  }
}

.faq dd {
  font-size: 1.4rem;
  display: none;
  padding: 0 0 15px;
  border-bottom: 1px solid #bababa;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .faq dd {
    font-size: 1.3rem;
    padding: 0 0 15px;
  }
}

.faq p {
  line-height: 1.8;
  padding: 0 0 1em;
}

.faq ul {
  padding: 0 0 1em;
}

.faq ul li {
  padding-bottom: .5em;
}

.main .faq__nav ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main .faq__nav ul li {
  text-align: center;
}

.main .faq__nav ul li a {
  position: relative;
  display: block;
  padding: 28px 20px;
}

.main .faq__nav ul li a:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  position: relative;
  margin: 10px auto 0;
  -webkit-transition: ease .4s border;
  transition: ease .4s border;
  -webkit-transform: scaleX(1.3) scaleY(1.1) rotate(45deg);
  transform: scaleX(1.3) scaleY(1.1) rotate(45deg);
  border: solid #fff;
  border-width: 0 1px 1px 0;
}

.main .faq__nav ul li a:hover:after {
  border-color: #ff5400;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main .faq__nav ul {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main .faq__nav ul li a {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main .faq__nav {
    padding: 0 !important;
  }

  .main .faq__nav ul {
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .main .faq__nav ul li {
    display: block;
    width: 100%;
    text-align: left;
  }

  .main .faq__nav ul li a {
    width: 100%;
    padding: 15px 20px;
  }

  .main .faq__nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -5px;
  }
}

.plan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .plan {
    padding: 0 20px;
  }
}

.plan .plan__tab {
  display: inline-block;
  margin: 20px auto 10px;
  border-radius: 50px;
}

.plan .plan__tab ul.tab__btn li {
  font-weight: bold;
  padding: 1em 2em;
  cursor: pointer;
  color: #ff672d;
  border: 2px solid #ff672d;
  background-color: #fff;
}

.plan .plan__tab ul.tab__btn li.active {
  cursor: default;
  color: #fff;
  background-color: #ff672d;
}

.plan .plan__tab ul.tab__btn li:first-child {
  padding-right: 1.5em;
  border-radius: 50px 0 0 50px;
}

.plan .plan__tab ul.tab__btn li:last-child {
  padding-left: 1.5em;
  border-radius: 0 50px 50px 0;
}

.select-plan-tab {
  font-size: 2rem;
  display: -webkit-box;
  display: flex;
  margin: 30px 0;
  color: #4d5660;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.select-plan-tab .flex {
  min-width: 240px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.select-plan-radio {
  display: none;
}

.select-plan-radio + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.selectPlanLabel.year {
  margin-right: 36px;
}

.select-plan-radio + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #eee;
}

.select-plan-radio:checked + label {
  color: #0a2b4a;
}

.select-plan-radio:checked + label::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff5400;
}

.btn__enterprise {
  background: #0072bf;
}

.plan .planL > li:nth-child(n+2),
.plan .planS > li:nth-child(n+2) {
  display: none;
}

.plan .plan__list {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
}

.plan .plan__list > div {
  width: 23%;
  margin: 10px 1%;
  border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .plan .plan__list {
    padding: 0 20px;
  }

  .plan .plan__list > div {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .plan .plan__list > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.plan .plan__list div > ul:first-child span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0a2b4a;
}

.plan .plan__list div > ul:first-child span.txt-s {
  font-weight: normal;
  color: #bababa;
}

.plan .plan__list div > ul:first-child span.notes span {
  font-weight: normal;
  color: #bababa;
  line-height: 1.8;
}

.plan .plan__list div > ul:first-child > li {
  font-size: 1.6rem;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .plan .plan__list div > ul:first-child > li {
    min-height: inherit;
  }
}

.is-IE .plan .plan__list div > ul:first-child > li {
  height: 115px;
}

.plan .plan__list div > ul:first-child > li:first-child {
  min-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}

.is-IE .plan .plan__list div > ul:first-child > li:first-child {
  height: auto;
}

.plan .plan__list div > ul:first-child > li:nth-child(2n+1) {
  background-color: #f8f8f8;
}

.plan .plan__list div ul:first-child li.plan__name {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 25px 0;
  color: #fff;
}

.plan .plan__list div ul:first-child li.plan__name span {
  color: rgba(255, 255, 255, 0.8);
}

.plan .plan__list div ul:first-child li.price,
.plan .plan__list div ul:first-child .planL li,
.plan .plan__list div ul:first-child .planS li {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ff5400;
}

.plan .plan__list div ul:first-child li.contact {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 53px 0 10px;
}

.plan .plan__list div ul:first-child li.storage,
.plan .plan__list div ul:first-child li.account,
.plan .plan__list div ul:first-child li.project {
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.8;
  color: #ff5400;
}

.plan .plan__list div ul:first-child li.storage > div,
.plan .plan__list div ul:first-child li.account > div,
.plan .plan__list div ul:first-child li.project > div {
  font-weight: inherit;
}

.plan .plan__list div ul:first-child li.account,
.plan .plan__list div ul:first-child li.project,
.plan .plan__list div ul:first-child li.plan__btn {
  min-height: 100px;
}

.is-IE .plan .plan__list div ul:first-child li.account, .is-IE
.plan .plan__list div ul:first-child li.project, .is-IE
.plan .plan__list div ul:first-child li.plan__btn {
  height: 100px;
}

.plan .plan__list div ul:first-child li.storage span {
  display: block;
}

.plan .plan__list div ul:first-child li.entry {
  background-color: #0a2b4a;
}

.plan .plan__list div ul:first-child li.light {
  background-color: #0a2b4a;
}

.plan .plan__list div ul:first-child li.standard {
  padding: 35px 0;
  background: #0a2b4a;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to top, #0a2b4a 0%, #ff5400 100%);
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .plan .plan__list div ul:first-child li.standard {
    padding: 25px 0;
  }
}

.plan .plan__list div ul:first-child li.enterprise {
  background-color: #0a2b4a;
}

.plan .plan__list div ul:first-child li.plan__btn {
  height: 100px;
}

.plan .plan__list div ul:first-child li.plan__btn a {
  padding: .5em 2em;
}

.plan .plan__list div ul:first-child li.inquiry {
  display: -webkit-box;
  display: flex;
  min-height: 530px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .plan .plan__list div ul:first-child li.inquiry {
    min-height: 200px;
  }
}

.is-IE .plan .plan__list div ul:first-child li.inquiry {
  height: 530px;
}

.plan .plan__list div ul:first-child li.inquiry .message-inquiry {
  margin-bottom: 15px;
}

.plan .plan__list div ul.recommend {
  margin-top: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .plan .plan__list div ul.recommend {
    margin: 0;
  }
}

.plan .plan__list ul.plan__features.review {
  height: 200px;
}
@media only screen and (max-width: 1200px) {
  .plan .plan__list div:nth-child(1) ul.plan__features.review,
  .plan .plan__list div:nth-child(2) ul.plan__features.review {
    height: 170px;
  }
}

.plan .plan__list ul.plan__features.other {
  height: 510px;
}
@media only screen and (max-width: 1200px) {
  .plan .plan__list div:nth-child(1) ul.plan__features.other,
  .plan .plan__list div:nth-child(2) ul.plan__features.other {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .plan .plan__list div:nth-child(3) ul.plan__features.other {
    height: 280px;
  }
}

.plan .plan__list div ul.plan__features {
  padding: 20px 30px;
  text-align: left;
}

.plan .plan__list div ul.plan__features.review {
  padding-bottom: 0;
}

.plan .plan__list div ul.plan__features li {
  font-size: 1.3rem;
  line-height: 2.4;
  padding: 0;
}

.plan .plan__list div ul.plan__features li a {
  color: inherit;
}

.plan .plan__list div ul.plan__features li a:hover {
  color: #ff672d;
}

.plan .plan__list div ul.plan__features li.group1 {
  margin-bottom: .3em;
  padding-bottom: .3em;
  border-bottom: 1px dashed #e2e2e2;
}

.plan .plan__list div ul.plan__features li.group1.group1-padding {
  padding-bottom: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .plan .plan__list div ul.plan__features li.group1.group1-padding {
    padding-bottom: .3em;
  }
}

.plan .plan__list div ul.plan__features .fa-check-circle {
  color: #ff5400;
}

.plan .plan__list div ul.plan__features .fa-circle {
  color: #ff672d;
}

.plan .plan__list div ul.plan__features .fa-external-link-square {
  color: #0a2b4a;
}

.plan .plan__list div .planL li,
.plan .plan__list div .planS li {
  font-size: 3.6rem;
  line-height: 1.2;
  padding: 0;
}

.plan .plan__list div .planL > span,
.plan .plan__list div .planS > span {
  display: inline !important;
}

.plan__list .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 10px;
  padding-top: 40px;
  text-align: center;
  color: #0a2b4a;
  -webkit-box-pack: center;
  justify-content: center;
}

.plan .hline {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px;
  padding-top: 10px;
  text-align: center;
  color: #bababa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan .hline:before,
.plan .hline:after {
  display: inline;
  content: '';
  border-top: 1px solid #e5e5e5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.plan .plan__features {
  padding: 20px 0 30px;
}

.plan .cap {
  line-height: 1.6;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .plan .cap {
    text-align: left;
  }
}

.plan__features_reivew {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  padding: 0 12px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.plan__features_reivew li {
  width: 33.3%;
  padding-top: 35px !important;
}

.plan__features_reivew li div {
  width: 100% !important;
}

.plan__features_reivew li:first-child {
  margin-left: 0;
}

.plan__features_reivew li.break {
  margin-right: 0;
}

.plan__features_reivew li aside {
  font-size: 12px;
  padding-top: 8px;
}

.plan__features_reivew li .icon-features {
  display: block;
  width: auto;
  height: 36px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.features-review-contents {
  position: relative;
}

.features-review-contents:hover img {
  filter: grayscale(1);
}

.features-review-contents .features-popover {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  left: -96px;
  display: block;
  min-width: 293px;
  min-height: 135px;
  padding: 20px 30px;
  color: #fff;
  background: #0a2b4a;
}

.features-review-contents .features-popover.hidden {
  display: none;
}

/** 吹き出し **/
.features-review-contents .features-popover:after {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: ' ';
  border: 10px solid transparent;
  border-top-color: #0a2b4a;
}

.features-review-contents .features-popover.up.center:after {
  top: 100%;
  left: 50%;
}

/**
 左吹き出し
 */
.features-review-contents .features-popover.up.left {
  top: -150px;
  left: -14%;
  height: 135px;
}

.features-review-contents .features-popover.left:after {
  left: 55px;
}

.features-review-contents .features-popover.bottom.left {
  bottom: -153px;
  left: -12px;
}

.features-review-contents .features-popover.bottom.left:after {
  top: -20px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/**
 右吹き出し
 */
.features-review-contents .features-popover.up.right {
  bottom: 80px;
  left: -180px;
}

.features-review-contents .features-popover.up.right:after {
  right: 45px;
  left: auto;
}

/**
 右吹き出し
 */
.features-review-contents .features-popover.bottom.center:after {
  top: -20px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.features-review-contents .features-popover .popover-main {
  font-size: 12px;
  line-height: 2em;
}

.features-review-contents .features-popover .popover-title {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 12px;
}

.features-review-contents:not(.non-over):hover .icon-features {
  opacity: .5;
}

.plan .plan__list div ul.plan__features {
  padding: 30px 30px;
}

.plan__features.linkage {
  display: -webkit-box;
  display: flex;
  min-height: 200px;
  margin: 0 -8px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .plan__features.linkage {
    min-height: inherit;
  }
}

.plan__features.linkage > li {
  padding: 0 8px !important;
}

.plan__features.linkage .plan-linkage-logo.chatwork {
  width: auto;
  height: 22.5px;
  margin-bottom: 25px;
}

.plan__features.linkage .plan-linkage-logo.slack {
  width: auto;
  height: 21px;
  margin-bottom: 25px;
}

.plan__features.linkage .plan-linkage-logo.onelogin {
  width: auto;
  height: 21px;
  margin-bottom: 23px;
}

.plan__features.linkage .plan-linkage-logo.cloudgate {
  width: auto;
  height: 24px;
  margin-bottom: 23px;
}

.plan__features.linkage .plan-linkage-logo.box {
  width: auto;
  height: 22.5px;
}

.plan__features.linkage .plan-linkage-logo.box + .box-notes {
  position: relative;
  top: 3px;
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .plan .hline.title-linkage {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .plan__features_reivew li .icon-features {
    width: 36px;
    height: auto;
    min-height: 36px;
  }
}

.plan .btn__simulation {
  font-size: 1.6rem;
  margin: 50px auto 80px auto;
}

@media only screen and (max-width: 374px) {
  .plan .btn__simulation {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

.plan .btn__simulation .icon-calculator {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -14px 10px -10px 0;
  vertical-align: middle;
  background: url("../../../uploads/2019/03/btn_calculator.svg") no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px;
}

.plan .btn__simulation:hover .icon-calculator {
  background-image: url("../../../uploads/2019/03/btn_calculator_hover.svg");
}

.estimate-error {
  padding-top: 20px;
  color: #d11b19;
}

.simulation__form_wrapper.loading {
  position: relative;
}

.simulation__form_wrapper.loading:after {
  position: absolute;
  top: calc(50% - 88px);
  left: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  content: '';
  background-image: url("../../../uploads/2019/03/loading_download.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.btn-estimate.disabled {
  pointer-events: none;
  color: #ff672d !important;
}

@media only screen and (max-width: 768px) {
  .plan .btn__simulation {
    font-size: 1.1em;
    width: 90%;
  }
}

/**
 * IT導入補助金
 **/
.price_it_bnr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 30px;
}

.price_it_bnr a {
  display: block;
}

.price_it_bnr img {
  padding: 0 6%;
}

/** アカデミックプラン導線 **/
.academic-wrap {
  position: relative;
  padding: 0 40px 100px;
  margin: 150px -40px 0;
  background-color: #f8f8f8;
}

.academic-wrap:before {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  margin-bottom: -1px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-style: solid;
  border-color: transparent transparent #f9f9f9 transparent;
}

.academic-wrap:before {
  margin-top: -130px;
  -webkit-transform: scale(1.5) translateX(-50%);
  transform: scale(1.5) translateX(-50%);
  border-width: 0 0 14vw 100vw;
}

.academic-wrap img {
  max-width: 100%;
}

.academic-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  margin: 20px auto 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.academic-col.contact_text {
  -webkit-box-flex: 1;
  flex: 1;
}

.academic-col.contact_buttons a {
  min-width: 240px;
}

@media only screen and (min-width: 860px) {
  .acd_tab_br {
    display: none !important;
  }

  .acd_pc_br {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) {
  .acd_pc_br {
    display: none;
  }

  .acd_tab_br {
    display: block;
  }

  .plan .it-ss-bnr .plan-it-ss-bnr-pc {
    display: block;
    max-width: 1176px;
    margin: 0 auto;
    padding: 28px 0 30px 0;
  }

  .plan .it-ss-bnr .plan-it-ss-bnr-sp {
    display: none;
  }

  .academic-box {
    display: -webkit-box;
    display: flex;
    max-width: 1200px;
    margin: 20px auto 0;
    padding-right: 120px;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .academic-box .academic-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }

  .academic-box .academic-col:first-child {
    width: 200px;
  }

  .academic-box .academic-col:first-child img {
    flex-shrink: 0;
  }

  .academic-box .academic-col.contact_text {
    padding: 0 35px;
  }

  .academic-box .academic-col .icon-academic-cap {
    width: 100px;
    height: 60px;
    margin: -5px auto;
  }

  .academic-box .academic-col .note {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 100%;
    text-align: left;
  }

  .academic-box .academic-col .note--sub {
    font-size: 1.4rem;
  }

  .academic-box .academic-col .note + .note {
    margin-top: 15px;
  }

  .academic-box .academic-col .strong {
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .academic-wrap {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin: 0 -20px;
    margin-top: 50px;
    padding: 10px 20px 50px;
  }

  .academic-wrap:before {
    margin-top: -10vw;
  }

  .acd_pc_br {
    display: none;
  }

  .acd_tab_br {
    display: none;
  }

  .plan-it-ss-bnr-pc {
    display: none;
  }

  .plan-it-ss-bnr-sp {
    display: block;
  }

  .academic-box {
    display: block;
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }

  .academic-col {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .academic-col img {
    width: 200px;
  }

  .academic-col.contact_buttons {
    margin-top: 20px;
  }

  .academic-col .note {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }

  .academic-col .note br {
    display: none;
  }

  .academic-col .note + .note {
    margin-top: 10px;
  }

  .academic-col .note.strong {
    font-weight: bold;
  }

  .plan .item__card {
    width: 100%;
    margin: 0;
  }

  .plan .item__link {
    margin: 20px auto 0;
    text-align: center;
  }

  .plan .item__link .btn {
    padding: 1em 2.8em;
  }
}

@media only screen and (max-width: 1024px) {
  .seminar .item__card img {
    height: auto;
  }
}

.plan__simulation {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 40px 100px;
}

.plan__simulation .cap a {
  color: inherit;
}

.plan__simulation .cap a:hover {
  text-decoration: none;
}

.plan__simulation .copy {
  width: 100%;
  text-align: center;
}

.plan__simulation .input-plan {
  width: 100%;
}

.plan__simulation .input-plan .row {
  position: relative;
  min-height: 80px;
}

.plan__simulation .input-plan .row:after {
  position: absolute;
  display: block;
  width: 150vw;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eaeaea;
}

.plan__simulation .input-plan .row:first-child:after {
  display: none;
}

.plan__simulation .input-plan .row dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  width: 320px;
  min-height: 80px;
  padding-top: 28px;
  padding-right: 20px;
  text-align: left;
  color: #0a2b4a;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .plan__simulation .input-plan .row dt {
    width: 240px;
  }
}

.add-storage-text {
  font-weight: bold;
  line-height: 1.3;
  color: #516776;
}

.plan__simulation .input-plan .row dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.plan__simulation .input-plan .row .number {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
}

.plan__simulation .input-plan .row .accountCountValue,
.plan__simulation .input-plan .row .totalStorageValue {
  color: #ff5400;
}

.plan__simulation .input-plan .row .unit {
  font-size: 1.2em;
  line-height: 2em;
  display: inline;
  padding-top: 10px;
  padding-left: 4px;
}

.plan__simulation .input-plan .row .form-radio {
  display: none;
}

.plan__simulation .input-plan .row .form-control {
  font-size: 1.6rem;
  line-height: 1.4;
  display: block;
  width: 80px;
  height: 40px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  text-align: center;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.plan__simulation .input-plan input[type='number']::-webkit-outer-spin-button,
.plan__simulation .input-plan input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.plan__simulation .btn-counter-group {
  display: -webkit-box;
  display: flex;
  margin: 0 15px 0 0;
}

.plan__simulation .btn-counter-group button {
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0 14px;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  background: #0a2b4a;
  -webkit-appearance: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.plan__simulation .btn-counter-group button:disabled {
  color: #bababa;
  background-color: #f8f8f8;
}

.plan__simulation .btn-counter-group button:first-child {
  border-right: none;
}

.plan__simulation .btn-counter-group button:not(:disabled):hover {
  cursor: pointer;
  opacity: .7;
}

.plan__simulation .btn-counter-group button.up {
  background-color: #ff5400;
}

.plan__simulation .input-plan .row .form-radio + label {
  font-size: 1.6rem;
  position: relative;
  padding-top: 2px;
  padding-left: 32px;
  cursor: pointer;
}

.plan__simulation .input-plan .row .form-radio:first-child + label {
  margin-right: 60px;
}

.plan__simulation .input-plan .row .form-radio + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #eee;
}

.plan__simulation .input-plan .row .form-radio + label::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.plan__simulation .input-plan .row .form-radio:checked + label::after {
  background: #ff5400;
}

.plan__simulation .simulation__form_wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
}

.plan__simulation .simulation__form {
  width: 100%;
}

.plan__simulation .simulation__form .form-control {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
}

.plan__simulation .simulation__form .align-height {
  line-height: 35px;
  text-align: left;
  word-break: break-all;
}

.plan__simulation .simulation__form .input-area {
  margin-bottom: 20px;
}

.plan__simulation .total-storage-container {
  position: relative;
}

.plan__simulation .total-storage-container:before {
  position: absolute;
  display: block;
  width: 150vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fafafa;
}

.plan__simulation .total-storage-container:after {
  display: none !important;
}

.plan__simulation .total-storage-container dd {
  width: calc(100% - 320px);
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .plan__simulation .total-storage-container dd {
    width: calc(100% - 240px);
  }
}

.plan__simulation .additional-storage-container dd {
  width: calc(100% - 320px);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .plan__simulation .additional-storage-container dd {
    width: calc(100% - 240px);
  }
}

.plan__simulation .additional-storage-container dd .cap {
  line-height: 1.8em;
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
}

.plan__simulation .additional-storage-container .input-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.plan__simulation .account-num-container dd {
  -webkit-box-align: center;
  align-items: center;
}

.plan__simulation .account-num-container dd .cap {
  margin-left: 8px;
  padding-top: 0;
}

.plan__simulation .total-price-row {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  width: 100%;
  padding: 30px 0;
}

.plan__simulation .total-price-row:before {
  position: absolute;
  display: block;
  width: 150vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ededed;
}

.plan__simulation .total-price-row dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  width: 190px;
  padding-left: 20px;
  text-align: left;
  color: #0a2b4a;
  -webkit-box-align: center;
  align-items: center;
}

.plan__simulation .multiply {
  font-size: 1.3em;
  padding: 0 10px;
}

.plan__simulation .total-price-row dd .totalPriceValue {
  margin-top: -8px;
}

.plan__simulation .total-price-row dd .totalPriceFont {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ff5400;
}

.plan__simulation .total-price-row dd .totalPriceFont > * {
  font-weight: 900;
}

.plan__simulation .total-price-row dd .tax {
  font-size: 1.3rem;
  font-weight: normal;
  color: #0a2b4a;
}

.plan__simulation .total-price-row .cap {
  font-size: 1.0rem;
  clear: both;
  padding-top: .7em;
}

.plan__simulation .total__price > span {
  float: right;
}

.plan__simulation .btn-area {
  padding-top: 2.5em;
  text-align: center;
}

.plan__simulation .btn-area .regist {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  outline: 0;
}

.plan__simulation .simulation__form_wrapper .cap {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}

.plan__simulation .additional-storage-container dd {
  display: block !important;
}

.plan__simulation .odometer-value,
.plan__simulation .odometer-digit,
.plan__simulation .odometer span,
.plan__simulation .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  min-width: 18px !important;
}

.odometer-value,
.odometer-digit,
.odometer span,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  text-align: center;
}

.plan__simulation .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.plan__simulation .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -ms-transition: -ms-transform .5s;
  -o-transition: -o-transform .5s;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

.plan__simulation .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.plan__simulation .odometer .odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -ms-transition: -ms-transform .5s;
  -o-transition: -o-transform .5s;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

.plan__simulation .additional-storage-container {
  position: relative;
}

.plan__simulation .additional-storage-container .additional-storage-disabled.hidden {
  display: none;
}

.plan__simulation .additional-storage-container .additional-storage-disabled {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  background: rgba(148, 148, 148, 0.9);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.plan__simulation .additional-storage-container .additional-storage-disabled p {
  line-height: 1.3em;
  z-index: 9999;
  display: inline-block;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .plan__simulation .isSp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .plan__simulation {
    padding: 0 20px 100px;
  }

  .plan__simulation .input-plan .row dt {
    min-height: auto;
  }

  .plan__simulation .input-plan dl,
  .plan__simulation .input-plan dt,
  .plan__simulation .total-price-row dl,
  .plan__simulation .total-price-row dd {
    display: block !important;
    width: 100% !important;
  }

  .plan__simulation .input-plan dl {
    padding: 22px 0;
  }

  .plan__simulation .input-plan dt {
    padding: 0 0 16px 0 !important;
  }

  .plan__simulation .additional-storage-container dd,
  .plan__simulation .total-storage-container dd {
    display: block;
    width: 100% !important;
    padding-top: 0 !important;
  }

  .plan__simulation .additional-storage-container .storage-cap {
    padding-bottom: 0 !important;
  }

  .plan__simulation .total-price-row {
    padding: 22px 0 !important;
  }

  .plan__simulation .total-price-row .cap {
    text-align: right;
  }

  .plan__simulation dt {
    padding-bottom: 20px;
    padding-left: 0 !important;
  }

  .plan__simulation .account-num-container dd {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .plan__simulation .isSp {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .plan__simulation .account-num-container dd .cap {
    margin: 10px 0 0 0 !important;
  }

  .plan__simulation .form-group-radio {
    display: block;
  }

  .plan__simulation .form-group-radio li:first-child {
    margin-bottom: 20px;
  }

  .plan__simulation .input-plan .row .number {
    font-size: 2.7rem;
  }

  .plan__simulation .input-plan .row .additional_storage {
    font-size: 2.2rem;
    width: 44px;
    padding: 6px;
  }

  .plan__simulation .input-plan .row .unit {
    font-size: 1em;
  }

  .plan__simulation .btn-counter-group {
    margin: 0 8px 0 0;
  }

  .plan__simulation .multiply {
    padding: 0 5px;
  }

  .plan__simulation .btn-area .regist {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 374px) {
  .plan__simulation .btn-area .regist {
    font-size: 1.2rem;
  }
}

.main--features {
  padding-bottom: 0;
}

.features__menu__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features__menu__list__iteminner {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-align: center;
  align-items: center;
}

.is-IE .features__menu__list__iteminner {
  border-radius: 9px;
}

.features__menu__list > li {
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.features__menu__list > li .txt {
  display: inline-block;
}

.features__menu__list > li a {
  position: relative;
  display: block;
  padding: 1px;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  border-radius: 10px;
  background-color: #0a2b4a;
}

.features__menu__list > li a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to top, #0a2b4a 0%, #ff5400 100%);
}

.features__menu__list > li a:hover img.off {
  display: none;
}

.features__menu__list > li a:hover img.on {
  display: inline;
}

.features__menu__list > li a:hover .txt {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #0a2b4a), color-stop(90%, #ff5400));
  background: linear-gradient(to top, #0a2b4a 10%, #ff5400 90%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.is-IE .features__menu__list > li a:hover .txt {
  color: #ff5400;
  background: transparent;
}

.features__menu__list > li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  opacity: 1;
}

.features__menu__list > li a img.off {
  display: inline;
}

.features__menu__list > li a img.on {
  display: none;
}

@media only screen and (min-width: 768px) {
  .features__menu {
    margin-top: 70px;
  }

  .features__menu__list {
    margin: 0 -20px;
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .features__menu__list {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .features__menu__list__iteminner {
    height: 60px;
    padding: 5px 5px 5px 42px;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .features__menu__list > li {
    font-size: 1.6rem;
    width: 20%;
    max-width: 200px;
    margin-top: 40px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .features__menu__list > li {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .features__menu__list > li a img {
    left: 30px;
    width: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .features__menu {
    margin-top: 50px;
  }

  .features__menu__list {
    max-width: 420px;
    margin: 0 auto;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .features__menu__list {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .features__menu__list__iteminner {
    height: 48px;
    padding: 5px 5px 5px 40px;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .features__menu__list > li {
    font-size: 1.3rem;
    width: 50%;
    margin-top: 25px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .features__menu__list > li {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .features__menu__list > li a img {
    left: 28px;
    width: 26px;
  }
}

.features__news {
  line-height: 1.6;
}

.features__news__title {
  font-weight: 900;
  text-align: center;
}

.features__news__list {
  margin: 0 auto;
}

.features__news__list > li {
  position: relative;
}

.features__news__list > li:nth-child(2n) {
  background-color: #f8f8f8;
}

.features__news__list > li:nth-child(2n):before {
  z-index: -1;
  background-color: #f8f8f8;
  position: absolute;
  display: block;
  width: 150vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.features__news__list > li a {
  display: block;
  color: inherit;
}

.features__news__list__date {
  color: #bababa;
}

.features__news__list__cat {
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #ff5400;
}

.features__news__list__txt {
  align-self: center;
  -webkit-box-flex: 1;
  flex: 1;
}

a:hover .features__news__list__txt {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .features__news {
    margin-top: 90px;
    padding-bottom: 60px;
  }

  .features__news__title {
    font-size: 3.6rem;
  }

  .features__news__main {
    margin-top: 30px;
  }

  .features__news__list {
    max-width: 960px;
  }

  .features__news__list > li a {
    padding: 25px 0;
  }

  .features__news__list__iteminner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .features__news__list__date {
    font-size: 1.2rem;
    width: 75px;
    margin-right: 20px;
    padding-top: 4px;
  }

  .features__news__list__cat {
    font-size: 1.6rem;
    width: 130px;
    margin-right: 20px;
    padding: 5px 10px;
  }

  .features__news__list__txt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .features__news {
    margin-top: 50px;
    padding-bottom: 25px;
  }

  .features__news__title {
    font-size: 2.5rem;
  }

  .features__news__main {
    margin-top: 30px;
  }

  .features__news__list {
    max-width: 960px;
  }

  .features__news__list > li a {
    padding: 15px 0;
  }

  .features__news__list__date {
    font-size: 1.0rem;
  }

  .features__news__list__cat {
    font-size: 1.2rem;
    display: inline-block;
    min-width: 90px;
    margin-top: 5px;
    padding: 5px 5px;
  }

  .features__news__list__txt {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.features__cont {
  line-height: 1.6;
}

.features__cont--even {
  background-color: #fafafa;
}

.features__cont a {
  text-decoration: underline;
  color: inherit;
}

.features__cont a:hover {
  text-decoration: none;
}

.features__cont span.is-s,
.features__cont span.is-e,
.features__cont span.is-o {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  min-width: 1.6em;
  padding: .2em .1em .4em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ff5400;
}

.features__cont span.is-s.is-o,
.features__cont span.is-e.is-o,
.features__cont span.is-o.is-o {
  background-color: #0a2b4a;
}

.features__cont__title {
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #0a2b4a;
}

.features__cont__info__link {
  text-align: right;
  color: #bababa;
}

.features__cont__info__link img {
  vertical-align: middle;
}

.features__cont__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.features__cont__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.features__cont__list__thumb img {
  width: 100%;
}

.features__cont__list__name {
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #0a2b4a;
}

.features__cont__list__name small {
  font-weight: bold;
  display: inline-block;
}

.features__cont__list__txt {
  line-height: 1.8;
}

.features__cont__list__cap.cap {
  padding-top: .8em;
}

.features__cont__list__title {
  font-weight: bold;
  position: relative;
}

.features__cont__list__title img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -.05em;
  margin-right: .5em;
  vertical-align: middle;
}

.features__cont__list__title .txt__gradation + span {
  margin-left: 1.5em;
}

.features__cont__browser__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.features__cont__browser__list > li {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.features__cont__browser__list img {
  display: block;
  margin: 0 auto;
}

.features__cont__browser__caution {
  text-align: center;
}

.features__cont__app__main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.features__cont__app__device {
  -webkit-box-flex: 1;
  flex: 1;
}

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

.features__cont__app__table th,
.features__cont__app__table td {
  text-align: center;
  vertical-align: middle;
}

.features__cont__app__table th {
  font-weight: bold;
  color: #fff;
  background-color: #0a2b4a;
}

.features__cont__app__table tr:nth-child(2n+1) td:nth-child(2n),
.features__cont__app__table tr:nth-child(2n) td:nth-child(2n+1) {
  background-color: #f6f6f6;
}

.features__cont__app__caution {
  text-align: center;
}

.features__cont__other__list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.features__cont__other__list > li * {
  text-indent: 0;
}

@media only screen and (min-width: 768px) {
  .features__cont {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .features__news + .features__cont {
    margin-top: 80px;
    padding-top: 0;
  }

  .features__cont span.is-s,
  .features__cont span.is-e,
  .features__cont span.is-o {
    font-size: 1.2rem;
    margin-right: 5px;
  }

  .features__cont__title {
    font-size: 5.0rem;
    padding: 10px 10px;
  }

  .features__cont__main {
    margin-top: 40px;
  }

  .features__cont__main + .features__cont__main {
    margin-top: 80px;
  }

  .features__cont__info__list {
    padding-bottom: 10px;
  }

  .features__cont__info__list > li {
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 10px;
  }

  .features__cont__info__link {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .features__cont__info__link img {
    width: 16px;
    margin-right: 10px;
  }

  .features__cont__open-button {
    display: none;
  }

  .features__cont__open-button:first-child + .features__cont__list__wrap {
    padding-top: 0;
  }

  .features__cont__list {
    margin: -60px -40px 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .features__cont__list {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .features__cont__list__wrap {
    padding-top: 50px;
  }

  .features__cont__list__wrap:first-child {
    padding-top: 0;
  }

  .features__cont__list > li {
    width: 33.333%;
    margin-top: 60px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .features__cont__list > li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .features__cont__list__name {
    font-size: 1.9rem;
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .features__cont__list__name {
    font-size: 1.7rem;
  }

  .features__cont__list__name br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .features__cont__list__name small {
    font-size: 1.2rem;
  }

  .features__cont__list__txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .features__cont__list__cat {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .features__cont__list__title {
    font-size: 3.0rem;
    padding-left: 50px;
  }

  .features__cont__list__title img {
    top: 7px;
    width: 40px;
  }

  .features__cont__list__lead {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .features__cont__browser__list {
    max-width: 960px;
    margin: 0 auto;
    margin-top: -20px;
    padding-top: 60px;
  }

  .features__cont__browser__list > li {
    font-size: 1.4rem;
    width: 25%;
    margin-top: 20px;
    padding: 0 20px;
  }

  .features__cont__browser__list > li small {
    font-size: 1.2rem;
  }

  .features__cont__browser__list img {
    max-width: 80px;
    margin-bottom: 10px;
  }

  .features__cont__browser__caution {
    font-size: 1.2rem;
    margin-top: 50px;
  }

  .features__cont__app {
    margin-top: 140px;
  }

  .features__cont__app__main {
    margin-top: 40px;
  }

  .features__cont__app__device {
    width: 718px;
    max-width: 718px;
    -webkit-box-flex: 1;
    flex: 1;
  }

  .is-IE .features__cont__app__device {
    max-width: inherit;
  }

  .features__cont__app__dl {
    width: 234px;
    margin-right: 40px;
  }

  .features__cont__app__dl img {
    margin-top: -80px;
  }

  .features__cont__app__table {
    margin-top: 100px;
  }

  .features__cont__app__table th {
    font-size: 2.0rem;
    padding: 10px 20px;
  }

  .features__cont__app__table td {
    font-size: 1.6rem;
    padding: 25px 20px;
  }

  .features__cont__app__caution {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .features__cont__other {
    margin-top: 100px;
  }

  .features__cont__other__list {
    margin-top: 20px;
  }

  .features__cont__other__list > li {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .features__cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features__news + .features__cont {
    margin-top: 60px;
    padding-top: 0;
  }

  .features__cont span.is-s,
  .features__cont span.is-e,
  .features__cont span.is-o {
    font-size: 1.1rem;
    margin-right: 5px;
  }

  .features__cont__title {
    font-size: 2.5rem;
    padding: 5px 10px;
  }

  .features__cont__main {
    margin-top: 20px;
  }

  .features__cont__main + .features__cont__main {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee;
  }

  .features__cont__info__list {
    padding-bottom: 10px;
  }

  .features__cont__info__list > li {
    font-size: 1.1rem;
    margin-top: 5px;
  }

  .features__cont__info__list > li:first-child {
    margin-top: 0;
  }

  .features__cont__info__link {
    font-size: 1.1rem;
    margin-top: 8px;
  }

  .features__cont__info__link img {
    width: 14px;
    margin-right: 5px;
  }

  .features__cont__open-button {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 13px 20px;
    background-color: #f6f6f6;
  }

  .features__cont__open-button:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 3.2rem;
    font-weight: 200;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '\f107';
    -webkit-transform: scaleX(0.9) translateY(-50%);
    transform: scaleX(0.9) translateY(-50%);
    color: #0a2b4a;
  }

  .features__cont__open-button span.is-openTxt {
    display: inline;
  }

  .features__cont__open-button span.is-closeTxt {
    display: none;
  }

  .features__cont__main.is-open .features__cont__open-button:after {
    -webkit-transform: scaleX(0.9) translateY(-50%) scaleY(-1);
    transform: scaleX(0.9) translateY(-50%) scaleY(-1);
  }

  .features__cont__main.is-open .features__cont__open-button span.is-openTxt {
    display: none;
  }

  .features__cont__main.is-open .features__cont__open-button span.is-closeTxt {
    display: inline;
  }

  .features__cont__open-button + .features__cont__list__wrap {
    display: none;
  }

  .features__cont__list {
    margin: -20px -8px 0;
  }

  .features__cont__list__wrap {
    padding-top: 20px;
  }

  .features__cont__list > li {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px;
  }

  .features__cont__list__name {
    font-size: 1.3rem;
    padding: 8px 10px;
  }

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

  .features__cont__list__txt {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .features__cont__list__cat {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .features__cont__list__title {
    font-size: 1.6rem;
    padding-left: 35px;
  }

  .features__cont__list__title img {
    zoom: .5;
  }

  .features__cont__list__lead {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .features__cont__browser__list {
    margin: 0 -8px;
    margin-top: -40px;
    padding-top: 30px;
  }

  .features__cont__browser__list > li {
    font-size: 1.1rem;
    width: 50%;
    margin-top: 40px;
    padding: 0 8px;
  }

  .features__cont__browser__list > li small {
    font-size: 1.0rem;
    display: block;
  }

  .features__cont__browser__list img {
    max-width: 48px;
    margin-bottom: 10px;
  }

  .features__cont__browser__caution {
    font-size: 1.0rem;
    margin-top: 20px;
  }

  .features__cont__app {
    margin-top: 80px;
  }

  .features__cont__app__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 25px;
  }

  .is-IE .features__cont__app__main {
    display: block;
  }

  .features__cont__app__device {
    margin: 0 -15px 0 -5px;
    text-align: center;
  }

  .features__cont__app__device img {
    width: 100%;
  }

  .features__cont__app__dl {
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }

  .features__cont__app__table {
    margin-top: 60px;
  }

  .features__cont__app__table th {
    font-size: 1.2rem;
    padding: 10px 10px;
  }

  .features__cont__app__table td {
    font-size: 1.1rem;
    padding: 15px 10px;
  }

  .features__cont__app__caution {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: left;
  }

  .features__cont__other {
    margin-top: 60px;
  }

  .features__cont__other__list {
    margin-top: 20px;
  }

  .features__cont__other__list > li {
    font-size: 1.2rem;
  }
}

.features__cv {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #0a2b4a;
}

.features__cv__title {
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .features__cv {
    padding: 50px 0;
  }

  .features__cv__title {
    font-size: 2.4rem;
  }

  .features__cv__button {
    font-size: 2.0rem;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .features__cv {
    padding: 25px 0;
  }

  .features__cv .inner__common {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features__cv__title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .features__cv__title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .features__cv__button {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.press {
  position: relative;
  max-width: 480px;
  margin: 50px auto 0;
  border: 1px solid;
  border-color: #ff5400 transparent #0a2b4a;
  background: #fff;
}

.press:before, .press:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  top: -1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to top, #0a2b4a 0%, #ff5400 100%);
}

.press:before {
  left: -1px;
}

.press:after {
  right: -1px;
}

.press ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 322px;
  margin: 0 auto;
  padding: 35px 50px 30px;
  text-align: center;
}

.press ul img {
  width: auto;
  max-width: 100%;
}

.press ul li:last-child {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-top: 20px;
}

.press ul a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.news {
  margin: 0 auto;
}

.news__archives {
  max-width: 1340px;
}

.news .news__cat__list {
  width: 50%;
  padding: 60px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .news .news__cat__list {
    width: 100%;
    padding: 60px 0 30px;
  }
}

.news .news__cat__list ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .news__cat__list ul .cat__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list ul .cat__ttl {
    font-size: 1.8rem;
  }
}

.news .news__cat__list ul .cat__more {
  margin-left: auto;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list ul .cat__more {
    padding: 0 0 0 10px;
  }
}

.news .news__cat__list ul .cat__more a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0a2b4a;
}

.news .news__cat__list ul .cat__more a:hover {
  color: #ff5400;
}

.news .news__cat__list dl {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 30px;
}

.news .news__cat__list dl dt {
  width: 20%;
  padding: 1em 0 1em 2%;
  border-top: 1px solid #e2e2e2;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news .news__cat__list dl dt {
    width: 15%;
    padding: 1em 0 1em 1%;
  }
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list dl dt {
    width: 100%;
    padding: .8em .5em 0 .5em;
  }
}

.news .news__cat__list dl dd {
  font-weight: bold;
  width: 80%;
  padding: 1em 2% 1em 0;
  border-top: 1px solid #e2e2e2;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news .news__cat__list dl dd {
    width: 85%;
    padding: 1em .5% 1em 0;
  }
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list dl dd {
    width: 100%;
    padding: 0 .5em .8em .5em;
    white-space: normal;
    text-overflow: clip;
    border: none;
  }
}

.news .news__cat__list dl dt:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list dl dt:last-of-type {
    border-bottom: none;
  }
}

.news .news__cat__list dl dd:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .news .news__cat__list dl dd:last-of-type {
    border-bottom: 1px solid #e2e2e2;
  }
}

.news__archives .news__cat__list {
  width: 100%;
}

.news__archives .news__cat__list dl dt {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  .news__archives .news__cat__list dl dt {
    width: 100%;
  }
}

.news__archives .news__cat__list dl dd {
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .news__archives .news__cat__list dl dd {
    width: 100%;
  }
}

.comingsoon {
  position: relative;
  padding-top: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comingsoon h3 {
  padding: 1.5em 0;
  color: #ffd16c;
}

.support__bnr {
  padding: 60px 4%;
  text-align: center;
}

.support__bnr h2.subttl {
  color: #1c2129;
}

@media only screen and (max-width: 767px) {
  .support__bnr h2.subttl {
    font-size: 2.6rem;
  }
}

.support__bnr ul {
  padding-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support__bnr ul .tedx1 {
  width: 248px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .support__bnr ul .tedx1 {
    width: 180px;
    margin: 0;
  }
}

.support__bnr ul .tedx2 {
  display: block;
  width: 372px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("../../../uploads/2019/01/logo_TedxNamba.png");
  background-position: -33px -60px;
  -webkit-background-size: 118% 118%;
  background-size: 118%;
}

.support__bnr ul .tedx2 a {
  display: block;
  height: 100%;
}

.support__bnr ul .tedx2:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .support__bnr ul .tedx2 {
    width: 284px;
    height: 56px;
    margin-top: 20px;
    background-position: -25px -58px;
  }
}

.cv {
  color: #fff;
  background-color: #0a2b4a;
}

.cv__ttl {
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: inherit;
}

.cv__main {
  margin: 0 auto;
  text-align: center;
}

.cv__inputbox {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.cv__input {
  -webkit-box-flex: 1;
  flex: 1;
}

.cv__input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.cv__button {
  height: 100%;
  text-align: center;
}

.cv__button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 50px 0;
}

.cv__button input {
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: 0;
}

.cv__caution {
  color: #9c9c9c;
}

.cv__caution a {
  text-decoration: underline;
  color: inherit;
}

.cv__caution a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .cv {
    padding: 85px 0 85px;
  }

  .cv__ttl {
    font-size: 5.0rem;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1200px) {
  .cv__ttl {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cv__main {
    max-width: 880px;
    text-align: center;
  }

  .cv__ttl + .cv__main {
    margin-top: 35px;
  }

  .cv__inputbox {
    height: 50px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .cv__input input {
    font-size: 1.6rem;
    padding: 10px 25px;
  }

  .cv__button {
    /*width: 240px;*/
    margin-right: -1px;
    font-size: 2rem;
  }

  .cv__button input {
    font-size: 1.6rem;
  }

  .cv__caution {
    font-size: 1.0rem;
    line-height: 1.8;
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .cv {
    padding: 50px 0 50px;
  }

  .cv__ttl {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .cv__ttl {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .cv__ttl br.sp {
    display: inline-block;
  }

  .cv__main {
    max-width: 640px;
  }

  .cv__ttl + .cv__main {
    margin-top: 30px;
  }

  .cv__inputbox {
    height: 45px;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .cv__input {
    height: 100%;
  }

  .cv__input input {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 8px 15px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .cv__input input {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .cv__button {
    /*width: 130px;*/
    font-size: 1.3rem;
  }

  .cv__button input {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .cv__button input {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .cv__caution {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}

#login {
  position: relative;
  text-align: center;
}

#login #login__btn {
  padding: 1em 0;
  cursor: pointer;
}

#login #login__box__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #ff672d;
  display: block;
}

#login #login__box__close:hover {
  color: #1b67b1;
}

#login #login__box {
  position: absolute;
  z-index: 300;
  top: 50px;
  right: -25px;
  display: none;
  width: 500px;
  padding: 25px 20px 15px 20px;
  border-radius: 4px;
  background: #fff;
}

#login #login__box ul {
  padding: 0;
}

#login #login__box ul li {
  font-weight: bold;
  padding: 0;
  color: #516776;
}

#login #login__box ul.formarea {
  margin: 0;
  padding: 20px 0 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#login #login__box ul.formarea li {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#login #login__box .txtlink {
  font-size: 1.2rem;
}

#login #login__box .txtlink a {
  color: #1b67b1;
}

#login #login__box .txtlink a:hover {
  color: #ff672d;
}

#login .login-error-msg {
  font-size: 1.3rem;
  padding-top: 15px;
  color: #ff473d;
}

#login #login__box input[type='text'] {
  font-size: 1.5rem;
  font-weight: bold;
  width: 140px;
  height: 40px;
  margin: 0 5px;
  padding: 0 .5em;
  border-width: 2px;
  border-style: solid;
  border-color: #516776;
  border-radius: 4px;
  outline: none;
  background-color: #f5f5f5;
}

#login #login__box input[type='url']:focus {
  border-color: #516776;
  outline: none;
  background-color: #fff;
}

#login #login__box input[type=button] {
  font-size: 1.3rem;
  font-weight: bold;
  width: 140px;
  height: 40px;
  margin-left: 15px;
  cursor: pointer;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #516776;
  border-radius: 4px;
  background-color: #516776;
}

#login #login__box input[type=button]:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #516776;
  background-color: #fff;
}

#login .balloon {
  position: relative;
}

#login .balloon::before {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  content: '';
}

#login .balloon::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

#login .balloon > * {
  position: relative;
  z-index: 3;
}

#login .balloon,
#login .balloon::after {
  border-radius: 4px;
}

#login .balloon,
#login .balloon::before {
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}

#login .balloon,
#login .balloon::before,
#login .balloon::after {
  background: #fff;
}

#login .balloon--top_right::before {
  top: -8px;
  right: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 1024px) {
  .documents.main {
    padding-top: 30px;
    display: flex;
  }
} 

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .documents.main {
    padding-top: 30px;
  }  
}

.documents.main .inner__common {
  max-width: 720px;
}

.documents.main .inner__form {
  max-width: 720px;
  min-width: 35%;
  padding-right: 40px;
}

.documents h3 {
  margin-bottom: 40px;
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .documents h3 {
    font-size: 3.6rem;
  }
}

.documents .row.display-flex {
  display: flex;
}

.documents .row.half {
  display:block;
  width: 48%;
}
.documents .row.half-left {
  display:block;
  width: 48%;
  margin-right: 4%;
}

.documents .row.images {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .documents .row.images {
    display: block;
    width: auto;
  }

  .documents .row.images img {
    height: auto;
  }

  .documents .row.images .image1,
  .documents .row.images .image2 {
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .documents .row.images .image1 {
    margin-bottom: 20px;
  }
}

.documents .messages p {
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .documents .row.messages p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .documents .row.messages p {
    text-align: left;
  }
}

.documents.main .cap a {
  color: inherit;
}

.documents.main .cap a:hover {
  text-decoration: none;
}

.documents .slider-container{
  margin-top :32px;
}
.documents .slider-documents{
  width:540px;
  margin:0 auto;
  height:auto!important;
}
@media only screen and (max-width: 767px) {
  .documents .slider-documents{
      width:320px;
  }
}

.documents .slider-dots {
  position: relative;
  display: block;
  box-sizeng: border-box;
}
.documents .slider-dots .slick-dots {
  position: relative;
  bottom: 0px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.documents .slider-dots .slick-dots li {
  display: inline-block;
  width: 125px!important;
  height: 88px!important;
  margin: 8px!important;
  box-sizing:border-box;
  z-index: 1;
}

.documents .slider-dots .slick-dots button {
  display: block;
  height: 90%!important;
  width: 90%!important;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity:0.4;
  zoom:1;                
}
.documents .slider-dots .slick-dots .slick-active button {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity:1.0;
  zoom:1;
  border: 1pt solid #1A1A1A           
}
.documents .row.messages{
  margin-top :32px;
}

.downloadDocument {
  width: 100%;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .downloadDocument {
    padding-top: 20px;
  }
}

.downloadDocument .form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.downloadDocument .align-height {
  line-height: 35px;
  margin-bottom: 5px;
  text-align: left;
  word-break: break-all;
}

.downloadDocument .note {
  font-size: 12px;
  line-height: 14px;
  margin-right: -20px;
  padding-top: 8px;
  text-align: left;
  color: #313131;
}

.downloadDocument .input-area {
  margin-bottom: 30px;
}

.downloadDocument .regist {
  font-size: 100%;
  cursor: pointer;
  border: none;
  outline: none;
}

.downloadDocument .btn-area {
  margin-top: 40px;
  text-align: center;
}

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

.downloadDocument .images {
  width: 620px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.downloadDocument .images img {
  width: 300px;
  height: 225px;
}

.downloadDocument .images .image1 {
  margin-right: 20px;
}

/** 3d review introduction **/
.main__3dreview {
  padding-bottom: 50px;
}

.main__3dreview .prmov__btns {
  margin-top: 20px;
  -webkit-box-pack: center;
  justify-content: center;
}

.main__3dreview .r3dfeatures__list {
  font-size: 1.8rem;
  max-width: 1040px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .r3dfeatures__list {
    font-size: 1.4rem;
  }
}

.main__3dreview .r3dfeatures__list .r3dfeatures__list__item {
  margin: 0 auto;
}

.main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul {
  width: 100%;
  padding: 20px 0 20px 0;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  align-items: start;
}

.main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .image {
  width: 60%;
  max-width: 520px;
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .image {
    width: 50%;
    margin-right: 25px;
  }
}

.main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .description {
  padding-top: 30px;
  -webkit-box-flex: 1;
  flex: 1;
}

.main__3dreview .r3dfeatures__list .r3dfeatures__list__item h4 {
  position: relative;
  width: 100%;
  padding: 0 0 15px 0;
  text-align: left;
  color: #0a2b4a;
}

.main__3dreview .plugin__img {
  display: block;
  width: 602px;
  height: auto;
  margin: 0 auto;
}

.main__3dreview .exportplugin__box {
  font-size: 1.8rem;
  position: relative;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box {
    font-size: 1.4rem;
  }
}

.main__3dreview .exportplugin__box:before {
  padding-bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  background: #f1efef;
}

.main__3dreview .exportplugin__box .wrapper {
  position: relative;
  z-index: 1;
  max-width: 962px;
  margin: 0 auto;
  padding: 70px 0;
}

.main__3dreview .exportplugin__box .copy {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.8;
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .copy {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 374px) {
  .main__3dreview .exportplugin__box .copy {
    font-size: 2.4rem;
  }
}

.main__3dreview .exportplugin__box .desc {
  padding: 15px 0 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .desc br {
    display: none;
  }
}

.main__3dreview .exportplugin__box .desc .notes {
  font-size: 1.2rem;
}

.main__3dreview .exportplugin__box h5 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 40px;
  padding-top: 70px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box h5 {
    font-size: 2rem;
  }
}

.main__3dreview .exportplugin__box h5:before,
.main__3dreview .exportplugin__box h5:after {
  display: inline;
  content: '';
  border-top: 4px solid #05447a;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main__3dreview .exportplugin__box h5:after {
  margin-left: 1em;
}

.main__3dreview .exportplugin__box h5:before {
  margin-right: 1em;
}

.main__3dreview .exportplugin__box .download-process .process {
  padding-bottom: 70px;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  align-items: start;
}

.main__3dreview .exportplugin__box .download-process .process .image {
  width: 50%;
  max-width: 400px;
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__3dreview .exportplugin__box .download-process .process .image {
    margin-right: 25px;
  }
}

.main__3dreview .exportplugin__box .download-process .process .description {
  padding-top: 10px;
  -webkit-box-flex: 1;
  flex: 1;
}

.main__3dreview .exportplugin__box .download-process .process .description {
  line-height: 1.5em;
}

.main__3dreview .exportplugin__box .download-process .process .description .notes {
  font-size: 1.2rem;
}

.main__3dreview .exportplugin__box .download-process .process .description h4 {
  font-size: 2rem;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 105px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .download-process .process .description h4 {
    font-size: 1.8rem;
    padding-left: 70px;
  }
}

.main__3dreview .exportplugin__box .download-process .process .description h4:before {
  font-size: 2.1rem;
  line-height: 35px;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 90px;
  height: 35px;
  content: '';
  text-align: center;
  color: #fff;
  background-color: #ff5400;
}

.main__3dreview .exportplugin__box .download-process .process .description h4.step-1:before {
  content: 'STEP1';
}

.main__3dreview .exportplugin__box .download-process .process .description h4.step-2:before {
  content: 'STEP2';
}

.main__3dreview .exportplugin__box .download-process .process .description h4.step-3:before {
  content: 'STEP3';
}

.main__3dreview .exportplugin__box .download-process .process .description h4.step-4:before {
  content: 'STEP4';
}

.main__3dreview .exportplugin__box .download-process .process .description h4.step-5:before {
  content: 'STEP5';
}

.main__3dreview .exportplugin__box .downloadList {
  display: -webkit-box;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main__3dreview .exportplugin__box .downloadList > li {
  padding: 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .downloadList > li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .downloadList > li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

.pluginLink {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 220px;
  height: 70px;
  padding: 10px 20px 10px 80px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a), to(#ff5400));
  background: linear-gradient(to right, #0a2b4a 0%, #ff5400 100%);
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.pluginLink:before {
  position: absolute;
  top: 18px;
  left: 30px;
  display: block;
  width: 35px;
  height: 35px;
  content: '';
  background: url("../images/common/icn_dl_white01.svg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.pluginLink:hover {
  color: #fff;
}

.pluginLink .version {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
}

.main__3dreview .exportplugin__box .downloadList .downloadTitle {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main__3dreview .exportplugin__box .downloadList .downloadTitle {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .main__3dreview .exportplugin__box .downloadList .downloadTitle {
    font-size: 2rem;
  }
}

.main__3dreview .faqwrap {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 160px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .main__3dreview .faqwrap {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}

.main__3dreview .article {
  padding-right: 0;
  padding-left: 0;
}

.main__3dreview .faqwrap .comttl01 {
  margin-bottom: 0;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .main__3dreview .faqwrap .comttl01 {
    margin-bottom: 0;
    padding-top: 20px;
  }
}

.main__3dreview .faqwrap .prmov__copy {
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: #0a2b4a;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .faqwrap .prmov__copy {
    font-size: 2rem;
  }
}

.main__3dreview .r3dfeatures__detail {
  padding: 0 0 60px 0;
}

.main__3dreview .r3dfeatures__detail dl dt {
  display: -webkit-box;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
  align-items: center;
}

.main__3dreview .r3dfeatures__detail dl dd {
  display: -webkit-box;
  display: flex;
  width: 75%;
  -webkit-box-align: center;
  align-items: center;
}

.main__3dreview .r3dfeatures__detail dl dt .reviewThumb {
  margin-right: 10px;
}

.main__3dreview .main__desc,
.main__3dreview .desc {
  line-height: 1.7em;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .main__desc,
  .main__3dreview .desc {
    text-align: left;
  }
}

.main__3dreview .top__prmov {
  font-size: 1.8rem;
  max-width: 962px;
  margin: 0 auto;
  padding: 100px 40px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .top__prmov {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .top__prmov {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.main__3dreview .prmov__copy {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  width: 100%;
  padding: 60px 0 30px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main__3dreview .prmov__copy {
    font-size: 2.6rem;
  }
}

.main__3dreview .top__prmov .prmov__btns li {
  margin: 0 auto;
  padding: 50px 10px 0;
}

.main__3dreview .top__prmov .software {
  margin: 50px auto 0;
  background: #f1efef;
  flex-wrap: nowrap;
}

.main__3dreview .top__prmov .software dt {
  line-height: 1.4;
  min-width: 135px;
  text-align: center;
  border-right: 2px solid #fff;
}

.main__3dreview .top__prmov .software dt,
.main__3dreview .top__prmov .software dd {
  display: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.main__3dreview .top__prmov .software dd .lists li.maya {
  font-size: 1.5rem;
  display: -webkit-box;
  display: flex;
  width: 150px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  background: #0a2b4a;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.main__3dreview .top__prmov .software dd .lists li.feature {
  font-size: 1.5rem;
  display: -webkit-box;
  display: flex;
  width: 150px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  background: #bababa;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.main__3dreview .top__prmov .software dd .lists li.message {
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 374px) {
  .main__3dreview .top__prmov .software dd .lists li.message {
    font-size: 1.1rem;
  }
}

.top__video {
  position: relative;
  width: 100%;
  max-width: 962px;
  padding-bottom: 56.25%;
}

.top__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.main__3dreview .link__uline {
  text-decoration: underline;
  vertical-align: baseline;
}

.main__3dreview .plugin__img.isSp {
  display: none;
}

.main__3dreview .attention {
  font-size: 12px;
}

.main__3dreview .isSp {
  display: none;
}

.main__3dreview .isPc {
  display: block;
}

/** Tablet , SP **/
@media only screen and (max-width: 767px) {
  .main__3dreview .top__prmov {
    padding: 50px 20px 30px;
  }

  .main__3dreview .top__prmov .software {
    display: block;
    width: 100%;
  }

  .main__3dreview .top__prmov .software dt {
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #fff;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main__3dreview .top__prmov .software dd .lists {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main__3dreview .top__prmov .software dd .lists li.maya {
    width: 100%;
    margin: 5px 0;
  }

  .main__3dreview .top__prmov .software dd .lists li.feature {
    width: 100%;
    margin: 5px 0;
    margin-right: auto;
  }

  .main__3dreview .top__prmov .software dd .lists li.message {
    width: 100%;
  }

  .main__3dreview .top__prmov .software dd .lists li:last-child {
    margin-bottom: 0;
  }

  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul {
    display: block;
    margin: 0 auto;
  }

  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .image {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .image img {
    width: 100% !important;
    max-width: 100%;
  }

  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item h4 {
    padding: 15px 0 5px 0;
  }

  .main__3dreview .r3dfeatures__list .r3dfeatures__list__item ul .description {
    display: block;
  }

  .main__3dreview .exportplugin__box .download-process .process .description p {
    width: 100%;
  }

  .main__3dreview .r3dfeatures__list {
    padding-top: 0;
  }

  .main__3dreview .top__prmov .prmov__copy {
    text-align: center;
  }

  .main__3dreview .top__prmov .prmov__copy br {
    display: block;
  }

  .main__3dreview .exportplugin__box .wrapper {
    padding: 20px 20px;
  }

  .main__3dreview .exportplugin__box .download-process .process {
    display: block;
  }

  .main__3dreview .exportplugin__box .download-process .process .image {
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .main__3dreview .exportplugin__box .download-process .process .description h4 {
    padding-top: 15px;
  }

  .main__3dreview .exportplugin__box .download-process .process .description h4:before {
    font-size: 1.4rem;
    line-height: 24px;
    top: 16px;
    width: 60px;
    height: 24px;
  }

  .main__3dreview .exportplugin__box h5:before,
  .main__3dreview .exportplugin__box h5 {
    display: block;
    text-align: center;
  }

  .main__3dreview .exportplugin__box h5:before,
  .main__3dreview .exportplugin__box h5:after {
    display: none;
  }

  .main__3dreview .isPc {
    display: none;
  }

  .main__3dreview .plugin__img.isPc {
    display: block;
  }

  .main__3dreview .plugin__img.isSp {
    display: block;
    width: 60%;
    max-width: 294px;
  }

  .main__3dreview .plugin__img.isPc {
    display: none;
  }

  .main__3dreview .isSp {
    display: block;
  }

  .main__3dreview .isPc {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__3dreview .exportplugin__box .wrapper {
    padding: 60px 40px;
  }

  .main__3dreview .downloadList {
    display: block;
    width: auto;
  }

  .main__3dreview .downloadList li {
    text-align: center;
  }

  .main__3dreview .downloadList li a {
    margin: 20px auto 0 auto;
  }

  .main__3dreview .downloadList li a {
    width: 100%;
  }

  .main__3dreview .downloadTitle:before {
    top: -5px;
  }

  .main__3dreview .downloadList li .pluginLink:before {
    left: calc(50% - 70px);
  }

  .main__3dreview .downloadTitle {
    width: 220px;
    margin: 10px auto;
  }

  .main__3dreview .downloadTitle br {
    display: none;
  }
}

.r3dfeatures__list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .r3dfeatures__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.r3dfeatures__list .r3dfeatures__list__item ul {
  width: 50%;
  padding: 30px 4%;
}

@media only screen and (max-width: 767px) {
  .r3dfeatures__list .r3dfeatures__list__item ul {
    width: 100%;
    padding: 30px 0;
  }
}

.r3dfeatures__list__item ul li strong {
  font-weight: bold;
  color: #ff672d;
}

.r3dfeatures__list .r3dfeatures__list__item ul li img {
  max-width: 100%;
}

.r3dfeatures__list .r3dfeatures__list__item ul h4 {
  line-height: 1.5;
  padding: 1em 0 .6em;
}

.r3dfeatures__list .r3dfeatures__list__item ul li {
  font-size: 1.6rem;
  line-height: 1.8;
}

.r3dfeatures__detail {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) {
  .r3dfeatures__detail {
    padding: 60px 8% 100px;
  }
}

.r3dfeatures__detail dl {
  font-size: 1.4rem;
  line-height: 2.0;
  padding-top: 30px;
}

.r3dfeatures__detail dl dt {
  font-weight: bold;
  width: 20%;
  padding: 1em;
  color: #516776;
  border-top: 1px solid #ffd16c;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .r3dfeatures__detail dl dt {
    width: 26%;
    padding: 1em .6em;
  }
}

@media only screen and (max-width: 767px) {
  .r3dfeatures__detail dl dt {
    width: 100%;
    padding: .5em;
  }
}

.r3dfeatures__detail dl dd {
  width: 80%;
  padding: 1em;
  border-top: 1px solid #e2e2e2;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .r3dfeatures__detail dl dd {
    width: 74%;
    padding: 1em .6em;
  }
}

@media only screen and (max-width: 767px) {
  .r3dfeatures__detail dl dd {
    width: 100%;
    padding: .5em;
    border-top: 1px dashed #eee;
  }
}

.r3dfeatures__detail dl dt:last-of-type {
  border-bottom: 1px solid #ffd16c;
}

@media only screen and (max-width: 767px) {
  .r3dfeatures__detail dl dt:last-of-type {
    border-bottom: none;
  }
}

.r3dfeatures__detail dl dd:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .r3dfeatures__detail dl dd:last-of-type {
    border-bottom: 1px solid #ffd16c;
  }
}

.main .main__nav {
  margin: 0 auto 0;
  padding: 0 10px;
  color: #fff;
  background-color: #0a2b4a;
}

.main .main__nav a {
  display: block;
  color: inherit;
}

.main .main__nav.post {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 50px;
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .main .main__nav.post {
    padding: 50px 0 25px;
  }
}

.main .main__nav.post ul {
  -webkit-box-pack: start;
  justify-content: start;
}

.main .main__nav.post li {
  font-size: 1.4rem;
}

.main .main__nav.post a {
  padding: 0;
  color: #0a2b4a;
}

.main .main__nav.post a:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -.2em 5px 0;
  margin-right: 15px;
  content: '';
  -webkit-transition: ease border .5s;
  transition: ease border .5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border: solid #0a2b4a;
  border-width: 0 0 2px 2px;
}

.main .main__nav.post a:hover:before {
  border-color: #ff5400;
}

.main .main__nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .main__nav p,
.main .main__nav li {
  font-size: 1.6rem;
  font-weight: bold;
  color: #dbdddf;
}

.main .main__nav p a,
.main .main__nav li a {
  display: block;
  padding: 20px 10px;
}

.main .main__nav p a:hover,
.main .main__nav li a:hover {
  color: #ff672d;
}

.main .main__nav .selected a {
  color: #ff672d;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main .main__nav p,
  .main .main__nav li {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main .main__nav span {
    display: none;
  }

  .main .main__nav p,
  .main .main__nav li {
    font-size: 1.3rem;
  }
}

.main .post__pager {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
  color: #0a2b4a;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main .post__pager {
    padding: 30px 0;
  }
}

.main .post__pager ul li {
  font-size: 1.6rem;
  font-weight: normal;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .main .post__pager ul {
    display: none;
  }
}

.main .post__pager .wp-pagenavi {
  font-size: 1.8rem;
}

.main .post__pager .wp-pagenavi a,
.main .post__pager .wp-pagenavi span {
  border: 0;
  margin: 0;
  display: inline-block;
  padding: 10px;
}

.main .post__pager .wp-pagenavi a:hover,
.main .post__pager .wp-pagenavi span:hover {
  color: #ff5400;
}

.main .post__pager .wp-pagenavi .current {
  font-size: 120%;
  padding: 10px;
  color: #ff5400;
}

.main .post__pager .wp-pagenavi .previouspostslink,
.main .post__pager .wp-pagenavi .nextpostslink {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .main .post__pager .wp-pagenavi .previouspostslink,
  .main .post__pager .wp-pagenavi .nextpostslink {
    padding: 0;
  }
}

.main .post__pager .wp-pagenavi .previouspostslink i,
.main .post__pager .wp-pagenavi .nextpostslink i {
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: -.2em 5px 0;
  -webkit-transition: ease border .5s;
  transition: ease border .5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  text-indent: -9999px;
  border: solid #0a2b4a;
}

.main .post__pager .wp-pagenavi .previouspostslink:hover i,
.main .post__pager .wp-pagenavi .nextpostslink:hover i {
  border-color: #ff5400;
}

.main .post__pager .wp-pagenavi .previouspostslink {
  left: 0;
}

.main .post__pager .wp-pagenavi .previouspostslink:after {
  content: '前の記事';
}

.main .post__pager .wp-pagenavi .previouspostslink i {
  margin-right: 15px;
  border-width: 0 0 2px 2px;
}

.main .post__pager .wp-pagenavi .nextpostslink {
  right: 0;
}

.main .post__pager .wp-pagenavi .nextpostslink:before {
  content: '次の記事';
}

.main .post__pager .wp-pagenavi .nextpostslink i {
  margin-left: 15px;
  border-width: 2px 2px 0 0;
}

@media only screen and (max-width: 767px) {
  .main .post__pager .wp-pagenavi .page,
  .main .post__pager .wp-pagenavi .current,
  .main .post__pager .wp-pagenavi .extend {
    display: none;
  }
}

.main .post ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .post__footer {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
  color: #0a2b4a;
  background-color: #fff;
}

.main .post__footer ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .post__footer ul li {
  font-size: 1.4rem;
  color: inherit;
}

.main .post__footer ul li a {
  padding: 0;
}

.main .post__footer .prevlink,
.main .post__footer .nextlink {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .post__footer .prevlink i,
.main .post__footer .nextlink i {
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: -.2em 5px 0;
  -webkit-transition: ease border .5s;
  transition: ease border .5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  text-indent: -9999px;
  border: solid #0a2b4a;
}

.main .post__footer .prevlink:hover i,
.main .post__footer .nextlink:hover i {
  border-color: #ff5400;
}

.main .post__footer .nextlink {
  left: 0;
}

.main .post__footer .nextlink i {
  margin-right: 15px;
  border-width: 0 0 2px 2px;
}

.main .post__footer .prevlink {
  right: 0;
}

.main .post__footer .prevlink i {
  margin-left: 15px;
  border-width: 2px 2px 0 0;
}

.main .post__category {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main .post__category {
    display: none;
  }
}

.main .post__category ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main .post__category ul li:first-child {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seminar__list {
  max-width: 880px;
  margin: 100px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/** セミナー **/
.seminar .item__index .item__card.dummy_seminar {
  position: relative;
  min-height: 300px;
  background: url("../../../uploads/2018/07/seminar_comingsoon.png") no-repeat;
  background-color: #ecebeb;
  background-position: center 25px;
  -webkit-background-size: 400px 400px;
  background-size: 400px;
}

.seminar .item__index .item__card.dummy_seminar .dummy_title {
  font-size: 2.4rem;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 192px;
  height: 2.4rem;
  margin: auto;
}

.odometer-value,
.odometer-digit,
.odometer span,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  min-width: 30px;
  text-align: center !important;
}

.plan__list .odometer,
.plan__list .odometer-value,
.plan__list .odometer-digit,
.plan__list .odometer-inside,
.plan__list .odometer span,
.plan__list .planL .yen,
.plan__list .planS .yen {
  font-size: 3.6rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  color: #ff5400 !important;
}

.plan__list .odometer-value,
.plan__list .odometer-digit,
.plan__list .odometer span,
.plan__list .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  min-width: 23px !important;
}

.plan__list .odometer-inside {
  display: inline !important;
}

.plan__list .odometer-digit-inner {
  min-width: auto;
}

.subpage__main {
  position: relative;
}

.subpage__main__bg {
  position: relative;
  overflow: hidden;
  background: center center #000;
  -webkit-background-size: cover;
  background-size: cover;
}

.subpage__main__bg img {
  display: none;
}

.subpage__main__bg:before {
  opacity: .9;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#004b92), to(#ff5400));
  background: linear-gradient(to bottom, #004b92 0%, #ff5400 100%);
  mix-blend-mode: multiply;
}

.is-IE .subpage__main__bg:before,
.is-Edge .subpage__main__bg:before {
  opacity: .7;
}

.subpage__main__txtblock {
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}

.subpage__main__en {
  line-height: 1;
}

.subpage__main__en img {
  width: auto;
  max-width: 100%;
}

.subpage__main__jp {
  font-weight: bold;
}

.subpage__main__jp.is-normal {
  font-weight: normal;
}

.subpage__main__lead {
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
}

.subpage__main__lead br {
  display: inline-block;
}

.subpage__main__lead + .subpage__main__jp {
  margin-top: 1em;
}

.subpage__main__category {
  color: inherit;
}

.subpage__main__category span {
  display: inline-block;
  background-color: #ff5400;
}

@media only screen and (min-width: 1024px) {
  .subpage__main--sizeL .subpage__main__bg {
    height: 450px;
  }

  .subpage__main__bg {
    height: 300px;
  }

  .subpage__main__bg--pc {
    display: block;
  }

  .subpage__main__bg--sp {
    display: none;
  }

  .subpage__main__txtblock {
    top: 50%;
    margin-top: 20px;
    padding: 0 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .subpage__main__en {
    font-size: 5.6rem;
    padding-top: 30px;
  }

  .subpage__main__en img {
    height: 54px;
  }

  .subpage__main__jp {
    font-size: 1.6rem;
  }

  .subpage__main__lead {
    font-size: 5.6rem;
  }

  .subpage__main__category {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .subpage__main__category span {
    padding: 10px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .subpage__main--sizeL .subpage__main__bg {
    height: 414px;
  }

  .subpage__main--sizeL--sp .subpage__main__bg {
    height: 415px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .subpage__main--sizeL--sp .subpage__main__bg--pc {
    display: none;
  }

  .subpage__main--sizeL--sp .subpage__main__bg--sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .subpage__main__bg {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1200px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .subpage__main__bg--pc {
    display: block;
  }

  .subpage__main__bg--sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px), only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage__main__bg--pc {
    display: none;
  }

  .subpage__main__bg--sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .subpage__main__txtblock {
    bottom: 30px;
    padding: 0 20px;
  }

  .subpage__main__en {
    font-size: 3.0rem;
    padding-top: 15px;
  }

  .subpage__main__en img {
    height: 28px;
  }

  .subpage__main__en--sizeS img {
    height: 22px;
  }

  .subpage__main__jp {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .subpage__main__lead {
    font-size: 3.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 374px), only screen and (max-width: 767px) and (max-width: 374px) {
  .subpage__main__lead {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .subpage__main__category {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .subpage__main__category span {
    padding: 5px 5px;
  }
}

.required,
.optional {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
  width: 28px;
  margin-left: 5px;
  padding: 1px 0 1px;
  text-align: center;
  color: #fff;
}

.required {
  background: #ff5400 100%;
}

.optional {
  background: #4d4d4d 100%;
}

.form-control {
  font-size: 1.6rem;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border-width: 2px;
  border-style: solid;
  border-color: #ff672d;
  border-radius: 10px;
  outline: none;
}

/**
 * Keyboard Icon
 **/
.key-icon {
  font-size: 12px;
  line-height: 30px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #5f5f5f;
  box-shadow: 0 1px 0 #5f5f5f;
}

.key-icon:before {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: -1px;
  left: 9px;
  width: 10px;
}

.key-icon.key-2:before {
  content: '2';
}

.key-icon.key-1:before {
  content: '1';
}

.key-icon.key-0:before {
  content: '0';
}

.fb .fb_iframe_widget,
.fb .fb_iframe_widget > span,
.fb .fb_iframe_widget iframe {
  width: 100% !important;
}

.main .hline {
  max-width: 880px;
}

h2 .h2_capture {
  font-size: 18px;
}

/** br3d plugin **/
.exportPlugin {
  line-height: 1.5em;
  margin: 15px 0;
  padding: 20px;
  background-color: #f8f8f8;
}

.exportPlugin h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ff672d;
}

.yt-wrapper {
  position: relative;
  width: 100%;
  margin-top: 30px !important;
  margin-bottom: 50px;
  padding-top: 0 !important;
  padding-bottom: 56.25%;
}

.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.ar-error-header {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}

.ar-error-header img {
  max-width: 175px;
  vertical-align: top;
}

.ar-404-container {
  display: -webkit-box;
  display: flex;
  min-height: calc(100vh - 32px);
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.is-IE .ar-404-container {
  height: calc(100vh - 32px);
}

.ar-404-wrapper {
  display: -webkit-box;
  display: flex;
  padding: 50px 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-wrapper {
    display: block;
    padding-top: 100px;
  }
}

.ar-404-text-wrapper {
  min-width: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-text-wrapper {
    min-width: inherit;
  }
}

.ar-404-chara-wrapper {
  padding: 150px 75px 30px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-chara-wrapper {
    padding: 20px 0 0;
  }

  .ar-404-chara-wrapper img {
    max-width: 75%;
  }
}

.ar-404-chara-wrapper img {
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-logo {
    text-align: center;
  }
}

.ar-404-title {
  font-size: 4.4rem;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-title {
    font-size: 2.2rem;
  }
}

.ar-404-description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-description br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-404-topbutton {
    text-align: center;
  }
}

.ar-maintenance-container {
  display: -webkit-box;
  display: flex;
  min-height: calc(100vh - 32px);
}

.is-IE .ar-maintenance-container {
  height: calc(100vh - 32px);
}

.ar-maintenance-wrapper {
  position: relative;
  min-height: 100vh;
}

.is-IE .ar-maintenance-wrapper {
  height: 100vh;
}

.ar-maintenance-thumb-wrapper {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 60vw;
  max-width: 800px;
  -webkit-transform: translate(20%, 0%);
  transform: translate(20%, 0%);
}

.ar-maintenance-text-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-maintenance-text-wrapper {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.ar-maintenance-title {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .ar-maintenance-title {
    font-size: 2.2rem;
  }
}

.ar-maintenance-description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}

.ar-maintenance-notes {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 35px;
}

.ar-maintenance-note {
  display: block;
  margin-top: 40px;
}

.ar-maintenance-topbutton {
  margin-top: 40px;
}

.nav__sp__item {
  margin: 0 20px;
}

.nav__accordion__sp {
  margin: 0 20px;
  border-top: 1px solid #eee;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 1.5em 20px;
  color: #0a2b4a;
  position: relative;
}

.nav__accordion__sp__inner {
  display: none;
  background-color: #0a2b4a;
  border-top: 0 !important;
}

.nav__accordion__sp__inner > ul > li {
  border-top: solid 1px #3b556e !important;
  margin: 0 !important;
}

.nav__accordion__sp__inner.active {
  display: block;
}

.nav__accordion__sp__inner a { /*3b556e*/
  font-size: 1.2rem !important;
  padding: 1.2em 40px !important;
  color: #fff !important;
}

.nav__accordion__sp::before {
  content: '';
  position: absolute;
  top: 1.7rem;
  right: 20px;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 1px solid #182b49;
  border-right: 1px solid #182b49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav__accordion__sp.active::before {
  top: 2.7rem !important;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-bg-glay {
  background-color: #f8f8f8;
}

.u-bg-glay-after::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f8f8f8;
}

/** News > ヘッダー **/
.news__navi__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.news__navi__list .navi__item {
  font-size: 1.2rem;
  width: 15%;
  max-width: 200px;
  border: 1px solid #0a2b4a;
  border-radius: 10px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__navi__list .navi__item > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #0a2b4a;
  padding: 10px 20px;
}

.news__navi__list .navi__item.-active {
  background: #0a2b4a;
  color: white;
}

.news__navi__list .navi__item.-active a {
  color: white;
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news__navi__list {
    justify-content: flex-start;
  }
  .news__navi__list .navi__item {
    font-size: 1.3rem;
    padding: 0 10px;
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .news__navi__list {
    max-width: 420px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .news__navi__list .navi__item {
    font-size: 1.3rem;
    width: 48%;
    margin: 25px 0 0 0;
    padding: 0 12px;
  }
}

.security {
  padding-top: 40px;
}

.security .lists {
  padding-top: 30px;
}

.security .lists li {
  list-style-type: disc;
  margin-left: 50px;
  line-height: 2em;
}

.privacy {
  margin-bottom: 50px;
}

.main.corporate {
  padding-bottom: 0;
}

.corp__com__titleblock {
  line-height: 1;
}

.corp__com__titleblock .corp__com__titleblock__subtitle {
  font-weight: bold;
  color: #fff;
}

.corp__com__titleblock .corp__com__titleblock__subtitle span {
  display: inline-block;
  background-color: #ff5400;
}

@media only screen and (min-width: 768px) {
  .corp__com__titleblock {
    padding-bottom: 35px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle {
    font-size: 2.0rem;
    margin-top: 5px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle span {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .corp__com__titleblock {
    padding-bottom: 15px;
  }

  .corp__com__titleblock .corp__com__titleblock__title img {
    width: auto;
    height: 23px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle {
    font-size: 1.2rem;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle span {
    padding: 5px 5px;
  }
}

.corp__profile .corp__profile__detail {
  line-height: 1.6;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.corp__profile .corp__profile__detail dt {
  font-weight: bold;
  position: relative;
  color: #ff5400;
}

.corp__profile .corp__profile__detail dt:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.corp__profile .corp__profile__detail dt:nth-of-type(2n):before {
  position: absolute;
  display: block;
  width: 200vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f8f8f8;
}

.corp__profile .corp__profile__detail dd:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.corp__profile .corp__profile__detail dd a {
  color: inherit;
}

.corp__profile .corp__profile__detail dd a:hover {
  color: #ff5400;
}

@media only screen and (min-width: 768px) {
  .corp__profile {
    padding: 100px 0 50px;
  }

  .corp__profile .corp__profile__detail {
    max-width: 1000px;
    margin: 0 auto;
  }

  .corp__profile .corp__profile__detail dt {
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    min-width: 220px;
    max-width: 220px;
    padding: 20px 0;
  }

  .corp__profile .corp__profile__detail dd {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 69%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .corp__profile {
    padding: 50px 0 25px;
  }

  .corp__profile .corp__profile__detail dt {
    font-size: 1.8rem;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0 -20px;
    padding: 10px 20px;
  }

  .corp__profile .corp__profile__detail dd {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin: 0 -20px;
    padding: 10px 20px;
    padding-top: 0;
  }
}

.corp__com__titleblock {
  line-height: 1;
}

.corp__com__titleblock .corp__com__titleblock__subtitle {
  font-weight: bold;
  color: #fff;
}

.corp__com__titleblock .corp__com__titleblock__subtitle span {
  display: inline-block;
  background-color: #ff5400;
}

@media only screen and (min-width: 768px) {
  .corp__com__titleblock {
    padding-bottom: 35px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle {
    font-size: 2.0rem;
    margin-top: 5px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle span {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .corp__com__titleblock {
    padding-bottom: 15px;
  }

  .corp__com__titleblock .corp__com__titleblock__title img {
    width: auto;
    height: 23px;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle {
    font-size: 1.2rem;
  }

  .corp__com__titleblock .corp__com__titleblock__subtitle span {
    padding: 5px 5px;
  }
}

.corp__partner {
  position: relative;
  background-color: #0a2b4a;
}

.corp__partner:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.corp__partner .corp__partner__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.corp__partner .corp__partner__bg img {
  width: 100%;
  height: auto;
}

.corp__partner .corp__partner__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.corp__partner .corp__partner__list > li {
  display: -webkit-box;
  display: flex;
  width: 33.333%;
  text-align: center;
  align-self: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.corp__partner .corp__partner__list > li div {
  display: block;
  width: 100%;
  text-align: center;
}

.corp__partner .corp__partner__list > li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.corp__partner__listwrap {
  background-color: #fff;
}

.corp__partner__list {
  margin: 0 auto;
}

.corp__partner .corp__partner__lead {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

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

@media only screen and (min-width: 768px) {
  .corp__partner {
    padding: 100px 0 12vw;
  }

  .corp__partner:after {
    border-width: 0 0 10vw 100vw;
  }

  .corp__partner .corp__partner__main {
    margin-top: 35px;
  }

  .corp__partner__listwrap {
    padding: 20px 50px;
  }

  .corp__partner__list {
    max-width: 600px;
  }

  .corp__partner__list > li {
    padding: 20px 10px;
  }

  .corp__partner__list > li img {
    zoom: .8;
  }

  .corp__partner .corp__partner__lead {
    font-size: 1.6rem;
    margin-top: 70px;
  }

  .corp__partner .corp__partner__more {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .corp__partner {
    padding: 50px 0 12vw;
  }

  .corp__partner:after {
    border-width: 0 0 10vw 100vw;
  }

  .corp__partner .corp__partner__main {
    margin-top: 15px;
  }

  .corp__partner__listwrap {
    padding: 10px 10px;
  }

  .corp__partner__list > li {
    padding: 10px 10px;
  }

  .corp__partner__list > li img {
    zoom: .5;
  }

  .corp__partner .corp__partner__lead {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .corp__partner .corp__partner__more {
    margin-top: 20px;
  }
}

.corp__history .corp__history__list {
  position: relative;
  margin: 0 auto;
}

.corp__history .corp__history__list:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  top: 0;
  z-index: 1;
  background-color: #ff5400;
}

.corp__history .corp__history__list:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 50%;
  bottom: 0;
  z-index: 1;
}

.corp__history .corp__history__list > li:first-child {
  margin-top: 0;
}

.corp__history .corp__history__list__iteminner {
  margin: 0;
}

.corp__history .corp__history__list__logo {
  line-height: 1;
}

.corp__history .corp__history__list__logo img {
  vertical-align: top;
}

.corp__history .corp__history__list__date {
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #e8eae9;
}

.corp__history .corp__history__list__date:after {
  z-index: 3;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  border-radius: 50%;
  background-color: #ff5400;
}

.corp__history .corp__history__list__title {
  font-size: 1.4rem;
  line-height: 1.8;
}

.corp__history .corp__history__list__title span {
  display: inline-block;
}

.corp__history .corp__history__list > li:first-child .corp__history__list__date:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  bottom: 0;
  z-index: 2;
  right: -1px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .corp__history {
    padding: 100px 0 0;
  }

  .corp__history .corp__history__main {
    padding-bottom: 100px;
  }

  .corp__history .corp__history__list {
    max-width: 800px;
    padding-bottom: 100px;
  }

  .corp__history .corp__history__list:after {
    margin-left: -2px;
    border-right: 5px dashed #fff;
  }

  .corp__history .corp__history__list > li {
    margin-top: -10px;
  }

  .corp__history .corp__history__list__iteminner {
    width: 50%;
  }

  .corp__history .corp__history__list__date {
    font-size: 2.4rem;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .corp__history .corp__history__list__date:after {
    width: 10px;
    height: 10px;
  }

  .corp__history .corp__history__list__title {
    margin-top: 10px;
    padding: 0 20px;
  }

  .corp__history .corp__history__list > li:first-child .corp__history__list__date:before {
    height: 200px;
  }

  .corp__history .corp__history__list > li:first-child .corp__history__list__date:after {
    width: 20px;
    height: 20px;
  }

  .corp__history .corp__history__list > li:nth-child(2n+1) .corp__history__list__iteminner {
    margin-right: auto;
  }

  .corp__history .corp__history__list > li:nth-child(2n+1) .corp__history__list__date:after {
    right: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }

  .corp__history .corp__history__list > li:nth-child(2n+1) .corp__history__list__title {
    padding-left: 0;
  }

  .corp__history .corp__history__list > li:nth-child(2n) .corp__history__list__iteminner {
    margin-left: auto;
    text-align: right;
  }

  .corp__history .corp__history__list > li:nth-child(2n) .corp__history__list__date:after {
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .corp__history .corp__history__list > li:nth-child(2n) .corp__history__list__title {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .corp__history {
    padding: 50px 0 0;
  }

  .corp__history .corp__history__main {
    padding-bottom: 50px;
  }

  .corp__history .corp__history__list {
    max-width: 640px;
    padding-bottom: 50px;
  }

  .corp__history .corp__history__list:before {
    left: 0;
  }

  .corp__history .corp__history__list:after {
    left: 0;
    border-right: 5px dashed #fff;
  }

  .corp__history .corp__history__list > li {
    margin-top: 30px;
  }

  .corp__history .corp__history__list__iteminner {
    padding: 0 0 0 15px;
  }

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

  .corp__history .corp__history__list__logo img {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .corp__history .corp__history__list__date {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-left: -15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: right;
  }

  .corp__history .corp__history__list__date:after {
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .corp__history .corp__history__list__title {
    text-align: right;
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .corp__history .corp__history__list > li:first-child .corp__history__list__date:before {
    left: 0;
    height: 100px;
  }

  .corp__history .corp__history__list > li:first-child .corp__history__list__date:after {
    width: 20px;
    height: 20px;
  }
}

.corp__access {
  position: relative;
}

.corp__access__main {
  position: relative;
}

.corp__access__info {
  z-index: 1;
  background-color: #fff;
}

.corp__access__info__thumb {
  text-align: center;
}

.corp__access__info__thumb img {
  width: 100%;
}

.corp__access__info__title {
  text-align: center;
}

.corp__access__info__list {
  text-align: center;
}

.corp__access__info__list > li {
  line-height: 1.6;
}

.corp__access__info__list > li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .corp__access {
    padding-top: 50px;
  }

  .corp__access__main {
    padding-top: 200px;
  }

  .corp__access__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    -webkit-box-shadow: 0 17px 27px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 17px 27px 3px rgba(0, 0, 0, 0.15);
  }

  .corp__access__info__main {
    padding: 30px 20px;
  }

  .corp__access__info__list {
    margin-top: 5px;
  }

  .corp__access__info__list > li {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .corp__access #gmap {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .corp__access {
    padding-top: 25px;
  }

  .corp__access__info {
    margin: 0 -20px;
  }

  .corp__access__info__main {
    padding: 30px 20px;
  }

  .corp__access__info__title img {
    width: auto;
    height: 22px;
  }

  .corp__access__info__list {
    margin-top: 5px;
  }

  .corp__access__info__list > li {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .corp__access #gmap {
    height: 420px;
  }
}
