@charset "utf-8";

/* reset
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

header, footer, nav, section, aside, article {
  display: block;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

/* common
------------------------------------------------ */
html {
  overflow-x: hidden;
}

html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #262727;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  overflow: hidden;
  background-color: #fff;
}

a:hover {
  opacity: .5;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.ff-jost {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-style: normal;
}

#article {
  position: relative;
}

section {
  padding: 0 30px;
}

body.sub section {
  margin-top: 100px;
}

section .content {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  z-index: 2;
  position: relative;
  display: block;
}

body.sub section .content {
  padding-bottom: 0;
}

.common-head {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 50px;
  padding-left: 30px;
  margin-bottom: 25px;
}

body.sub .common-head {
  font-size: 30px;
}

.common-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0b4fa1;
  border-radius: 50%;
}

body.sub .common-head::before {
  top: 37%;
}

.common-head-white {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  padding-left: 30px;
  margin-bottom: 25px;
}

.common-head-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.common-btn {
  position: relative;
}

.common-btn::before {
  content: "";
  position: absolute;
  background: url(../img/common_arrow.png);
  background-size: 17px 15px;
  z-index: 10;
  width: 17px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

@media (max-width: 950px) {
  .common-btn {
    width: 50px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 0 20px;
  }

  body.sub section {
    margin-top: 50px;
  }

  .common-head {
    font-size: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .common-head::before {
    width: 7px;
    height: 7px;
  }

  .common-head-white {
    font-size: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .common-head-white::before {
    width: 7px;
    height: 7px;
  }

  .common-btn {
    width: 45px;
  }

  .common-btn::before {
    background: url(../img/common_arrow_sp.png);
    background-size: 12px 9px;
    background-repeat: no-repeat;
    width: 12px;
    height: 9px;
  }
}

/* header
----------------------------------------------- */
.headermenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
}

.headercontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.asidemenu {
  display: none;
}

.btntoggle {
  display: none;
}

.navpc ul {
  display: flex;
  gap: 35px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  align-items: center;
}

.navpc ul li a {
  position: relative;
}

.navpc ul li a:hover {
  opacity: 1;
}

.navpc ul li a::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #262727;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.navpc ul li a:hover::after {
  transform: scale(1, 1);
}

.navpc ul .contact {
  background-color: #0b4fa1;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: relative;
  height: 50px;
  width: 150px;
  font-size: 13px;
}

.navpc ul .contact:hover {
  background-color: #fff;
  border: 1px solid #0b4fa1;
  color: #0b4fa1;
}

.navpc ul .lang {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/select_arrow.png");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right 9px center;
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 400;
  border: 1px solid #262727;
  font-size: 12px;
  cursor: pointer;
}

body.en .navpc ul .lang {
  padding: 7px 15px 7px 25px;
}

.navpc ul .contact::after,
.navpc ul .lang::after {
  content: none;
}

@media (max-width: 1150px) {
  .headermenu {
    padding: 0 20px;
  }

  .navpc ul {
    gap: 10px;
    font-size: 13px;
  }

  .navpc ul .contact {
    width: 120px;
  }
}

@media (max-width: 900px) {
  .headermenu {
    padding: 0 10px;
  }

  .navpc ul {
    gap: 5px;
  }

  .navpc ul .contact {
    width: 100px;
  }

  .navpc ul .lang {
    padding: 7px 15px;
    background-position: right 7px center;
  }

  body.en .navpc ul .lang {
    padding: 7px 5px 7px 15px;
  }

  .header-logo {
    width: 190px;
  }
}

@media (max-width: 768px) {
  .btntoggle {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33px;
  }

  .btntoggle:hover {
    opacity: 1;
  }

  .btntoggle .btnico {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
  }

  .btntoggle .btnico .line {
    width: 95%;
    height: 2px;
    background-color: #0b4fa1;
    transition: all .3s ease-out;
  }

  .headermenu {
    padding: 0 20px;
    height: 60px;
  }

  .headermenu.active .btntoggle .btnico .line {
    background-color: #0b4fa1;
  }

  .headermenu.active .btntoggle .btnico .line:nth-of-type(1) {
    transform: translateY(7px) rotate(-25deg);
  }

  .headermenu.active .btntoggle .btnico .line:nth-of-type(2) {
    display: none;
  }

  .headermenu.active .btntoggle .btnico .line:nth-of-type(3) {
    transform: translateY(-10px) rotate(25deg);
  }

  .btntoggle .btntxt {
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .btntoggle .btntxt .off {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    opacity: 0;
  }

  .headermenu.active .btntoggle .btntxt .on {
    opacity: 0;
  }

  .headermenu.active .btntoggle .btntxt .off {
    opacity: 1;
  }

  .asidemenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    padding: 60px 0 0;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }

  .show-nav .asidemenu {
    visibility: visible;
    opacity: 1;
  }

  .navpc {
    display: none;
  }

  .navsp {
    text-align: center;
    height: 100%;
  }

  .navsp .logo img {
    width: 70%;
    max-width: 405px;
    height: auto;
  }

  .navsp .navlist {
    width: 100%;
    font-size: 17px;
    padding: 0 10%;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 20px 0;
  }

  .navsp .navlist li {
    text-align: left;
    padding: 5px 15px;
    border-bottom: 1px solid #c9d7de;
  }

  .navsp .navlist li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navsp .navlist li a {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
  }

  .navsp .navlist li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 17px;
    height: 14px;
    background: url(../img/navsp_arrow.png) no-repeat;
    background-size: 100% 100%;
  }

  .navsp .contact-area {
    padding: 45px 0;
    background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
  }

  .navsp .contact-area .contact {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    background-color: #fff;
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 70px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto;
  }

  .navsp .contact-area .contact::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 17px;
    height: 15px;
    background: url(../img/contact_arrow.png) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
  }

  .navsp .contact-area .tel {
    margin: 30px auto 0;
    color: #e5e9ef;
    font-size: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
  }

  body.en .navsp .contact-area .tel {
    max-width: 310px;
  }

  .navsp .contact-area .tel::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/tel.png);
    background-size: 80%;
    background-repeat: no-repeat;
    height: 29px;
    width: 22px;
    left: 0;
    top: 12px;
  }

  .navsp .contact-area .tel:hover {
    opacity: 1;
  }

  .navsp .contact-area .hour {
    font-size: 19px;
    color: #e5e9ef;
    font-family: "Jost", sans-serif;
    font-weight: 600;
  }

  .headermenu .logo {
    width: 65px;
  }

  .header-logo {
    width: 60%;
  }

  .sp-lang {
    margin-right: 45px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-position: right 0px center;
    padding-right: 16px;
    border: none;
    font-size: 15px;
    text-align: right;
    background-color: #fff;
    color: #262727;
    width: 70px;
  }

  body.en .sp-lang {
    /* padding-right: 5px; */
  }
}

/* footer
----------------------------------------------- */
#footer {
  text-align: center;
  padding: 60px 30px 40px;
  z-index: 2;
  position: relative;
  background-color: #fff;
}

#footer .content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: block;
}

#footer .content .inner {
  display: flex;
  justify-content: space-between;
}

#footer .content .inner .left .company {
  font-size: 16px;
  padding-top: 30px;
  text-align: left;
  font-weight: 500;
}

#footer .content .inner .left .address {
  font-size: 12px;
  padding-top: 15px;
  text-align: left;
  line-height: 2;
}

#footer .content .inner .right {
  position: relative;
}

#footer .content .inner .right ul {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 500;
}

#footer .content .inner .right ul li {
  width: 50%;
  margin-bottom: 20px;
}

#footer .content .inner .right ul li a:hover {
  color: #0b4fa1;
  opacity: 1;
}

#footer .content .inner .right a.contact {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0b4fa1;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  height: 50px;
  width: 200px;
}

#footer .content .inner .right a.contact:hover {
  background-color: #fff;
  border: 1px solid #0b4fa1;
  color: #0b4fa1;
  opacity: 1;
}

.copyright {
  font-size: 13px;
  color: #acafaf;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: end;
  gap: 40px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dce4f1;
}

@media (max-width: 768px) {
  #footer {
    padding: 60px 35px 40px;
  }

  #footer .content .inner {
    display: block;
  }

  .copyright {
    font-size: 12px;
    justify-content: center;
    border-top: none;
  }

  #footer .content .inner .sp-top ul {
    font-size: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-weight: 500;
  }

  #footer .content .inner .sp-top ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  #footer .content .inner .left .logo {
    width: 50%;
    margin: auto;
  }

  #footer .content .inner .left .company {
    font-size: 13px;
    padding-top: 15px;
    text-align: center;
  }

  #footer .content .inner .left .address {
    text-align: center;
    padding-top: 40px;
    font-size: 14px;
  }

  .copyright {
    padding-top: 0px;
    font-size: 11px;
  }
}

/* mv
----------------------------------------------- */
.top .mv {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.top .mvpic img {
  display: block;
  width: 91%;
  margin: -6vw 0 0 auto;
}

.top .mvttl-area {
  position: absolute;
  left: 12%;
  right: 0;
  bottom: 4%;
  margin: auto;
  font-size: 6.4vw;
  font-family: "Shippori Mincho", serif;
}

.top.en .mvttl-area {
  bottom: 14%;
  font-size: 3.7vw;
}

.top .mvttl {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 768px) {
  .top .mvpic img {
    width: 95%;
    margin: -16vw 0 0 auto;
  }

  .top .mvttl-area {
    position: relative;
    font-size: 12vw;
    padding-top: 25px;
  }
}

/* about
----------------------------------------------- */
.top .about {
  background-image: url(../img/about_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -11vw;
  padding-top: 28vw;
  padding-bottom: 33vw;
  color: #fff;
  position: relative;
  z-index: -1;
}

.top .about::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background-color: #185d9a;
  z-index: -2;
}

.top .about .title {
  font-size: 30px;
  padding-bottom: 20px;
  width: 60%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top.en .about .title {
  width: 50%;
}

.top .about .detail {
  line-height: 2;
  width: 48%;
}

.top .about .img-area {
  width: 48%;
  position: absolute;
  right: -50px;
  top: 30px;
}

@media (max-width: 1140px) {
  .top .about .img-area {
    width: 40%;
    right: 0px;
  }
}

@media (max-width: 950px) {
  .top .about {
    background-image: url(../img/about_bk_sp.png);
    margin-top: -11vw;
    padding-top: 67vw;
    padding-bottom: 40vw;
  }

  .top .about::after {
    display: none;
  }

  .top .about .title {
    font-size: 19px;
  }

  .top .about .detail {
    width: 100%;
  }

  .top .about .img-area {
    width: 70%;
    right: -19px;
    top: -45vw;
  }

  .top.en .about .img-area {
    top: -48vw;
  }

  .top .about .title {
    width: 100%;
  }

  .top.en .about .title {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top.en .about {
    padding-bottom: 36vw;
  }

  .top.en .mvttl-area {
    font-size: 7vw;
  }
}

/* service
----------------------------------------------- */
.top .service {
  margin-top: -33vw;
  padding-top: 15vw;
  background-image: url(../img/service_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100%;
}

.top .service .detail {
  line-height: 2;
  margin-bottom: 40px;
}

.top .service ul {
  display: flex;
  flex-wrap: wrap;
}

.top .service ul li {
  width: 50%;
}

.top .service ul li a {
  position: relative;
  display: block;
}

.top .service ul li a img {
  width: 100%;
}

.top .service ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 60%) 0%, rgba(14, 12, 12, 0) 100%);
  width: 100%;
  color: #fff;
  padding: 70px 85px 30px 30px;
  font-size: 22px;
}

.top .service ul li .btn {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .top .service {
    background-image: url(../img/service_bk_sp.png);
    padding: 27vw 0 0;
  }

  .top.en .service {
    margin-top: -44vw;
  }

  .top .service .common-head {
    margin: 0 20px 10px;
  }

  .top .service .detail {
    margin: 0 20px 40px;
  }

  .top .service ul {
    display: block;
  }

  .top .service ul li {
    width: 100%;
  }

  .top .service ul li .title {
    padding: 26vw 65px 22px 20px;
    font-size: 17px;
  }

  .top .service ul li .btn {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

/* information
----------------------------------------------- */
.top .information {
  padding: 0;
  margin-top: 70px;
  margin-bottom: 100px;
}

.top .information .content {
  height: 350px;
  margin-bottom: 100px;
  padding-top: 15px;
}

.top .information .title {
  color: #0b4fa1;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}

.top .information .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top .information .recruit .btn {
  right: 0;
  left: auto;
}

.top .information .btn a {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top .information .btn a:hover {
  color: #0b4fa1;
  opacity: 1;
}

.top .information .btn a span {
  border-bottom: 1px solid #babdbe;
  font-size: 16px;
  font-weight: 500;
}

.top .information .btn a:hover span {
  border-bottom: 1px solid #0b4fa1;
}

.top .information .btn a:hover .common-btn::before {
  left: 60%;
}

.top .information .company-info {
  position: relative;
  display: block;
}

.top .information .company-info .img-area {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 60%;
}

.top .information .recruit {
  position: relative;
  display: block;
  min-height: 350px;
}

.top .information .recruit .content .title {
  position: absolute;
  right: 150px;
  top: 0;
}

.top .information .recruit .img-area {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 60%;
}

@media (max-width: 1450px) {
  .top .information .content {
    height: 24vw;
  }
}

@media (max-width: 1060px) {
  .top .information .content {
    padding-left: 30px;
  }

  .top .information .recruit .content {
    padding-right: 30px;
  }

  .top .information .btn {
    left: 30px;
  }

  .top .information .recruit .btn {
    right: 30px;
    left: auto;
  }
}

@media (max-width: 768px) {
  .top .information {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .top .information .company-info .img-area {
    position: relative;
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }

  .top .information .content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .top .information .recruit .content {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
  }

  .top .information .title {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .top .information .btn {
    position: relative;
    left: 0;
    margin-top: 20px;
  }

  .top .information .recruit {
    min-height: auto;
  }

  .top .information .recruit .btn {
    right: 0;
  }

  .top .information .btn a {
    justify-content: end;
    gap: 15px;
  }

  .top .information .btn a span {
    font-size: 15px;
  }

  .top .information .recruit .img-area {
    position: relative;
    width: 95%;
    margin-left: 0;
    margin-right: auto;
  }

  .top .information .recruit .content .title {
    position: relative;
    right: auto;
    padding-bottom: 0;
  }
}

/* news
----------------------------------------------- */
.top .news .content {
  padding-bottom: 120px;
}

.top .news ul li a {
  border-bottom: 1px solid #ebf2fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.top .news ul li a:hover {
  opacity: 1;
}

.top .news ul li .date-cagegory {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 30%;
}

.top .news ul li .date {
  color: #babdbe;
  font-size: 13px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.top .news ul li .cagegory {
  color: #0b4fa1;
  font-size: 12px;
  background-color: #f7f7f7;
  border-radius: 20px;
  min-width: 85px;
  padding: 3px 25px;
  font-weight: 500;
}

.top .news ul li .title {
  width: 70%;
  font-weight: 500;
}

.top .news ul li a:hover .title {
  color: #0b4fa1;
}

.top .news .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top .news .btn a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}

.top .news .btn a:hover {
  color: #0b4fa1;
  opacity: 1;
}

.top .news .btn a span {
  border-bottom: 1px solid #babdbe;
  font-size: 16px;
}

.top .news .btn a:hover span {
  border-bottom: 1px solid #0b4fa1;
}

.top .news .btn a:hover .common-btn::before {
  left: 60%;
}

@media (max-width: 768px) {
  .top .news .content {
    padding-bottom: 100px;
  }

  .top .news ul li a {
    display: block;
  }

  .top .news ul li .date-cagegory {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .top .news ul li .cagegory {
    margin-left: 10px;
    padding: 3px 15px;
  }

  .top .news ul li .title {
    width: 100%;
  }

  .top .news .btn a {
    gap: 15px;
  }
}

/* contact
----------------------------------------------- */
section.contact {
  margin-top: 100px;
  background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
  padding: 60px 30px 0;
}

body.sub section.contact {
  margin-top: 150px;
}

body.sub section.contact .content {
  padding-bottom: 60px;
}

section.contact .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

section.contact .title-area .sub-title {
  color: #fff;
  margin-bottom: 25px;
}

section.contact .contact-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.contact .contact-area .btn {
  border-right: 1px solid #fff;
  padding: 30px 7% 30px 0;
  margin-right: 7%;
}

section.contact .contact-area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background-color: #fff;
  position: relative;
  width: 340px;
  height: 90px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
}

section.contact .contact-area .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 17px;
  height: 15px;
  background: url(../img/contact_arrow.png) no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  transition: ease .3s;
}

section.contact .contact-area .btn a:hover:before {
  right: 35px;
}

section.contact .contact-area .info {
  text-align: center;
}

section.contact .contact-area .info .tel {
  color: #fff;
  font-size: 43px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

section.contact .contact-area .info .tel::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/tel.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 29px;
  width: 22px;
  left: 0;
  top: 20px;
}

section.contact .contact-area .info .hour {
  font-size: 19px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

@media (max-width: 950px) {
  body.en section.contact .contact-area .info .tel {
    font-size: 30px;
  }

  body.en section.contact .contact-area .info .tel::before {
    top: 11px;
  }
}

@media (max-width: 800px) {
  section.contact .contact-area .btn {
    padding: 30px 4% 30px 0;
    margin-right: 4%;
  }
}

@media (max-width: 768px) {
  section.contact {
    margin-top: 50px;
    padding: 40px 30px 0;
  }

  section.contact .content {
    padding-bottom: 45px;
  }

  body.sub section.contact {
    margin-top: 50px;
  }

  body.sub section.contact .content {
    padding-bottom: 45px;
  }

  section.contact .title-area {
    display: block;
  }

  section.contact .contact-area {
    display: block;
  }

  section.contact .contact-area .btn {
    border-right: none;
    margin-right: 0;
    padding: 0;
  }

  section.contact .contact-area .btn a {
    max-width: 300px;
    width: 100%;
    height: 70px;
    font-size: 16px;
    margin: auto;
  }

  section.contact .contact-area .info .tel {
    font-size: 30px;
    margin: auto;
    max-width: 250px;
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  body.en section.contact .contact-area .info .tel {
    max-width: 310px;
  }

  section.contact .contact-area .info .tel::before {
    background-size: 80%;
    top: 11px;
  }
}

/* mv sub
----------------------------------------------- */
body.sub {
  background-image: url(../img/mv_sub.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.sub-mv {
  padding: 26vw 30px 0;
  max-width: 1060px;
  margin: 0 auto;
  display: block;
}

.sub-mv h1 {
  font-size: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

body.en .sub-mv h1 {
  color: #0b4fa1;
}

.sub-mv .sub-title {
  font-size: 18px;
  color: #0b4fa1;
  font-weight: 500;
}

.breadcrumb {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #bbbaba;
}

.breadcrumb a {
  color: #262727;
}

.breadcrumb a:hover {
  opacity: 1;
  color: #0b4fa1;
}

@media (min-width: 1400px) {
  body.sub {
    background-position: center -30px;
  }
}

@media (max-width: 1060px) {
  .sub-mv {
    padding: 23vw 30px 0;
  }
}

@media (max-width: 768px) {
  body.sub {
    background-image: url(../img/mv_sub_sp.png);
  }

  .sub-mv {
    padding: 50vw 20px 0;
  }

  .sub-mv h1 {
    font-size: 40px;
  }
}

/* topmessage message
----------------------------------------------- */
body.topmessage .message .content .top-content {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: nowrap;
}

body.topmessage .message .content .top-content .main-message {
  width: 48%;
  line-height: 2;
}

body.topmessage .message .content .top-content .top-img {
  width: 43%;
}

body.topmessage .message .content .bottom-content {
  padding-top: 50px;
  line-height: 2;
}

body.topmessage .message .content .info {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
}

body.topmessage .message .content .info .name span {
  font-size: 26px;
  padding-left: 23px;
}

@media (max-width: 768px) {
  body.topmessage .message .content .top-content {
    display: block;
  }

  body.topmessage .message .content .top-content .top-img {
    width: 100%;
    text-align: center;
  }

  body.topmessage .message .content .top-content .main-message {
    width: 100%;
    padding-top: 20px;
  }

  body.topmessage .message .content .bottom-content {
    padding-top: 30px;
  }

  body.topmessage .message .content .info {
    font-size: 15px;
  }

  body.topmessage .message .content .info .name span {
    font-size: 20px;
    padding-left: 10px;
  }

  body.topmessage.en .message .content .info .name span {
    display: block;
  }
}

/* sub service
----------------------------------------------- */
body.sub .service .content ul {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}

body.sub .service .content ul li {
  width: 46%;
  border-top: 1px solid #dddcdb;
}

body.sub .service .content ul li:nth-of-type(3) {
  border-bottom: 1px solid #dddcdb;
}

body.sub .service .content ul li:nth-of-type(4) {
  border-bottom: 1px solid #dddcdb;
}

body.sub .service .content ul li a {
  position: relative;
  display: flex;
  justify-content: start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

body.sub .service .content ul li a:hover {
  opacity: 1;
}

body.sub .service .content ul li a img {
  width: 150px;
}

body.sub .service .content ul li .title {
  font-size: 16px;
  font-weight: 500;
  padding-right: 50px;
}

body.sub .service .content ul li a:hover .title {
  color: #0b4fa1;
}

body.sub .service .content ul li .common-btn {
  position: absolute;
  right: 0px;
  top: 40%;
  width: 50px;
  height: 50px;
}

body.sub .service .content ul li a .common-btn::before {
  background: url(../img/sub_service_arrow.png);
  background-size: 14px 9px;
  width: 14px;
  height: 9px;
}

body.sub .service .content ul li a:hover .common-btn::before {
  left: 60%;
}

@media (max-width: 768px) {
  body.sub .service .content ul {
    padding-top: 30px;
    display: block;
  }

  body.sub .service .content ul li {
    width: 100%;
  }

  body.sub .service .content ul li .common-btn {
    top: 38%;
    width: 40px;
    height: 40px;
  }

  body.sub .service .content ul li a {
    gap: 10px;
  }

  body.sub .service .content ul li .title {
    padding-right: 45px;
  }

  body.sub .service .content ul li:nth-of-type(3) {
    border-bottom: none;
  }
}

/* company company-profile
----------------------------------------------- */
body.company .company-profile .content ul {
  padding-top: 50px;
}

body.company .company-profile .content ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 2;
}

body.company .company-profile .content ul li .head {
  border-top: 2px solid #0b4fa1;
  width: 20%;
  padding: 30px 0 30px 20px;
  font-size: 14px;
  font-weight: 500;
}

body.company .company-profile .content ul li:last-child .head {
  border-bottom: 2px solid #0b4fa1;
}

body.company .company-profile .content ul li .text {
  border-top: 2px solid #dddcdb;
  width: 80%;
  padding: 30px 0 30px 30px;
  font-size: 14px;
}

body.company .company-profile .content ul li:last-child .text {
  border-bottom: 2px solid #dddcdb;
}

body.company .company-profile .content ul li .text .tel {
  padding: 6px 10px 0 0;
}

body.company .company-profile .content ul li .text a.googlemap img {
  height: 30px;
}

body.company .company-profile .content ul li .text a:hover {
  opacity: .5;
}

body.company .company-profile .content ul li a:hover {
  opacity: 1;
}

body.company .company-profile .content .breadcrumb {
  text-align: left;
  margin-top: 30px;
}

body.company .company-profile .content .breadcrumb {
  text-align: left;
  margin-top: 30px;
  font-size: 15px;
  font-weight: normal;
}

body.company .company-profile .content .breadcrumb a {
  color: #bbbaba;
}

body.company .company-profile .content .breadcrumb a:hover {
  opacity: .5;
}

@media (max-width: 768px) {
  body.company .company-profile .content ul {
    padding-top: 30px;
  }

  body.company .company-profile .content ul li .head {
    padding: 15px 10px 15px 0;
    width: 35%;
  }

  body.company .company-profile .content ul li .text {
    padding: 15px 0;
    width: 65%;
  }
}

/* company access
----------------------------------------------- */
body.company .access .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

body.company .access .inner .map-area {
  width: 57%;
}

body.company .access .inner .map-area iframe {
  width: 100%;
  max-height: 380px;
}

body.company .access .inner .address-area {
  width: 40%;
}

body.company .access .inner .address-area .address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.company .access .inner .address-area .head {
  border-top: 2px solid #0b4fa1;
  width: 25%;
  padding: 30px 0 30px 20px;
  font-size: 14px;
  font-weight: 500;
}

body.company .access .inner .address-area .text {
  border-top: 2px solid #dddcdb;
  width: 75%;
  padding: 30px 0 30px 30px;
  font-size: 14px;
  line-height: 2;
}

body.company .access .inner .address-area .station {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 768px) {
  body.company .access .inner {
    padding-top: 30px;
    display: block;
  }

  body.company .access .inner .map-area {
    width: 100%;
    margin-bottom: 45px;
  }

  body.company .access .inner .map-area iframe {
    max-height: 350px;
  }

  body.company .access .inner .address-area {
    width: 100%;
  }

  body.company .access .inner .address-area .head {
    padding: 15px 0;
    width: 35%;
  }

  body.company .access .inner .address-area .text {
    padding: 15px 0;
    width: 65%;
  }

  body.company .access .inner .address-area .station {
    margin-top: 30px;
  }
}

/* news
----------------------------------------------- */
body.news .content {
  max-width: 900px;
}

body.news .content .newslist .item {
  line-height: 2;
  border-bottom: 1px solid #babdbe;
  margin-bottom: 30px;
  display: none;
}

body.news .content .newslist .item.active {
  border-bottom: none;
}

body.news .content .newslist .item .item-hd {
  cursor: pointer;
  padding-bottom: 20px;
}

body.news .content .newslist .item .item-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}

body.news .content .newslist .item .item-meta .date {
  font-size: 13px;
  font-weight: 600;
  color: #babdbe;
  font-family: "Jost", sans-serif;
}

body.news .content .newslist .item .item-meta .category span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 100px;
  width: fit-content;
  height: 25px;
  padding: 0 15px;
  background-color: #f7f7f7;
  font-size: 12px;
  border-radius: 20px;
  color: #0b4fa1;
  font-weight: 500;
}

body.news .content .newslist .item .item-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  transition: color 0.3s;
  gap: 10px;
}

body.news .content .newslist .item .item-title .title {
  width: 90%;
}

body.news .content .newslist .item .item-hd:hover .item-title {
  color: #0b4fa1;
}

body.news .content .newslist .item .item-title .arrow {
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 50%;
  position: relative;
}

body.news .content .newslist .item .item-title .arrow img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
}

body.news .content .newslist .item.active .item-title .arrow img {
  transform: rotate(-180deg);
}

body.news .content .newslist .item .item-bd {
  display: none;
  font-size: 16px;
  background-color: #f7f7f7;
  padding: 30px 40px;
}

body.news .content .newslist .item .item-bd p {
  padding-bottom: 20px;
}

body.news .content .newslist .item .item-bd ul {
  padding-bottom: 20px;
  font-size: 14px;
}

body.news .content .newslist .item .item-bd ul li {
  position: relative;
  padding-left: 20px;
}

body.news .content .newslist .item .item-bd ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0b4fa1;
  border-radius: 50%;
}

body.news .content .newslist .item .item-bd h2 {
  color: #0b4fa1;
  padding-bottom: 10px;
  font-weight: 600;
}

body.news .content .newslist .item .item-bd .close-btn {
  background-color: #fff;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  cursor: pointer;
  font-size: 13px;
  margin: 20px auto;
  font-weight: 500;
}

body.news .content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  flex-wrap: wrap;
}

body.news .content .pagination a {
  color: black;
  float: left;
  padding: 11px;
  text-decoration: none;
  transition: background-color .3s;
  height: 48px;
  width: 48px;
  position: relative;
  color: #0b4fa1;
  border-radius: 50%;
  text-align: center;
}

body.news .content .pagination a span {
  font-size: 14px;
}

body.news .content .pagination a.active {
  background-color: #0b4fa1;
  color: white;
}

body.news .content .pagination a.pre::before,
body.news .content .pagination a.next::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
  background: url(../img/pagination_arrow.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
}

body.news .content .pagination a.pre,
body.news .content .pagination a.next {
  border: 1px solid #0b4fa1;
  border-radius: 50%;
}

body.news .content .pagination a.pre:hover,
body.news .content .pagination a.next:hover {
  background-color: #0b4fa1;
  opacity: 1;
}

body.news .content .pagination a.pre:hover:before,
body.news .content .pagination a.next:hover:before {
  background: url(../img/pagination_arrow_white.png);
}

body.news .content .pagination a.pre {
  transform: rotate(-180deg);
  margin-right: 15px;
}

body.news .content .pagination a.next {
  margin-left: 15px;
}

@media (max-width: 768px) {
  body.news .content .newslist .item .item-title .title {
    width: 85%;
  }

  body.news .content .newslist .item .item-title {
    font-size: 16px;
  }

  body.news .content .newslist .item .item-title .arrow {
    width: 40px;
    height: 40px;
  }

  body.news .content .newslist .item .item-bd {
    padding: 20px;
    font-size: 14px;
  }

  body.news .content .pagination {
    gap: 10px;
    padding-top: 20px;
  }

  body.news .content .pagination a {
    height: 35px;
    width: 35px;
    padding: 5px;
  }

  body.news .content .pagination a.pre {
    margin-right: 5px;
  }

  body.news .content .pagination a.next {
    margin-left: 5px;
  }

  body.news .content .pagination a.pre::before,
  body.news .content .pagination a.next::before {
    background-size: 14px 9px;
    width: 14px;
    height: 9px;
  }

  body.news .content .pagination a.pre:hover,
  body.news .content .pagination a.next:hover {
    background-color: #fff;
    opacity: 1;
  }

  body.news .content .pagination a.pre:hover:before,
  body.news .content .pagination a.next:hover:before {
    background: url(../img/pagination_arrow.png);
    background-size: 14px 9px;
    width: 14px;
    height: 9px;
  }
}

/* service
----------------------------------------------- */
body.service .service-top {
  text-align: center;
  line-height: 2;
}

body.service .service-top .title {
  color: #0b4fa1;
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

body.service .service-top .detail {
  padding-top: 30px;
}

body.service .service-project {
  background-color: #fff;
  background-image: linear-gradient(#e9e9ec, #e9e9ec);
  background-position: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

body.service .service-project .content {
  padding: 70px 0px 250px;
  background-color: #e9e9ec;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  line-height: 2;
}

body.service .service-project .content .img {
  width: 30%;
}

body.service .service-project .content .img img {
  position: absolute;
  left: -120px;
  top: 60px;
  width: 525px;
}

body.service .service-project .content .text {
  width: 58%;
}

body.service .service-project .content .text .title {
  color: #51d3c1;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}

body.service .service-project .content .transition-img {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -100px;
  width: 911px;
  height: 307px;
}

body.service .service-loss {
  margin-top: 150px;
}

body.service .service-loss .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  line-height: 2;
}

body.service .service-loss .content .img {
  width: 30%;
}

body.service .service-loss .content .img img {
  position: absolute;
  top: -20px;
  right: -100px;
  width: 525px;
}

body.service .service-loss .content .text {
  width: 58%;
}

body.service .service-loss .content .text .title {
  color: #0b4fa1;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}

body.service .service-product {
  background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
}

body.service .service-product .content {
  padding: 50px 0;
  color: #fff;
  line-height: 2;
}

body.service .service-product .common-head-white {
  font-size: 24px;
  padding-left: 20px;
}

body.service .service-product .common-head-white::before {
  top: 35%;
  width: 10px;
  height: 10px;
}

body.service .service-product .detail {
  font-size: 14px;
}

body.service .service-product ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 45px 0 30px;
  align-items: stretch;
}

body.service .service-product ul li {
  flex: 0 0 49%;
  background-color: #4d95c1;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

body.service .service-product ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  left: 0;
  top: 0;
  border-top-left-radius: 5px;
}

body.service .service-product ul li .head {
  font-size: 18px;
}

body.service .service-product ul li .sub-head {
  font-size: 12px;
  padding-bottom: 15px;
}

body.service .service-product ul li .description {
  font-size: 12px;
}

body.service .service-risk {
  background-color: #e9e9ec;
  margin-top: 0;
}

body.service .service-risk .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  line-height: 2;
  padding: 100px 0 200px;
}

body.service .service-risk .content .img {
  width: 30%;
}

body.service .service-risk .content .img img {
  position: absolute;
  top: 60px;
  left: -120px;
  width: 525px;
}

body.service .service-risk .content .text {
  width: 58%;
}

body.service .service-risk .content .text .title {
  color: #c2a880;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}

body.service .service-reinsurance {
  margin-top: 0;
}

body.service .service-reinsurance .content.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  line-height: 2;
  padding: 100px 0 150px;
}

body.service .service-reinsurance .content .img {
  width: 30%;
}

body.service .service-reinsurance .content .img img {
  position: absolute;
  top: 80px;
  right: -100px;
  width: 525px;
}

body.service .service-reinsurance .content .text {
  width: 58%;
}

body.service .service-reinsurance .content .text .title {
  color: #f8b551;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}

body.service .service-reinsurance ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

body.service .service-reinsurance ul li {
  flex: 0 0 32%;
  background-color: #e9e9ec;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
}

body.service .service-reinsurance ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f8b551;
  left: 0;
  top: 0;
  border-top-left-radius: 5px;
}

body.service .service-reinsurance .common-head {
  font-size: 24px;
  padding-left: 20px;
}

body.service .service-reinsurance .common-head::before {
  top: 35%;
  width: 10px;
  height: 10px;
  background-color: #f8b551;
}

@media (max-width: 1210px) {
  body.service .service-project .content .img img {
    left: -70px;
    width: 465px;
  }

  body.service .service-loss .content .img img {
    width: 465px;
    right: -40px;
  }

  body.service .service-project .content .transition-img {
    right: -20px;
    width: 800px;
  }

  body.service .service-risk .content .img img {
    width: 465px;
    left: -70px;
  }

  body.service .service-reinsurance .content .img img {
    width: 465px;
    right: -40px;
  }
}

@media (max-width: 1120px) {
  body.service .service-project .content .img img {
    left: -20px;
    width: 400px;
  }

  body.service .service-loss .content .img img {
    width: 400px;
    right: -20px;
  }

  body.service .service-risk .content .img img {
    width: 400px;
    left: -20px;
  }

  body.service .service-reinsurance .content .img img {
    width: 400px;
    right: -20px;
  }

  body.service .service-risk .content {
    padding: 100px 0 100px;
  }
}


@media (max-width: 1005px) {
  body.service .service-reinsurance ul li {
    min-height: 127.5px;
  }
}

@media (max-width: 970px) {
  body.service .service-project .content .img img {
    width: 300px;
    top: 100px;
  }

  body.service .service-loss .content .img img {
    width: 300px;
    top: 20px;
  }

  body.service .service-project .content .transition-img {
    width: 700px;
  }

  body.service .service-product ul li {
    flex: 0 0 48%;
    padding: 30px;
  }

  body.service .service-risk .content .img img {
    width: 300px;
    top: 100px;
  }

  body.service .service-reinsurance .content .img img {
    width: 300px;
    top: 100px;
  }

  body.service .service-reinsurance ul {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  body.service .service-top .title {
    font-size: 20px;
  }

  body.service .service-top .detail {
    padding-top: 20px;
  }

  body.service .service-project {
    margin-top: 30vw;
  }

  body.service .service-project .content {
    display: block;
    padding: 50vw 0px 95vw 20px;
  }

  body.service .service-project .content .img {
    width: 100%;
    padding-bottom: 10px;
  }

  body.service .service-project .content .text {
    width: 100%;
  }

  body.service .service-project .content .img img {
    width: 100%;
    left: 0;
    right: 0;
    top: -18vw;
  }

  body.service .service-project .content .text .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  body.service .service-project .content .transition-img {
    width: 95%;
    left: 20px;
    right: 0;
    height: auto;
    bottom: -14vw;
  }

  body.service .service-loss {
    margin-top: 26vw;
  }

  body.service .service-loss .content {
    display: block;
  }

  body.service .service-loss .content .text {
    width: 100%;
  }

  body.service .service-loss .content .img {
    width: 100%;
    margin-top: 20px;
  }

  body.service .service-loss .content .img img {
    width: 100%;
    position: static;
  }

  body.service .service-loss .content .text .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  body.service .service-product .content {
    padding: 40px 0px;
  }

  body.service .service-product .common-head-white {
    font-size: 22px;
  }

  body.service .service-product ul {
    display: block;
    margin: 30px 0 0;
  }

  body.service .service-product ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  body.service .service-risk .content {
    display: block;
    padding: 40px 0;
  }

  body.service .service-risk .content .img {
    width: 100%;
  }

  body.service .service-risk .content .img img {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
  }

  body.service .service-risk .content .text {
    width: 100%;
  }

  body.service .service-risk .content .text .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  body.service .service-reinsurance .content.top {
    display: block;
    padding: 40px 0;
  }

  body.service .service-reinsurance .content .img {
    width: 100%;
  }

  body.service .service-reinsurance .content .img img {
    width: 100%;
    position: static;
  }

  body.service .service-reinsurance .content .text .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  body.service .service-reinsurance .content .text {
    width: 100%;
  }

  body.service .service-reinsurance .common-head {
    font-size: 22px;
  }

  body.service .service-reinsurance ul {
    display: block;
  }

  body.service .service-reinsurance ul li {
    width: 100%;
    margin-bottom: 10px;
    min-height: 95px;
    padding: 25px;
  }
}

/* contact
----------------------------------------------- */
body.contact .form-area {
  line-height: 2;
  margin-bottom: 100px;
}

body.contact .form-area .content {
  max-width: 900px;
}

body.contact .form-area .detail {
  padding-bottom: 70px;
}

body.contact .form-area .item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

body.contact .form-area .item label {
  width: 25%;
  font-weight: 700;
  font-size: 14px;
  cursor: unset;
  padding-top: 7px;
}

body.contact.en .form-area .item label {
  width: 33%;
}

body.contact .form-area .item label .required {
  background-color: #e95763;
  color: #fff;
  padding: 0px 10px 2px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
  display: inline-block;
}

body.contact .form-area .item .form {
  width: 73%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

body.contact.en .form-area .item .form {
  width: 65%;
}

body.contact .form-area .item .form input {
  width: 100%;
  border: none;
  padding: 15px;
  background-color: #f1f1f3;
  font-size: 14px;
}

::placeholder {
  color: #b2b2b2;
}

:-ms-input-placeholder {
  color: #b2b2b2;
}

::-ms-input-placeholder {
  color: #b2b2b2;
}

::-webkit-input-placeholder {
  color: #b2b2b2;
}

body.contact .form-area .item .form textarea {
  width: 100%;
  border: none;
  padding: 15px;
  background-color: #f1f1f3;
  font-size: 14px;
  resize: none;
}

body.contact .form-area .item .form.zip-code input {
  width: 40%;
}

body.contact .form-area .item .text {
  width: 100%;
  font-size: 12px;
}

body.contact .form-area .error {
  color: red;
  font-size: 12px;
  display: none;
}

body.contact .form-area .error.active {
  display: block;
}

body.contact .form-area .item .form.zip-code button {
  background-color: #424548;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.15;
}

body.contact .form-area .privacy {
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
}

body.contact .form-area .privacy a {
  border-bottom: 1px solid #0b4fa1;
  color: #0b4fa1;
}

body.contact .form-area .privacy #privacy {
  position: relative;
  width: 25px;
  height: 25px;
//  border: none;
    border: 2px solid #0b4fa1; /* 枠線を追加 */
//  vertical-align: -5px;
//  -webkit-appearance: none;
//  -moz-appearance: none;
//  appearance: none;
  cursor: pointer;
  background-color: #f1f1f3;
}

body.contact .form-area .privacy #privacy {
    width: 25px;
    height: 25px;
    background-color: red; /* テスト用に目立つ色に変更 */
    border: 2px solid black;
}

body.contact .form-area .privacy #privacy:checked:before {
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #0b4fa1;
  border-bottom: 2px solid #0b4fa1;
  content: '';
}

@media (max-width: 768px) {
  body.contact .form-area {
    margin-bottom: 30px;
  }

  body.contact .form-area .detail {
    padding-bottom: 40px;
  }

  body.contact .form-area .item {
    display: block;
  }

  body.contact .form-area .item label {
    width: 100%;
    display: block;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  body.contact .form-area .item .form {
    width: 100%;
  }

  body.contact.en .form-area .item label {
    width: 100%;
  }

  body.contact.en .form-area .item .form {
    width: 100%;
  }

  body.contact .form-area .privacy {
    margin-top: 50px;
  }

  body.contact .form-area button.submit {
    width: 250px;
    height: 70px;
    font-size: 17px;
  }

  body.contact .form-area button.submit::before {
    right: 30px;
    width: 15px;
    height: 13px;
  }
}

/* confirm
----------------------------------------------- */
body.confirm .confirm-area {
  margin-bottom: 100px;
}

body.confirm .confirm-area .content {
  max-width: 900px;
}

body.confirm .confirm-area .item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

body.confirm .confirm-area .item .head {
  width: 25%;
  font-weight: 700;
  font-size: 14px;
}

body.confirm .confirm-area .item .text {
  width: 73%;
  font-size: 14px;
}

body.confirm .confirm-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;
}

body.confirm .confirm-area .btn-area .back {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  position: relative;
  width: 340px;
  height: 90px;
  border-radius: 50px;
  font-size: 20px;
  border: 1px solid #dddcdb;
}

body.confirm .confirm-area .btn-area .send {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
  position: relative;
  width: 340px;
  height: 90px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  border: none;
}

body.confirm .confirm-area .btn-area .send:hover {
  opacity: 1;
}

body.confirm .confirm-area .btn-area .send::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 17px;
  height: 15px;
  background: url(../img/contact_arrow_white.png) no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  transition: ease .3s;
}

body.confirm .confirm-area .btn-area .send:hover:before {
  right: 35px;
}

@media (max-width: 768px) {
  body.confirm .confirm-area {
    margin-bottom: 30px;
  }

  body.confirm .confirm-area .item {
    display: block;
  }

  body.confirm .confirm-area .item .head {
    width: 100%;
    display: block;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  body.confirm .confirm-area .item .text {
    width: 100%;
  }

  body.confirm .confirm-area .btn-area {
    margin-top: 40px;
  }

  body.confirm .confirm-area .btn-area .back {
    width: 250px;
    height: 70px;
    font-size: 17px;
  }

  body.confirm .confirm-area .btn-area .send {
    width: 250px;
    height: 70px;
    font-size: 17px;
  }

  body.confirm .confirm-area .btn-area .send::before {
    right: 30px;
    width: 15px;
    height: 13px;
  }
}

/* thanks
----------------------------------------------- */
body.thanks .thanks-area {
  margin-bottom: 100px;
}

body.thanks .thanks-area .content {
  max-width: 900px;
  text-align: center;
  line-height: 2;
}

body.thanks .thanks-area .title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 30px;
}

body.thanks .thanks-area .btn-area .top {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
  position: relative;
  width: 340px;
  height: 90px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  border: none;
  margin: 80px auto 0;
}

body.thanks .thanks-area .btn-area .top:hover {
  opacity: 1;
}

body.thanks .thanks-area .btn-area .top::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 17px;
  height: 15px;
  background: url(../img/contact_arrow_white.png) no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  transition: ease .3s;
}

body.thanks .thanks-area .btn-area .top:hover:before {
  right: 35px;
}

@media (max-width: 768px) {
  body.thanks .thanks-area .title {
    font-size: 20px;
  }

  body.thanks .thanks-area {
    margin-bottom: 30px;
  }

  body.thanks .thanks-area .btn-area .top {
    margin-top: 40px;
    width: 250px;
    height: 70px;
    font-size: 17px;
  }

  body.thanks .thanks-area .btn-area .top::before {
    right: 30px;
    width: 15px;
    height: 13px;
  }
}

/* template
----------------------------------------------- */
body.template .template-area .content {
  line-height: 1.7;
  max-width: 900px;
  font-size: 14px;
}

body.template .template-area h2 {
  color: #0b4fa1;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 20px;
}

body.template .template-area h3 {
  color: #0b4fa1;
  font-weight: 500;
}

body.template .template-area p {
  padding-bottom: 20px;
}

body.template .template-area a {
  color: #0b4fa1;
  text-decoration: underline;
}

body.template .template-area ol {
  list-style: auto;
  margin-left: 18px;
  padding-bottom: 20px;
}

body.template .template-area dl {
  display: flex;
  gap: 5px;
  padding-bottom: 20px;
}

body.template .template-area table {
  width: 100%;
  margin-bottom: 20px;
}

body.template .template-area table tr th,
body.template .template-area table tr td {
  border: solid 1px gray;
  padding: 10px;
}

body.template .template-area table tr th {
  background-color: #d6e2ff;
  width: 30%;
  text-align: center;
  padding: 10px 0;
}

body.template .template-area table tr td {
  width: 70%;
}

body.template .template-area ul {
  list-style: initial;
  margin-left: 21px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  body.template .template-area h2 {
    font-size: 18px;
  }
}

/* plus
------------------------------------------------ */

.accept {
    margin: 20px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.button {
    text-align: center;
    position: relative;
}

.button input[type="submit"],
.button-r input[type="reset"],
.button-r input[type="button"] {
    width: 100%;
    max-width: 340px;
    height: 90px;
    padding: 15px;
    font-size: 1.2em;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    margin: 35px auto 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(24, 92, 154, 1) 0%, rgba(40, 145, 195, 1) 100%);
    color: white;
}

.button input[type="submit"].disabled {
    background: #ccc; /* 無効状態のボタンの背景色 */
    cursor: not-allowed;
}

.warning-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    display: block; /* 初期状態で表示 */
}

/* ボタンにホバー効果を追加 */
.button input[type="submit"]:hover,
.button-r input[type="reset"]:hover {
    opacity: 0.9; /* 少し透明にする */
}
