@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

h2 .h2_s {
  font-size: 12px;
  color: #00ACEC;
  display: inline-block;
}

h2 .h2_s::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #00ACEC;
  border-radius: 50%;
  margin-right: 5px;
}

h2 .h2_l {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.1;
}

@media screen and (min-width: 1025px) {
  h2 .h2_l {
    font-size: 90px;
  }
}

h2 .h2_l--blue {
  color: #002245;
}

h2 .h2_l--white {
  color: #fff;
}

h2 .h2_bg {
  position: absolute;
  font-size: 86px;
  font-weight: 700;
  color: #F4F7FA;
  left: calc(-6% - 60px);
  top: 0px;
  z-index: -999;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 10px;
}

@media screen and (min-width: 1025px) {
  h2 .h2_bg {
    font-size: 200px;
  }
}

h2 .ja {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #002245;
  letter-spacing: 8px;
}

@media screen and (min-width: 1025px) {
  h2 .ja {
    margin-top: 30px;
    font-size: 64px;
  }
}

.h1_lower span {
  color: #00ACEC;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .h1_lower span {
    font-size: 20px;
  }
}

.h1_lower h1 {
  font-size: 32px;
  font-weight: bold;
  color: #002245;
}

@media screen and (min-width: 1025px) {
  .h1_lower h1 {
    font-size: 108px;
    line-height: 1.1;
  }
}

.h2_lower .h2_s {
  font-size: 12px;
  color: #00ACEC;
  display: inline-block;
}

.h2_lower .h2_s::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #00ACEC;
  border-radius: 50%;
  margin-right: 5px;
}

.h2_lower .h2_l {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.1;
  color: #002245;
}

@media screen and (min-width: 1025px) {
  .h2_lower .h2_l {
    font-size: 90px;
  }
}

.h2_lower .h2_bg {
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  color: #F4F7FA;
  left: calc(-6% - 60px);
  top: -20px;
  z-index: -999;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 10px;
}

@media screen and (min-width: 1025px) {
  .h2_lower .h2_bg {
    font-size: 200px;
  }
}

.h2_lower .ja {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  color: #002245;
}

@media screen and (min-width: 1025px) {
  .h2_lower .ja {
    font-size: 46px;
    line-height: 2;
    letter-spacing: 8px;
  }
}

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

body {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Red Hat Display", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #5B646E;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

b {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

.l_header {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.l_header__wrapper {
  width: 100%;
  position: fixed;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .l_header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l_header__logo {
  width: 30%;
  min-width: 180px;
  margin: 20px 5%;
}

@media screen and (min-width: 768px) {
  .l_header__logo {
    width: 258px;
    margin: 40px 5.8%;
  }
}

.l_header__link {
  position: absolute;
  width: 60%;
  height: 100vh;
  background-color: #002245;
  color: #fff;
  top: 0;
  right: -100%;
  padding: 80px 30px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .l_header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit;
    position: static;
    height: auto;
    margin-right: 6%;
    min-width: 660px;
    padding: 20px;
  }
}

.l_header__link li {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .l_header__link li {
    border: none;
  }
}

.l_header__link li a {
  position: relative;
  padding: 20px 0;
  display: inline-block;
  margin: 0 20px;
}

@media screen and (min-width: 1025px) {
  .l_header__link li a {
    color: #002245;
    font-weight: bold;
    display: initial;
  }
}

@media screen and (min-width: 1025px) {
  .l_header__link li a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00ACEC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

.l_header__link li a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l_header__link.is_active {
  right: 0;
}

.l_header__menu {
  position: absolute;
  background: #002245;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 10px;
  right: 5%;
  /*ボタン内側*/
}

@media screen and (min-width: 768px) {
  .l_header__menu {
    top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .l_header__menu {
    display: none;
  }
}

.l_header__menu span {
  width: 45%;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.l_header__menu span:nth-of-type(1) {
  top: 15px;
}

.l_header__menu span:nth-of-type(2) {
  top: 23px;
}

.l_header__menu span:nth-of-type(3) {
  top: 31px;
}

.l_header__menu.is_active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.l_header__menu.is_active span:nth-of-type(2) {
  opacity: 0;
}

.l_header__menu.is_active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

.l-section {
  width: 100%;
  overflow-x: hidden;
}

.l-section__wrapper {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

.l-voice {
  position: relative;
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}

.l-voice h2 .h2_bg {
  font-size: 80px;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .l-voice h2 .h2_bg {
    font-size: 196px;
  }
}

.l-voice .slick-list {
  overflow: inherit;
}

.l-voice__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-voice__list__item {
  width: 80%;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px #eaeff5;
  box-shadow: 0px 0px 30px #eaeff5;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .l-voice__list__item {
    padding: 80px 85px;
  }
}

.l-voice__list__item h3 {
  color: #00ACEC;
  font-weight: bold;
}

.l-voice__list__item .name {
  color: #002245;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.l-voice__list__item .name em {
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .l-voice__list__item .name em {
    font-size: 26px;
  }
}

.l-voice__list__item .ttl {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #002245;
}

@media screen and (min-width: 1025px) {
  .l-voice__list__item .ttl {
    font-size: 20px;
  }
}

.l-voice__list__item .txt {
  margin-top: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 1025px) {
  .l-voice__list__item .txt {
    line-height: 2.3;
  }
}

.l-voice .slider {
  width: 100%;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}

@media screen and (min-width: 768px) {
  .l-voice .slider {
    margin: 0px auto;
    padding-top: 110px;
  }
}

.l-voice .slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

.l-voice .slider .slick-slide {
  margin: 0 10px;
}

.l-voice .slick-prev,
.l-voice .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 0px;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 76px;
  width: 76px;
}

@media screen and (min-width: 768px) {

  .l-voice .slick-prev,
  .l-voice .slick-next {
    height: 40px;
    width: 40px;
  }
}

.l-voice .slick-prev {
  /*戻る矢印の位置と形状*/
  left: auto;
  right: 13%;
}

.l-voice .slick-prev::before {
  display: none;
}

.l-voice .slick-next {
  /*次へ矢印の位置と形状*/
  right: 8%;
}

.l-voice .slick-next::before {
  display: none;
}

.l-voice .slick-dots {
  text-align: center;
  bottom: auto;
  width: 100px;
  top: -15px;
  left: 40%;
}

@media screen and (min-width: 768px) {
  .l-voice .slick-dots {
    left: 68%;
  }
}

.l-voice .slick-dots li {
  display: inline-block;
  width: auto;
}

.l-voice .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
}

.l-voice .slick-dots button::before {
  width: auto;
  top: -5px;
}

.l-voice .slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

@media screen and (min-width: 768px) {
  .l-flow__list {
    margin-top: 120px;
  }
}

.l-flow__list__item {
  position: relative;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-flow__list__item .step {
  position: absolute;
  width: 50px;
  height: 50px;
  border: #00ACEC 2px solid;
  color: #00ACEC;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .step {
    width: 85px;
    height: 85px;
  }
}

.l-flow__list__item .step span {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.l-flow__list__item .step span .num {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .step span .num {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F7FA;
    border-radius: 40px;
    width: 85%;
    min-width: 550px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .l-flow__list__item .contents {
    width: 91%;
  }
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents .txt {
    width: 300px;
    margin-left: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .l-flow__list__item .contents .txt {
    width: 489px;
    margin-left: 10%;
  }
}

.l-flow__list__item .contents .txt h3 {
  color: #002245;
  font-size: 20px;
  display: block;
  margin-left: 60px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents .txt h3 {
    font-size: 18px;
    margin-left: 0;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1025px) {
  .l-flow__list__item .contents .txt h3 {
    font-size: 24px;
  }
}

.l-flow__list__item .contents .txt p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents .txt p {
    margin-top: 0;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .l-flow__list__item .contents .txt p {
    line-height: 2;
    letter-spacing: 0px;
  }
}

.l-flow__list__item .contents .img {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents .img {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-flow__list__item .contents .img {
    width: 35%;
  }
}

.l-flow__list__item .contents .img img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .l-flow__list__item .contents .img img {
    border-radius: 0px 40px 40px 0;
  }
}

.l-flow__list .border-line {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-flow__list .border-line {
    display: block;
    position: absolute;
    left: 43px;
    top: 50%;
    width: 2px;
    height: 0;
    background: #00ACEC;
    z-index: -100;
  }
}

.l-faq__list__item {
  margin-top: 15px;
  border-radius: 14px;
  border: solid 1px #EDEDED;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-faq__list__item:hover {
  background-color: #F4F7FA;
}

.l-faq__list__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px 25px 10px;
  position: relative;
  cursor: pointer;
}

.l-faq__list__item .question .ttl {
  display: block;
  color: #00ACEC;
  margin: 0 25px;
  font-weight: bold;
  font-size: 24px;
}

.l-faq__list__item .question h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-left: #EDEDED solid 1px;
  padding-left: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #002245;
  letter-spacing: 2px;
}

.l-faq__list__item .question .button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-faq__list__item .question .button .circle {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #00ACEC;
  border-radius: 50%;
}

.l-faq__list__item .question .button .circle span {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #00ACEC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-faq__list__item .question .button .circle span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.l-faq__list__item .question.close .circle span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.l-faq__list__item .answer {
  display: none;
  background-color: #F4F7FA;
  padding: 10px;
}

.l-faq__list__item .answer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-faq__list__item .answer .ttl {
  display: block;
  color: #00ACEC;
  margin: 0 25px;
  font-weight: bold;
  font-size: 24px;
}

.l-faq__list__item .answer .txt {
  display: block;
  border-left: #EDEDED solid 1px;
  padding-left: 25px;
  padding-right: 50px;
  color: #002245;
  letter-spacing: 2px;
}

.l-footer {
  background-color: #001021;
  color: #fff;
  padding: 30px 0 0;
}

@media screen and (min-width: 1025px) {
  .l-footer {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__wrapper {
    width: 88%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .left {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .left .address {
  text-align: left;
  font-size: 10px;
  margin: 30px;
}

@media screen and (min-width: 1025px) {
  .l-footer .left .address {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 2;
  }
}

.l-footer__logo {
  width: 60%;
  max-width: 287px;
  margin: 0 auto;
}

.l-footer .right .copy {
  text-align: center;
  margin-top: 20px;
  color: #E8E8E8;
  font-size: 10px;
}

@media screen and (min-width: 1025px) {
  .l-footer .right .copy {
    text-align: right;
    margin-top: 90px;
  }
}

.l-footer__link {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 800px;
  }
}

.l-footer__link li a {
  padding: 10px 20px;
}

.l-footer .pageTop {
  display: block;
  background-color: #00ACEC;
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .l-footer .pageTop {
    width: 42%;
    border-radius: 0 40px 0 0;
    margin-top: 70px;
    padding: 0;
  }
}

.l-footer .pageTop span::before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 15%;
  background: url(../img/icon_footer_arrow_up.png) center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .l-footer .pageTop span {
    width: 80%;
    display: block;
    font-size: 16px;
    padding: 48px 0;
    text-align: right;
  }
}

.c-button {
  position: relative;
  display: block;
  width: 300px;
  padding: 23px 30px;
  border-radius: 14px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button:hover {
  background-color: #00ACEC;
}

.c-button i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.c-button--b {
  background-color: #002245;
  color: #fff;
}

.c-button--w {
  background-color: #fff;
  color: #002245;
}

.p-index-mv__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.p-index-mv__bg {
  width: 100%;
  height: 100%;
}

.p-index-mv__bg .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.p-index-mv__bg .slide.slide01 {
  background: url(../img/img_kv_sp_01.jpg) top center/cover;
}

@media screen and (min-width: 768px) {
  .p-index-mv__bg .slide.slide01 {
    background: url(../img/img_kv_pc_01.jpg) center center/cover fixed;
  }
}

.p-index-mv__bg .slide.slide02 {
  background: url(../img/img_kv_sp_02.jpg) top center/cover;
}

@media screen and (min-width: 768px) {
  .p-index-mv__bg .slide.slide02 {
    background: url(../img/img_kv_pc_02.jpg) center center/cover fixed;
  }
}

.p-index-mv__bg .slide.slide03 {
  background: url(../img/img_kv_sp_03.jpg) top center/cover;
}

@media screen and (min-width: 768px) {
  .p-index-mv__bg .slide.slide03 {
    background: url(../img/img_kv_pc_03.jpg) center center/cover fixed;
  }
}

.p-index-mv__bg .slide.is_active {
  display: block;
  -webkit-animation: clipPath 5s 0s 1 forwards;
  animation: clipPath 5s 0s 1 forwards;
}

@-webkit-keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }

  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}

@keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }

  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}

.p-index-mv__bg .slide.is_show {
  z-index: -10;
  display: block;
}

.p-index-mv h1 {
  display: block;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .p-index-mv h1 {
    font-size: 50px;
    top: 60%;
    left: 5.8%;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-mv h1 {
    font-size: 90px;
    top: 60%;
    left: 5.8%;
  }
}

.p-index-mv h1 em {
  color: #76D4F2;
}

.p-index-mv h1 .ja {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 1025px) {
  .p-index-mv h1 .ja {
    font-size: 20px;
    letter-spacing: 2.25px;
  }
}

.p-index-mv .js-scrollDown {
  position: absolute;
  width: 186px;
  height: 186px;
  right: 0%;
  bottom: -130px;
  border-radius: 50%;
}

.p-index-mv .js-scrollDown .inner {
  position: relative;
}

.p-index-mv .js-scrollDown .centerPoint {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: rotateAnim 7s linear infinite;
  animation: rotateAnim 7s linear infinite;
}

.p-index-mv .js-scrollDown .txt {
  position: absolute;
  inset: 0;
  font-weight: 700;
  color: #fff;
}

.p-index-mv .js-scrollDown span {
  position: absolute;
  inset: 0;
  font-size: 10px;
  font-weight: 700;
}

.p-index-mv .js-scrollDown .img {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -30%);
  transform: translate(-25%, -30%);
}

@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.p-index-vision {
  padding: 80px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-index-vision {
    padding: 130px 0 100px;
  }
}

.p-index-vision__bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_vision.png) top center;
  background-size: contain;
}

.p-index-vision__container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-index-vision__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-index-vision__container .txt {
  margin-top: 20px;
  position: relative;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .p-index-vision__container .txt {
    font-size: 18px;
    line-height: 2.5;
  }
}

.p-index-vision__container .right {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-index-vision__container .right {
    display: block;
    width: 58%;
    margin-right: -10%;
  }
}

.p-index-service {
  padding: 30px 0 80px;
}

@media screen and (min-width: 1025px) {
  .p-index-service {
    padding: 130px 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
  }
}

.p-index-service__list li {
  width: 100%;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-index-service__list li {
    width: 30%;
  }

  .p-index-service__list li:nth-child(2) {
    margin-top: -130px;
  }
}

.p-index-service__list li a .img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-index-service__list li a .img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-index-service__list li a .txt {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
  }
}

.p-index-service__list li a .txt .num {
  font-size: 12px;
  font-weight: 900;
}

.p-index-service__list li a .txt .num::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #002245;
  margin-right: 5px;
  margin-bottom: 3px;
}

.p-index-service__list li a .txt h3 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #00ACEC;
  margin-top: 10px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .p-index-service__list li a .txt h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-service__list li a .txt h3 {
    font-size: 20px;
  }
}

.p-index-service__list li a .txt p {
  margin-top: 15px;
}

.p-index-service__list li a .more {
  font-size: 12px;
  font-weight: 900;
  color: #002245;
  margin-top: 15px;
  display: inline-block;
  border-bottom: 1px solid #002245;
}

.p-index-voice {
  padding: 30px 0 50px;
}

@media screen and (min-width: 1025px) {
  .p-index-voice {
    padding: 100px 0 120px;
  }
}

.p-index-faq {
  padding: 30px 0 80px;
}

@media screen and (min-width: 1025px) {
  .p-index-faq {
    padding: 50px 0 160px;
  }
}

.p-index-faq__list {
  margin-top: 80px;
}

@media screen and (min-width: 1025px) {
  .p-index-faq__list {
    margin-top: 120px;
  }
}

.p-index-faq .c-button {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .p-index-faq .c-button {
    margin-top: 80px;
  }
}

.p-index-message {
  padding: 50px 0 80px;
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(../img/bg_message.jpg) top center;
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .p-index-message {
    padding: 150px 0 130px;
    background-size: 100%;
  }
}

.p-index-message__content {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-index-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-index-message__content .img {
    width: 36%;
  }
}

.p-index-message__content .img img {
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .p-index-message__content .txt {
    width: 48%;
    margin-left: 9%;
    margin-top: 10px;
  }
}

.p-index-message__content .txt h3 .name {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 4.5px;
}

@media screen and (min-width: 1025px) {
  .p-index-message__content .txt h3 .name {
    font-size: 46px;
  }
}

.p-index-message__content .txt p {
  margin-top: 20px;
  line-height: 2;
}

.p-index-message__content .txt .c-button {
  margin-top: 30px;
}

.p-index-staff {
  padding: 50px 0 80px;
  background-color: #002245;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-index-staff {
    padding: 150px 0 130px;
  }
}

.p-index-staff__list__item {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-index-staff__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #ddd;
  }
}

@media screen and (min-width: 768px) {
  .p-index-staff__list__item .img {
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-staff__list__item .img {
    width: 41%;
  }
}

.p-index-staff__list__item .img img {
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .p-index-staff__list__item .img img {
    border-radius: 40px 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-staff__list__item .txt {
    width: 41%;
    margin-left: 3%;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-staff__list__item .txt {
    width: auto;
    margin-left: 8%;
  }
}

.p-index-staff__list__item .txt h3 {
  display: block;
  font-size: 24px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-index-staff__list__item .txt h3 {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .p-index-staff__list__item .txt h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}

.p-index-staff__list__item .txt p {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .p-index-staff__list__item .txt p {
    margin-top: 10px;
  }
}

.p-index-staff .c-button {
  margin-top: 30px;
}

.agent .h1_lower {
  width: 90%;
  margin: 80px auto 0px;
}

@media screen and (min-width: 768px) {
  .agent .h1_lower {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .agent .h1_lower {
    margin-top: 250px;
  }
}

.p-agent-mv {
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  .p-agent-mv {
    margin-top: 100px;
  }
}

.p-agent-concept {
  margin: 30px 0;
}

@media screen and (min-width: 1025px) {
  .p-agent-concept {
    margin-top: 220px;
  }
}

@media screen and (min-width: 1025px) {
  .p-agent-concept__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.p-agent-concept__container .left {
  position: relative;
  z-index: -10;
}

@media screen and (min-width: 1025px) {
  .p-agent-concept__container .right {
    width: 36%;
    margin-left: 10%;
  }
}

.p-agent-concept__container .right .txt {
  color: #002245;
  margin-top: 30px;
  line-height: 3;
}

@media screen and (min-width: 1025px) {
  .p-agent-concept__container .right .txt {
    margin-top: 65px;
  }
}

.p-agent-question {
  margin: 80px 0 50px;
}

@media screen and (min-width: 1025px) {
  .p-agent-question {
    margin: 200px 0 50px;
  }
}

.p-agent-question__wrapper {
  padding: 40px 20px;
  background-color: #F4F7FA;
  border-radius: 20px;
}

@media screen and (min-width: 1025px) {
  .p-agent-question__wrapper {
    padding: 70px 100px 100px;
    border-radius: 40px;
  }
}

.p-agent-question .h2_lower {
  width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .p-agent-question .h2_lower {
    width: 100%;
  }
}

.p-agent-question__container {
  width: 250px;
  margin: 30PX auto 0;
}

@media screen and (min-width: 600px) {
  .p-agent-question__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.p-agent-question__container .ttl {
  font-size: 18px;
  color: #002245;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-agent-question__container .ttl {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .p-agent-question__container .ttl {
    font-size: 30px;
  }
}

.p-agent-question__container .ttl em {
  color: #00ACEC;
}

.p-agent-question__list {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .p-agent-question__list {
    margin-top: 0;
    margin-left: 5%;
  }
}

.p-agent-question__list__item {
  margin: 10px 0 0 10px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .p-agent-question__list__item {
    margin: 20px 0;
  }
}

.p-agent-question__list__item::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../img/icon_check.png) center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-agent-question__list__item span {
  color: #002245;
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .p-agent-question__list__item span {
    font-size: 16px;
    margin-left: 20px;
  }
}

.p-agent-question__list__item span em {
  color: #00ACEC;
}

.p-agent-flow {
  margin: 50px 0;
}

@media screen and (min-width: 1025px) {
  .p-agent-flow {
    margin-top: 220px;
  }
}

.p-agent-voice {
  margin: 50px 0;
}

@media screen and (min-width: 1025px) {
  .p-agent-voice {
    margin: 200px 0 150px;
  }
}

.engineer .h1_lower {
  width: 90%;
  margin: 80px auto 0px;
}

@media screen and (min-width: 768px) {
  .engineer .h1_lower {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .engineer .h1_lower {
    margin-top: 250px;
  }
}

.p-engineer-mv {
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  .p-engineer-mv {
    margin-top: 100px;
  }
}

.p-engineer-concept {
  margin: 30px 0;
}

@media screen and (min-width: 1025px) {
  .p-engineer-concept {
    margin-top: 220px;
  }
}

@media screen and (min-width: 1025px) {
  .p-engineer-concept__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.p-engineer-concept__container .left {
  position: relative;
  z-index: -10;
}

@media screen and (min-width: 1025px) {
  .p-engineer-concept__container .right {
    width: 36%;
    margin-left: 10%;
  }
}

.p-engineer-concept__container .right .txt {
  color: #002245;
  margin-top: 30px;
  line-height: 3;
}

@media screen and (min-width: 1025px) {
  .p-engineer-concept__container .right .txt {
    margin-top: 65px;
  }
}

.p-engineer-question {
  margin: 80px 0 50px;
}

@media screen and (min-width: 1025px) {
  .p-engineer-question {
    margin: 200px 0 50px;
  }
}

.p-engineer-question__wrapper {
  padding: 40px 20px;
  background-color: #F4F7FA;
  border-radius: 20px;
}

@media screen and (min-width: 1025px) {
  .p-engineer-question__wrapper {
    padding: 70px 100px 100px;
    border-radius: 40px;
  }
}

.p-engineer-question .h2_lower {
  width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .p-engineer-question .h2_lower {
    width: 100%;
  }
}

.p-engineer-question__container {
  width: 250px;
  margin: 30PX auto 0;
}

@media screen and (min-width: 600px) {
  .p-engineer-question__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.p-engineer-question__container .ttl {
  font-size: 18px;
  color: #002245;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-engineer-question__container .ttl {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .p-engineer-question__container .ttl {
    font-size: 30px;
  }
}

.p-engineer-question__container .ttl em {
  color: #00ACEC;
}

.p-engineer-question__list {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .p-engineer-question__list {
    margin-top: 0;
    margin-left: 5%;
  }
}

.p-engineer-question__list__item {
  margin: 10px 0 0 10px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .p-engineer-question__list__item {
    margin: 20px 0;
  }
}

.p-engineer-question__list__item::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../img/icon_check.png) center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-engineer-question__list__item span {
  color: #002245;
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .p-engineer-question__list__item span {
    margin-left: 20px;
    font-size: 16px;
  }
}

.p-engineer-question__list__item span em {
  color: #00ACEC;
}

.p-engineer-support {
  margin: 50px 0;
}

@media screen and (min-width: 1025px) {
  .p-engineer-support {
    margin-top: 200px;
  }
}

.p-engineer-support__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .p-engineer-support__list {
    margin-top: 70px;
  }
}

.p-engineer-support__list__item {
  width: 100%;
  margin-top: 10px;
  background-color: #F4F7FA;
  border-radius: 40px;
}

@media screen and (min-width: 1025px) {
  .p-engineer-support__list__item {
    width: calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
    margin-top: 15px;
  }
}

.p-engineer-support__list__item .container {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.p-engineer-support__list__item .container .img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-engineer-support__list__item .container .img {
    width: 85px;
  }
}

.p-engineer-support__list__item .container h3 {
  text-align: center;
  color: #00ACEC;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-engineer-support__list__item .container h3 {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .p-engineer-support__list__item .container h3 {
    font-size: 22px;
  }
}

.p-engineer-flow {
  margin: 50px 0;
}

@media screen and (min-width: 1025px) {
  .p-engineer-flow {
    margin-top: 220px;
  }
}

.p-engineer-voice {
  margin: 50px 0;
}

@media screen and (min-width: 1025px) {
  .p-engineer-voice {
    margin: 200px 0 150px;
  }
}

.faq .h1_lower {
  width: 90%;
  margin: 80px auto 0px;
}

@media screen and (min-width: 1025px) {
  .faq .h1_lower {
    margin-top: 250px;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-contents {
    margin: 100px 0 150px;
  }
}

.company .h1_lower {
  width: 90%;
  margin: 80px auto 0px;
}

@media screen and (min-width: 768px) {
  .company .h1_lower {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .company .h1_lower {
    margin-top: 250px;
  }
}

.p-company-profile {
  color: #002245;
  margin: 0px 0 80px;
}

@media screen and (min-width: 1025px) {
  .p-company-profile {
    margin: 120px 0;
  }
}

.p-company-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 60px;
  }
}

.p-company-profile__wrapper .left {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper .left {
    width: calc(50% - 30px);
  }
}

.p-company-profile__wrapper .left .txt h2 .name {
  display: block;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .p-company-profile__wrapper .left .txt h2 .name {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

@media screen and (min-width: 1250px) {
  .p-company-profile__wrapper .left .txt h2 .name {
    font-size: 46px;
    letter-spacing: 5px;
  }
}

.p-company-profile__wrapper .left .agent {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper .left .agent {
    margin-top: 50px;
  }
}

.p-company-profile__wrapper .left .agent h2 {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper .left .agent ol {
    margin-top: 20px;
  }
}

.p-company-profile__wrapper .left .agent ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper .left .agent ol li {
    line-height: 2.5;
    letter-spacing: 0;
  }
}

.p-company-profile__wrapper .left .agent ol li span {
  display: inline-block;
  width: 80px;
  flex-shrink: 0;
}

.p-company-profile__wrapper .left .agent ol li p {
  margin-left: 10px;
  width: 82%;
}

@media screen and (min-width: 768px) {
  .p-company-profile__wrapper .left .agent ol li span {
    width: 100px;
  }

  .p-company-profile__wrapper .left .agent ol li p {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1250px) {
  .p-company-profile__wrapper .left .agent ol li span {
    width: 120px;
  }

  .p-company-profile__wrapper .left .agent ol li p {
    margin-left: 30px;
    width: auto;
  }
}

.p-company-profile__wrapper .right {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-company-profile__wrapper .right {
    width: 45%;
  }
}

@media screen and (min-width: 1025px) {
  .p-company-profile__wrapper .right {
    width: calc(50% - 30px);
  }
}

.p-company-profile__wrapper .right img {
  border-radius: 40px;
}

.p-company-about {
  color: #002245;
  margin-bottom: 80px;
}

@media screen and (min-width: 1025px) {
  .p-company-about {
    margin: 130px 0;
  }
}

.p-company-about__list {
  margin-top: 50px;
  border-top: 1px solid #F4F7FA;
}

.p-company-about__list__item {
  padding: 10px 0;
  border-bottom: 1px solid #F4F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .p-company-about__list__item {
    padding: 35px 0;
  }
}

.p-company-about__list__item h3 {
  width: 38%;
}

.p-company-about__list__item span {
  width: 62%;
}

.p-company-about__list__item span a {
  color: #00ACEC;
  text-decoration: none;
  transition: color 0.3s;
}

.p-company-about__list__item span a:hover {
  color: #002245;
}