﻿
@import url('css2-Barlowwght600_swap.css');

/* ========================================
	ほくほくBiz-Managementの概要
======================================== */

#container {
  position: relative;
}

#container::before {
  content: "";
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  #container::before {
    height: 870px;
    background-image: url("../image/mv_bg1.png");
    top: 81px;
  }
}

@media screen and (max-width: 767px) {
  #container::before {
    height: 270.4vw;
    max-height: 1014px;
    background-image: url("../image/mv_bg_sp.png");
    top: 60px;
  }
}

#container .cont_inner .base_text {
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
}

#container .cont_inner .base_text a {
  text-decoration: underline;
  color: #111;
  transition: color 0.3s;
}

#container .cont_inner .base_text a:hover {
  color: #527fe2;
}

#container .cont_inner .base_note {
  line-height: 1.75;
  text-align: right;
  color: #636363;
}

#container .cont_inner .base_note a {
  text-decoration: underline;
  color: #636363;
}

@media screen and (min-width: 768px), print {
  #container .cont_inner .base_text {
    font-size: 18px;
  }
  
  #container .cont_inner .base_note {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #container .cont_inner .base_text {
    font-size: 16px;
  }
  
  #container .cont_inner .base_note {
    font-size: 12px;
    line-height: 1.75;
    text-align: right;
  }
}


/*---------------------------------
  mainv
---------------------------------*/

#mainv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#mainv .mv_text {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

#mainv .mv_btn div a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#mainv .mv_btn .mv_btn_demo a {
  background: #0d3387;
  background: -moz-linear-gradient(left, #0d3387 0%, #2954ab 100%);
  background: -webkit-linear-gradient(left, #0d3387 0%,#2954ab 100%);
  background: linear-gradient(to right, #0d3387 0%,#2954ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3387', endColorstr='#2954ab',GradientType=1 );
}

#mainv .mv_btn .mv_btn_app a {
  background: #bc9429;
  background: -moz-linear-gradient(left, #bc9429 0%, #d0af3d 100%);
  background: -webkit-linear-gradient(left, #bc9429 0%,#d0af3d 100%);
  background: linear-gradient(to right, #bc9429 0%,#d0af3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9429', endColorstr='#d0af3d',GradientType=1 );
}

#mainv .mv_btn div a::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../image/icon_out_wht.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#mainv .mv_btn div a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}


@media screen and (min-width: 768px), print {
  #mainv {
    height: 530px;
    background-image: url("../image/mv_img.png");
  }
  
  #mainv .mv_logo {
    width: 744px;
    padding-top: 90px;
    margin: 0 auto 10px;
  }
  
  #mainv .mv_text {
    margin-bottom: 44px;
    font-size: 20px;
  }
  
  #mainv .mv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #mainv .mv_btn div {
    margin: 0 10px;
  }
  
  #mainv .mv_btn div a {
    width: 290px;
    height: 76px;
    border-radius: 38px;
    font-size: 22px;
  }
  
  #mainv .mv_btn div a::before {
    right: 24px;
  }
  
  #mainv .mv_btn div a::after {
    border-width: 7px 0 7px 10px;
  }
}

@media screen and (max-width: 767px) {
  #mainv {
    height: 148vw;
    background-image: url("../image/mv_img_sp.png");
  }
  
  #mainv .mv_logo {
    width: 73.333vw;
    padding-top: 7.2vw;
    margin: 0 auto 4.667vw;
  }
  
  #mainv .mv_text {
    margin-bottom: 56.533vw;
    font-size: 4.8vw;
  }
  
  #mainv .mv_btn {
    width: 61.333vw;
    margin: 0 auto;
  }
  
  #mainv .mv_btn .mv_btn_demo {
    margin-bottom: 3.067vw;
  }
  
  #mainv .mv_btn div a {
    width: 100%;
    height: 14.667vw;
    border-radius: 7.333vw;
  }
  
  #mainv .mv_btn div a::before {
    right: 6.4vw;
  }
  
  #mainv .mv_btn div a::after {
    border-width: 6px 0 6px 8px;
  }
}

/*---------------------------------
  news
---------------------------------*/

#news {
  background-color: #0d3387;
}

#news .cont_inner p {
  color: #fff;
}

#news .cont_inner p a {
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #news {
    padding: 20px 0;
  }
  
  #news .cont_inner p {
    line-height: 1.5;
    text-align: center;
  }
  
  #news .cont_inner p a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #news {
    padding: 13px 0;
  }
  
  #news .cont_inner p {
    font-size: 12px;
    line-height: 1.625;
  }
}

/*---------------------------------
  lead
---------------------------------*/

#lead .cont_inner .lead_list {
  display: flex;
  flex-wrap: wrap;
}

#lead .cont_inner .lead_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 13px 31px 0 rgba(94, 131, 193, 0.2);
}

#lead .cont_inner .lead_list li p {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #lead {
    padding: 85px 0 100px;
  }
  
  #lead .cont_inner .lead_list {
    justify-content: space-between;
    margin-bottom: 85px;
  }
  
  #lead .cont_inner .lead_list li {
    width: 260px;
    height: 260px;
  }
  
  #lead .cont_inner .lead_list li p {
    font-size: 26px;
    line-height: 1.462;
  }
}

@media screen and (max-width: 767px) {
  #lead {
    padding: 30px 0 45px;
  }
  
  #lead .cont_inner .lead_list {
    justify-content: center;
    margin: 0 -10px 20px;
  }
  
  #lead .cont_inner .lead_list li {
    width: 160px;
    height: 160px;
    margin: 0 10px 20px;
  }
}

/*---------------------------------
  point
---------------------------------*/

#point {
  background-color: #f1f5fd;
}

#point .point_heading {
  background-color: #0d3387;
  position: relative;
}

#point .point_heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 25px 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#point .point_heading h3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

#point .cont_inner .point_list li {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 13px 31px 0 rgba(94, 131, 193, 0.2);
  position: relative;
}

#point .cont_inner .point_list li .point_body .point_num {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #0d3387;
}

#point .cont_inner .point_list li .point_body h4,
#point .cont_inner .point_list li .point_body h5 {
  font-weight: 700;
  color: #0d3387;
}


#point .cont_inner .point_list li .point_body p {
  font-size: 15px;
  line-height: 1.666;
}

@media screen and (min-width: 768px), print {
  #point {
    padding-bottom: 50px;
  }
  
  #point .point_heading {
    margin-bottom: 90px;
  }
  
  #point .point_heading h3 {
    height: 105px;
    font-size: 30px;
  }
  
  #point .point_heading img {
    width: 250px;
    margin-right: 12px;
  }
  
  #point .cont_inner .point_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #point .cont_inner .point_list li {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 530px;
    height: 300px;
    padding: 0 35px;
    margin-bottom: 30px;
  }
  
  #point .cont_inner .point_list li:first-child,
  #point .cont_inner .point_list li:nth-child(2)  {
    margin-bottom: 55px;
  }
  
  #point .cont_inner .point_list li .point_img {
    width: 190px;
  }
  
  #point .cont_inner .point_list li .point_body {
    width: 250px;
  }
  
  #point .cont_inner .point_list li .point_body .point_num {
    font-size: 60px;
  }
  
  #point .cont_inner .point_list li .point_body h5 {
    font-size: 17px;
    line-height: 1.5;
  }
  
  #point .cont_inner .point_list li .point_body h4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.571;
  }
  
  #point .cont_inner .point_list li .point_body h4 sup {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  #point {
    padding-bottom: 30px;
  }
  
  #point .point_heading {
    margin-bottom: 40px;
  }
  
  #point .point_heading h3 {
    height: 75px;
    font-size: 18px;
  }
  
  #point .point_heading img {
    width: 167px;
    margin-right: 10px;
  }
  
  #point .cont_inner .point_list {
    margin-bottom: 15px;
  }
  
  #point .cont_inner .point_list li {
    padding: 25px;
  }
  
  #point .cont_inner .point_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  
  #point .cont_inner .point_list li .point_img {
    width: 92px;
    position: absolute;
    right: 25px;
    top: 5px;
  }
  
  #point .cont_inner .point_list li .point_body .point_num {
    font-size: 30px;
  }
  
  #point .cont_inner .point_list li .point_body h5 {
    font-size: 13px;
    line-height: 1.575;
  }
  
  #point .cont_inner .point_list li .point_body h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.575;
  }
  
  #point .cont_inner .point_list li .point_body h4 sup {
    font-size: 13px;
  }
}

/*---------------------------------
  overview
---------------------------------*/

#overview .cont_inner .overview_list >  li h4 {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #0d3387;
}

#overview .cont_inner .overview_list >  li h5 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;  
}

#overview .cont_inner .overview_list >  li .overview_img {
  position: relative;
  z-index: -1;
}

#overview .cont_inner .overview_list >  li ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#overview .cont_inner .overview_list >  li ul li {
  background: url("../image/icon_check.png") no-repeat left center;
  background-size: 16px auto;
  font-weight: 500;
  letter-spacing: 0;
}

#overview .cont_inner .overview_list >  li .overview_btn a {
  display: flex;
  align-items:center;
  align-content: center;
  justify-content: center;
  background: #0d3387;
  background: -moz-linear-gradient(left, #0d3387 0%, #2954ab 100%);
  background: -webkit-linear-gradient(left, #0d3387 0%,#2954ab 100%);
  background: linear-gradient(to right, #0d3387 0%,#2954ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3387', endColorstr='#2954ab',GradientType=1 );
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  font-weight: 700;
  color: #fff;
}

#overview .cont_inner .overview_list >  li .overview_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px), print {
  #overview {
    padding: 100px 0;
  }
  
  #overview .cont_inner .overview_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  
  #overview .cont_inner .overview_list > li {
    width: 345px;
  }
  
  #overview .cont_inner .overview_list >  li h4 {
    font-size: 32px;
  }
  
  #overview .cont_inner .overview_list >  li h5 {
    font-size: 20px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_btn a {
    height: 76px;
    border-radius: 38px;
    font-size: 20px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_btn a::after {
    border-width: 10px 6px 0 6px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_img {
    margin: -15px 0 30px;
  }
  
  #overview .cont_inner .overview_list >  li ul {
    margin-bottom: 50px;
  }
  
  #overview .cont_inner .overview_list >  li ul li {
    width: 145px;
    padding-left: 30px;
    background-size: 16px auto;
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  #overview {
    padding: 45px 0;
  }
  
  #overview .cont_inner .overview_list {
    margin-bottom: 35px;
  }
  
  #overview .cont_inner .overview_list > li {
    width: 345px;
  }
  
  #overview .cont_inner .overview_list > li:not(:last-child) {
    margin-bottom: 45px;
  }
  
  #overview .cont_inner .overview_list >  li h4 {
    margin-bottom: 3px;
    font-size: 22px;
  }
  
  #overview .cont_inner .overview_list >  li h5 {
    font-size: 16px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_btn a {
    height: 46px;
    width: 190px;
    margin: 0 auto;
    border-radius: 23px;
    font-size: 15px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_btn a::after {
    border-width: 8px 5px 0 5px;
  }
  
  #overview .cont_inner .overview_list >  li .overview_img {
    margin: -20px 0 5px;
  }
  
  #overview .cont_inner .overview_list >  li ul {
    margin-bottom: 20px;
  }
  
  #overview .cont_inner .overview_list >  li ul li {
    width: 120px;
    padding-left: 22px;
    font-size: 15px;
    line-height: 2;
  }
  
  #overview .cont_inner .base_note {
    text-align: left;
  }
}


/*---------------------------------
  picture
---------------------------------*/

#picture {
  background-color: #f1f5fd;
}

@media screen and (min-width: 768px), print {
  #picture {
    padding: 85px 0 100px;
  }
  
  #picture .cont_inner {
    width: 1280px !important;
  }
}

@media screen and (max-width: 767px) {
  #picture {
    padding: 45px 0 40px;
  }
  
  #picture .cont_inner {
    padding: 0 !important;
  }
  
  #picture .cont_inner .slide_wrap .slide_inner {
    width: 760px;
  }
}

/*---------------------------------
  intro
---------------------------------*/

#intro .intro_wrap .intro_heading {
  background-color: #0d3387;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

#intro .intro_wrap .intro_heading::before {
  content: "";
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
}

#intro .intro_wrap .intro_body {
  background-color: #f1f5fd;
}

#intro .intro_wrap .intro_body .intro_dl {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  overflow: hidden;
}

#intro .intro_wrap .intro_body .intro_dl > dd p {
  line-height: 1.666;
}

#intro .intro_wrap .intro_body .intro_dl > dt {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #0d3387;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

#intro .intro_wrap .intro_body .intro_dl .intro_list_function {
  display: flex;
  flex-wrap: wrap;
}

#intro .intro_wrap .intro_body .intro_dl .intro_list_function li {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #d4dff8;
  color: #09265e;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#intro .intro_wrap .intro_body .intro_list li {
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #0d3387;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #intro {
    padding: 140px 0 100px;
  }
  
  #intro .intro_wrap {
    width: 1280px;
    margin: 0 auto;
  }
  
  #intro .intro_wrap:not(:last-child) {
    margin-bottom: 140px;
  }
  
  #intro .intro_wrap .intro_heading {
    padding: 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 28px;
  }
  
  #intro .intro_wrap .intro_body {
    padding: 40px 0 70px;
    border-color: #09265e;
    border-style: solid;
    border-width: 0 5px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  #intro .intro_wrap .intro_body .base_text {
    margin-bottom: 55px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dt {
    height: 50px;
    font-size: 19px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dd {
    padding: 30px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dd p {
    margin-bottom: 25px;
    font-size: 15px;
  }
  
  #intro .intro_wrap .intro_body .intro_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  #intro .intro_wrap .intro_body .intro_list li {
    height: 50px;
    font-size: 19px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl .intro_list_function li {
    height: 57px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #intro {
    padding: 85px 0 30px;
  }
  
  #intro .intro_wrap:not(:last-child) {
    margin-bottom: 70px;
  }
  
  #intro .intro_wrap .intro_heading {
    padding: 18px;
    font-size: 20px;
  }
  
  #intro .intro_wrap .intro_body {
    padding: 25px 0 35px;
  }
  
  #intro .intro_wrap .intro_body .base_text {
    margin-bottom: 25px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl {
    margin-bottom: 20px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dt {
    height: 40px;
    font-size: 16px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dd {
    padding: 20px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl > dd p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  #intro .intro_wrap .intro_body .intro_dl .intro_list_function li {
    height: 37px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  
  #intro .intro_wrap .intro_body .intro_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  #intro .intro_wrap .intro_body .intro_list li {
    height: 40px;
    font-size: 16px;
  }
}

/* ---------- intro_hanbai ----------*/

#intro #intro_hanbai .intro_heading::before {
  background-image: url("../image/intro_hanbai_heading.png");
}

#intro #intro_hanbai .intro_body .hanbai_list {
  display: flex;
  flex-wrap: wrap;
}

#intro #intro_hanbai .intro_body .hanbai_list li {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  font-weight: 700;
}

#intro #intro_hanbai .intro_body .hanbai_list li p,
#intro #intro_hanbai .intro_body .hanbai_list li h4 {
  width: 100%;
  font-weight: 700px;
  text-align: center;
}

#intro #intro_hanbai .intro_body .hanbai_flow {
  border-radius: 10px;
  overflow: hidden;
}

#intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner {
  display: flex;
  justify-content: space-between;
}
  
#intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

#intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl dd {
  line-height: 1.666;
}

@media screen and (min-width: 768px), print {
  #intro #intro_hanbai .intro_heading::before {
    width: 120px;
    height: 113px;
    top: -89px;
  }
  
  #intro #intro_hanbai .intro_body section:not(:last-child) {
    margin-bottom: 80px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list {
    justify-content: space-between;
    margin-bottom: 5px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li {
    width: 260px;
    height: 180px;
    margin-bottom: 20px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li h4 {
    font-size: 26px;
    line-height: 1.462;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li h4 sup {
    font-size: 14px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_flow {
    box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap > div {
    width: 530px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl {
    margin-bottom: 40px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:first-child {
    width: 308px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:nth-child(2) {
    width: 178px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .intro_dl .intro_list_function {
    margin: 0 0 -6px -6px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .intro_dl .intro_list_function li {
    margin: 0 0 6px 6px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function li:not(:last-child) {
    width: 113px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function li:last-child {
    width: 232px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:first-child .intro_list_function li {
    width: 121px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:nth-child(2) .intro_list_function li {
    width: 100%;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd {
    height: 450px;
    padding: 30px 0 0;
    position: relative;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl {
    padding: 0 40px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl dt {
    width: 70px;
    height: 70px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl dd {
    width: calc( 100% - 90px );
    font-size: 15px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd div {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #intro #intro_hanbai .intro_heading::before {
    width: 70px;
    height: 66px;
    top: -55px;
  }
  
  #intro #intro_hanbai .intro_body section:not(:last-child) {
    margin-bottom: 30px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list {
    justify-content: center;
    margin: 0 -5px 5px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li {
    width: 160px;
    height: 100px;
    margin: 0 5px 10px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li p {
    font-size: 12px;
    line-height: 1.21;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li h4 {
    font-size: 17px;
    line-height: 1.375;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_list li h4 sup {
    font-size: 8px;
  }
  
  #intro#intro_hanbai .cont_inner {
    padding: 0 !important;
  }
  
  #intro #intro_hanbai .cont_inner .slide_wrap {
    width: calc( 100% + 15px );
    margin-right: -15px;
  }
  
  #intro #intro_hanbai .cont_inner .slide_wrap .slide_inner {
    width: 795px;
    padding-right: 15px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:first-child {
    width: calc( ( 100% - 20px ) * 0.625);
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:nth-child(2) {
    width: calc( ( 100% - 20px ) * 0.375);
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function {
    margin: 0 0 -4px -4px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function li {
    margin: 0 0 4px 4px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function li:not(:last-child) {
    width: calc( ( 100% - 16px ) / 4 );
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left > .intro_dl .intro_list_function li:last-child {
    width: calc( ( ( 100% - 16px ) / 4 ) * 2 + 4px);
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl .intro_list_function {
    margin-bottom: -4px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:first-child .intro_list_function {
    justify-content: space-between;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:first-child .intro_list_function li {
    width: calc( ( 100% - 4px ) / 2 );
    margin-bottom: 4px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:nth-child(2) .intro_list_function li {
    width: 100%;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_left .hanbai_inner .intro_dl:nth-child(2) .intro_list_function li:not(:last-child) {
    margin-bottom: 4px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd {
    padding: 20px 0 0;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl dt {
    width: 70px;
    height: 70px;
  }
  
  #intro #intro_hanbai .intro_body .hanbai_wrap .hanbai_right .intro_dl > dd dl dd {
    width: calc( 100% - 90px );
    font-size: 14px;
  }
}

/* ---------- intro_kaikei ----------*/

#intro #intro_kaikei .intro_heading::before {
  background-image: url("../image/intro_kaikei_heading.png");
}

#intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function li small {
  display: block;
  width: 100%;
  font-weight: 400;
}

@media screen and (min-width: 768px), print {
  #intro #intro_kaikei .intro_heading::before {
    width: 120px;
    height: 114px;
    top: -92px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl,
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_list {
    width: 530px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:not(:last-child) {
    margin-bottom: 40px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function {
    margin: 0 0 -6px -7px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function li {
    width: 152px;
    margin: 0 0 6px 7px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function li small {
    margin-top: 3px;
    font-size: 10px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:nth-child(2) .intro_list_function {
    margin: 0 0 -6px -6px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:nth-child(2) .intro_list_function li {
    width: 232px;
    margin: 0 0 6px 6px;
  }
  
}

@media screen and (max-width: 767px) {
  #intro #intro_kaikei .intro_heading::before {
    width: 70px;
    height: 67px;
    top: -52px;
  }
  
  #intro #intro_kaikei .intro_body .base_text {
    text-align: left;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl .intro_list_function {
    margin: 0 0 -4px -4px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl .intro_list_function li {
    margin: 0 0 4px 4px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function li {
    width: calc( ( 100% - 16px ) / 3 );
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:first-child .intro_list_function li small {
    margin-top: 3px;
    font-size: 8px;
  }
  
  #intro #intro_kaikei .intro_body .kaikei_wrap .intro_dl:nth-child(2) .intro_list_function li {
    width: calc( ( 100% - 8px ) / 2 );
  }
}

/* ---------- intro_kyuyo ----------*/

#intro #intro_kyuyo .intro_heading::before {
  background-image: url("../image/intro_kyuyo_heading.png");
}

@media screen and (min-width: 768px), print {
  #intro #intro_kyuyo .intro_heading::before {
    width: 120px;
    height: 103px;
    top: -75px;
  }
  
  #intro #intro_kyuyo .intro_body .kyuyo_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #intro #intro_kyuyo .intro_body .kyuyo_wrap .intro_dl,
  #intro #intro_kyuyo .intro_body .kyuyo_wrap .intro_list {
    width: 530px;
  }
}

@media screen and (max-width: 767px) {
  #intro #intro_kyuyo .intro_heading::before {
    width: 70px;
    height: 60px;
    top: -44px;
  }
  
  #intro #intro_kyuyo .intro_body .base_text {
    text-align: left;
  }
}
/*---------------------------------
  reason
---------------------------------*/

#reason {
  background-color: #f1f5fd;
}

#reason .reason_heading {
  background-color: #0d3387;
  position: relative;
}

#reason .reason_heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 25px 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#reason .reason_heading h3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

#reason .cont_inner .reason_dl {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  overflow: hidden;
}

#reason .cont_inner .reason_dl dt {
  background-color: #0d3387;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #reason {
    padding-bottom: 100px;
  }
  
  #reason .reason_heading {
    margin-bottom: 75px;
  }
  
  #reason .reason_heading h3 {
    height: 105px;
    font-size: 30px;
  }
  
  #reason .reason_heading img {
    width: 250px;
    margin-right: 12px;
  }
  
  #reason .cont_inner section:not(:last-child) {
    margin-bottom: 60px;
  }
  
  #reason .cont_inner .cont_body .base_text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #reason {
    padding-bottom: 40px;
  }
  
  #reason .reason_heading {
    margin-bottom: 40px;
  }
  
  #reason .reason_heading h3 {
    height: 75px;
    font-size: 18px;
  }
  
  #reason .reason_heading img {
    width: 167px;
    margin-right: 10px;
  }
  
  #reason .cont_inner section:not(:last-child) {
    margin-bottom: 40px;
  }
  
  #reason .cont_inner .cont_body .base_text {
    margin-bottom: 25px;
    text-align: justify;
  }
}

/* ---------- reason_merit ----------*/

#reason .cont_inner .reason_merit .reason_dl dt {
  font-size: 13px;
  line-height: 2.307;
}

#reason .cont_inner .reason_merit .reason_dl dd {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #reason .cont_inner .reason_merit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #reason .cont_inner .reason_merit {
    margin: 0 -10px -20px;
  }
  
  #reason .cont_inner .reason_merit .reason_dl {
    width: 353px;
    margin: 0 10px 20px;
  }
  
  #reason .cont_inner .reason_merit .reason_dl dd {
    padding: 30px;
    font-size: 26px;
    line-height: 1.462;
  }
}

@media screen and (max-width: 767px) {
  #reason .cont_inner .reason_merit .reason_dl:not(:last-child) {
    margin-bottom: 10px;
  }
  
  #reason .cont_inner .reason_merit .reason_dl dt {
    line-height: 30px;
  }
  
  #reason .cont_inner .reason_merit .reason_dl dd {
    padding: 10px;
    font-size: 18px;
    line-height: 1.666;
  }
}

/* ---------- reason_security ----------*/

#reason .cont_inner .reason_security {
  display: flex;
  justify-content: space-between;
}

#reason .cont_inner .reason_security .security_inner {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 13px 31px 0 rgba(109, 148, 235, 0.2);
  overflow: hidden;
}

#reason .cont_inner .reason_security .security_inner .security_body p {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #reason .cont_inner .reason_security .security_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 530px;
    height: 288px;
    padding: 35px;
  }
  
  #reason .cont_inner .reason_security .security_inner .security_img {
    width: 211px;
  }
  
  #reason .cont_inner .reason_security .security_inner .security_body {
    width: 249px;
  }
  
  #reason .cont_inner .reason_security .security_inner .security_body p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  #reason .cont_inner .reason_security .security_inner:first-child .security_body div {
    width: 249px;
    margin: 15px auto 0;
  }
  
  #reason .cont_inner .reason_security .security_inner:nth-child(2) .security_body div {
    width: 179px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  #reason .cont_inner .reason_security .security_inner {
    width: calc( ( 100% - 15px ) / 2);
    padding: 15px;
  }
  
  #reason .cont_inner .reason_security .security_inner .security_img {
    width: 105px;
    margin: 0 auto 10px;
  }
  
  #reason .cont_inner .reason_security .security_inner .security_body p {
    font-size: 11px;
    line-height: 1.454;
  }
  
  #reason .cont_inner .reason_security .security_inner:first-child .security_body div {
    width: 100%;
    max-width: 135px;
    margin: 5px auto 0;
  }
  
  #reason .cont_inner .reason_security .security_inner:nth-child(2) .security_body div {
    width: 75.555%;
    max-width: 102px;
    margin: 0 auto 5px;
  }
}

/* ---------- reason_alignment ----------*/

#reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dd p {
  font-weight: 500;
  line-height: 1.666;
}
    
@media screen and (min-width: 768px), print {
  #reason .cont_inner .reason_alignment {
    display: flex;
    justify-content: space-between;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl dt {
    line-height: 50px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:first-child {
    width: 780px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:first-child dt {
    font-size: 19px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) {
    width: 300px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dt {
    font-size: 15px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dd {
    padding: 25px 30px;
  }
    
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dd p {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #reason .cont_inner .reason_alignment .reason_dl:first-child {
    margin-bottom: 20px;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl dt {
    font-size: 17px;
    line-height: 2.353;
  }
  
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dd {
    padding: 15px 20px;
  }
    
  #reason .cont_inner .reason_alignment .reason_dl:nth-child(2) dd p {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

/*---------------------------------
  service
---------------------------------*/

#service {
  background: url("../image/service_bg.png") no-repeat right top;
}

@media screen and (min-width: 768px), print {
  #service {
    padding: 80px 0 30px;
    background-size: 357px auto;
  }
  
  #service .cont_inner .cont_body .base_text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #service {
    padding: 35px 0 10px;
    background-size: 75px auto;
  }
  
  #service .cont_inner .cont_body .base_text {
    margin-bottom: 30px;
    text-align: left;
  }
}

/* ---------- service_dl ----------*/

#service .cont_inner .service_dl {
  background-color: #f1f5fd;
  border-radius: 5px;
  overflow: hidden;
}

#service .cont_inner .service_dl dt {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #0d3387;
  position: relative;
  text-align: center;
}

#service .cont_inner .service_dl dt div {
  width: 50px;
  position: absolute;
}

#service .cont_inner .service_dl dt p {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #a6adc9;
}

#service .cont_inner .service_dl dt h4 {
  font-weight: 700;
  color: #fff;
}

#service .cont_inner .service_dl dd .service_inner .service_img {
  width: 160px;
}

#service .cont_inner .service_dl dd .service_inner .service_body ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#service .cont_inner .service_dl dd .service_inner .service_body h5 {
    margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: 0.05em;
  color: #0d3387;
}

#service .cont_inner .service_dl dd .service_inner .service_body h6 {
  font-weight: 400;
}

#service .cont_inner .service_dl dd .service_inner .service_body p {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  #service .cont_inner .service_dl {
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  #service .cont_inner .service_dl:not(:last-of-type) {
    margin-bottom: 15px;
  }
  
  #service .cont_inner .service_dl:last-of-type {
    margin-bottom: 25px;
  }
  
  #service .cont_inner .service_dl dt {
    justify-content: center;
    flex-wrap: wrap;
    width: 285px;
    height: 200px;
  }
  
  #service .cont_inner .service_dl dt div {
    right: 20px;
    top: 20px;
  }
  
  #service .cont_inner .service_dl dt p {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 40px;
    position: relative;
  }
  
  #service .cont_inner .service_dl dt p::after {
    content: "";
    display: block;
    width: 14px;
    height: 4px;
    margin: auto;
    background-color: #a6adc9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  #service .cont_inner .service_dl dt h4 {
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
  }
  
  #service .cont_inner .service_dl dd {
    width: 815px;
  }
  
  #service .cont_inner .service_dl dd .service_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    height: 200px;
    padding: 0 50px;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body {
    width: 525px;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body ul li {
    font-size: 15px;
  }
  
  #service .cont_inner .service_dl:first-of-type dd .service_inner .service_body ul li {
    line-height: 1.666;
  }
  
  #service .cont_inner .service_dl:not(:first-of-type) dd .service_inner .service_body ul li {
    line-height: 2;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body h5 {
    font-size: 18px;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body h6,
  #service .cont_inner .service_dl dd .service_inner .service_body p {
    font-size: 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #service .cont_inner .service_dl:not(:last-of-type) {
    margin-bottom: 30px;
  }
  
  #service .cont_inner .service_dl:last-of-type {
    margin-bottom: 15px;
  }
  
  #service .cont_inner .service_dl dt {
    height: 60px;
    padding: 0 20px;
  }
  
  #service .cont_inner .service_dl dt div {
    right: 14px;
    bottom: -65px;
  }
  
  #service .cont_inner .service_dl dt p {
    font-size: 26px;
    margin-right: 10px;
  }
  
  #service .cont_inner .service_dl dt h4 {
    font-size: 17px;
    line-height: 1.5;
  }
  
  #service .cont_inner .service_dl dd {
    padding: 20px 15px;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_img {
    margin: 0 auto 15px;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body ul li {
    font-size: 14px;
    line-height: 1.666;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body h5 {
    font-size: 15px;
    line-height: 1.666;
  }
  
  #service .cont_inner .service_dl dd .service_inner .service_body h6,
  #service .cont_inner .service_dl dd .service_inner .service_body p {
    font-size: 14px;
    line-height: 1.666;
  }
  
  #service .cont_inner .cont_body .base_note {
    text-align: left;
  }
}

