@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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

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

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333333;
}

html {
  font-size: 0.6944444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333vw;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: calc(100% - 16rem);
  margin: 0 auto;
  padding: 0;
}

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

/* ======================================================================
 header
====================================================================== */
.header .header-inner {
  height: 200px;
  background-image: url(../img/top/cover.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 20rem;
  }
}

.header .header-inner .header-content {
  position: static;
}

.header .header-inner .header-content .header-logo {
  display: block;
}

.header .header-inner .header-content .header-logo img {
  visibility: visible;
}

.header .header-inner .header-content .header-nav {
  display: block;
}

.header .header-inner .header-content .header-nav a {
  font-size: 16px;
}

.header .header-inner .header-top {
  display: none;
}

.header .header-inner .header-top_description {
  display: none;
}

.header .header-inner .header-top_cover {
  display: none;
}

.header .header-inner .header-top_lead {
  display: none;
}

.header .header-inner .header-top_grade {
  display: none;
}

.header .header-inner .header-nav_bottom {
  display: none;
}

.header .header-inner .header-drawer {
  bottom: -70px;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a {
  display: inline-block;
  height: 15px !important;
  position: relative;
  margin-top: 2.26667vw;
  margin-bottom: 0.4vw;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a img {
  position: absolute;
  margin-top: 0;
  top: .6vw;
  right: calc(-4.66667vw - 1.33333vw);
}

/* ======================================================================
 entry
====================================================================== */
.entry {
  line-height: 1.6;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 25.3rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  line-height: 1.6;
}

/* ======================================================================
 business
====================================================================== */
/* ----------------------------------------------------------------------
 top_sec
---------------------------------------------------------------------- */
.top_sec {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec {
    margin-top: 6.4rem;
  }
}

.top_sec .inner .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_sec .inner .ttl {
  white-space: nowrap;
}

.top_sec .inner .ttl .main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .09em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .main {
    font-size: 4.2rem;
    margin-bottom: 2.9rem;
  }
}

.top_sec .inner .ttl .sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .sub {
    font-size: 2.2rem;
  }
}

.top_sec .inner .top_menu {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .top_menu {
    display: none;
  }
}

.top_sec .inner .top_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec .inner .top_menu .list .item+.item {
  margin-left: 3.0rem;
}

.top_sec .inner .top_menu .list .item .link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}

.top_sec .inner .top_menu .list .item.current {
  position: relative;
}

.top_sec .inner .top_menu .list .item.current .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .top_menu .list .item.current::before {
  content: '';
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -6.2rem;
}

.top_sec .inner .top_menu .list .item:hover .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .page_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
  margin-bottom: 8.7rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .page_link_list {
    margin-top: 8rem;
    margin-bottom: 6.4rem;
  }
}

.top_sec .inner .page_link_list .page_link {
  width: calc((99.9% / 4) - (3.9rem / 4));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.4rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .02em;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .page_link_list .page_link {
    height: 9.4rem;
    line-height: 1.3;
    text-align: center;
  }
}

.top_sec .inner .page_link_list .page_link+.page_link {
  margin-left: 1.3rem;
}

.top_sec .inner .page_link_list .page_link.color01 {
  background-image: linear-gradient(-145deg, rgba(0, 56, 236, 0.75) 20%, rgba(51, 118, 255, 0.75) 100%);
}

.top_sec .inner .page_link_list .page_link.color02 {
  background-image: linear-gradient(-145deg, rgba(255, 121, 18, 0.75) 0%, rgba(255, 174, 18, 0.75) 83%);
}

.top_sec .inner .page_link_list .page_link.color03 {
  background-image: linear-gradient(-145deg, rgba(234, 28, 0, 0.75) 0%, rgba(255, 66, 0, 0.75) 82%);
}

/* ----------------------------------------------------------------------
 business_sec
---------------------------------------------------------------------- */
.business_sec {
  margin-bottom: 12rem;
}

.business_sec .inner {
  padding: 6.5rem 9rem 8.5rem;
}

@media screen and (max-width: 768px) {
  .business_sec .inner {
    padding: 6.5rem 3rem 6.5rem;
  }
}

.business_sec .inner .sec_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 4.2rem;
}

.business_sec .inner .white_box {
  background-color: #FFF;
  padding: 5.5rem 7rem;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box {
    padding: 5.5rem 2.5rem;
  }
}

.business_sec .inner .white_box+.white_box {
  margin-top: 3.5rem;
}

.business_sec .inner .white_box .sub_ttl {
  background-color: #5f5555;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .sub_ttl.col2 {
    height: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .sub_ttl.col2 .txt {
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0em;
    white-space: nowrap;
  }
}

.business_sec .inner .white_box .sub_ttl .txt {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .02em;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .sub_ttl .txt {
    font-size: 2.8rem;
    letter-spacing: .09em;
  }
}

.business_sec .inner .white_box>.img {
  width: 100%;
}

.business_sec .inner .white_box>.img>img {
  width: 100%;
}

.business_sec .inner .white_box .item_list {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .item_list {
    padding: 0 1.8rem 0 2.5rem;
  }
}

.business_sec .inner .white_box .item_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_sec .inner .white_box .item_list .item+.item {
  margin-top: 2.5rem;
}

.business_sec .inner .white_box .item_list .item .img {
  width: 3.7rem;
  margin-right: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .item_list .item .img {
    width: 4.8rem;
    margin-right: 2rem;
  }
}

.business_sec .inner .white_box .item_list .item .img>img {
  width: 3.7rem;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .item_list .item .img>img {
    width: 4.8rem;
  }
}

.business_sec .inner .white_box .item_list .item .txt {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .09em;
  line-height: 1.8;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .business_sec .inner .white_box .item_list .item .txt {
    font-size: 2.4em;
  }
}

.business_sec .inner .white_box .item_list .item .txt .color01 {
  font-weight: bold;
  color: #4c6ee0;
}

.business_sec .inner .white_box .item_list .item .txt .color02 {
  font-weight: bold;
  color: #ff7912;
}

/* ----------------------------------------------------------------------
 business_sec01
---------------------------------------------------------------------- */
#business_sec01 .inner {
  background-color: #d4e2ff;
  position: relative;
}

#business_sec01 .inner .bg01 {
  position: absolute;
  z-index: -1;
  top: 53.6rem;
  left: -19rem;
  width: 61rem;
}

@media screen and (max-width: 768px) {
  #business_sec01 .inner .bg01 {
    top: auto;
    left: -25.4rem;
    bottom: 46.6rem;
  }
}

#business_sec01 .inner .bg01>img {
  width: 61rem;
}

#business_sec01 .inner .bg02 {
  position: absolute;
  z-index: -1;
  right: -29.3rem;
  bottom: -41rem;
  width: 68.3rem;
}

@media screen and (max-width: 768px) {
  #business_sec01 .inner .bg02 {
    right: -36.2rem;
    bottom: -34rem;
  }
}

#business_sec01 .inner .bg02>img {
  width: 68.3rem;
}

#business_sec01 .inner .white_box .detail {
  text-align: center;
  margin-top: 5.6rem;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #business_sec01 .inner .white_box .detail {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: -0.02em;
  }
}

#business_sec01 .inner .white_box>.txt {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #business_sec01 .inner .white_box>.txt {
    margin-top: 6.3rem;
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------------------------
 business_sec02
---------------------------------------------------------------------- */
#business_sec02 .inner {
  background-color: #d4e2ff;
}

#business_sec02 .inner .white_box .detail {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #business_sec02 .inner .white_box .detail {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

#business_sec02 .inner .white_box.white_box02 {
  position: relative;
}

@media screen and (max-width: 768px) {
  #business_sec02 .inner .white_box.white_box02 .item_list .item .txt {
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  #business_sec02 .inner .white_box.white_box02 .item_list .item:last-child .txt {
    width: 31.5rem;
    letter-spacing: 0.08em;
  }
}

#business_sec02 .inner .white_box.white_box02>.img {
  width: 14.2rem;
  position: absolute;
  right: 6.5rem;
  bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  #business_sec02 .inner .white_box.white_box02>.img {
    right: 4rem;
    bottom: 5rem;
  }
}

#business_sec02 .inner .white_box.white_box02>.img>img {
  width: 14.2rem;
}

/* ----------------------------------------------------------------------
 business_sec03
---------------------------------------------------------------------- */
#business_sec03 .inner {
  background-color: #fff0c3;
  position: relative;
}

#business_sec03 .inner .bg03 {
  position: absolute;
  z-index: -1;
  left: -27.5rem;
  bottom: 20rem;
  width: 47.5rem;
}

@media screen and (max-width: 768px) {
  #business_sec03 .inner .bg03 {
    width: 48.4rem;
    left: -25.6rem;
    bottom: 39.2em;
  }
}

#business_sec03 .inner .bg03>img {
  width: 47.5rem;
}

@media screen and (max-width: 768px) {
  #business_sec03 .inner .bg03>img {
    width: 48.4rem;
  }
}

#business_sec03 .inner .bg04 {
  position: absolute;
  z-index: -1;
  right: -30.9rem;
  bottom: -54.6rem;
  width: 75rem;
}

#business_sec03 .inner .bg04>img {
  width: 75rem;
}

@media screen and (max-width: 768px) {
  #business_sec03 .inner .sec_ttl {
    letter-spacing: -.03em;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

#business_sec03 .inner .white_box .sub_ttl {
  margin-bottom: 4.5rem;
}

#business_sec03 .inner .white_box .detail {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #business_sec03 .inner .white_box .detail {
    font-size: 2.4rem;
  }
}

#business_sec03 .inner .white_box>.img {
  margin: 4rem 0;
}

/* ----------------------------------------------------------------------
 business_sec04
---------------------------------------------------------------------- */
#business_sec04 {
  margin-bottom: 17rem;
}

#business_sec04 .inner {
  background-color: #ffd6d0;
}

#business_sec04 .inner .other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#business_sec04 .inner .other_list .other {
  background-color: #FFF;
  width: calc((99.9% / 3) - (8rem / 3));
  padding: 3.5rem 3rem 3rem;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list .other {
    width: 100%;
    padding: 5rem 5rem 3.8rem;
  }
}

#business_sec04 .inner .other_list .other+.other {
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list .other+.other {
    margin-left: 0;
    margin-top: 5.5rem;
  }
}

#business_sec04 .inner .other_list .other .img {
  width: 100%;
}

#business_sec04 .inner .other_list .other .img>img {
  width: 100%;
}

#business_sec04 .inner .other_list .other .txt {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list .other .txt {
    margin-top: 4rem;
  }
}

#business_sec04 .inner .other_list .other .txt .other_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .09em;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list .other .txt .other_ttl {
    font-size: 3.6em;
  }
}

#business_sec04 .inner .other_list .other .txt .other_detail {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #business_sec04 .inner .other_list .other .txt .other_detail {
    font-size: 2.4em;
    margin-top: 2rem;
  }
}

.other-list2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* padding: 6.5rem 9rem 8.5rem; */
  margin-top: -14rem;
}

.other-list2 img {
  width: 100%;
}

.other-list2 .other {
  width: 24%;
  padding: 2rem;
  background: #ededed;
}

.other-list2 .txt {
  margin-top: 3rem;
}

.other-list2 .other_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .09em;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}

.other-list2 .other_detail {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: calc(1.6 rem * 2 * 1.8);
}

@media screen and (max-width: 768px) {
  .other-list2 {
    display: block;
    padding: 6.5rem 3rem 6.5rem;
  }

  .other-list2 .other {
    padding: 5rem 5rem 3.8rem;
    margin-bottom: 5.5rem;
    width: 100%;
  }

  .other-list2 .other_ttl {
    font-size: 3.6em;
  }

  .other-list2 .other_detail {
    display: block;
    font-size: 2.4em;
  }
}

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