@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow-x: hidden;
  line-height: 1;
  color: #000;
  padding-top: 95px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.container {
  overflow: hidden;
}

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

p {
  margin: 0;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center {
  text-align: center;
}

.inline {
  display: inline-block;
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

h1 {
  font-size: 4rem;
  text-align: left;
  margin: 0;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

h3 {
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-none {
    display: none;
  }
}

.sm-view {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-view {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .sm-br::after {
    content: "\a";
    white-space: pre;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .xs-br::after {
    content: "\a";
    white-space: pre;
  }
}

.xs-none-br::after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  .xs-none-br::after {
    content: "";
  }
}

.slide_in_wrap {
  position: relative;
}
.slide_in_wrap .beta {
  position: absolute;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slide_in_left {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms, -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  background-color: #fff;
}
.slide_in_left img {
  left: 0;
}

.slide_in_wrap.show_in .slide_in_left {
  width: 100%;
}

.slide_in_right {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  transition: transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms, -webkit-transform cubic-bezier(0.41, 0.01, 0.54, 0.1) 750ms;
  background-color: #fff;
}
.slide_in_right img {
  right: 0;
}

.slide_in_wrap.show_in .slide_in_right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  height: 100%;
}
.slide_in_wrap.show_in .slide_in_right .beta {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transition-delay: 625ms;
          transition-delay: 625ms;
}
.slide_in_wrap.show_in .slide_in_left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  height: 100%;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.effect-rev-fade {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 2500ms, -webkit-transform 2500ms;
  transition: opacity 2500ms, -webkit-transform 2500ms;
  transition: opacity 2500ms, transform 2500ms;
  transition: opacity 2500ms, transform 2500ms, -webkit-transform 2500ms;
}

.swiper-top, .swiper-information {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-top-vertical > .swiper-wrapper, .swiper-information-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #003F8E;
  opacity: 1;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lb-data .lb-number {
  display: none !important;
}

.section-title {
  width: 100%;
  max-width: 1180px;
}

.section-title-flow {
  width: 100%;
  max-width: 481px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .section-title-flow {
    width: calc(80% - 160px);
  }
}
@media only screen and (max-width: 768px) {
  .section-title-flow {
    width: calc(80% - 30px);
  }
}

.mark-up {
  color: #9b8e1e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff799));
  background: linear-gradient(transparent 50%, #fff799 50%);
}

.normal-container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .normal-container {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .normal-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

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

.canvas-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.canvas-container .canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.background-text {
  display: none;
  position: absolute;
  bottom: 100px;
  right: 0;
  padding-right: 50px;
  color: #ececec;
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .background-text {
    width: 50%;
  }
}

.background-text-aft {
  position: absolute;
  top: 50px;
  left: 0;
  padding-left: 50px;
  color: #ececec;
  width: 200px;
}

.full-view {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.over-text {
  position: absolute;
  margin: 0 auto;
  padding: 0.5rem;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .over-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .over-text {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}

.link-bnr-contact {
  display: block;
  width: 845px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}

.more-link {
  width: 215px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
  position: relative;
}
.more-link::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub-title {
  font-size: 2rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.6rem;
  }
}

.main-img {
  position: relative;
}
.main-img h1 {
  position: absolute;
  left: calc(50% - 590px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  line-height: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .main-img h1 {
    left: 50px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .main-img h1 {
    left: 10px;
    line-height: 1;
  }
}
.main-img h1 .main-title {
  font-size: 6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .main-img h1 .main-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-img h1 .main-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.main-img h1 .main-subtitle {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .main-img h1 .main-subtitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-img h1 .main-subtitle {
    font-size: 1.6rem;
  }
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #003F8E;
}
@media only screen and (max-width: 768px) {
  .page-nav {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
    display: block;
  }
}
.page-nav a {
  color: #003F8E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 1rem;
  border-right: 1px solid #000;
}
.page-nav a:first-of-type {
  padding-left: 0;
}
.page-nav a:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}

a, input[type=submit] {
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  cursor: pointer;
}
a:hover, input[type=submit]:hover {
  opacity: 0.7;
}

input[type=submit]:disabled {
  cursor: not-allowed;
}
input[type=submit]:disabled:hover {
  opacity: initial;
}

.header-title {
  font-size: 3rem;
  font-weight: 800;
}

.header-icon {
  max-width: 129.5px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  padding: 0 0 0 50px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    padding: 15px;
  }
}
.menu a {
  color: #000;
}
.menu .menu-logo {
  width: 100px;
}
.menu .pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 17.5px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .pc-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu .pc-nav {
    display: none;
  }
}
.menu .pc-nav ul {
  display: inline-block;
  padding: 0;
}
.menu .pc-nav ul li {
  display: inline-block;
  margin: 0 1em;
  /*
  &:nth-of-type(n+2){
    margin: 0 0 0 25px;
  }
  */
  /*
  a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: $main-color;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  */
}
.menu .pc-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu .mobile-nav {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    z-index: 1000;
  }
}
@media only screen and (max-width: 768px) {
  .menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    z-index: 1000;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 8px;
    -webkit-transition: ease 0.75s;
    transition: ease 0.75s;
  }
  .menu .icon span:nth-of-type(1) {
    top: 16px;
  }
  .menu .icon span:nth-of-type(2) {
    top: 28px;
  }
  .menu .icon span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .menu .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 8px;
    -webkit-transition: ease 0.75s;
    transition: ease 0.75s;
  }
  .menu .icon span:nth-of-type(1) {
    top: 16px;
  }
  .menu .icon span:nth-of-type(2) {
    top: 28px;
  }
  .menu .icon span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .close span {
    background-color: #fff;
  }
  .menu .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
  }
  .menu .close span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .menu .close span {
    background-color: #fff;
  }
  .menu .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
  }
  .menu .close span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 28px;
  }
}
.menu .mobile-nav {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: rgb(34, 49, 52);
}
.menu .mobile-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 75px 0 0 0;
  padding: 15px;
  text-align: right;
}
.menu .mobile-nav ul li {
  margin-bottom: 1em;
}
.menu .mobile-nav a {
  display: block;
  color: #fff;
  text-align: center;
  border-bottom: solid 0.5px #fff;
  line-height: 2;
}
.menu .header-contact-nav {
  /*position: absolute;
  top: 0;
  right: 50px;
  */
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .menu .header-contact-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu .header-contact-nav {
    display: none;
  }
}
.menu .header-contact-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 185px;
  height: 100%;
  color: #fff;
  background-color: #003F8E;
}
.menu .header-contact-nav .icon-back-round-white {
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-right: 1rem;
}

footer {
  background-color: #003F8E;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-container {
  padding-top: 80.5px;
  padding-bottom: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer-container {
    display: block;
    padding: 40px 0;
  }
}
footer .footer-container .footer-logo {
  width: 186.5px;
  height: 86px;
}
footer .footer-container address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  margin-left: 20px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  footer .footer-container address {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
footer .footer-container address .company-name {
  font-size: 2rem;
}
footer .footer-container .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-right {
    line-height: 2;
    height: auto;
    text-align: left;
  }
}

.top-customer {
  margin-top: 100px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top-customer {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.top-customer .top-customer-container {
  width: calc(50% - 30.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 768px) {
  .top-customer .top-customer-container {
    width: 100%;
    margin-bottom: 50px;
  }
}
.top-customer .top-customer-container .top-customer-img {
  position: relative;
}
.top-customer .top-customer-container .top-customer-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top-customer .top-customer-container .top-customer-img span {
    font-size: 2rem;
  }
}
.top-customer .top-customer-container .top-customer-note {
  text-align: center;
  width: 100%;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 30px;
}

.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top-about {
    margin-bottom: 70px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-about .top-about-note {
  padding-left: calc(50% - 590px);
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-note {
    width: 45%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top-about .top-about-note h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note h1 {
    margin-top: 20px;
  }
}
.top-about .top-about-note p {
  font-size: 3rem;
  line-height: 5rem;
  margin-bottom: 75px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-note p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-note p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.top-about .top-about-img {
  width: 53.571428%;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-about .top-about-img {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .top-about .top-about-img {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.top-voice {
  min-height: 590px;
  background-image: url(../img/top/top_voice_bg.jpg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .top-voice {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-voice h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 45px;
}
.top-voice .top-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-voice .top-voice-list .top-voice-col {
  width: 370px;
  min-height: 210px;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .top-voice .top-voice-list .top-voice-col {
    width: 30%;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-voice .top-voice-list .top-voice-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-voice .top-voice-list .top-voice-col h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
.top-voice .top-voice-list .top-voice-col p {
  line-height: 2;
}

.top-recruit {
  margin-top: 140px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .top-recruit {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.top-recruit h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
.top-recruit .top-recruit-img {
  margin-bottom: 60px;
  position: relative;
}
.top-recruit .top-recruit-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top-recruit .top-recruit-img span {
    font-size: 1.4rem;
  }
}
.top-recruit .top-recruit-link .more-link {
  margin-left: auto;
}

.top-contact {
  min-height: 350px;
  background-image: url(../img/top/top_contact_bg.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 76.5px;
}
.top-contact h1 {
  text-align: center;
  font-size: 3rem;
  color: #003F8E;
  margin-bottom: 55px;
  line-height: 1.6;
  text-shadow: #fff 2px 0px 15px, #fff -2px 0px 15px, #fff 0px -2px 15px, #fff -2px 0px 15px, #fff 2px 2px 15px, #fff -2px 2px 15px, #fff 2px -2px 15px, #fff -2px -2px 15px, #fff 1px 2px 15px, #fff -1px 2px 15px, #fff 1px -2px 15px, #fff -1px -2px 15px, #fff 2px 1px 15px, #fff -2px 1px 15px, #fff 2px -1px 15px, #fff -2px -1px 15px, #fff 1px 1px 15px, #fff -1px 1px 15px, #fff 1px -1px 15px, #fff -1px -1px 15px;
}
@media only screen and (max-width: 768px) {
  .top-contact h1 {
    font-size: 2rem;
  }
}
.top-contact .top-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-contact .top-contact-list a {
  width: 270px;
  height: 55px;
  margin: 0 20px;
  background-color: #003F8E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 768px) {
  .top-contact .top-contact-list a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company-overview {
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .company-overview {
    margin-bottom: 70px;
  }
}
.company-overview h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .company-overview h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-overview .company-overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}
.company-overview .company-overview-list dt {
  width: 160px;
  padding: 21px 30px;
  background-color: #f3fbfb;
  border-top: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-overview .company-overview-list dt:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dt:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.company-overview .company-overview-list dd {
  margin: 0;
  width: calc(100% - 160px);
  padding: 21px 30px;
  border-top: 1px solid #dadada;
}
.company-overview .company-overview-list dd:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .company-overview .company-overview-list dd {
    width: 100%;
    padding: 10px 15px;
  }
}
.company-overview .company-overview-list dd a {
  color: #003F8E;
}

.company-route {
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .company-route {
    margin-bottom: 70px;
  }
}
.company-route h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .company-route h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-route .company-route-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-route .company-route-list .company-route-col {
  width: 360px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .company-route .company-route-list .company-route-col {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .company-route .company-route-list .company-route-col {
    width: 100%;
  }
}
.company-route .company-route-list .company-route-col p {
  margin: 10px 0;
  text-align: center;
  line-height: 2;
}

.company-history {
  margin-bottom: 177.5px;
}
@media only screen and (max-width: 768px) {
  .company-history {
    margin-bottom: 70px;
  }
}
.company-history h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .company-history h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-history .company-history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}
.company-history .company-history-list dt {
  width: 160px;
  padding: 21px 30px;
  background-color: #f3fbfb;
  border-top: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-history .company-history-list dt:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .company-history .company-history-list dt:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .company-history .company-history-list dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.company-history .company-history-list dd {
  margin: 0;
  width: calc(100% - 160px);
  padding: 21px 30px;
  border-top: 1px solid #dadada;
}
.company-history .company-history-list dd:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .company-history .company-history-list dd {
    width: 100%;
    padding: 10px 15px;
  }
}
.company-history .company-history-list dd a {
  color: #003F8E;
}

.company-greeting {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .company-greeting {
    margin-bottom: 100px;
  }
}
.company-greeting h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .company-greeting h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.company-greeting .company-greeting-message {
  line-height: 2;
  font-size: 1.5rem;
}
.company-greeting .company-greeting-from {
  margin-top: 2em;
  text-align: right;
  line-height: 2;
  font-size: 1.5rem;
}

.staff-introduction {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .staff-introduction {
    margin-bottom: 70px;
  }
}
.staff-introduction h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .staff-introduction h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.staff-introduction .staff-introduction-message {
  margin-bottom: 100px;
  font-size: 1.7rem;
}
.staff-introduction .staff-introduction-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-introduction .staff-introduction-list li {
  width: 360px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .staff-introduction .staff-introduction-list li {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .staff-introduction .staff-introduction-list li {
    width: 100%;
  }
}
.staff-introduction .staff-introduction-list li p {
  padding: 2.5rem;
  background-color: #003F8E;
  margin-bottom: 50px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9333333333);
}

.staff-recruit {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .staff-recruit {
    margin-bottom: 100px;
  }
}
.staff-recruit h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .staff-recruit h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.staff-recruit .staff-recruit-message {
  margin-bottom: 100px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .staff-recruit .staff-recruit-message {
    margin-bottom: 50px;
  }
}

.solicitation-declaration {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .solicitation-declaration {
    font-size: 2rem;
  }
}

.solicitation-for h1 {
  margin-top: 145px;
  line-height: 1.6;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .solicitation-for h1 {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.solicitation-for .solicitation-for-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solicitation-for .solicitation-for-list li {
  border-top: 1px solid #dadada;
  padding: 50px 30px;
  position: relative;
}
.solicitation-for .solicitation-for-list li::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #003F8E;
}
.solicitation-for .solicitation-for-list li:last-of-type {
  border-bottom: 1px solid #dadada;
}
.solicitation-for .solicitation-for-list li h2 {
  margin-bottom: 25px;
}
.solicitation-for .solicitation-for-list li p {
  line-height: 2;
}

.solicitation-note {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .solicitation-note {
    margin-bottom: 100px;
  }
}
.solicitation-note h1 {
  margin-top: 145px;
  line-height: 1.6;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .solicitation-note h1 {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.solicitation-note .solicitation-note-block {
  border-top: 1px solid #dadada;
  padding: 50px 30px;
  line-height: 2;
}
.solicitation-note .solicitation-note-from {
  text-align: right;
}

.privacypolicy-declaration {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-declaration {
    font-size: 2rem;
  }
}

.privacypolicy-for h1 {
  margin-top: 145px;
  line-height: 1.6;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-for h1 {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.privacypolicy-for .privacypolicy-for-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacypolicy-for .privacypolicy-for-list li {
  border-top: 1px solid #dadada;
  padding: 50px 30px;
  position: relative;
}
.privacypolicy-for .privacypolicy-for-list li::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #003F8E;
}
.privacypolicy-for .privacypolicy-for-list li:last-of-type {
  border-bottom: 1px solid #dadada;
}
.privacypolicy-for .privacypolicy-for-list li h2 {
  margin-bottom: 25px;
}
.privacypolicy-for .privacypolicy-for-list li p {
  line-height: 2;
}

.privacypolicy-note {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-note {
    margin-bottom: 100px;
  }
}
.privacypolicy-note h1 {
  margin-top: 145px;
  line-height: 1.6;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-note h1 {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.privacypolicy-note .privacypolicy-note-block {
  border-top: 1px solid #dadada;
  padding: 50px 30px;
  line-height: 2;
}
.privacypolicy-note .privacypolicy-note-from {
  text-align: right;
}

.corporate-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #003F8E;
}
@media only screen and (max-width: 768px) {
  .corporate-nav {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}
.corporate-nav a {
  color: #003F8E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 1rem;
  border-right: 1px solid #000;
}
.corporate-nav a:first-of-type {
  padding-left: 0;
}
.corporate-nav a:last-of-type {
  border-right: none;
  padding-right: 0;
}

.corporate-life-insurance {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .corporate-life-insurance {
    margin-bottom: 70px;
  }
}
.corporate-life-insurance h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-life-insurance h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.corporate-life-insurance .life-insurance-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-life-insurance .life-insurance-message {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.corporate-life-insurance .corporate-life-insurance-archive {
  background-image: url(../img/corporate/corporate_bg.jpg);
  background-size: cover;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.corporate-life-insurance .corporate-life-insurance-archive:last-of-type {
  margin-bottom: 0;
}
.corporate-life-insurance .corporate-life-insurance-archive h2 {
  font-size: 3rem;
  color: #fff;
  background-color: #003F8E;
  width: 100%;
  max-width: 580px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 768px) {
  .corporate-life-insurance .corporate-life-insurance-archive h2 {
    font-size: 2.5rem;
  }
}
.corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li {
  width: 370px;
  padding: 40px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li h3 {
  color: #003F8E;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #003F8E;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.corporate-life-insurance .corporate-life-insurance-archive .corporate-life-insurance-archive-list li p {
  line-height: 2;
}
.corporate-life-insurance .life-insurance-message-last {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #003F8E;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-life-insurance .life-insurance-message-last {
    font-size: 1.6rem;
  }
}

.corporate-risk {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .corporate-risk {
    margin-bottom: 70px;
  }
}
.corporate-risk h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-risk h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.corporate-risk .risk-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-risk .risk-message {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.corporate-risk .corporate-risk-list-container {
  background-image: url(../img/corporate/corporate_bg.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 105px;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li {
  width: 572.5px;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 35px;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li h3 {
  color: #003F8E;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #003F8E;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li ul {
  list-style: none;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li ul li {
  position: relative;
  line-height: 2;
}
.corporate-risk .corporate-risk-list-container .corporate-risk-list > li ul li::before {
  content: "●";
  position: absolute;
  left: -1.6rem;
  color: #003F8E;
}
.corporate-risk .risk-message-last {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #003F8E;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-risk .risk-message-last {
    font-size: 1.6rem;
  }
}

.corporate-thoughts {
  background-color: #ecfaf9;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.corporate-thoughts h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.corporate-thoughts .thoughts-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .thoughts-message {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list {
  width: 795px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list .li-cont {
    width: calc(50% - 27.5px);
  }
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list .li-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li {
  width: 370px;
  padding: 35px;
  text-align: center;
  border: 1px solid #003F8E;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 55px;
  position: inherit;
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li {
    width: calc(50% - 27.5px);
  }
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li.first {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li h2 {
  text-align: center;
  color: #003F8E;
  margin-bottom: 25px;
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-list li p {
  line-height: 2;
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-group {
  position: absolute;
  bottom: 27.5px;
  right: -27.5px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 175px;
  height: 175px;
  background-color: #003F8E;
  border-radius: 175px;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  z-index: 10;
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-group .sub {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-group .sub {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-group {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    padding: 1rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.corporate-thoughts .corporate-thoughts-list-container .corporate-thoughts-group-bk {
  position: absolute;
  bottom: 27.5px;
  right: -27.5px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 280px;
  height: 280px;
  background-color: #caf0ef;
  border-radius: 280px;
}

.corporate-insurance-company {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .corporate-insurance-company {
    padding-top: 70px;
  }
}
.corporate-insurance-company h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .corporate-insurance-company h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.corporate-insurance-company h2 {
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #003F8E;
  padding: 21.25px 27.5px;
  margin-bottom: 40px;
  color: #003F8E;
}
.corporate-insurance-company .insurance-company-list {
  list-style: none;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corporate-insurance-company .insurance-company-list::after {
  content: "";
  display: block;
  width: 370px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-insurance-company .insurance-company-list::after {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-insurance-company .insurance-company-list::after {
    width: 100%;
  }
}
.corporate-insurance-company .insurance-company-list li {
  width: 370px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .corporate-insurance-company .insurance-company-list li {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-insurance-company .insurance-company-list li {
    width: 100%;
  }
}
.corporate-insurance-company .insurance-company-list-nonlife {
  list-style: none;
  margin: 0;
  margin-bottom: 200px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .corporate-insurance-company .insurance-company-list-nonlife {
    margin-bottom: 100px;
  }
}
.corporate-insurance-company .insurance-company-list-nonlife li {
  width: 100%;
  margin-bottom: 35px;
}

.business-life-insurance h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-life-insurance h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.business-life-insurance .life-insurance-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-life-insurance .life-insurance-message {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.business-life-insurance .business-life-insurance-archive {
  background-image: url(../img/business/business_bg.jpg);
  background-size: cover;
  background-position-x: 40%;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.business-life-insurance .business-life-insurance-archive:last-of-type {
  margin-bottom: 0;
}
.business-life-insurance .business-life-insurance-archive h2 {
  font-size: 3rem;
  color: #fff;
  background-color: #003F8E;
  width: 580px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list {
    padding-top: 50px;
  }
}
.business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li {
  width: 370px;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li {
    width: 100%;
  }
}
.business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li h3 {
  color: #003F8E;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #003F8E;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business-life-insurance .business-life-insurance-archive .business-life-insurance-archive-list li p {
  line-height: 2;
}
.business-life-insurance .business-life-insurance-archive .insurance-company-link {
  width: 300px;
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
  position: relative;
  background-color: #fff;
}
.business-life-insurance .business-life-insurance-archive .insurance-company-link::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.business-life-insurance .life-insurance-message-last {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #003F8E;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-life-insurance .life-insurance-message-last {
    font-size: 1.6rem;
  }
}

.business-risk {
  margin-bottom: 140px;
}
.business-risk h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-risk h1 {
    font-size: 3rem;
  }
}
.business-risk .risk-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}
.business-risk .business-risk-list-container {
  background-image: url(../img/business/business_bg.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 105px;
}
.business-risk .business-risk-list-container .business-risk-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-risk .business-risk-list-container .business-risk-list > li {
  width: 572.5px;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 35px;
}
.business-risk .business-risk-list-container .business-risk-list > li h3 {
  color: #003F8E;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.business-risk .business-risk-list-container .business-risk-list > li h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #003F8E;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business-risk .business-risk-list-container .business-risk-list > li ul {
  list-style: none;
}
.business-risk .business-risk-list-container .business-risk-list > li ul li {
  position: relative;
  line-height: 2;
}
.business-risk .business-risk-list-container .business-risk-list > li ul li::before {
  content: "●";
  position: absolute;
  left: -1.6rem;
  color: #003F8E;
}
.business-risk .risk-message-last {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #003F8E;
  margin-top: 50px;
  margin-bottom: 50px;
}

.business-property-insurance {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .business-property-insurance {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.business-property-insurance h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-property-insurance h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.business-property-insurance h2 {
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #003F8E;
  padding: 21.25px 27.5px;
  margin-bottom: 40px;
  color: #003F8E;
}
.business-property-insurance .insurance-company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
.business-property-insurance .insurance-company-list li {
  width: 570px;
  margin-bottom: 35px;
}
.business-property-insurance .insurance-company-link {
  width: 300px;
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
  position: relative;
  background-color: #fff;
}
.business-property-insurance .insurance-company-link::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.business-thoughts {
  background-color: #ecfaf9;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .business-thoughts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.business-thoughts h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-thoughts h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.business-thoughts .thoughts-message {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-thoughts .thoughts-message {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
.business-thoughts .business-thoughts-list-container .business-thoughts-list {
  width: 795px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list .li-cont {
    width: calc(50% - 27.5px);
  }
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list .li-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.business-thoughts .business-thoughts-list-container .business-thoughts-list li {
  width: 370px;
  padding: 35px;
  text-align: center;
  border: 1px solid #003F8E;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 55px;
  position: inherit;
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list li {
    width: calc(50% - 27.5px);
  }
  .business-thoughts .business-thoughts-list-container .business-thoughts-list li.first {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.business-thoughts .business-thoughts-list-container .business-thoughts-list li h2 {
  text-align: center;
  color: #003F8E;
  margin-bottom: 25px;
}
.business-thoughts .business-thoughts-list-container .business-thoughts-list li p {
  line-height: 2;
}
.business-thoughts .business-thoughts-list-container .business-thoughts-group {
  position: absolute;
  bottom: 27.5px;
  right: -27.5px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 175px;
  height: 175px;
  background-color: #003F8E;
  border-radius: 175px;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  z-index: 10;
}
.business-thoughts .business-thoughts-list-container .business-thoughts-group .sub {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-group .sub {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-group {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    padding: 1rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.business-thoughts .business-thoughts-list-container .business-thoughts-group-bk {
  position: absolute;
  bottom: 27.5px;
  right: -27.5px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 280px;
  height: 280px;
  background-color: #caf0ef;
  border-radius: 280px;
}
@media only screen and (max-width: 768px) {
  .business-thoughts .business-thoughts-list-container .business-thoughts-group-bk {
    display: none;
  }
}

.business-insurance-company {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .business-insurance-company {
    padding-top: 70px;
  }
}
.business-insurance-company h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .business-insurance-company h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.business-insurance-company h2 {
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #003F8E;
  padding: 21.25px 27.5px;
  margin-bottom: 40px;
  color: #003F8E;
}
.business-insurance-company .insurance-company-list {
  list-style: none;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .business-insurance-company .insurance-company-list {
    margin-bottom: 50px;
  }
}
.business-insurance-company .insurance-company-list::after {
  content: "";
  display: block;
  width: 370px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-insurance-company .insurance-company-list::after {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .business-insurance-company .insurance-company-list::after {
    display: none;
  }
}
.business-insurance-company .insurance-company-list li {
  width: 370px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .business-insurance-company .insurance-company-list li {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .business-insurance-company .insurance-company-list li {
    width: 100%;
  }
}
.business-insurance-company .insurance-company-list-nonlife {
  list-style: none;
  margin: 0;
  margin-bottom: 200px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .business-insurance-company .insurance-company-list-nonlife {
    margin-bottom: 100px;
  }
}
.business-insurance-company .insurance-company-list-nonlife li {
  width: 100%;
  margin-bottom: 35px;
}

.contact-phone {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .contact-phone {
    margin-bottom: 100px;
  }
}
.contact-phone h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-phone h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-phone dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.contact-phone dl dt {
  width: 250px;
  height: 82px;
  background-color: #f3fbfb;
  font-weight: 500;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-phone dl dt {
    width: 100%;
  }
}
.contact-phone dl dd {
  margin: 0;
  width: calc(100% - 250px);
  height: 82px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-phone dl dd {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: none;
  }
}

.contact-mail h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-mail h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-mail .contact-mail-message {
  line-height: 2;
  margin-bottom: 50px;
}
.contact-mail .contact-mail-message .contact-attention {
  position: relative;
  padding-left: 1em;
}
.contact-mail .contact-mail-message .contact-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-mail .mail-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: 60px;
}
.contact-mail .mail-form dl dt {
  width: 250px;
  background-color: #f3fbfb;
  border-top: 1px solid #dadada;
  padding: 35px 20px;
  font-weight: bold;
  position: relative;
}
.contact-mail .mail-form dl dt:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dt {
    width: 100%;
  }
  .contact-mail .mail-form dl dt:last-of-type {
    border-bottom: none;
  }
}
.contact-mail .mail-form dl dt.require::after {
  content: "必須";
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 1.4rem;
  width: 50px;
  height: 25px;
  background-color: #003F8E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-mail .mail-form dl dt:not(.require)::after {
  content: "任意";
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 1.4rem;
  width: 50px;
  height: 25px;
  background-color: #8e8e8e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-mail .mail-form dl dd {
  margin: 0;
  padding: 19px 20px;
  width: calc(100% - 250px);
  border-top: 1px solid #dadada;
}
.contact-mail .mail-form dl dd:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd {
    width: 100%;
  }
}
.contact-mail .mail-form dl dd input[type=text], .contact-mail .mail-form dl dd textarea {
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  border-radius: 10px;
}
.contact-mail .mail-form dl dd input[type=text] {
  height: 49px;
}
.contact-mail .mail-form dl dd textarea {
  height: 200px;
}
.contact-mail .mail-form dl dd input#file-upload-button {
  height: 50px;
  max-width: 320px;
  width: 100%;
}
.contact-mail .mail-form dl dd label.label-file input {
  display: none;
}
.contact-mail .mail-form dl dd label.label-file span {
  display: inline-block;
  background-color: #f1f1f1;
  height: 50px;
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  border: 1px solid #dadada;
  line-height: 50px;
  padding: 0 16px;
}
.contact-mail .mail-form dl dd .radio-list {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.contact-mail .mail-form dl dd .radio-list li {
  display: inline-block;
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .contact-mail .mail-form dl dd .radio-list li {
    line-height: 2;
  }
}
.contact-mail .mail-form .g-recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contact-mail .mail-form .contact-btn-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 200px;
}
.contact-mail .mail-form .contact-btn-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact-mail .mail-form .contact-btn {
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
}
.contact-mail .mail-form .contact-btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-confiem {
  margin-top: 50px;
}
.contact-confiem h1 {
  font-size: 5rem;
  color: #003F8E;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-confiem h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.contact-confiem p {
  line-height: 2;
  margin-bottom: 50px;
}
.contact-confiem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: 60px;
}
.contact-confiem dl dt {
  width: 250px;
  background-color: #f3fbfb;
  border-top: 1px solid #dadada;
  padding: 35px 20px;
  font-weight: bold;
  position: relative;
}
.contact-confiem dl dt:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-confiem dl dt {
    width: 100%;
  }
  .contact-confiem dl dt:last-of-type {
    border-bottom: none;
  }
}
.contact-confiem dl dd {
  margin: 0;
  padding: 35px 20px;
  width: calc(100% - 250px);
  border-top: 1px solid #dadada;
}
.contact-confiem dl dd:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .contact-confiem dl dd {
    width: 100%;
  }
}
.contact-confiem dl dd input[type=text], .contact-confiem dl dd textarea {
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  border-radius: 10px;
}
.contact-confiem dl dd input[type=text] {
  height: 49px;
}
.contact-confiem dl dd textarea {
  height: 200px;
}
.contact-confiem dl dd input#file-upload-button {
  height: 50px;
  max-width: 320px;
  width: 100%;
}
.contact-confiem dl dd label.label-file input {
  display: none;
}
.contact-confiem dl dd label.label-file span {
  display: inline-block;
  background-color: #f1f1f1;
  height: 50px;
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  border: 1px solid #dadada;
  line-height: 50px;
  padding: 0 16px;
}
.contact-confiem dl dd .radio-list {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.contact-confiem dl dd .radio-list li {
  display: inline-block;
  margin-right: 35px;
}
.contact-confiem .contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-confiem .contact-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-confiem .contact-btn-list .contact-btn-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
  margin-bottom: 200px;
}
.contact-confiem .contact-btn-list .contact-btn-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.contact-confiem .contact-btn-list .contact-btn {
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
  cursor: pointer;
}
.contact-confiem .contact-btn-list .contact-btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-thanks, .contact-error {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact-thanks, .contact-error {
    margin-bottom: 70px;
  }
}
.contact-thanks h2, .contact-error h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}
.contact-thanks p, .contact-error p {
  margin-bottom: 20px;
  text-align: center;
}

.contact-return {
  text-align: center;
}
.contact-return h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}
.contact-return .contact-address {
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-return .contact-address {
    margin-bottom: 0;
  }
}
.contact-return p {
  margin-bottom: 20px;
}

.contact-finish .contact-btn-list, .contact-error .contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-finish .contact-btn-list, .contact-error .contact-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-finish .contact-btn-list .contact-btn-wrap, .contact-error .contact-btn-list .contact-btn-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
  margin-bottom: 200px;
}
.contact-finish .contact-btn-list .contact-btn-wrap::before, .contact-error .contact-btn-list .contact-btn-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.contact-finish .contact-btn-list .contact-btn, .contact-error .contact-btn-list .contact-btn {
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003F8E;
  color: #003F8E;
  cursor: pointer;
}
.contact-finish .contact-btn-list .contact-btn::before, .contact-error .contact-btn-list .contact-btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_link.png);
  background-size: contain;
  display: inline-block;
  width: 38.5px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}/*# sourceMappingURL=common.css.map */
