@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
:root {
  --col-main: #4eb59b;
  --col-main-rgb: 78,181,155;
  --col-sub: #ffb400;
  --col-sub-rgb: 255,180,0;
  --col-sub02:#48b5d4;
  --col-gry: #97a3a0;
  --col-gry-rgb: 151,163,160;
  --col-text: #35403d;
  --col-text-rgb: 53,64,61;
  --col-wh: #fff;
  --col-wh-rgb: 255,255,255;
  --col-base: #f6fafa;
  --col-base02: #e9f7fb;
  --col-base03: #e5f9f4;
  --col-line:#ebf0ef;
}

/*フォント*/
:root {
  --font-text: "Noto Sans JP",sans-serif;
  --font-ttl-ja: "Zen Kaku Gothic New", sans-serif;
  --font-ttl-en: "Zen Kaku Gothic New", sans-serif;
}

:root {
  --font-size-base: 1.8rem;
}

/*
  --font-notosans: "Noto Sans JP",sans-serif;
  --font-serif: "Noto Serif JP",serif;
  --font-meirio: "メイリオ",Meiryo,sans-serif;
  --font-yu_go: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic","Noto Sans JP",sans-serif;
*/
:root {
  --round-base: 20px;
  --round-small: 10px;
}

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  position: fixed;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 15px 30px;
  z-index: 90;
  width: calc(100% - 100px);
  top: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  min-width: 1080px;
}
.header-wrap{
  width: 100%;
  margin: 0 auto;
  min-width: 1100px;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: clamp(220px, 20vw, 290px);
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info {
  gap: 20px;
  margin-bottom: 10px;
}
.header-btn-list {
  gap: 15px;
}
.header-btn-item .item-btn {
  font-size: 1.7rem;
  width: 160px;
  height: 45px;
  min-width: auto;
  padding: 10px 0;
}
.header-btn-item .item-btn::before {
  content: none;
}
.header-btn-item .small {
  font-size: 1.3rem;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 15px;
}
.header-nav-link {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-ttl-ja);
  box-sizing: border-box;
  padding: 0 0 0 15px;
  position: relative;
  display: block;
}
.header-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
  background: var(--col-main);
  border: 1px solid --col-main;
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
.footer {
  position: relative;
  box-sizing: border-box;
  padding: 100px 0;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-tel {
  margin-bottom: 30px;
}
.footer-nav{
  gap: 40px;
}
.footer-nav-item{
  line-height: 2.2;
  font-family: var(--font-ttl-ja);
  font-size: 1.7rem;
}
.footer-nav-link{
  font-weight: 600;
}
.footer-nav-link:hover{
  opacity: 0.7;
}
.footer-nav {
  margin-bottom: 50px;
  font-weight: 500;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 150px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  background: url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: clamp(750px, 60vw, 930px);
}
.mv-catch {
  position: absolute;
  z-index: 50;
  left: 50px;
  bottom: 90px;
  font-weight: 700;
}
.mv-catch .sub-ttl {
  color: var(--col-wh);
}
.mv-catch .main-ttl .textbox {
  width: fit-content;
  background: var(--col-wh);
  display: block;
  color: var(--col-main);
  border: 3px solid var(--col-main);
  font-size: clamp(4rem, 0.25vw, 4.8rem);
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 4px 18px 10px;
}
.mv-catch .main-ttl .textbox .large {
  font-size: clamp(5rem, 0.29vw, 5.6rem);
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-worries
---------------------*/
.top-worries-ttl {
  margin: 0 auto 120px;
}
.top-worries-contents {
  position: relative;
}
.top-worries-img {
  aspect-ratio: 650/480;
  width: 650px;
  height: 480px;
  position: relative;
}
.top-worries-text-wrap {
  width: 460px;
}
.top-worries-sub-ttl {
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}
.top-worries-sub-ttl .ttl-en {
  position: relative;
  display: block;
  font-size: 7.5rem;
  margin-bottom: 5px;
}
.top-worries-sub-ttl .ttl-ja {
  font-size: 4rem;
}
.top-worries-contents {
  margin-bottom: 180px;
}
.top-worries-contents:last-of-type {
  margin-bottom: 0;
}
.top-worries-contents:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  background: var(--col-base02);
  width: clamp(650px, 44vw, 850px);
  height: 480px;
  left: -420px;
  margin: auto;
  top: -70px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-worries-contents:nth-of-type(odd)::after {
  position: absolute;
  content: "";
  background: var(--col-base02);
  width: 120px;
  height: 480px;
  right: -420px;
  margin: auto;
  top: 50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-worries-contents:nth-of-type(odd) .top-worries-img {
  left: -100px;
}
.top-worries-contents:nth-of-type(even)::before {
  position: absolute;
  content: "";
  background: var(--col-base03);
  width: clamp(650px, 44vw, 850px);
  height: 480px;
  right: -400px;
  margin: auto;
  top: -70px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-worries-contents:nth-of-type(even)::after {
  position: absolute;
  content: "";
  background: var(--col-base03);
  width: 120px;
  height: 480px;
  left: -420px;
  margin: auto;
  top: 50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-worries-contents:nth-of-type(even) .top-worries-img {
  right: -100px;
  left: auto;
  order: 2;
}
.top-worries-contents:nth-of-type(even) .top-worries-text-wrap {
  order: 1;
  margin: 0 0 0 auto;
}

/*--------------------
top-greetings
---------------------*/
.top-greetings {
  position: relative;
}
.top-greetings::before {
  position: absolute;
  content: "";
  background: var(--col-line);
  width: 1280px;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-greetings-wrap {
  position: relative;
  min-height: 777px;
}
.top-greetings-text-wrap {
  position: relative;
  width: 465px;
  margin: 0 0 0 auto;
}
.top-greetings-text {
  margin-bottom: 40px;
}
.top-greetings-btn {
  width: 100%;
}
.top-greetings-img {
  left: -100px;
  position: absolute;
  order: 1;
}
.top-greetings-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat01.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -60px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(-5deg);
}
.top-greetings-img .img {
  aspect-ratio: 600/777;
  width: 600px;
  height: 777px;
}
.top-greetings-deco-en {
  font-size: clamp(20rem, 14vw, 27.6rem);
  color: var(--col-base02);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  white-space: nowrap;
}

/*--------------------
top-strengths
---------------------*/
.top-strengths-item {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 0 90px auto;
}
.top-strengths-item:last-child {
  margin: 0 0 0 auto;
}
.top-strengths-item .item-wrap {
  gap: 60px;
}
.top-strengths-item .item-ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.top-strengths-item .item-text-wrap {
  width: 640px;
}
.top-strengths-item .item-img {
  position: relative;
}
.top-strengths-item .item-img .img {
  aspect-ratio: 300/290;
  width: 300px;
  height: 290px;
}
.top-strengths-item .item-img .ttl-en {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 5;
}
.top-strengths-item .item-img .ttl-en .num {
  position: absolute;
  font-size: 8rem;
  font-weight: 700;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.top-strengths-item .item-img .ttl-en .ttl {
  font-size: 2rem;
  color: var(--col-main);
  font-weight: 700;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  position: relative;
}
.top-strengths-item .item-img .ttl-en .ttl::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  right: 0;
  top: 110px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-strengths-item:nth-child(even) .item-wrap {
  justify-content: end;
}
.top-strengths-item:nth-child(even) .item-text-wrap {
  width: 600px;
}

/*--------------------
top-voice
---------------------*/
.top-voice {
  position: relative;
}
.top-voice::before {
  position: absolute;
  content: "";
  background: url(../img/top/voice-bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 500px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.top-voice-list {
  gap: 30px;
}
.top-voice-item {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  background: var(--col-wh);
  width: 340px;
}
.top-voice-item .item-ttl {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--col-main);
}
.top-voice-item .item-info {
  color: var(--col-gry);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 30px;
}
.top-voice-item .item-text{
  font-size: 1.6rem;
}
/*--------------------
top-service
---------------------*/
.top-service {
  position: relative;
}
.top-service::before {
  position: absolute;
  content: "";
  background: var(--col-line);
  width: 1280px;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents {
  position: relative;
  box-sizing: border-box;
  padding: 50px 50px;
  border: 2px solid;
  max-width: 1030px;
  margin: 0 0 50px auto;
  display: block;
  bottom: 0;
}
.top-service-contents:last-of-type {
  margin-bottom: 0;
}
.top-service-contents:hover {
  bottom: 8px;
  opacity: 0.7;
}
.top-service-contents:hover .contents-arw::before {
  right: -15px;
}
.top-service-contents .contents-tag {
  position: absolute;
  left: -50px;
  top: -1px;
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 14px 8px;
  width: 50px;
  writing-mode: vertical-lr;
  font-size: 2rem;
}
.top-service-contents .contents-img {
  aspect-ratio: 450/260;
  width: 450px;
  height: 260px;
}
.top-service-contents .contents-text-wrap {
  width: 440px;
}
.top-service-contents .contents-text-wrap .text {
  margin-bottom: 20px;
}
.top-service-contents .contents-ttl {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.top-service-contents .contents-arw {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.top-service-contents .contents-arw::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 22px;
  height: 25px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents.style-col-sub02 {
  border-color: var(--col-sub02);
}
.top-service-contents.style-col-sub {
  border-color: var(--col-sub);
}
.top-service-contents.style-col-main {
  border-color: var(--col-main);
}

/*--------------------
top-contact
---------------------*/
#top-contact {
  position: relative;
}

.top-contact {
  padding: 130px 0;
  position: relative;
}
.top-contact-ttl .ttl-ja{
  font-size: 5.5rem;
}
.top-contact-catch {
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto 20px;
  background: var(--col-base02);
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.top-contact-catch .large {
  font-size: 3.6rem;
}
.top-contact-text {
  color: var(--col-wh);
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
.top-contact-text .small{
  font-size: 1.5rem;
}
.top-contact-infobox {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 30px 50px;
  position: relative;
  z-index: 2;
}
.top-contact-infobox-wrap {
  gap: 60px;
}
.top-contact-info-tel .num {
  font-size: 4.9rem;
  padding-left: 50px;
}
.top-contact-info-tel .num::before {
  background: url(../img/common/icon-tel.png);
  width: 42px;
  height: 42px;
  background-size: contain;
}
.top-contact-info-btn {
  width: 380px;
}
.top-contact-deco-en {
  font-size: 50rem;
  color: rgba(var(--col-wh-rgb), 0.06);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  z-index: 0;
  white-space: nowrap;
}

.top-contact .com-info-time{
  font-size: 1.7rem;
}

/*--------------------
top-news
---------------------*/
.top-news-left {
  width: 400px;
}
.top-news-right {
  width: 572px;
}

/*--------------------
top-access
---------------------*/
.top-access {
  background: url(../img/top/access-bg.jpg) no-repeat center center/cover;
}
.top-access-table {
  width: 525px;
}
.top-access-map {
  width: 490px;
  height: 432px;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 700px;
}
.sv-ttl {
  background: var(--col-wh);
  color: var(--col-main);
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: 3px solid var(--col-main);
  font-size: 5rem;
  min-width: 720px;
  font-weight: 700;
  position: relative;
  top: 70px;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-guide {
  background: url(../img/sv/sv-guide-bg.jpg) no-repeat center center/cover;
}

.sv-insurance {
  background: url(../img/sv/sv-insurance-bg.jpg) no-repeat center center/cover;
}

.sv-assets {
  background: url(../img/sv/sv-assets-bg.jpg) no-repeat center center/cover;
}

.sv-guide {
  background: url(../img/sv/sv-guide-bg.jpg) no-repeat center center/cover;
}

.sv-corporate {
  background: url(../img/sv/sv-corporate-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 40px 0;
  z-index: 1;
  min-width: 1280px;
}
#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#bread-clumb li {
  position: relative;
  color: var(--col-main);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_guide ▼ ---------------*/
/*-----------------------
guide-pension
-------------------------*/
.guide-pension-list {
  position: relative;
  gap: 60px;
}
.guide-pension-item {
  width: 510px;
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
}
.guide-pension-item .item-text {
  box-sizing: border-box;
  padding: 0 30px 30px;
}
.guide-pension-item.style-col-main {
  border: 2px solid var(--col-main);
}
.guide-pension-item.style-col-sub02 {
  border: 2px solid var(--col-sub02);
}

/*-----------------------
guide-intro
-------------------------*/
.guide-intro-img {
  aspect-ratio: 520/795;
  width: 520px;
  height: 795px;
  position: absolute;
  right: 0;
  top: 0;
}
.guide-intro-wrap {
  position: relative;
}
.guide-intro-prof-ttl {
  width: 460px;
  padding: 12px 5px;
  margin-bottom: 40px;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub02_guide ▲ ---------------*/
/*--------------- ▼ sub03_insurance ▼ ---------------*/
/*-----------------------
insurance
-------------------------*/
.insurance-sec-wrap {
  position: relative;
}
.insurance-sec {
  position: relative;
}
.insurance-sec .sec-lead {
  margin: 0 auto 50px;
}
.insurance-sec .sec-lead-text-wrap {
  width: 500px;
}
.insurance-sec .sec-lead-img {
  aspect-ratio: 500/330;
  width: 500px;
  height: 330px;
}
.insurance-sec .sec-contents-wrap {
  gap: 40px;
}
.insurance-sec .sec-contents-box {
  background: var(--col-base03);
  width: 100%;
}
.insurance-sec .sec-contents-box-inner {
  box-sizing: border-box;
  padding: 50px 65px;
}
.insurance-sec .sec-contents-box-inner02 {
  padding: 40px;
}
.insurance-sec .sec-contents-box.box-half {
  width: 520px;
}
.insurance-sec .sec-contents-list .item {
  position: relative;
}
.insurance-sec .sec-contents-list .item-ttl{
  font-size: 2.5rem;
}
.insurance-sec .sec-contents-list .item-text{
  font-size: 1.6rem;
}
.insurance-sec .sec-contents-text{
  font-size: 1.6rem;
}
.insurance-sec .sec-contents-ttl{
  margin: 0 auto;
}
/*--------------- ▲ sub03_insurance ▲ ---------------*/
/*--------------- ▼ sub04_assets ▼ ---------------*/
/*-----------------------
assets-formation
-------------------------*/
.assets-formation-wrap {
  position: relative;
  margin: 0 auto 60px;
}
.assets-formation-text {
  width: 500px;
}
.assets-formation-img {
  aspect-ratio: 500/330;
  width: 500px;
  height: 330px;
}
.assets-formation-contents {
  margin: 0 auto 50px;
}
.assets-formation-contents .contents-inner {
  box-sizing: border-box;
  padding: 50px;
  background: var(--col-base02);
}
.assets-formation-contents .contents-ttl {
  margin: 0 auto;
}
.assets-formation-contents .contents-text {
  margin-bottom: 40px;
}
.assets-formation-contents .contents-table {
  margin-bottom: 20px;
}
.assets-formation-contents .contents-note{
  font-size: 1.6rem;
  font-weight: 500;
}

/*-----------------------
assets-contact
-------------------------*/
.assets-contact-text {
  margin: 0 auto 70px;
}
.assets-contact-container {
  position: relative;
  box-sizing: border-box;
  padding: 60px 50px 50px;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
}
.assets-contact-container .container-ttl {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: var(--col-main);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 12px 40px;
  width: fit-content;
  font-size: 2.5rem;
}

/*-----------------------
assets-difference
-------------------------*/
.assets-difference-ttl {
  font-size: 4.9rem;
  letter-spacing: 0.02em;
}
.assets-difference-contents {
  margin: 0 auto 70px;
  box-sizing: border-box;
  padding: 0 0 70px 0;
  border-bottom: 1px solid var(--col-gry);
}
.assets-difference-contents:last-of-type {
  margin: 0 auto;
  border: none;
}
.assets-difference-contents .contents-demerit {
  margin-top: 30px;
}
.assets-difference-contents .contents-demerit-ttl {
  background: var(--col-gry);
  color: var(--col-wh);
  font-size: 2.5rem;
  width: fit-content;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-bottom: 20px;
}

/*--------------- ▲ sub04_assets ▲ ---------------*/
/*--------------- ▼ sub05_corporate ▼ ---------------*/
/*-----------------------
corporate-lead
-------------------------*/
.corporate-lead-wrap {
  position: relative;
  margin: 0 auto 50px;
}
.corporate-lead-text {
  width: 500px;
}
.corporate-lead-img {
  aspect-ratio: 500/300;
  width: 500px;
  height: 300px;
}
.corporate-lead-contents {
  margin: 0 auto 50px;
}
.corporate-lead-contents:last-of-type {
  margin: 0 auto;
}
.corporate-lead-contents .contents-text {
  margin: 0 auto 40px;
}
.corporate-lead-contents .contents-wrap {
  box-sizing: border-box;
  padding: 50px 70px;
  background: var(--col-base02);
}
.corporate-lead-contents .contents-ttl {
  margin: 0 auto;
}
.corporate-lead-contents .contents-container {
  background: var(--col-wh);
  margin: 0 auto 40px;
}
.corporate-lead-contents .contents-container:last-of-type {
  margin: 0 auto;
}
.corporate-lead-contents .contents-container .container-ttl {
  margin: 0 auto;
  font-size: 2.5rem;
}
.corporate-lead-contents .contents-container .container-list {
  box-sizing: border-box;
  padding: 50px;
}
.corporate-lead-contents .contents-container .container-item {
  position: relative;
  margin-bottom: 30px;
}
.corporate-lead-contents .contents-container .container-item:last-child {
  margin-bottom: 0;
}
.corporate-lead-contents .contents-container .container-item .item-text {
  font-size: 1.6rem;
}

/*-----------------------
corporate-products
-------------------------*/
.corporate-products-list .item {
  background: var(--col-base03);
  padding: 30px;
}
.corporate-products-list .item-ttl {
  font-size: 2.5rem;
}
.corporate-products-list .item-text{
  font-size: 1.6rem;
}
/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_corporate ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: var(--col-text);
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: var(--col-base);
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

.sb-post-body {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style.css.map */