@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  width: 52%;
  transform: translate(-60%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 85%;
  transform: translate(-50%, -45%);
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 58%;
  transform: translate(-50%, -47%);
}

div.insurances-sec-wrap h2 {
  text-align: center;
  font-size: calc(50 / 750 * 100vw);
  line-height: 1.2em;
  border-bottom: solid 1px var(--color-light-gray);
  padding: 0 0 calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: clamp(30px, 45 / 1366 * 100vw, 1000px);
    -moz-column-gap: 0.6em;
         column-gap: 0.6em;
    margin: 0;
    padding: 0 0 calc(75 / 1366 * 100vw);
  }
}
div.insurances-sec-wrap h2.animation .number-wrap {
  animation: big 0.4s 0s cubic-bezier(0.58, 0.11, 0.18, 0.99) forwards;
}
div.insurances-sec-wrap h2.animation .txt-wrap {
  animation: fade 1s 0s forwards;
}
div.insurances-sec-wrap h2 .number-wrap {
  background-color: var(--color-pink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50em;
  font-family: var(--font-montserrat);
  color: #fff;
  line-height: 1em;
  width: calc(106 / 750 * 100vw);
  height: calc(106 / 750 * 100vw);
  margin: 0 auto calc(25 / 750 * 100vw);
  font-size: calc(35 / 750 * 100vw);
  line-height: 0.84em;
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap h2 .number-wrap {
    width: calc(90 / 1366 * 100vw);
    height: calc(90 / 1366 * 100vw);
    margin: 0;
    font-size: clamp(10px, 32 / 1366 * 100vw, 1000px);
  }
}
div.insurances-sec-wrap h2 .txt-wrap {
  line-height: 1.2em;
  display: block;
  opacity: 0;
}
div.insurances-sec-wrap h2 .txt-wrap .small {
  display: block;
  color: var(--color-pink);
  font-size: calc(26 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap h2 .txt-wrap .small {
    font-size: clamp(10px, 20 / 1366 * 100vw, 1000px);
    line-height: 1.2em;
    font-weight: 500;
  }
}
div.insurances-sec-wrap h2 .txt-wrap .en {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: calc(66 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap h2 .txt-wrap .en {
    font-size: clamp(10px, 70 / 1366 * 100vw, 1000px);
  }
}
div.insurances-sec-wrap section {
  background: #fff;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section {
    border-radius: 10px;
  }
}
div.insurances-sec-wrap section {
  margin-bottom: calc(20 / 750 * 100vw);
  padding: calc(70 / 750 * 100vw) calc(33 / 750 * 100vw) calc(90 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section {
    margin-bottom: 18px;
    padding: calc(90 / 1366 * 100vw) 56px;
  }
}
div.insurances-sec-wrap section.sec-merit {
  margin-top: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit {
    margin-top: calc(60 / 1366 * 100vw);
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li {
  box-sizing: border-box;
  padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
  border-bottom: solid 1px var(--color-light-gray);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li {
    padding: calc(20 / 1366 * 100vw) 0 calc(50 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li.animation {
  animation: fade 1s 0s forwards;
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li .merit-txt-wrap {
    /*display: flex;
    flex-direction: column;
    div.merit-txt-inner{
        margin-top: auto;
    }*/
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li .number {
  display: inline-block;
  line-height: 1.2em;
  border: solid calc(2 / 750 * 100vw);
  color: var(--color-pink);
  font-weight: bold;
  padding: 0.4em 1.2em;
  border-radius: 50em;
  margin-bottom: calc(45 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li .number {
    width: 5em;
    border: solid 2px;
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
    padding: 0.4em 1.4em;
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li .number span {
  font-family: var(--font-montserrat);
  font-size: calc(28 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li .number span {
    font-size: 1.2em;
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li h3 {
  font-size: calc(34 / 750 * 100vw);
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li h3 {
    font-weight: 700;
    font-size: clamp(17px, 26 / 1366 * 100vw, 35px);
    line-height: 1.46em;
    letter-spacing: 0.02em;
    margin-bottom: 0.6em;
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li .merit-txt {
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li .merit-txt {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
div.insurances-sec-wrap section.sec-merit ul.merit-list li div.merit-img {
  overflow: hidden;
  isolation: isolate;
  border-radius: calc(5 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-merit ul.merit-list li div.merit-img {
    width: 34%;
    margin: 0;
    border-radius: 5px;
  }
}
div.insurances-sec-wrap section.sec-consulting div.consulting-media-box {
  box-sizing: border-box;
  padding: calc(50 / 750 * 100vw) calc(32 / 750 * 100vw) calc(90 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting div.consulting-media-box {
    padding: calc(40 / 1366 * 100vw) 0 calc(75 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
div.insurances-sec-wrap section.sec-consulting div.consulting-media-box.animation {
  animation: fade 1s 0s forwards;
}
div.insurances-sec-wrap section.sec-consulting div.consulting-media-box div.consulting-img {
  border-radius: calc(5 / 750 * 100vw);
  isolation: isolate;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting div.consulting-media-box div.consulting-img {
    border-radius: 10px;
    width: 43.4%;
  }
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting div.consulting-media-box div.consulting-txt-wrap {
    width: 49.2%;
  }
}
div.insurances-sec-wrap section.sec-consulting div.consulting-media-box h3 {
  font-size: calc(34 / 750 * 100vw);
  margin: 1.2em 0 0.6em;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting div.consulting-media-box h3 {
    font-size: clamp(10px, 30 / 1366 * 100vw, 1000px);
    margin: 0 0 0.8em;
  }
}
div.insurances-sec-wrap section.sec-consulting div.consulting-media-box p {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting div.consulting-media-box p {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
div.insurances-sec-wrap section.sec-consulting .items-title {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 500;
  margin-left: 1.4em;
  margin-bottom: 1em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting .items-title {
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
    margin-left: 0;
  }
}
div.insurances-sec-wrap section.sec-consulting .items-title.animation {
  animation: fade 1s 0s forwards;
}
div.insurances-sec-wrap section.sec-consulting dl {
  padding: calc(45 / 750 * 100vw) calc(35 / 750 * 100vw);
  box-sizing: border-box;
  background-color: #F5F5F5;
  margin-bottom: calc(12 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting dl {
    padding: calc(46 / 1366 * 100vw) calc(50 / 1366 * 100vw);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
  }
}
div.insurances-sec-wrap section.sec-consulting dl.animation {
  animation: fade 1s 0s forwards;
}
div.insurances-sec-wrap section.sec-consulting dl dt {
  color: var(--color-pink);
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting dl dt {
    width: 18%;
    font-size: clamp(10px, 26 / 1366 * 100vw, 1000px);
    margin-bottom: 0;
  }
}
div.insurances-sec-wrap section.sec-consulting dl dd {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.4em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-consulting dl dd {
    width: 82%;
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company {
    margin-bottom: 50px;
  }
}
div.insurances-sec-wrap section.sec-company ul {
  padding: calc(60 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: calc(40 / 1366 * 100vw) calc(38 / 1366 * 100vw) calc(10 / 1366 * 100vw);
  }
}
div.insurances-sec-wrap section.sec-company ul li {
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li {
    width: 45%;
    margin-bottom: 4%;
  }
}
div.insurances-sec-wrap section.sec-company ul li img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li img {
    margin: 0;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo01 img {
  width: calc(486 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo01 img {
    width: 100%;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo02 img {
  width: calc(414 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo02 img {
    width: 86%;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo03 img {
  width: calc(385 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo03 img {
    width: 79%;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo04 img {
  width: calc(494 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo04 img {
    width: 100%;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo05 img {
  width: calc(335 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo05 img {
    width: 70%;
  }
}
div.insurances-sec-wrap section.sec-company ul li.logo06 img {
  width: calc(269 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company ul li.logo06 img {
    width: 55%;
  }
}
div.insurances-sec-wrap section.sec-company a {
  width: calc(580 / 750 * 100vw);
  display: block;
  margin: auto;
  border: solid 1px;
  border-radius: calc(10 / 750 * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.2em;
  padding: 1.4em;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.insurances-sec-wrap section.sec-company a {
    font-size: clamp(12px, 15 / 1366 * 100vw, 1000px);
    width: 21em;
    border-radius: 5px;
    transition: all 0.3s;
  }
  div.insurances-sec-wrap section.sec-company a:hover {
    background-color: var(--color-pink);
    color: #fff;
    border: solid 1px var(--color-pink);
  }
  div.insurances-sec-wrap section.sec-company a:hover path {
    stroke: #fff;
  }
}
div.insurances-sec-wrap section.sec-company a .icon {
  display: block;
  width: 0.86em;
}
div.insurances-sec-wrap section.sec-company a .icon path {
  transition: all 0.3s;
}/*# sourceMappingURL=insurances.css.map */