@charset "UTF-8";

@import url('./layout.css?1');
/*
 * common style
 */
@media (max-width: 1279px) {
  .pc-visibility {
    display: none; } }

@media (min-width: 1280px) {
  .tb-visibility {
    display: none; } }

@media (max-width: 767px) {
  .tb-visibility {
    display: none; } }

@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none; } }

@media (min-width: 1280px) {
  .tb-sp-visibility {
    display: none; } }

@media (min-width: 768px) {
  .sp-visibility {
    display: none; } }

:root{
  --global--color--logo: #16346D;
  --global--color--white: #ffffff;
  --global--color--lightblue: #8ea6de;
  --global--color--blue: #245cc6;
  --global--color--lightblue02: #e8f0fe;
}


/*
 * common スタイル
 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-width: 1180px; }



footer{
  background-color: var(--global--color--logo);
  text-align: center;
  padding: 30px 0;
}

footer *{
  color: var(--global--color--white);
}

footer .company-info{
  display: flex;
  justify-content: center;
  line-height: 3;
  font-size: 1.4rem;
  font-weight: 700;
}
footer .company-info *{
  font-size: 1.4rem;
}
footer .company-info span{
  font-weight: 400;
  margin-left: 20px;
}
footer .remarks{
  font-size: 1.2rem;
  line-height: 3;
}
footer .copyright{
  display: block;
  font-size: 1.2rem;
  line-height: 3;
  margin-top: 30px;
}

.inner{
  max-width: 110rem;
  margin: 0 auto;
}

.midashi{
  font-size: 4.4rem;
  line-height: 1.35;
  letter-spacing: .4rem;
  font-weight: 700;
  position: relative;text-align: center;
  color: var(--global--color--logo);
}
.midashi span{
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  color: var(--global--color--lightblue);
    position: absolute;
    z-index: -1;
    line-height: 10rem;
    bottom: 0;
    opacity: .1;
    left: 0;
    width: 100%;
    text-align: center;
  
}

.catch{
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--global--color--blue);
  line-height: 2;
}


section.contacts .midashi::after{
  content: "Contact";
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  color: var(--global--color--lightblue);
  left: 50%;
    left: calc(50% - 173px);
    position: absolute;
    z-index: -1;
    line-height: 10rem;
    bottom: 0;
    opacity: .1;
}

.msg{
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
.msg span{
  color: #245cc6;
}






.tab-3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid #2589d0;
    color: #2589d0;
}

.tab-3 label:has(:checked) + div {
    display: block;
}




.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #37beb0;
  margin: 0 auto;}

.tab_group{
  display: flex;
}

.tab_item {
  width: calc(calc(100%/5) - 1%);
  padding:15px 0;
  margin-right: 1%;
  border-bottom: 3px solid #37beb0 ;
  background-color: #ececec;
  text-align: center;
  color: #37beb0 ;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0 ;
  color: #fff;
}









.flow-box{
  display: flex;
}


.flow-box dl{
  width: calc(25rem - 3rem);
  padding: 1.6rem 1.5rem;
  border-radius: 1.6rem;
  background-color: var(--global--color--lightblue02);
}
.flow-box dl