@charset "utf-8";
/*
Theme Name:GLUE
Theme URI:https://demo.tcd-theme.com/glue/
Description:WordPress theme “GLUE” is a template that allows you to create a personal blog or a multi-person media. It has a simple design that is easy to use even for beginners, and you can also use abundant advertising features that contribute to monetizing your blog.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.3.2
Text Domain:tcd-glue
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: #f9f9f9;
}

.mb10 {
    margin-bottom: 1rem !important;
}
.mb20 {
    margin-bottom: 2rem !important;
}
.mt10 {
    margin-top: 1.5rem !important;
}
.fs80 {
    font-size: 80%;
}
.fc_red {
    color: #db443f;
    font-weight: bold;
}
:root {
  --animate-duration: 2s;
}
.tac {
    text-align: center;
    margin: 0 auto;
}
.hoge {
  animation: bounce;
  animation-duration: 0.8s;
}
a.blank::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(https://universal-ribbon.jp/image/target_blank.svg);
    margin: 0 0 0 4px;
}
.box {
  animation-fill-mode: forwards;
}
h2 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin: 2rem auto;
}
h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: left;
    margin: -1rem auto .5rem;
}
header {
    color: #fff;
    border-bottom: 1px solid #ececec !important;
    position: fixed !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background: var(--localnav-background-stuck, rgba(251, 251, 253, 1));
    top: 0;
    height: 66px;
    left: 0;
    width: 100%;
    z-index: 998;
    margin-top: 0;
    border-bottom: #f9f9f9;
}
header .inner {
    max-width: 1080px;
    margin: 5rem auto 2rem;
    text-align: center;
}
header .logoImg {
    position: absolute;
    left: 2.4%;
    top: 5px;
    max-width: 318px;
}
header ul.pcmenu {
    font-size: 1.3rem;
    position: fixed;
    top: 13px;
    right: 2.4%;
    letter-spacing: .5px;
    transition: .8s;
}
header ul.pcmenu li {
    display: inline-block;
    margin: 0 0.6rem;
    font-weight: bold;
    color: #333;
    transition: .8s;
}
header ul.pcmenu li a {
    position: relative;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
header ul.pcmenu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #090d24;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.inner {
    max-width: 1080px;
    margin: 3rem auto 2rem;
    text-align: center;
}
.fv_section {
    margin: 0 auto;
    position: relative;
    min-height: 770px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 92, 161, 1) 74%, rgb(20 69 157) 100%);
    padding: 2rem 0 1rem;
}

.fv_section .fv_intro {
    float: left;
    color: #f9f9f9;
    width: 60%;
}

.fv_section .fv_intro h1 {
    color: #f9f9f9;
    font-size: 27px;
    font-weight: 800;
    background-color: rgb(2 54 109);
    padding: 7px 5px;
    margin: 0 0 30px;
}

.fv_section .inner {
    margin: 4.4rem auto 2rem;
}

.fv_section .fv_intro .markTx {
    display: inline-block;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    font-size: 18px;
    padding: 10px 22px;
    margin: 10px;
}

.fv_section .fv_form {
    display: inline-block;
    width: 35%;
    max-width: 384px;
    min-height: 640px;
    padding: 22px 22px 22px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.06);
}
.fv_section .fv_form p.policy {
    font-size: 11px;
    text-align: left;
    padding: 10px 0 0;
}
.fv_form_title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
    height: 2.4em;
    width: 100%;
    padding: 8px 4px;
    border: none;
    border-radius: 4px;
    margin-top: 4px;
    order: 1;
}
.label {
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 0px;
}
.form-column[data-column=""] {
    width: 100%;
    margin: 12px 0 6px;
    text-align: left;
;
}
.required {
    background-color: #db443f;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 0 5px 0 0;
    padding: .2rem .4rem;
    border-radius: 8px;
}
a.link00 {
    width: 100%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #db443f;
    border-radius: 9px;
    margin: 15px auto;
    padding: 1.2rem 0px;
    text-decoration: none;
    transition: 0.5s;
    max-width: 378px;
}
a.link01 {
    width: 100%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #db443f;
    border-radius: 9px;
    margin: 15px auto;
    padding: .4rem 0px;
    text-decoration: none;
    transition: 0.5s;
    max-width: 378px;
}
a.link01::before {
content: '';
    background-image: url(image/ctaimg.png);
    display: inline-block;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: 100%;
}
.section_wrap {
    width: 85%;
    background-color: #fff;
    margin: 3rem auto;
    padding: 2rem 4rem;
    border-radius: 6px;
    text-align: center;
}

.section_wrap img {
    width: 100%;
    max-width: 860px;
}
.merit_wrap {
    display: flex;
    width: 96%;
    max-width: 1380px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    margin: 0rem auto;
    padding: 1rem 2rem 0;
    border-radius: 6px;
    text-align: center;
}
.merit_wrap .inner {
    width: 100%;
    max-width: 1480px;
    text-align: center;
}
.inner {
    width: 100%;
    max-width: 1080px;
    text-align: center;
    margin: auto;
}
.meritBox {
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
    width: calc(100% / 3);
    border-radius: 16px;
    margin: 2rem 1% 0;
    padding: 2rem 2rem 1.6rem;
}
.meritBox img {
    border-radius: 7px;
}
.meritBox p {
    text-align: left;
}
.meritBox h3 {
    border-radius: 7px;
    text-align: center;
    margin: .5rem auto .5rem;
}
.flowBox {
    position: relative;
    width: 85%;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 16px;
    margin: 2rem auto;
    padding: 2rem 2rem 1.6rem;
}
.flowBox .left {
    display: inline-block;
    width: 17%;
    margin-right: 2%;
    padding: 2rem 0 0;
}
.flowBox .right {
    display: inline-block;
    width: 80%;
    text-align: left;
    vertical-align: top;
}
.flowBox img {
    width: 85%;
    max-width: 90px;
}
.hikaku_section {
    margin: 3rem auto 0;
    position: relative;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 92, 161, 1) 74%, rgb(20 69 157) 100%);
    padding: .5rem 0 .5rem;
}
th {
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 92, 161, 1) 74%, rgb(20 69 157) 100%);
  border-radius: 7px;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
  width: 15%;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: left;
  border-radius: 7px;
  width: 80%;
}
.tbl-r02 {
    width: 92%;
    margin: 0 auto 3rem;
}
@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 90%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
.step_mark {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    display: block;
    line-height: 1.6;
    height: 40px;
    text-align: center;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 92, 161, 1) 74%, rgb(20 69 157) 100%);
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 5px 0 0;
    border-radius: 999px;
}
footer { text-align: center; }
footer ul li a {
  display:inline-block;
  margin: 0 1rem;
  text-decoration: none;
}
.copy {
margin: 0 auto 3rem;
    font-size: 12px;
color: #9c9c9c;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
.fv_section {
    padding: 4rem 0 1rem;
}
.fv_section .fv_intro {
    float: none;
    width: 100%;
}
.fv_section .inner {
    margin: 0rem auto 2rem;
}
.fv_section .fv_intro h1 {
    margin: 0 0 20px;
	font-size: 24px;
}
.fv_section .fv_intro .markTx {
    font-size: 16px;
}
.fv_section .fv_form {
    width: 80%;
    margin: 1.5rem auto 0;
	padding-bottom: 0;
}	
.merit_wrap {
    display: block;
	padding: 1rem 1rem 0;
}
.meritBox {
    width: calc(100% / 1);
}
.section_wrap {
    width: auto !important;
	padding: 1rem 1rem;
}
.flowBox {
    width: auto;
	padding: 1rem 1rem 1.6rem;
}
.flowBox h3 {
    text-align: center;
}
.flowBox .right {
    width: 100%;
    text-align: center;
}
.flowBox img {
    width: auto;
    max-width: 70px;
    margin: 0 0 1rem;
}
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  top: 10px;
  right: 2%;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
    display: block;
    color: #005ca2;
    font-weight: 800;
    font-size: 23px;
  text-decoration: none;
  padding: 1rem 1rem;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}


@media screen and (min-width: 768px) {
.sp { display: none; }
.pc { display: block; }
}
@media screen and (max-width: 767px) {
.sp { display: block; }
.pc { display: none; }
}


/* GLUE theme */