@charset "UTF-8";
* {
	box-sizing: border-box;
}
html {
  max-width: 100%;
}
body {
	color: #333;
	line-height: 1.15;
	font-size-adjust: 50%;
	  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	background-color: #f7f3ec;
}
header{
  position: fixed; /*← fixedで固定 */
  top: -5px;
  width: 100%;
  height: 107px;
  padding: 2px 30px;
  z-index: 9999;
  background-color: #f8f9fa;
}
h1{
	padding-bottom: 30px;
	margin: auto;
	text-align: center;
	max-width: 120%;
  height: auto;
  left: -55rem;
  margin-bottom: 0;
}
.mokuziUI{
	padding: 8px 0 8px 8px;
	max-width: 100%;
	display: flex;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
h2{
  /* 水平方向の中央揃え */
  text-align: center; 
  font-size: 2rem;
	color: #6B6B6B;
	font-weight: bold;
	letter-spacing: 0.25em;
	padding-bottom: 0.2rem;
	padding-top: 10px;
  font-weight: bold;
  position: relative;
  top: 50px;
  margin-top: 1rem;
}
h3{
  text-align: left; 
  font-size: 1.5em;
	color: #6B6B6B;
	font-weight: bold;
	padding-bottom: 40px;
	padding-top: 0px;
  font-weight: bold;
  position: relative;
  top: 40px;
  padding-left: 1rem;
}
h5{
  font-size: 1.4em;
	color: #6B6B6B;
  margin-bottom: 5px;
	padding-top: 0px;
  font-weight: bold;
  position: relative;
  top: 30px;
 
}
h7{
  color: #6B6B6B;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  line-height: 1.5; 
  padding-bottom: 0.2em;
  border-bottom: solid 2px #ffc778;
	font-weight: bold;
  margin-top: 3.5rem;
}
h8{
  text-align: right; 
  font-size: 1.2em;
	color: #6B6B6B;
	font-weight: bold;
  font-weight: bold;
  position: relative;
  margin-left: auto;
  margin-right: 2rem;
}
h9{
  /* 水平方向の中央揃え */
  display: flex;
  justify-content: left;
  text-align: left; 
  font-size: 1.3rem;
  text-indent: 3em;
	color: #6B6B6B;
	font-weight: bold;
	letter-spacing: 0.25em;
	padding-top: 0.1em;
  font-weight: bolder;
  position: relative;
  top:20px;
  padding-top: 0.2em;
}
dt{
  /* 水平方向の中央揃え */
  text-align: center; 
	font-size: 1.3rem;
	padding-top: 20px;
	padding-bottom: 0.8rem;
  letter-spacing: 0.25em;
  border-bottom: solid 2px #ffc778;
  position: relative;
}
dt:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px skyblue;
  bottom: -2px;
  width: 50%;
}
dd{ font-size: 1rem;
	line-height: 1.8;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
img {
	vertical-align: bottom;
	/*スマホ用*/
	max-width: 100%;
	height: auto;
}
.sabu {
  position: relative;
  display: block;
  padding-top: 50px;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
}

.box {
  display: flex;
  position: center;
  width: 100%;
  height: 280px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f0f4c3, 10%);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.pic-container {
  background-image: url(material/sabu.png);
  display: flex;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 380px;
  text-align: center;
  z-index: 0;
}
.pic-container::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: inherit;
  filter: brightness(50%);
  content: '';
  z-index: -1;
}
h6 {
  font-weight: bold; 
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 0.8rem;
  background-image: linear-gradient(90deg, #44affe 0 50px, transparent 30px 55px, #121212 0 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
h6 span{
  font-size: 1rem;
  font-weight: normal;
}
h6 span::before{
  content: "/";
  font-size: 1.1rem;
  margin: 0 1rem;
}
.title2 {
  position: absolute;
  line-height: 1rem;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  top: -2rem;
  letter-spacing: 0.5rem;
  font-size: 1rem;
  }
.title {
  position: absolute;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  font-weight: bold;
  letter-spacing: .4em;
  font-size: 1.5rem;
  text-indent: .3em;
  text-shadow: 0 1px 0 rgba(black, .1);
  top: -4rem;
}
/* スマートフォン表示時のメディアクエリ */
@media (max-width: 767px) {
  .title {
    line-height: 250px; /* さらに少し小さく */
    text-indent: 0.1em; /* 調整 */
    top: 35%; /* 縦方向の位置を調整 */
    transform: translate3d(0, -50%, 0); /* 縦方向の位置を調整 */
	font-weight: bold; /* テキストをボールドにする */
	padding-bottom: 0px;
	margin-bottom: 0px;
}
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.migi {
	display: flex;
  flex-direction: column;
	top: 0;
  right: 0;
  width: auto;
  max-width: 75%;
	margin: 0 ;
  margin-left: auto;
  margin-top: 3rem;
}
.eye-catch{
  display: flex;
  justify-content: left;
  /* 正方形を作る */
  width: 1250px;
  height: 671px;
 border-radius :0% 0% 0% 13% / 0% 0% 0% 25% ;
 max-width: 100%;
 max-height: auto;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  border-radius :0% 0% 0% 13% / 0% 0% 0% 25% ;
  overflow: hidden; /* はみ出したスライドを隠す */
  position: relative;
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 33.33%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}
.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #E1F3FC;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #FCE8F0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #E3F1E4;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 43%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-225deg);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 60.5%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-45deg);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 43%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1rem;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #7c7777 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #7c7777;
}
.list{
  margin: 10px 2rem 10px 0;
}
.hidari{
  text-align: left;
  width: 210px;
  height: 971px;
  max-width: 100%;
  padding-top: 80px;
  margin:  60px 10px 50px 100px;
  margin-left: auto;
}
.hoi{
  display: flex;
  justify-content: center;
 align-items: center;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 3rem;
}

.rounded-circle1{
  width: 200px;
  height: 200px;
  background-color: #1cb4d3;
}
.mein{
  width: 100%;
  height: auto;
}
.yokonisuru {
	width: 1920px;
	height: 863px;
	display: flex;
	max-width: 100%;
	max-height: auto;
	margin: 0px;
  padding-top: 60px;
  margin-bottom: 1rem;
}
.btn4::before {
  content: '';
  position: absolute;
  bottom: 6px;
  top: auto;
  left: 0px;
  width: 105%;
  height: 2px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0, 1)
}
.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.vertical-list {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  height: auto;
  padding: 0;
  margin: 0;
}
.vertical-list2 {
  display: flex;
  flex-direction: row; /* 縦方向に並べる */
  height: auto;
  padding: 0;
  margin: 0;
}
/* 矢印の形状 */
.btn4::after{
  position: absolute;
    content: '';
    right: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #44affe;
    border-right: 2px solid #f7782f;
    transform: rotate(45deg);
    top: 45%;
}

.btn4 {
  max-width: 100%;
  height: auto;
  color: #292929;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.8rem;
}
.btn5 {
  margin-top: 1rem;
  width: 210px;
  height: auto;
  color: #292929;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  font-weight: bolder;
  line-height: 2rem;
  margin-top: 2rem;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #44affe 0 50px, transparent 30px 55px, #121212 0 60px);
  background-repeat: no-repeat;
  background-size: 100% 1.2px;
  background-position: bottom;
  color: #353535;
}
.pageTop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*スマホ用*/
	max-width: 70%;
	height: auto;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  padding: auto 1rem;
}
.nav-link{
  font-size: 1.3rem;
  font-weight: bold;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}


a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.navbar-a{
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  width: 900px;
}
.navbar-brand {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar {
    display: none;
  }
.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
td,
th {
  vertical-align: top;
  padding: 0;
  letter-spacing: 0.15rem;
}
th {
  text-align: left;
  font-weight: bold;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
	padding-left: 2rem;
  list-style-type: disc;
}
ul ul{
	list-style-type: circle;
}
.text-center4 {
  text-align: center !important;
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
   padding-bottom: 0.4rem;
  position: relative;
     font-size: 1.4rem;
     color: #353535;	
     font-weight: bolder;
 }
 .text-center4::before {
     position: absolute;
     border-bottom: 1px solid #353535;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 300px;
     content: '';
 }
.text-center5 {
	margin: 0.5rem;
	font-size: 1.3rem;
  text-align: left !important;
  max-width: 300px;
  padding-top: 0.5rem;
}
.text-center10 {
font-size: 1rem;
	padding: 0;
line-height: 1.27;
}
@media (max-width: 600px) {
.text-center10 {
	font-size: 0.6rem;
  }
}
.menu {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 20px;
  padding-bottom: 0;
  color: #ECECEC;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: #444444;
}
.me{
  list-style: none;
  line-height: 2rem;
  padding-left: 0%;
  margin-bottom: 0;
}
.iconc{
  line-height: center;
  top: 100rem;
  height: 28px;
}
.me .iconc {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.me .icont {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.me .iconm {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.me .iconw {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.menu li{
  align-items: center;
  margin-bottom: 0.6rem;
}
.me .iconc::before {
  content: url(../material/icon_c.png);
  margin-right: 0.9rem;
  height: 29px;
}
.me .icont::before {
  content: url(../material/icon_t.png);
  margin-right: 0.9rem;
  height: 29px;
}
.me .iconm::before {
  content: url(../material/icon_m.png);
  margin-right: 0.9rem;
  height: 29px;
}
.me .iconw::before {
  content: url(../material/icon_w.png);
  margin-right: 0.9rem;
  height: 29px;
}


.me2{
  list-style: none;
  line-height: 0.5rem;
  padding-left: 0%;
  margin-bottom: 0;
}
.iconc2{
  line-height: center;
  top: 100rem;
  height: 28px;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
.me2 .iconc2 {
  display: flex;
  align-items: center;
}
.me2 .icont2 {
  display: flex;
  align-items: center;
}
.me2 .iconm2 {
  display: flex;
  align-items: center;
}
.me2 .iconw2 {
  display: flex;
  align-items: center;
}
.me2 .icont2::before {
  content: url(../material/icon_t.png);
  margin-right: 0.9rem;
  height: 29px;
}
.me2 .iconm2::before {
  content: url(../material/icon_m.png);
  margin-right: 0.9rem;
  height: 29px;
}
.me2 .iconw2::before {
  content: url(../material/icon_w.png);
  margin-right: 0.9rem;
  height: 29px;
}


.info{
  display: flex;
  margin: 0 auto;
  max-width: 532px;
padding-left: 0.3rem;
}
.logo{
	display: block;
	margin-left: 14px;
	margin-right: 0;
	max-width: 80%;
	height:auto;
}
.center-mb30{
  text-align: center;
  font-weight: bolder;
  font-size: 1.3rem;
  padding-top: 0.3rem;
}
.mb20{
  display: flex;
 margin: 0 auto;
}
.line{
	display: flex;
  line-height: 1.75rem;
  padding-right: 0.5rem;
  position: relative;
}
.ls{
	padding: 0px;
	text-indent: 1rem;
  line-height: 1.75rem;
}
footer{
	background-color: #444444;
	max-width: 100%;
	height: auto;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 30px 20px 60px 20px;
  color: #ECECEC;
  border: 0;
  outline: 0;
  font-size: 100%;
}
.btn4{
	padding-top: 0.5rem;
}
a{
	padding-right: 0.5rem;
}
p{
	font-size: 1.2em;
}
.iris{
  display: flex;
  padding-left: 0.8rem;
  padding-top: 0.8rem;
  font-size: 1.3rem;
  text-align: left;
  line-height: 2.3rem;
  text-align: justify;
text-justify: inter-ideograph;
}
.cont{
  display: flex;
  justify-content: center;
  max-width: 1200px;
 
  padding: 0;
  height: auto;
  margin: 2.3rem auto 0 auto;
}
.yokoninare{
  display: flex;
  flex-flow: row wrap;
 width: auto;
  padding: 1.5rem 3.5rem 0 3.5rem;
  align-content:  center;
  margin: 2rem auto 0 auto;
}

.omaedayo{
  width: 23rem;
  margin: 1rem;
  border: solid 1px;
  padding: 0.5rem 1rem;
  border-color: #44affe;
  background-color: #ebebebf6;
  padding-bottom: 2rem;
}
.omaedayo1{
  margin: 0.5rem;
}
tbody{
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
  inline-size: 1.75;
  margin: 2.75em 0 0;
}
td{
  padding: 0;
  margin: 0;
  text-indent: 2.5rem;
  width:10rem;
  font-size: 1.2rem;
}
table{
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 0;
  margin: auto;
}
th{
  width: 2.3rem;;
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-right: 1px double #3f3f3f;
  text-align: top;
  font-size: 1.2rem;
  margin-right: 2rem;
}
table {
  line-height: 1.75;
  margin: 2.75em 0 0;
  position: relative;
  left: 60px;
  }
tr{
  display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.osirase{
  list-style: none;
  display: block;
  position: relative;
  left: 30px;
  list-style: circle;
  font-size: 1.1rem;
}
.osirase:hover {
	text-decoration: underline;
	color: #666;
}
h4{
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  position: relative;
  left: 5px;
  align-items: center;
  display: block;
  padding: 3px 0 2px 0;
  top: 4px;
}
h4 span{
  font-size: 1rem;
  font-weight: normal;
}
h4 span::before{
  content: "/";
  font-size: 1.1rem;
  margin: 0 1rem;
}
.suihei{
  max-width: 750px;
  margin-right: 2rem;
}
.suihei2{
  max-width: 750px;
  margin: 0 1rem;
}
.greet{
  background-color: #f7f3ec;
  margin: 10px 0 10px 0;
}
.product{
  background-color: #e0e0e0;
  padding-bottom: 2rem;
  margin: 70px 0 0px 0;
}
.skill-card {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  width: 18em;
  height: 18em;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.skill-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.skill-card:hover .skill-card__header {
  height: 50px;
}
.skill-card:hover .skill-card__header .skill-card__icon {
  transform: translateX(-50%) translateY(-50%) scale(3);
}
.skill-card:hover .skill-card__body {
  height:400px;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li {
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0, 1.5, 1, 1);
  transition-duration: 0.5s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(1) {
  transition-delay: 0.25s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(2) {
  transition-delay: 0.5s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(3) {
  transition-delay: 0.75s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(4) {
  transition-delay: 1s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(5) {
  transition-delay: 1.25s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(6) {
  transition-delay: 1.5s;
}
.skill-card .skill-card__header {
  position: relative;
  background-color: #d7eaff;
  height: 250px;
  margin: -20px -20px 15px -20px;
  transition: height 0.5s;
  overflow: hidden;
}
.skill-card .skill-card__header .skill-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  max-width: 70%;
  height: auto;
  transition: transform 0.2s;
}
.skill-card .skill-card__body {
  height: 70px;
  transition: height 0.5s;
  overflow: hidden;
}
.skill-card .skill-card__body .skill-card__title {
  font-size: 1em;
  font-weight: 600;
  top: 10px;
  color: #3f3d3d;
  padding-bottom: 3px;
  text-transform: uppercase;
  border-bottom: solid 2px #ffc778;
  position: relative;
  margin-bottom: 0.5rem;
}
.skill-card__title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px skyblue;
  bottom: -2px;
  width: 50%;
}
.skill-card .skill-card__body .skill-card__duration {
  color: #5a5959;
  font-size: 0.68em;
}
.skill-card .skill-card__body .skill-card__knowledge {
  margin-top: 10px;
  color: #424242;
  text-align: left;
  font-size: 0.8em;
  height: 15rem;
}
.skill-card .skill-card__body .skill-card__knowledge li {
  margin-top: 5px;
  transition-duration: 0;
  transition-delay: 0.25s;
  transform: translateX(-110%);
}
.news-wrapper {
  border: 1px solid #333; /* 枠線 */
  padding: 7px 60px 0px 65px;
  margin-top: 15px;
  background-color: rgba(255,252,237,0.7);
  border-radius:6px;
  border-top-left-radius:6px;
}
.news-container {
  margin-top: 5px; /* セクションタイトルとの余白 */
}
.news-link {
  align-items: center; /* 上下中央 */
  display: flex; /* 日付&カテゴリーラベルと記事タイトルの横並び */
  padding-bottom: 7px; /* 内側下の余白 */
  padding-top: 7px; /* 内側上の余白 */
  transition: background-color .5s; /* 背景色をじんわり変化 */
}
.news-link:not(:first-of-type) {
  border-top: 1px solid #ccc; /* 記事リンク間の線 */
}
.news-info {
  align-items: center; /* 上下中央 */
  display: flex; /* 日付とカテゴリーの横並び */
  flex-shrink: 0; /* これが無いと日付・カテゴリーラベルが潰れる */
  line-height: 0.3rem;
}
.news-date {
  color: #333; /* 日付の文字色 */
  font-size: 14px; /* 日付のフォントサイズ */
}
.news-category {
  background-color: #1cb4d3;
  color: #fff; /* カテゴリーラベルの文字色 */
  font-size: 0.5rem; /* カテゴリーラベルのフォントサイズ */
  font-weight: bold;
  margin-left: 10px; /* カテゴリーラベル左の余白 */
  padding: 10px; /* カテゴリーラベル内側の余白 */
}
.news-title {
  color: #333; /* 記事タイトルの文字色 */
  font-size: 16px; /* 記事タイトルのフォントサイズ */
  line-height: 1.5; /* テキストの行間 */
  margin-left: 10px; /* 記事タイトル左の余白 */
  padding-bottom: 0;
  top: -2px;
  
}
.news-link:hover {
  background-color: #ffffe5; /* ホバーした時の記事リンクの背景色 */
}
/* レイアウトのためのスタイル */
.inner {
  margin-inline: auto;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.news {
  margin: 0px auto 1.5rem auto;
  height: auto;
  position: absolute;
  top: 630px;
  right: 10%;
}
.section-title {
  font-size: 36px; /* セクションタイトルのフォントサイズ */
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 25px;
  position: relative;
  background: #3da8f5;
  border: 1px solid #3da8f5;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0.3rem;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 3px auto 8px auto;
  text-indent: -1rem;
  top: -3px;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
}
a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_03:hover:before {
  border-top: 2px solid #3da8f5;
  border-right: 2px solid #3da8f5;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50px;
  position: relative;
  background: #3da8f5;
  border: 1px solid #3da8f5;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 40px auto 10px auto;
  text-indent: -1rem;
  top: -3px;
}
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
}
a.btn_04:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_04:hover:before {
  border-top: 2px solid #3da8f5;
  border-right: 2px solid #3da8f5;
}
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30px;
  position: relative;
  background: #3da8f5;
  border: 1px solid #3da8f5;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0.6rem;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 30px auto 10px auto;
  text-indent: -1rem;
  left: -20px;
}
a.btn_05:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13%;
  margin-top: -3px;
}
a.btn_05:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_05:hover:before {
  border-top: 2px solid #3da8f5;
  border-right: 2px solid #3da8f5;
}
a.btn_06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30px;
  position: relative;
  background: #3da8f5;
  border: 1px solid #3da8f5;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0.6rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 30px auto 10px auto;
  text-indent: -0.6rem;
}
a.btn_06:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13%;
  margin-top: -3px;
}
a.btn_06:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_06:hover:before {
  border-top: 2px solid #3da8f5;
  border-right: 2px solid #3da8f5;
}
.bun{
  max-width: 900px;
  margin: 2rem;
}
.news_box{
	display: block;
	margin: 5rem auto 2rem auto;
  max-width: 55%;
}
@media screen and (max-width: 1280px) 
	/* 959px以下に適用されるCSS（タブレット用） */ {
    .cont{
      max-width: 800px;
    }
  .mokuziUI {
    padding-top: 5px;
	width: 40px;
  }
  .yokonisuru {
    height: 700px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hidari{
    padding-top: 60px;
    margin: 30px 4s0px 30px auto;
    }
  .btn4 {
    width: auto;
    font-size: 16px;
    padding: 0px;
    }
    .btn4::after{
        right: -5px;
        top: 40%;
    }
    .btn5 {
      font-size: 1.3rem;
      padding: 7px 0 0 7px;
      }
      .migi {
  max-width: 70%;
  height: auto;
  margin: 50px 0 0 auto;
}
      .eye-catch{
    width: 899px;
    height: 380px;
    border-radius :0% 0% 0% 15% / 0% 0% 0% 30% ;
    max-width: 100%;
  }
  .news {
    max-width: 90%;
    position: absolute;
    top: 490px;
    right: -5px;
  }
  .news-wrapper {
    padding: 10px 20px 0px 25px;
    background-color:#f7f3ec ;
    width: 100%;
  }
  .IRIS{
    margin: 0 ;
    padding: 0 3%;
    background-color:#e0e0e0;
  }
  .suihei{
    max-width: 65%;
    margin-right: 2rem;
  }
  .suihei2{
    max-width: 500px;
    margin: 0 1.3rem;
  }
    /* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 30%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-225deg);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 68%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-45deg);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1rem;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #7c7777 solid;
  cursor: pointer;
}
.text-center4 {
  text-align: center !important;
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
   padding-bottom: 0.4rem;
  position: relative;
     font-size: 1.3rem;
     color: #353535;	
     font-weight: bolder;
 }
 .inner {
  padding: 0 60px;
  max-width: 100%;
}
 }
    @media (min-width: 576px){
  .yokoninare{
    padding: 0 0.5rem 0 0.5rem ;
  }

}      /* 980px以下に適用されるCSS（スマホ用） */
    @media screen and (max-width: 1024px) {
        .mokuziUI {
          padding-top: 5px;
          width: 60px;
        }
        .yokonisuru {
          height: 700px;
          padding-bottom: 0;
          margin-bottom: 0;
        }
        .migi {
          width: 633px;
          max-width: 100%;
          height: auto;
        }
        /* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 30%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-225deg);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 2rem;
  bottom: 70%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #7c7777;
  border-right: solid 3px #7c7777;
  transform: rotate(-45deg);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1rem;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #7c7777 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #7c7777;
}
        .nav-link{
          padding:  1rem 0;
        }
        .hidari{
          padding: 50px 20px 20px 20px;
          padding-top: 60px;
          margin-left: 40px;
          width: 280px;
          }
        .btn4 {
          font-size: 1.2rem;
          padding: 7px;
          }
          h1{
            width: 80%;
            height: auto;
          }
    .btn5 {
    font-size: 1.3rem;
    padding: 7px 0 0 7px ;
    }
    .cont{
      max-width: 790px;
    }
    .yokoninare{
      padding: 50px 0;
    }
    .news {
      max-width: 80%;
      margin: 0px auto 1.5rem auto;
      height: 209px;
      position: absolute;
      right: 30px;
      top: 470px;
    }
    .inner {
      display: flex;
      justify-content: end;
      padding: 0;
    }
    .news-wrapper {
      padding: 5px 5px 10px 25px;
      background-color:#f7f3ec ;
      width: 100%;
    }
    .news-category {
      font-size: 0.8rem; /* カテゴリーラベルのフォントサイズ */
    }
    .news-title {
      font-size: 16px; /* 記事タイトルのフォントサイズ */
      margin-left: 0; /* 記事タイトル左の余白0 */
      margin-top: 5px; /* 記事タイトル上の余白 */
    }
    .footer_inner {
      max-width: 700px;
    }
    .news-link {
      align-items: center; /* 上下中央 */
      display: flex; /* 日付&カテゴリーラベルと記事タイトルの横並び */
      padding-bottom: 5px; /* 内側下の余白 */
      padding-top: 5px; /* 内側上の余白 */
      transition: background-color .5s; /* 背景色をじんわり変化 */
    }
    .news_box{
      display: block;
      margin: 5rem auto 2rem auto;
      max-width: 88%;
		font-size:1.2rem }
	h9{
		font-size:1.3rem
    }
    a.btn_03 {
      margin: 2px auto 1px auto;
      top: 1px;
      left: -2px;
    }
    .eye-catch{
      width: 640px;
      height: 400px;
      max-width: 100%;
      border-radius :0% 0% 0% 15% / 0% 0% 0% 24% ;
    }
    .suihei{
      max-width: 65%;
      margin-right: 2rem;
    }
    .suihei2{
      max-width: 500px;
      margin: 0 1.3rem;
    }
    .hoi{
      width: 90%;
      height: auto;
      text-align: center;
      margin: auto;
    }
    .text-center4 {
         font-size: 1.2rem;
    }
    .text-center4::before {
      position: absolute;
      border-bottom: 1px solid #353535;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 270px;
      content: '';
  }
    @media (max-width: 999.99px) {
      .navbar-expand-lg > .container,
      .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
      }
    }
    @media (min-width: 2000px) {
      .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
      .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
      }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
      }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }
      .navbar-expand-lg > .container,
      .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
      .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
      }
      .navbar-expand-lg .navbar-toggler {
        display: none;
      }  
    }