@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2024 Sketches of Design
     version 2024-07-04
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
    scroll-padding-top: 150px;
  -webkit-text-size-adjust: 100%;
}
/*  General Rules
--------------------------------------*/
body{
  font-family: "Roboto",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  line-height: 1.6;
  font-weight: 400;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  background: #f0f3fa;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a:link,
a:visited,
a:active{
  color: #1255A2;
  text-decoration: underline;
}
a:hover{
  color: #1255A2;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto !important;
  padding: 5px 0;
  width: 960px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
/*  display: inline;*/
}
ul.flat li:before{
  display: none;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
table tr:nth-child(odd){
  background: #F7F7F7;
}
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
/*table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}*/
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
h1{
  font-size: 5.0rem;
  color: #000;
}
h2{
  margin: 60px 0 40px 0;
  background: none;
  padding: 0;
  font-size: 2.6rem;
  color: #1e1f1e;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #1e1f1e;
}
h3{
  margin: 60px 0 20px 0;
  color: #7b5999;
  font-size: 2.4rem;
}
h4{
  margin: 0 0 15px 0;
  color: #7b5999;
  font-size: 1.8rem;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #1a51ab;
  font-weight: bold;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #666766;
  word-wrap: break-word;
}
header div#header_top img{
  margin: 0;
}
body,
#wrap{
  overflow: visible !important;
}
#outer_footer_menu ul.foot_mark{
  margin: 0;
  padding-left: 0;
}
#outer_footer_menu ul.foot_mark li span{
  font-size: 1.2rem;
}
#outer_footer_menu ul.foot_mark img{
    margin: 0;
}
#page_top a,
#page_top{
  width: 70px;
  height: 70px;
  transition: .3s;
}
#page_top{
  border: none;
  background: rgba(30,132,221,0.8);
  bottom: 20px !important;
}
#page_top a::after{
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
#page_top a::after,
#page_top a:hover:after{
  top: auto;
  bottom: 10px !important;
}
#page_top a::before,
#page_top a:hover:before {
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#page_top:hover{
  bottom: 10px !important;
}



/**/
.col2,
.col3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > *{
  width: calc(50% - 20px);
}
.col3 > *{
  width: calc(33.33% - 20px);
}
.col2 img,
.col3 img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.col3::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
/**/
br.sp{
  display: none;
}
/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- thinking-content -----*/
#thinking-content{
  margin: 0 auto;
  padding: 0;
}
#thinking-content p{
  text-align: left;
}
section .inner{
  margin: auto;
  width: 1000px;
}
/*  home
////////////////////////////////////////// */

video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#thinking-home #mainpic {
  position: relative;
  height: calc(100vh - 120px);
  overflow: visible;
}
#mainpic .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
}


#thinking-home .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -95px;
  margin: auto;
  width: 200px;
  height: 200px;
  z-index: 1;
  animation: floatY 2.5s ease-in-out infinite;
}
#thinking-home .scrollbtn {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #ff5959;
  border: 2px solid white;
  color: #ff4444;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 65px auto;
  z-index: 2;
}
#thinking-home .scrollbtn:hover {
  background: #ff4444;
  transform: scale(1.1);
}
.circular-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 148px;
  height: 148px;
  margin-top: -74px;
  margin-left: -74px;
  animation: rotate 8s linear infinite;
  pointer-events: none;
}
.circular-text svg {
  width: 100%;
  height: 100%;
}
.circular-text text {
  fill: #ff4444;
  font-size: 1.2rem;
  font-weight: 700;
  /* text-shadow: 2px 2px 4px rgba(0,0,0,0.8);*/
  letter-spacing: 0.13em;
}
.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -60%) rotate(45deg);
  animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(-10px);
  }
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

@keyframes arrowBounce {
  0%, 100% {
      transform: translate(-50%, -60%) rotate(45deg);
  }
  50% {
      transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* parallax */
#thinking-home .parallax-container {
  height: 1400vh;
}
#thinking-home .parallax-viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: url("../img/bg-home-parallax-02.webp") bottom center no-repeat;
}
#thinking-home .parallax-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  will-change: transform, opacity;
  padding-top: 200px;
}
#thinking-home .parallax-layer-1 {
  background: url("../img/bg-home-parallax-01.webp") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
    z-index: 3;
}
#thinking-home .parallax-layer-1 p{
  color: #1a51ab;
  font-size: 3.0rem;
  line-height: 2;
  font-weight: 700;
}
#thinking-home .text-block {
  opacity: 0;
  transition: opacity 1.5s ease;
  margin: 0 0 10px  0;
}
#thinking-home .text-block.visible {
  opacity: 1;
}
#thinking-home .parallax-layer-2 {
  z-index: 2;
  transform: translateZ(0);
}
#thinking-home .parallax-layer-2 p{
  color: #303130;
  font-size: 2.1rem;
  line-height: 1.6;
}
/*#thinking-home .parallax-layer-2 .text-block:last-child {
  margin-bottom: 50px;
}*/
#thinking-home .parallax-layer-3 { 
  z-index: 1;
  transform: translateZ(0);
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* 03 */
#thinking-home .layer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
}
#thinking-home .layer-1 {
  background: url("../img/bg-home-block-02.webp") left center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#thinking-home .layer-1.v2 {
  background: url("../img/bg-home-parallax-01_02.webp") center center no-repeat;
}
#thinking-home .layer-1 p{
  color: #1a51ab;
  font-size: 3.0rem;
  line-height: 2;
  font-weight: 700;
}
#thinking-home .text-block.visible {
  opacity: 1;
}
#thinking-home .layer-2 {
  background: url("../img/bg-home-block-01.webp") right center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#thinking-home .layer-2.v2 {
  background: url("../img/bg-home-parallax-02_02.webp") right center no-repeat;
}
#thinking-home .layer-2 p{
  color: #303130;
  font-size: 2.1rem;
  line-height: 1.6;
}
#thinking-home .layer-2 .text-block:last-child {
  margin-bottom: 50px;
}
.fade-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.fade-text.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-height: 900px) {
    #thinking-home .layer-2 p,
    #thinking-home .parallax-layer-2 p{
      font-size: 1.7rem;
    }
}



/**/
#thinking-content .linkblock{
  margin: 100px 4% 0 4%;
  border-radius: 15px;
  transition: .3s;
}
#thinking-content #brand-area{
  background-image: linear-gradient(-60deg, rgb(28, 255, 202,0.2), rgb(46, 196, 255,0.1));
}
#thinking-content #top-area{
  background-image: linear-gradient(-60deg, rgb(0, 114, 245,0.2), rgb(46, 196, 255,0.1));
}
#thinking-content #outline-area{
  background-image: linear-gradient(-60deg, rgb(255, 105, 177,0.2), rgb(46, 196, 255,0.1));
}
#thinking-content .linkblock a{
  display: block;
  text-decoration: none;
  color: #1e1f1e;
  padding: 0;
  background: url("../img/bg-home-block-02.webp") left center no-repeat;
  background-size: cover !important;
}
#thinking-content #top-area a{
  background: url("../img/bg-home-block-01.webp") right center no-repeat;
}
#thinking-content .linkblock:hover{
  transform: translateY(5px);
}
#thinking-content .linkblock .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#thinking-content .linkblock .text{
  padding: 60px 0;
  width: 50%;
}
#thinking-content .linkblock h2{
  border: none;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
}
#thinking-content .linkblock h2 span{
  display: block;
  font-size: 1.6rem;
  color: #1255a3;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#thinking-content #brand-area h2 span{
  color: #33b597;
}
#thinking-content .linkblock h2 em{
  position: relative;
  color: #1e1f1e;
}
#thinking-content .linkblock h2 em::before{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
	top: 0;
	bottom: 0;
	right: -40px;
    width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: .3s;
}
#thinking-content #brand-area h2 em::before{
  background: #32d9b2;
}
#thinking-content #top-area h2 em::before{
  background: #1255a3;
}
#thinking-content #outline-area h2 em::before{
  background: #ff82be;
}
#thinking-content .linkblock h2 em::after{
	position: absolute;
	top: -2px;
	bottom: 0;
	right: -27px;
	margin: auto;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: .3s;
}
#thinking-content .linkblock a:hover h2 em::before{
  background: #5fd2ff;
}
#thinking-content .linkblock a:hover h2 em::after{
	right: -30px;
}
#thinking-content .linkblock .pic{
  margin: -40px 0 0 0;
  width: 50%;
}
#thinking-content .linkblock .pic img{
  margin: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#thinking-content #top-area .inner{
  flex-direction: row-reverse;
}
#thinking-content #outline-area .pic,
#thinking-content #top-area .pic{
  display: flex;
  align-items: flex-end;
}
#thinking-content #outline-area .pic{
  text-align: right;
}
#thinking-content #outline-area h2 span{
  color: #1e1f1e;
}
#thinking-content #brand-area .text{
  width: calc(40% - 20px);
}
#thinking-content #brand-area .pic{
  display: flex;
  align-items: center;
  margin: 0;
  width: 60%;
}










/*  talk
////////////////////////////////////////// */
#thinking-talk #main-pic{
  position: relative;
  background: url("../img/bg-talk-main-pic.webp") center bottom no-repeat;
	background-size: 2400px 812px !important;
  height: 580px;
}
#thinking-talk #main-pic .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 0 0 0;
  width: 1200px;
}
#thinking-talk #main-pic h1{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11%;
  margin: auto;
  font-size: 1.6rem;
  text-align: center;
}
#thinking-talk #main-pic h1 em{
  display: block;
  font-size: 3.6rem;
  color: #000;
}
#thinking-talk #main-pic p{
  color: #1255A2;
  font-size: 1.4rem;
}
#thinking-talk #main-pic p em{
  display: block;
  font-size: 1.9rem;
  color: #1255A2;
}
#thinking-talk #main-pic .maruyama{
  padding: 0 0 0 90px;
}

/**/
#thinking-talk #lead{
  margin: 60px 0 100px 0;
}
#thinking-talk #lead p{
  text-align: center;
  color: #1e1f1e;
}
#thinking-talk p{
  font-size: 1.7rem;
}
#thinking-talk #pagemenu{
  margin: 0 auto;
  background: #e7eef6;
  padding: 20px;
  max-width: 1000px;
  border-radius: 5px;
}
#thinking-talk #pagemenu ul,
#thinking-talk #pagemenu li{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#thinking-talk #pagemenu li{
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
#thinking-talk #pagemenu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}
#thinking-talk #pagemenu li:last-child{
  margin-bottom: 0;
}
#thinking-talk #pagemenu li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}
/*#thinking-talk #pagemenu span{
  width: calc(100% - 40px);
}*/
#thinking-talk section:not(.linkblock) h2 .num,
#thinking-talk #pagemenu .num{
  display: inline-block;
  margin: 0 10px 0 0;
  background: #1255A2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
  width: 90px;
}
#thinking-talk section:not(.linkblock) h2 .num em,
#thinking-talk #pagemenu .num em{
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  color: #1255A2;
  border: 1px solid #1255A2;
  width: 26px;
  height: 26px;
  line-height: 25px;
  border-radius: 50px;
  text-align: center;
}
#thinking-talk section:not(.linkblock) h2 .num{
  padding: 10px;
  width: 120px;
  line-height: 1;
}
#thinking-talk section:not(.linkblock) h2 .num span{
  margin-top: 3px;
}
#thinking-talk section:not(.linkblock) h2 .num em{
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 2.0rem;
  letter-spacing: 0;
}
#thinking-talk #pagemenu li a:hover .num{
  background: #fff;
  color: #1255A2;
}
#thinking-talk section:not(.linkblock) h2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px 0;
  line-height: 1.3;
}
#thinking-talk #pagemenu .num text{
  width: calc(100% - 100px);
}
#thinking-talk section:not(.linkblock) .text{
  width: calc(100% - 140px);
}
/*#thinking-talk section:not(.linkblock) h2 span{
  display: block;
  margin: 0 10px 0 0;
  background: #1255A2;
  border-radius: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}*/
#thinking-talk .question {
  margin: 30px 0;
  font-weight: 700;
  color: #1a51ab;
  font-size: 1.8rem;
}
#thinking-talk .question span{
  margin-right: 5px;
  letter-spacing: -0.1em;
}
#thinking-talk .people {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 130px 0 0;
}
#thinking-talk .people.onoda {
  flex-direction: row-reverse;
  padding: 0 0 0 130px;
}
#thinking-talk .people.maruyama.lsize {
  padding: 0 173px 0 0;
}
#thinking-talk .people.onoda.lsize {
  padding: 0 0 0 173px;
}
#thinking-talk .pic {
  margin-bottom: 0;
  width: 130px;
}
#thinking-talk section:not(.linkblock) .pic img {
  margin-bottom: 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#thinking-talk .people.onoda .pic{
  text-align: right;
}
#thinking-talk .baloon {
  position: relative;
  background: #dbe7f6;
  color: #1e1f1e;
  border-radius: 5px;
  padding: 20px;
  width: calc(100% - 130px);
  min-height: 100px;
}
#thinking-talk .baloon p:last-child{
  margin-bottom: 0;
}
#thinking-talk .people.onoda .baloon{
  background: #cfeff5;
}
#thinking-talk .people .baloon::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50px;
}
#thinking-talk .people.maruyama .baloon::before{
  left: -30px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 30px solid #dbe7f6;
  border-left: 0;
}
#thinking-talk .people.onoda .baloon::before{
  right: -30px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 30px solid #cfeff5;
  border-right: 0;
}
#thinking-talk .images{
  margin: 40px 0;
}
#thinking-talk .lsize .pic{
  width: 180px;
}
#thinking-talk section:not(.linkblock) .lsize .pic img{
  width: 150px;
  height: 150px;
}
#thinking-talk .lsize .baloon {
  width: calc(100% - 150px);
}
#thinking-talk .people.lsize .baloon::before{
  top: 90px;
}

/**/
#thinking-talk #picarea01,
#thinking-talk #picarea02{
  position: relative;
}
#thinking-talk #picarea01 .logo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#thinking-talk #picarea01 .logo img,
#thinking-talk #picarea02 .logo img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#thinking-talk #picarea02 .logo{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 11%;
  margin: auto;
  width: 25%;
  height: auto;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
}











/*  brand
////////////////////////////////////////// */
#thinking-outline #main-pic,
#thinking-brand #main-pic{
  display: block;
  text-decoration: none;
  color: #1e1f1e;
  padding: 0;
  background-image: linear-gradient(-60deg, rgb(28, 255, 202,0.2), rgb(46, 196, 255,0.1));
}
#thinking-outline #main-pic .inner,
#thinking-brand #main-pic .inner{
  background: url("../img/bg-home-block-01.webp") right center no-repeat;
    background-size: auto;
  background-size: cover !important;
  width: 100%;
}
#thinking-outline #main-pic h1,
#thinking-brand #main-pic h1{
  margin: 0 auto;
  padding: 100px 0;
  width: 1000px;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/**/
#thinking-outline p,
#thinking-brand p{
  color: #1E1F1E;
}
#thinking-brand h2{
  margin-top: 120px;
}
#thinking-brand #lead .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
#thinking-brand #lead .logo{
  width: 350px;
}
#thinking-brand #lead .text{
  margin: 0;
  width: calc(100% - 400px);
}
#thinking-brand .diagram{
  margin: auto;
  max-width: 1200px;
} 
/**/
#thinking-brand #lv02-01 h3{
  border-bottom: none;
  margin: 0 0 40px 0;
  padding: 0;
  color: #1e1f1e;
  font-size: 5.0rem;
  text-align: center;
}
#thinking-brand #lv02-01 h3 small{
  font-size: 1.3rem;
}
#thinking-brand #lv02-01 h3 span{
  display: block;
  font-weight: 700;
}
#thinking-brand section .text{
  margin: 0 auto;
  max-width: 700px;
}
#thinking-brand .link{
  position: relative;
  margin: 40px 0;
  text-align: center;
}
#thinking-brand .link a{
  display: inline-block;
  background: #fff;
  padding: 15px 50px;
  color: #1255a3;
  border: 1px solid #1255a3;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
#thinking-brand .link span{
  position: relative;
}
#thinking-brand .link span::after{
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #1255a3;
  border-right: 2px solid #1255a3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}
#thinking-brand .link a:hover{
  transform: translateY(5px);
  background: #1255a3;
  color: #fff;
}
#thinking-brand .link a:hover span::after{
  border-color: #fff;
}
/**/
#thinking-brand #lv02-06 ul,
#thinking-brand #lv02-06 ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#thinking-brand #lv02-06 ul,
#thinking-brand #lv02-06 .inner div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#thinking-brand #lv02-06 .inner div{
  margin-top: 20px;
}
#thinking-brand #lv02-06 .lv03-01 h4,
#thinking-brand #lv02-06 h4{
  margin: 20px 0 5px 0;
  width: 140px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}
#thinking-brand #lv02-06 ul{
  width: calc(100% - 140px);
}
#thinking-brand #lv02-06 ul li{
  padding: 10px 5px;
  width: calc(20% - 5px);
  color: #1255a3;
  background: #e7eef6;
  text-align: center;
}
#thinking-brand #lv02-06 .lv03-01{
  display: block !important;
}
#thinking-brand #lv02-06 .lv03-01 h3{
  margin: 60px 0 20px 0;
  padding: 0;
  color: #1255a3;
  border: none;
  font-size: 2.4rem;
}


/**/
#thinking-brand #lv02-03 .logo,
#thinking-brand #lv02-02 .image{
  text-align: center;
}
#thinking-brand #lv02-03 .logo{
  margin: 60px 0;
}

/**/
#thinking-brand #lv02-04 .inner{
  position: relative;
  margin-bottom: 60px;
}
#thinking-brand #lv02-04 .text{
  max-width: 100%;
}
#thinking-brand #lv02-04 .text h1 {
  margin: 0;
  width: 50%;
}
#thinking-brand #lv02-04 .text p {
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #1E1F1E;
}
#thinking-brand #lv02-04 .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
}


#bodycopy {
  max-width: 1000px;
  margin: 50px auto;
  background-color: #f1fafe;
  border-radius: 15px;
}
#bodycopy .bodycopy-s {
  position: relative;
  padding: 60px 0 110px;
}
#bodycopy .bodycopy-s p {
  margin: 0;
  color: #1a51ab;
  font-size: 3.0rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
#bodycopy .accordion-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  background-color: #1255a3;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
#bodycopy .accordion-button:hover {
  background-color: #0d4287;
}
#bodycopy .accordion-button::before,
#bodycopy .accordion-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  transition: all 0.3s ease;
}
#bodycopy .accordion-button::before {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
#bodycopy .accordion-button::after {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
#bodycopy .accordion-button.active::before {
  height: 0;
}
#bodycopy .bodycopy-l {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
#bodycopy .bodycopy-l div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
  border-top: 1px solid #c6c9c6;
}
#bodycopy .bodycopy-l p {
  margin: 0;
  padding: 60px 0;
  font-size: 2.0rem;
  color: #303130;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.05em;
}


#thinking-content .brandtop{
  text-align: center;
  margin: 100px 0;
}
#thinking-content .brandtop a{
  display: block;
  font-size: 2.0rem;
  color: #1e1f1e;
  text-decoration: none;
  font-weight: 700;
}
#thinking-content .brandtop a:hover{
  transform: translateY(5px);
}
#thinking-content .brandtop span{
  position: relative;
}
#thinking-content .brandtop span::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: #1255a3;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: .3s;
}
#thinking-content .brandtop span::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -27px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}




/*  outline
////////////////////////////////////////// */
#thinking-outline #main-pic{
  background-image: linear-gradient(-60deg, rgb(255, 105, 177,0.2), rgb(46, 196, 255,0.1));
}
#thinking-outline #main-pic span{
  font-size: 1.8rem;
  margin: 0 0 0 10px;
  font-weight: 500;
}
#thinking-outline #lead{
  padding: 60px 0;
}
#thinking-outline p{
  font-size: 1.7rem;
}


/**/
#timeline {
  margin: 0 auto;
}
#timeline .inner {
  position: relative;
}
#timeline .inner::before {
  content: '';
  position: absolute;
  left: 122px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #1255a3;
}
#timeline .block{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#timeline h2{
  margin: 0 0 20px 0;
  font-size: 2.0rem;
  font-weight: 700;
  border: none;
  width: 100%;
}
#timeline h2 span{
  font-size: 1.6rem;
  color: #1255a3;
}
#timeline .year {
  width: 130px;
  text-align: center;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 1.4;
  color: #1255a3;
  position: relative;
  text-align: right;
  font-size: 1.4rem;
}
#timeline .year em {
  font-style: normal;
  font-weight: 700;
  font-size: 120%;
}
#timeline .year::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #1255a3;
  border-radius: 50%;
  z-index: 2;
}
#timeline .balloon {
  width: calc(100% - 160px);
  background-image: linear-gradient(90deg, rgb(255, 233, 244,1), rgb(224, 246, 255,1));
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
#timeline .block:nth-child(odd) .balloon{
  background-image: linear-gradient(90deg, rgb(224, 246, 255,1), rgb(255, 233, 244,1));
}
#timeline .balloon::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 10px 0;
  border-color: transparent #e0f6ff transparent transparent;
}
#timeline .block:nth-child(even) .balloon::before{
  border-color: transparent #ffe9f4 transparent transparent;
}
#timeline .col3,
#timeline .col2 {
  gap: 30px;
  margin-bottom: 15px;
  width: 100% !important;
}
#timeline .col3::after{
  display: none;
}
#timeline .pic {
/*  display: flex;
  flex-wrap: wrap;
  flex: 1;*/
  margin: 0;
}
#timeline .pic img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 0;
}
#timeline .text {
  margin: 0;
}
#timeline .text p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}


#timeline .year202407 .balloon,
#timeline .year202501 .balloon{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#timeline .year202501 .picarea,
#timeline .year202501 .text,
#timeline .year202407 .picarea,
#timeline .year202407 .text{
    width: calc(50% - 15px);
}
#timeline .year202409 .pic:nth-child(1){
  width: 26%;
}
#timeline .year202409 .pic:nth-child(2){
  width: calc(74% - 30px);
}
