@charset "UTF-8";
/* ================================================
    フォントについての設定
================================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/* ================================================
    メディアクエリとブレークポイントの設定
================================================ */
/*  PCとSPの表示非表示の切り替え */

@media screen and (min-width: 900px) {
  .md_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* input,
button,
textarea,
select {
  font: inherit;
}
 */
/* フォームリセット */
/* input,
button,
select,
textarea {
  max-width: 100%;
}
 */
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}


.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* .fv {
	background-image: url(http://irocode.marumi-web.com/wp-content/uploads/2024/05/fv_bg.jpg);
} */

.top {
	background: #fff;
}
.fv__inner.inner {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .fv__inner.inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner.inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  }
}

.fv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #171C61;
  font-weight: lighter;
  width: 100%;
  text-align: center;
}
.fv__catch img{
  width: clamp(300px, 50vw, 650px);
  margin-inline: auto;
}
.scrolldown1 {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .scrolldown1 {
    bottom: 20px;
  }
}
/*Scrollテキストの描写*/
.scrolldown1 span{
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
color: #C1E6EF;
font-size: 0.7rem;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .scrolldown1 span {
    font-size: 1.2rem;
  }
}
/* 線の描写 */
.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #C1E6EF;
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

.btn {
	color: #fff !important;
	background: linear-gradient(100deg, #f3b3b4 0%, #c0e8f2 100%);
	border-radius: 80px;
	padding-block: 10px;
	font-size: 18px;
}

.btn:hover {
  opacity: 0.8;
}

.footer {
  padding-top: 3.125rem;
  background-color: #F0EEE4;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 4.375rem;
  }
}

.footer .footer__logo {
  width: 12.4375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.couse__inner {
  text-align: center;
}
.btn{
  display: inline-block;
	max-width:200px;
	width: 100%;
	font-size: 20px;
	
}
.btn:hover{
  opacity: 0.8;
  transition: .3s;
}


.copyright {
  background: linear-gradient(100deg, #f3b3b4 0%, #c0e8f2 100%);
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 10px, 3vw, 14px;
  margin: 3.125rem calc(50% - 50vw) 0;
  width: 100vw;
  padding: 0.875rem 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 4.375rem;
    padding: 1rem 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 2.5625rem;
  right: 1.3125rem;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 1.9375rem;
    right: 2rem;
  }
}

.pagetop a {
  background: #9FD1FC;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pagetop a span {
  margin-top: 0.625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  transform: rotate(45deg);
}

.pagetop a:hover {
  opacity: 0.8;
}

.mainContents {
  overflow: hidden;
}

.couse {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

/* ローディングアニメーション */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #A6D4E1;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation h2 {
  color: #fff;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
#breadcrumb {
  display: none;
}

.post content ul.btn-list {
  padding-left: 0 !important;
}

.btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 780px) {
  .btn-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.btn-list li {
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: bold;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: rgba(192, 192, 192, 0.7529411765);
  color: #333;
  transition: all, 0.3s;
  list-style: none;
}

.btn-list li:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn-list li a {
  color: #333;
}
.mt10 {
	margin-top: 10px !important;
}
.code-toolbar pre[class*=language-]::before {
    display: block;
    border-radius: 2px;
    color: #fff;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 0.5rem;
    font-weight: 300;
    left: 0px;
    line-height: 1;
    padding: 3px 8px 3px;
    position: absolute;
    text-shadow: none;
    top: 0px;
	z-index: 1;
}
.code-toolbar pre[class*=language-markup]::before {
    background: #ef851b;
    content: "HTML";
}
.code-toolbar pre[class*=language-css]::before {
    background: #75C2E9;
    content: "CSS";
}
.code-toolbar pre[class*=language-scss]::before {
    background: #c76494;
    content: "SCSS";
}
.code-toolbar pre[class*=language-javascript]::before {
    background: #c76494;
    content: "javascript";
}
.code-toolbar pre[class*=language-php]::before {
    background: #0073AA;
    content: "PHP";
}
/*ツールチップ（ファイルタイプとコピーボタン）のカスタマイズ*/
div.code-toolbar > .toolbar {
	opacity:1;
	top: -2em;
}
.toolbar-item:not(:last-child) {
		margin-right: .1em;
}
.code-toolbar pre[class*=language-] {
	    padding: 1.2em 1em 1em 3em !important;
}
/*# sourceMappingURL=styles.css.map */