@charset "UTF-8";

/*************************************************************
リセット
*************************************************************/
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 {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 100%;
  color: #333;
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,ol {
  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;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a:hover{
  opacity: .8;
}
/*************************************************************
//リセット
*************************************************************/

/********* 汎用 *********/
.c-mt-0{
  margin-top: 0 !important;
}
.l-section-bg_gy{
  background-color: #ede8e8;
}
.l-section_inner{
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}
main section{
  padding-top: 80px;
}
.c-section{
  width: auto;
  padding: 0 15px;
}
.c-section_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-section-heading{
  margin-bottom: 60px;
}
.c-section-heading h2{
  position: relative;
  text-align: center;
}
.c-section-heading h2 strong{
  display: block;
  width: 100%;
  font-family: "Avenir Next", "AvenirNext-DemiBold", sans-serif;
  font-size: clamp(75px, 10vw, 85px);
  font-weight: 600;
  color: #c8e1fb;
}
.c-section-heading h2 span{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: clamp(24px, 2.88vw, 32px);
}
.c-section-heading p{
  margin-top: 20px;
  font-size: clamp(13px, 1.28vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px){
  .pc-none{
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  .sp-none{
    display: none !important;
  }
  main section{
    padding-top: 40px;
  }
  .l-section_inner{
    width: 95%;
  }
  .c-section-heading{
    margin-bottom: 30px;
  }
  .c-section-heading h2 strong{
    font-size: clamp(40px, 11.8vw, 90px);
  }
  .c-section-heading h2 span{
    font-size: clamp(16px, 3.65vw, 28px);
  }
  .c-section-heading p{
    margin-top: 15px;
    font-size: 12px;
  }
}

/********* header *********/
.l-header{
  position: relative;
  background-color: #fff;
  z-index: 80;
  padding: 0 15px;
}
.l-header_inner{
  width: 100%;
  max-width: 965px;
  min-width: 290px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.l-logo{
  height: 45px;
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.l-logo img{
  width: 95px;
  height: 29px;
  margin-bottom: -4px;
}
.l-support{
  margin-left: 15px;
  max-width: 610px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.l-header-contact a{
  position: relative;
  height: 45px;
  padding: 0;
  font-size: 83%;
  color: #000;
  text-decoration: none;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
.l-header-contact a:hover{
  background-color: #ccc;
  opacity: 1;
}
.l-header-contact a img{
  width: 45px;
  height: 90px;
  display: inline-block;
  align-self: flex-start;
}
.l-header-contact a span{
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
#SupportNaviSearch{
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  height: 45px;
  padding: 0;
  font-size: 83%;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
#SupportNaviSearch:hover,
#SupportNaviSearch.is-open{
  background-color: #ccc;
  opacity: 1;
}
#SupportNaviSearch img{
  width: 45px;
  height: 90px;
  align-self: flex-start;
  display: inline-block;
  pointer-events: none;
}
#SupportNaviSearch span{
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.l-SearchFormArea{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #ccc;
  padding: 0 15px;
  box-sizing: border-box;
}
.l-SearchFormArea_inner{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0 15px;
}
.l-SearchFormArea .BtnClose{
  display: block;
  margin-left: calc(100% - 20px);
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.l-SearchFormArea .BtnClose:before,
.l-SearchFormArea .BtnClose:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  top: calc(14% - 1px);
}
.l-SearchFormArea .BtnClose:before{
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  left: 14%;
}
.l-SearchFormArea .BtnClose:after{
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  right: 14%;
}
.l-SearchFormArea form{
  display: block;
}
.l-SearchFormArea form + form{
  margin-top: 15px;
}
.l-SearchFormArea .SearchGroup{
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.l-SearchFormArea .SearchPhrease{
  display: block;
  width: 1%;
  height: calc(24px + 12px + 2px);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 90%;
  color: #495057;
  line-height: 1.5;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.l-SearchFormArea .SearchBtn{
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  margin: 0 0 0;
  color: #fff;
  font-size: 90%;
  border: 0;
  cursor: pointer;
  appearance: none;
  user-select: none;
  text-align: center;
  padding: 6px;
  line-height: 1.5;
  background-color: #b1000e;
  width: 200px;
  margin-left: -1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
#SpMenuBtn{
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #ff0026;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#SpMenuBtn:hover,
#SpMenuBtn:active{
  background-color: #b1000e;
}
#SpMenuBtn span{
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 25%;
  transform-origin: center;
}
#SpMenuBtn span:nth-child(1){
  top: 30%;
}
#SpMenuBtn span:nth-child(2){
  top: calc(50% - 1px);
}
#SpMenuBtn span:nth-child(3){
  bottom: 30%;
}
#SpMenuBtn.is-open span:nth-child(1){
  transform: rotate(-45deg);
  top: 50%;
}
#SpMenuBtn.is-open span:nth-child(2){
  display: none;
}
#SpMenuBtn.is-open span:nth-child(3){
  transform: rotate(45deg);
  top: 50%;
}
.l-header-menu{
  width: 100%;
  min-width: 320px;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  box-sizing: border-box;
}
.l-header-menu_inner{
  width: 100%;
  max-width: 965px;
  min-width: 290px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.l-header-SiteID{
  height: 100%;
  min-height: 60px;
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-header-SiteID a:hover{
  opacity: .6;
}
.l-header-SiteID img{
  margin: 5px 0;
}
ul.l-header-links{
  width: auto;
  margin: 0;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
ul.l-header-links li a{
  margin: 0;
  padding: 0 15px;
  height: 60px;
  font-size: 83%;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}
ul.l-header-links li a:hover{
  color: #fff;
  background: #b1000e;
  opacity: 1;
}
#SpMenuModalBackdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#SpMenuModalBackdrop.show{
  opacity: 0.5;
}
@media screen and (max-width: 767px){
  body{
    padding-top: 45px;
  }
  header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    transition-duration: .3s;
    transform: translateY(-100%);
  }
  header.show{
    transform: translateY(0);
  }
  .l-header{
    padding: 0;
  }
  .l-logo{
    padding-left: 15PX;
  }
  #SupportNaviSearch span{
    display: none;
  }
  #SpMenuBtn{
    display: block;
  }
  .l-SearchFormArea{
    transition: opacity 0.15s linear;
  }
  .l-SearchFormArea .SearchBtn{
    width: 60px;
  }
  .l-header-menu{
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 75;
    overflow: hidden;
    outline: 0;
    transition: opacity 0.15s linear;
    padding: 0;
  }
  .l-header-menu:not(.show){
    opacity: 0;
  }
  .l-header-menu_inner{
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
  }
  ul.l-header-links{
    display: block;
    width: 100%;
  }
  ul.l-header-links li a{
    display: block;
    width: 100%;
    min-height: 60px;
    padding-top: 18.5px;
    padding-right: 48px;
    padding-bottom: 18.5px;
    padding-left: calc(16px * 1);
    box-sizing: border-box;
    font-size: 90%;
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  ul.l-header-links li a:after{
    content: "";
    width: 10px;
    height: 10px;
    border: transparent;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px / 2);
    right: 20px;
  }
  ul.l-header-links li a:hover:after,
  ul.l-header-links li a:active:after{
    border-color: #fff;
  }
  ul.l-header-links li.l-header-links__contact{
    border-top: 1px solid #ddd;
  }
  ul.l-header-links li.l-header-links__contact a{
    padding-left: calc(16px * 1 + 40px);
  }
  ul.l-header-links li.l-header-links__contact a:before{
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/icon_mail.png);
    background-size: cover;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  ul.l-header-links li.l-header-links__contact a:hover:before,
  ul.l-header-links li.l-header-links__contact a:active:before{
    background-position-y: -45px;
  }
}

/********* パンくず *********/
.l-pnkz{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
}
.l-pnkz_inner{
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}
.l-pnkz-list{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 78%;
  line-height: 160%;
  white-space: nowrap;
}
.l-pnkz-list li{
  position: relative;
  padding-right: 20px;
}
.l-pnkz-list li:after{
  content: ">";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-pnkz-list li:last-child{
  padding-right: 0;
}
.l-pnkz-list li:last-child:after{
  content: none;
}
.l-pnkz-list li a{
  color: #06417e;
  text-decoration: none;
}
.l-pnkz-list li a:hover{
  text-decoration: underline;
  opacity: 1;
}
@media only screen and (max-width: 964px){
  .l-pnkz{
    width: 95%;
  }
}

/********* mainVisual *********/
.c-mainVisual{
  margin-top: 80px;
  width: 100%;
  background: linear-gradient(#0c7cee, #93c5f8);
  position: relative;
}
.c-mainVisual-img{
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.c-mainVisual-contents{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.c-mainVisual-txt{
  color: #fff;
  font-size: clamp(10px, calc(2.571px + 0.968vw), 20px);
  line-height: 160%;
  text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.75);
}
.c-mainVisual-txt p{
  margin-top: 1%;
}
.c-mainVisual-txt p:first-child{
  margin-top: 0;
}
.c-mainVisual-txt h1{
  font-size: clamp(18px, 2.3vw, 36px);
  line-height: 160%;
}
.c-mainVisual-btn{
  margin-top: 60px;
  margin-top: 5%;
}
.c-mainVisual-btn a{
  display: inline-block;
  width: 35%;
  background: #1640a8;
  padding: 1.5% 1%;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(12px, calc(6.06px + 0.7744vw), 20px);
  text-decoration: none;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.c-mainVisual-btn a:hover{
  opacity: 1;
  transform: translateY(2px);
}
@media screen and (max-width: 767px){
  .c-mainVisual{
    margin-top: 30px;
  }
  .c-mainVisual-img img{
    min-height: auto;
    object-fit: fill;
  }
  .c-mainVisual-contents{
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .c-mainVisual-txt{
    font-size: clamp(14px, 2.86vw, 22px);
  }
  .c-mainVisual-txt h1{
    font-size: clamp(24px, 5.21vw, 40px);
  }
  .c-mainVisual-btn{
    margin-top: 74%;
  }
  .c-mainVisual-btn a{
    width: 100%;
    padding: 20px 15px;
    font-size: clamp(16px, 1.6vw, 20px);
  }
}
@media screen and (max-width: 440px){
  .c-mainVisual-btn {
    margin-top: 70%;
  }
}
@media screen and (max-width: 400px){
  .c-mainVisual-btn {
    margin-top: 66%;
  }
}

/********* mainLead *********/
.c-mainLead{
  width: auto;
  margin: 50px auto;
  padding: 0 15px;
}
.c-mainLead p{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(22px, 2.75vw, 24px);
  font-weight: bold;
  line-height: 160%;
}
@media screen and (max-width: 767px){
  .c-mainLead{
    margin: 25px auto;
  }
  .c-mainLead p{
    font-size: 20px;
  }
}

/********* mainBnr *********/
.c-mainBnr{
  width: auto;
  margin-top: 50px;
  padding: 0 15px;
}
.c-mainBnr_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .c-mainBnr{
    margin-top: 25px;
  }
}

/********* STRENGTHS *********/
.p-strengths{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  column-gap: 6.4%;
}
.p-strengths-item{
  width: 33.333%;
  text-align: center;
}
.p-strengths-heading{
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 140%;
}
.p-strengths-item img{
  margin: 15px 0;
}
.p-strengths-txt{
  font-size: clamp(10px, 1.3vw, 13.5px);
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 767px){
  .p-strengths{
    display: block;
  }
  .p-strengths .p-strengths-item{
    margin-top: 20px;
    width: 100%;
  }
  .p-strengths .p-strengths-item:first-child{
    margin-top: 0;
  }
  .p-strengths-heading{
    font-size: 20px;
  }
  .p-strengths-item img{
    margin: 10px 0;
  }
  .p-strengths-txt{
    font-size: 15px;
  }
}

/********* PROBLEMS *********/
.p-problem{
  margin-top: 70px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 1.6%;
  row-gap: 25px;
}
.p-problem-item{
  width: calc((100% - (1.6% * 3)) / 4);
  min-width: 235px;
  position: relative;
}
.p-problem-num{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #0c7cee;
  font-family: "Avenir Next", "AvenirNext-DemiBold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-problem-num span{
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
.p-problem-num:after{
  content: '';
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-width: 14px 7px 0 7px;
  border-style: solid;
  border-color: #0c7cee transparent transparent transparent;
}
.p-problem-txt{
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.p-problem-summary{
  margin: 80px -15px 0;
  padding: 90px 15px 60px 15px;
  background-color: #1640a8;
  text-align: center;
  position: relative;
}
.p-problem-summary:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-width: 50px 35px 0 35px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.p-problem-summary-txt p{
  color: #fff;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: bold;
  line-height: 160%;
}
.p-problem-summary-img{
  margin-top: 30px;
}
.p-problem-summary-img img{
  max-width: 350px;
}
@media screen and (max-width: 767px){
  .p-problem{
    margin-top: 35px;
    display: block;
  }
  .p-problem-item{
    width: 100%;
    max-width: 380px;
    margin: 20px auto 0;
  }
  .p-problem .p-problem-item:first-child{
    margin-top: 0;
  }
  .p-problem-num{
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
  .p-problem-num span{
    font-size: 13px;
  }
  .p-problem-num:after{
    top: 78px;
    border-width: 20px 8px 0 8px;
  }
  .p-problem-txt{
    margin-top: 5px;
  }
  .p-problem-summary{
    margin: 40px -15px 0;
    padding: 60px 15px 40px 15px;
  }
  .p-problem-summary:before{
    border-width: 35px 20px 0 20px;
  }
  .p-problem-summary-txt p{
    font-size: 26px;
  }
  .p-problem-summary-img img{
    max-width: 300px;
  }
}

/********* FEATURES *********/
.section_features{
  padding-bottom: 80px;
  background: repeating-linear-gradient(-45deg, #f3f3f3 0, #f3f3f3 1px, transparent 2px, transparent 4px);
}
.p-features{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.c-section_inner .p-features:first-child{
  margin-top: 0;
}
.p-features_01 .p-features-item:nth-child(1){
  width: 38.81%;
}
.p-features_01 .p-features-item:nth-child(2){
  width: 59.29%;
}
.p-features_02 .p-features-item:nth-child(1){
  width: 38.81%;
}
.p-features_02 .p-features-item:nth-child(2){
  width: 38.81%;
}
.p-features_02 .p-features-item:nth-child(3){
  width: 18.33%;
}
.p-features_03 .p-features-item:nth-child(1){
  width: 18.33%;
}
.p-features_03 .p-features-item:nth-child(2){
  width: 38.81%;
}
.p-features_03 .p-features-item:nth-child(3){
  width: 38.81%;
}
.p-features-contents{
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  column-gap: clamp(18px, 3%, 30px);
}
.p-features-heading{
  background: #0d7cef;
  padding: 10px 5px;
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: center;
}
.p-features-img{
  width: 100%;
  max-width: 227.5px;
  height: auto;
  max-height: 214px;
  min-height: 124px;
  background: #fff;
  padding: 10% 0;
  border-radius: 10px;
  box-shadow: 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  text-align: center;
}
.p-features-img img{
  width: 75%;
}
.p-features-txt{
  margin-top: 15px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px){
  .section_features{
    padding-bottom: 40px;
  }
  .p-features{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 35px auto 0;
  }
  .p-features-item{
    margin-top: 20px;
    width: 100% !important;
  }
  .p-features .p-features-item:first-child{
    margin-top: 0;
  }
  .p-features-heading{
    font-size: clamp(16px, 2.4vw, 18px);
  }
  .p-features-contents{
    margin-top: 15px;
    column-gap: 5%;
    row-gap: 15px;
    flex-wrap: wrap;
  }
  .p-features-card{
    width: 47.5%;
  }
  .p-features-img{
    max-width: none;
    max-height: none;
    min-height: auto;
  }
  .p-features-txt{
    margin-top: 10px;
    font-size: clamp(16px, 2.7vw, 20px);
  }
}

/********* SOLUTION *********/
.section_solution{
  padding-bottom: 80px;
}
.p-solution{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 35px;

}
.p-solution-item{
  width: 30%;
  min-width: 298px;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.3s ease;
}
.p-solution-item:hover{
  opacity: 1;
  transform: translateY(2px);
}
.p-solution-img img{
  border-radius: 10px 10px 0 0;
}
.p-solution-txt{
  width: 100%;
  padding: 15px;
  color: #000;
  font-size: 14px;
  line-height: 120%;
  -webkit-box-flex: 1;
  flex: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.p-solution-txt p{
  width: 100%;
  position: relative;
  padding: 0 25px;
}
.p-solution-txt p:after{
  content: "";
  background: url(../img/solution-arrow.svg) no-repeat;
  width: 18px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-solution-txt p span{
  margin-top: 10px;
  display: block;
  font-size: 12.5px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .section_solution{
    padding-bottom: 40px;
  }
  .p-solution{
    display: block;
  }
  .p-solution-item{
    margin: 20px auto 0;
    width: 100%;
    max-width: 500px;
  }
  .p-solution .p-solution-item:first-child{
    margin-top: 0;
  }
  .p-solution-txt{
    font-size: 20px;
  }
  .p-solution-txt p span{
    font-size: 15px;
  }
}

/********* ACHIEVEMENTS *********/
.section_achievements{
  padding-bottom: 80px;
  background-color: #0c7cee;
  background-image: repeating-linear-gradient(-45deg,rgba(243, 243, 243, 0.1) 0,rgba(243, 243, 243, 0.1) 1px,transparent 2px,transparent 4px);
}
.section_achievements .c-section-heading h2 strong{
  color: #006bd2;
}
.section_achievements .c-section-heading h2 span{
  color: #fff;
}
.p-achievements{
  margin-top: 100px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 1.6%;
  row-gap: 55px;
}
.p-achievements-item{
  width: calc((100% - (1.6% * 4)) / 5);
  min-width: 185px;
  background: #fff;
  border-radius: 10px;
  padding: 55px 5px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.p-achievements-num{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #1640a8;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: -32.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-achievements-num:after{
  content: '';
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-width: 14px 7px 0 7px;
  border-style: solid;
  border-color: #1640a8 transparent transparent transparent;
}
.p-achievements-num p{
  color: #fff;
  font-family: "Avenir Next", "AvenirNext-DemiBold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.p-achievements-num p span{
  display: block;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
.p-achievements-heading p{
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.p-achievements-img{
  width: 100%;
  margin: 15px auto 0;
}
.p-achievements-txt{
  margin-top: 15px;
}
.p-achievements-txt p{
  font-size: 11.5px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.p-achievements-btn{
  margin-top: 60px;
  text-align: center;
}
.p-achievements-btn a{
  display: inline-block;
  width: 100%;
  max-width: 420px;
  background-color: #1640a8;
  padding: 20px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  text-decoration: none;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.p-achievements-btn a:hover{
  opacity: 1;
  transform: translateY(2px);
}
@media screen and (max-width: 767px){
  .section_achievements{
    padding-bottom: 40px;
  }
  .p-achievements{
    margin-top: 60px;
    display: block;
  }
  .p-achievements-item{
    margin: 60px auto 0;
    width: 100%;
    max-width: 350px;
    min-width: auto;
    padding: 70px 20px 20px;
  }
  .p-achievements .p-achievements-item:first-child{
    margin-top: 0;
  }
  .p-achievements-num{
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .p-achievements-num p{
    font-size: 30px;
  }
  .p-achievements-num p span{
    font-size: 13px;
  }
  .p-achievements-num:after{
    top: 78px;
    border-width: 20px 8px 0 8px;
  }
  .p-achievements-heading p{
    font-size: 18px;
  }
  .p-achievements-txt p{
    font-size: 15px;
  }
  .p-achievements-btn{
    margin-top: 30px;
  }
}

/********* REASONS *********/
.section_reasons{
  padding-bottom: 80px;
  background: repeating-linear-gradient(-45deg, #f3f3f3 0, #f3f3f3 1px, transparent 2px, transparent 4px);
}
.p-reasons{
  margin-top: 80px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 3.6%;
  row-gap: 60px;
}
.p-reasons-item{
  width: calc((100% - 3.6%) / 2);
  min-width: 482px;
  padding: 20px 20px 20px 75px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: relative;
}
.p-reasons-item.p-reasons-item_icon{
  padding-right: 65px;
}
.p-reasons-item.p-reasons-item_icon:after{
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: -15px;
}
.p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-01:after{
  background: url(../img/reasons-01.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 73px;
}
.p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-02:after{
  background: url(../img/reasons-02.svg) no-repeat;
  background-size: cover;
  width: 56px;
  height: 75px;
}
.p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-03:after{
  background: url(../img/reasons-03.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 63px;
}
.p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-04:after{
  background: url(../img/reasons-04.svg) no-repeat;
  background-size: cover;
  width: 56px;
  height: 86px;
}
.p-reasons-num{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #0c7cee;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: -32.5px;
  left: 0;
}
.p-reasons-num:after{
  content: '';
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-width: 14px 7px 0 7px;
  border-style: solid;
  border-color: #0c7cee transparent transparent transparent;
}
.p-reasons-num p{
  color: #fff;
  font-family: "Avenir Next", "AvenirNext-DemiBold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.p-reasons-num p span{
  display: block;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
.p-reasons-heading p{
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
}
.p-reasons-txt{
  margin-top: 15px;
}
.p-reasons-txt p{
  font-size: 12.5px;
  line-height: 160%;
}
@media screen and (max-width: 767px){
  .section_reasons{
    padding-bottom: 60px;
  }
  .section_reasons .c-section-heading{
    margin-bottom: 75px;
  }
  .section_reasons .c-section-heading h2 span{
    bottom: -16px;
  }
  .p-reasons{
    margin-top: 75px;
    display: block;
  }
  .p-reasons-item{
    margin-top: 60px;
    padding: 20px 15px;
    width: 100%;
    min-width: auto;
  }
  .p-reasons-num{
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .p-reasons-num:after{
    top: 78px;
    border-width: 20px 8px 0 8px;
  }
  .p-reasons-num p{
    font-size: 30px;
  }
  .p-reasons-num p span{
    font-size: 13px;
  }
  .p-reasons-item.p-reasons-item_icon{
    padding-right: 15px;
  }
  .p-reasons .p-reasons-item:first-child{
    margin-top: 0;
  }
  .p-reasons-heading{
    padding-left: 70px;
  }
  .p-reasons-item.p-reasons-item_icon .p-reasons-txt{
    padding-right: 70px;
  }
  .p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-01:after{
    width: 82px;
    height: 100px;
  }
  .p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-02:after{
    width: 70px;
    height: 93.75px;
  }
  .p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-03:after{
    width: 88.75px;
    height: 93.75px;
  }
  .p-reasons-item.p-reasons-item_icon.p-reasons-item_icon-04:after{
    width: 73.5px;
    height: 112.5px;
  }
}

/********* CASE STUDIES *********/
.p-caseStudy-item{
  margin-top: 30px;
  min-height: 40px;
  background-color: #d6e9fc;
  border-radius: 10px;
  box-shadow: 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.5);
  position: relative;
}
.p-caseStudy .p-caseStudy-item:first-child{
  margin-top: 0;
}
.p-caseStudy-heading{
  padding: 20px 35px 20px 100px;
  cursor: pointer;
}
.p-caseStudy-heading:hover{
  opacity: .8;
}
.p-caseStudy-num{
  width: 60px;
  padding: 10px 0 20px;
  background-color: #1640a8;
  position: absolute;
  top: 0;
  left: 20px;
}
.p-caseStudy-num:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  border-width: 10px 30px 0 30px;
  border-style: solid;
  border-color: #d6e9fc transparent transparent transparent;
}
.p-caseStudy-num p{
  color: #fff;
  font-family: "Avenir Next", "AvenirNext-DemiBold", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.p-caseStudy-num p span{
  display: block;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
.p-caseStudy-ttl{
  padding-right: 60px;
  position: relative;
  min-height: 45px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.p-caseStudy-ttl:before{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #0c7cee;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-caseStudy-ttl:after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #0c7cee;
  border-right: 2px solid #0c7cee;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.p-caseStudy-item.open .p-caseStudy-ttl:after{
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg) scaleY(-1);
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleY(-1);
  -ms-transform: translateY(-50%) rotate(-45deg) scaleY(-1);
}
.p-caseStudy-ttl p{
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
}
.p-caseStudy-ttl p span{
  display: block;
  margin-top: 15px;
  color: #0c7cee;
  font-size: 13px;
  line-height: 140%;
}
.p-caseStudy-content{
  margin: 0 35px 0 100px;
  border-top: 1px solid #1640a8;
  display: none;
}
.p-caseStudy-content_inner{
  padding: 25px 0 30px 0;
}
.p-caseStudy-label{
  width: 100%;
  max-width: 493px;
}
.p-caseStudy-label p{
  display: block;
  padding: 5px 20px 7px;
  border-radius: 15px;
  background-color: #1640a8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
ul.p-caseStudy-list{
  margin-top: 15px;
}
ul.p-caseStudy-list li{
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  padding-left: 20px;
}
ul.p-caseStudy-list li:before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1640a8;
  position: absolute;
  left: 0;
  top: 5px;
}
ul.p-caseStudy-list li:first-child{
  margin-top: 0;
}
ul.p-caseStudy-list.p-caseStudy-list_check li{
  padding-left: 25px;
}
ul.p-caseStudy-list.p-caseStudy-list_check li:before{
  background: url(../img/list_check.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 2px;
}
.p-caseStudy-content_2col .p-caseStudy-content_inner{
  float: left;
  width: 45%;
  margin-right: 10%;
}
.p-caseStudy-content_2col .p-caseStudy-content_inner:last-child{
  margin-right: 0;
}
.p-caseStudy-content_2col:after{
  content:'';
  display: block;
  clear:both;
}
.p-caseStudy-link{
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}
.p-caseStudy-link a{
  color: #0c7cee;
  text-decoration: none;
}
.p-caseStudy-link a:hover{
  text-decoration: underline
}
@media screen and (max-width: 767px){
  .p-caseStudy-item{
    margin-top: 20px;
  }
  .p-caseStudy-heading{
    padding: 15px 15px 15px 75px;
  }
  .p-caseStudy-num{
    width: 55px;
    padding: 10px 0 25px;
    left: 10px;
  }
  .p-caseStudy-num:after{
    border-width: 15px 28px 0 28px;
  }
  .p-caseStudy-num p{
    font-size: 26px;
  }
  .p-caseStudy-num p span{
    font-size: 10px;
  }
  .p-caseStudy-content{
    margin: 0 15px;
  }
  .p-caseStudy-content_inner{
    padding: 15px 0 20px 0;
  }
  .p-caseStudy-content .p-caseStudy-content_inner +.p-caseStudy-content_inner{
    padding-top: 0;
  }
  .p-caseStudy-ttl{
    padding-right: 30px;
    min-height: 50px;
  }
  .p-caseStudy-ttl:before{
    width: 20px;
    height: 20px;
  }
  .p-caseStudy-ttl:after{
    width: 6px;
    height: 6px;
    right: 8px;
  }
  .p-caseStudy-ttl p{
    font-size: 16px;
  }
  .p-caseStudy-ttl p span{
    margin-top: 10px;
    font-size: 12px;
  }
  .p-caseStudy-content_2col .p-caseStudy-content_inner{
    float: none;
    width: 100%;
  }
  .p-caseStudy-label{
    max-width: none;
  }
  .p-caseStudy-label p{
    font-size: 16px;
  }
  ul.p-caseStudy-list{
    margin-top: 10px;
  }
  ul.p-caseStudy-list li{
    margin-top: 5px;
    font-size: 14px;
  }
  ul.p-caseStudy-list li:before{
    top: 3px;
  }
  ul.p-caseStudy-list.p-caseStudy-list_check li:before{
    top: 1px;
  }
  .p-caseStudy-link {
    margin-top: 20px;
    font-size: 14px;
  }
}

/********* FAQ *********/
.p-faq-item{
  border-bottom: 1px dotted #4d4d4d;
}
.p-faq-q{
  padding: 25px 80px 25px 30px;
  cursor: pointer;
  position: relative;
}
.p-faq-q:before{
  content: "";
  width: 20px;
  height: 2px;
  background: #1640a8;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-faq-q:after{
  content: "";
  width: 20px;
  height: 2px;
  background: #1640a8;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.p-faq-item.open .p-faq-q:after{
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-faq-q:hover{
  opacity: .8;
}
.p-faq-q p{
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  padding-left: 45px;
}
.p-faq-q p:before{
  content: "Q .";
  color: #0c7cee;
  position: absolute;
  left: 0;
  top: 0;
}
.p-faq .p-faq-item:nth-child(1) .p-faq-q p:before{
  content: "Q1.";
}
.p-faq .p-faq-item:nth-child(2) .p-faq-q p:before{
  content: "Q2.";
}
.p-faq .p-faq-item:nth-child(3) .p-faq-q p:before{
  content: "Q3.";
}
.p-faq .p-faq-item:nth-child(4) .p-faq-q p:before{
  content: "Q4.";
}
.p-faq .p-faq-item:nth-child(5) .p-faq-q p:before{
  content: "Q5.";
}
.p-faq-a{
  padding: 0 30px;
  display: none;
}
.p-faq-a p{
  font-size: 14px;
  line-height: 140%;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
}
.p-faq-a p:before{
  content: "A .";
  color: #e60027;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.p-faq .p-faq-item:nth-child(1) .p-faq-a p:before{
  content: "A1.";
}
.p-faq .p-faq-item:nth-child(2) .p-faq-a p:before{
  content: "A2.";
}
.p-faq .p-faq-item:nth-child(3) .p-faq-a p:before{
  content: "A3.";
}
.p-faq .p-faq-item:nth-child(4) .p-faq-a p:before{
  content: "A4.";
}
.p-faq .p-faq-item:nth-child(5) .p-faq-a p:before{
  content: "A5.";
}
.p-faq-a p a{
  color: #0c7cee;
  text-decoration: none;
}
.p-faq-a p a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 767px){
  .p-faq-q {
    padding: 15px 30px 15px 0;
  }
  .p-faq-q p{
    font-size: 16px;
    padding-left: 35px;
  }
  .p-faq-q:before,
  .p-faq-q:after{
    width: 15px;
    height: 2px;
    right: 0;
  }
  .p-faq-a{
    padding: 0;
  }
  .p-faq-a p{
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 15p;
  }
  .p-faq-a p:before{
    font-size: 16px;
  }
}

/********* CONTACT *********/
.section_contact{
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #0c7cee;
  background-image: repeating-linear-gradient(-45deg,rgba(243, 243, 243, 0.1) 0,rgba(243, 243, 243, 0.1) 1px,transparent 2px,transparent 4px);
}
.section_contact .c-section-heading h2 strong{
  color: #006bd2;
}
.section_contact .c-section-heading h2 span{
  color: #fff;
}
.p-contact-item{
  width: 100%;
  max-width: 480px;
  margin: 35px auto 0;
  text-align: center;
}
.p-contact .p-contact-item:first-child{
  margin-top: 0;
}
.p-contact-item a{
  display: block;
  background-color: #1640a8;
  padding: 20px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  text-decoration: none;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.p-contact-item a:hover{
  opacity: 1;
  transform: translateY(2px);
}
@media screen and (max-width: 767px){
  .section_contact{
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .p-contact-item{
    margin: 20px auto 0;
  }
}

/********* 商標 *********/
.section_trademark{
  padding: 40px 15px;
  text-align: center;
}
.section_trademark p{
  font-size: 12px;
  display: inline-block;
  line-height: 120%;
}
@media screen and (max-width: 767px){
  .section_trademark{
    padding: 20px 15px;
  }
  .section_trademark p{
    text-align: left;
  }
}

/********* お客さまサポート *********/
.section_customerSupport{
  padding: 80px 0px;
}
.p-customerSupport-heading p{
  font-size: 30px;
  font-weight: 600;
  line-height: 160%;
}
.p-customerSupport-contents{
  margin-top: 10px;
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 3%;
}
.p-customerSupport-txt,
.p-customerSupport-btn{
  width: 48.5%;
}
.p-customerSupport-txt p{
  margin-top: 25px;
  font-size: 15px;
  line-height: 160%;
}
.p-customerSupport-txt p:first-child{
  margin-top: 0;
}
.p-customerSupport-btn{
  max-width: 450px;
  text-align: center;
}
.p-customerSupport-btn a{
  display: block;
  background-color: #e60127;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 20px 10px;
  letter-spacing: 1px;
  border: solid 1px #E60127;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  text-decoration: none;
}
.p-customerSupport-btn a:hover{
  background-color: #fff;
  color: #e60127;
}
@media only screen and (max-width: 964px){
  .section_customerSupport{
    padding: 30px 0px;
  }
  .p-customerSupport-contents{
    display: block;
  }
  .p-customerSupport-txt,
  .p-customerSupport-btn{
    width: 100%;
  }
  .p-customerSupport-btn{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .p-customerSupport-heading p{
    font-size: 22px;
  }
}

/********* 情報/リンク集 *********/
.section_links{
  padding: 35px 0px 20px 0px;
}
.p-links{
  padding: 0 0 10px;
  line-height: 160%;
}
.p-links > p{
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.p-links > ul{
  font-size: 0;
}
.p-links > ul li{
  display: inline-table;
  font-size: 16px;
  width: 24%;
  height: 72px;
  padding: 10px 0 11px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  box-sizing: content-box;
  margin: 0 1.333% 16px 0;
  vertical-align: top;
  background: none no-repeat left top;
}
.p-links > ul li:last-child{
  margin-right: 0;
}
.p-links > ul li a{
  display: table-cell;
  text-align: left;
  padding-left: 51px;
  color: #333333;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1.3em;
  border: 1px solid transparent;
  background: none no-repeat 12px center transparent;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: -0.1em;
  text-decoration: none;
  position: relative;
}
.p-links > ul li a:after{
  content: "";
  display: block;
  background: url(../img/icon_link_arrow_blue.png) no-repeat;
  width: 11px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-links > ul li a:hover{
  text-decoration: none;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 2px;
  opacity: 1;
}
@media only screen and (max-width: 964px){
  .section_links{
    display: none;
  }
}

/********* footer *********/
.l-footer{
  width: 100%;
  background: #e5e5e5;
}
.l-footer_inner{
  width: auto;
  max-width: 965px;
  margin: 0 auto;
  padding: 20px 15px 10px 15px;
}
.l-footer-HitachiTop{
  margin-bottom: 10px;
}
.l-footer-HitachiTop a{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  text-decoration: none;
}
.l-footer-HitachiTop a:hover{
  color: #b1000e;
  text-decoration: underline;
}
.l-footer-contents{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.l-footer-copyright{
  margin-bottom: 10px;
}
.l-footer-copyright p{
  font-size: 65%;
  line-height: 1.5em;
  color: #000;
  margin-right: auto;
}
ul.l-footer-links{
  margin-bottom: 10px;
  text-align: center;
}
ul.l-footer-links li{
  display: inline-block;
  margin-right: 20px;
}
ul.l-footer-links li:last-child{
  margin-right: 0;
}
ul.l-footer-links li a{
  font-size: 67%;
  color: #000;
  text-decoration: none;
}
ul.l-footer-links li a:hover{
  color: #b1000e;
  text-decoration: underline;
  opacity: 1;
}
.l-footer-menu{
  background-color: #333;
  padding: 30px 0px;
}
.l-footer-menu_inner{
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-footer-logo{
  width: 31.09%;
  max-width: 300px;
}
.l-footer-logo p{
  color: #fff;
  font-size: 80%;
  line-height: 200%;
}
.l-footer-logo p span{
  font-size: 145%;
}
ul.l-footer-menuLinks{
  width: 48.19%;
  max-width: 465px;
}
ul.l-footer-menuLinks li{
  line-height: 160%;
}
ul.l-footer-menuLinks li a{
  color: #fff;
  font-size: 75%;
  text-decoration: none;
}
ul.l-footer-menuLinks li a:hover{
  text-decoration: underline;
  opacity: 1;
}
.l-footer-bnr{
  width: 200px;
}
.l-footer-bnr a:hover{
  opacity: .8;
}
@media only screen and (max-width: 964px){
  .l-footer-menu_inner{
    width: 95%;
  }
  .l-footer-logo{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .l-footer-HitachiTop{
    width: 100%;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .l-footer-HitachiTop a{
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #666;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .l-footer-contents{
    display: block;
  }
  ul.l-footer-links li{
    margin-right: 10px;
  }
  ul.l-footer-links li a{
    display: inline-block;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 740px){
  .l-footer-menu_inner{
    display: block;
  }
  .l-footer-bnr{
    margin-top: 30px;
    width: 100%;
  }
}