@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Zen Maru Gothic", sans-serif;
    --c-base:#4a3719;
    --c-or:#f38677;
    /*--c-or:#de5120;*/
    --c-line:#bacfd9;
    --c-bg:#f2f7f7;
}
/*----------------common----------------*/
body {
    font-family: var(--f-jp);
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: var(--c-base);
    word-wrap: break-word;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    background-image: url("../images/bg_body.jpg");
}
main {
    overflow: hidden;
}
.loading {
    background-color: #f8d25e;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    
}
.inner1280 {
    max-width: 1280px;
    margin: auto;
    width: 86%;
}
.inner1160 {
    max-width: 1160px;
    margin: auto;
}
.inner1000 {
    max-width: 1000px;
    margin: auto;
}
.header {
    padding-left: 30px;
    display: flex;
    padding-top: 35px;
    padding-right: 30px;
    position: absolute;
    z-index: 6;
}
.header__site-id a {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: normal;
    display: flex;
    width: fit-content;
    height: 46px;
    align-items: center;
    background-image: url("../images/site_id.svg");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}
.header__nav {
    background-color: #fff;
    margin-left: auto;
    border-radius: 40px;
    position: fixed;
    right: 30px;
    top: 25px;
    z-index: 9999;
}
.header__nav ul{
    display: flex;
    align-items: center;
    height: 65px;
    gap:28px;
    padding-left: 30px;
    padding-right: 30px;
}
.header__nav li a {
    font-weight: 700;
}
.header__nav li a:hover {
    color: var(--c-or);
}
.header__sp-nav {
    display: none;
}
.page-ttl {
    padding-top: 170px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 145px;
}
.page-ttl h1 {
    text-align: center;
    font-weight: 800;
    font-size: 55px;
    color: #7d4c00;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    
}
.page-ttl h1 span {
    background-image: url("../images/line.png");
    background-repeat: repeat-x;
    background-position: left bottom 7px;
}
.page-ttl__img {
    position: absolute;
    z-index: 1;
}
.page-ttl__img--aboutus {
  width: calc(536px * 0.5);
  top: 185px;
    left: 0;
}
.page-ttl__img--link {
  width: calc(591px * 0.5);
  top: 150px;
  left: 10px;
}
.page-ttl__img--flow {
  width: calc(591px * 0.5);
  top: 220px;
  left: 10px;
}
.page-ttl__img--faq {
  width: calc(591px * 0.5);
  top: 150px;
  left: 10px;
}
.page-ttl__img--background {
  width: calc(619px * 0.5);
  top: 250px;
  left: 0px;
}
.page-ttl__img--words {
  width: calc(542px * 0.5);
  top: 270px;
  left: 0px;
}
.page-ttl__img--other {
  width: calc(570px * 0.5);
  top: 240px;
  left: 50px;
}
.page-ttl__img--contact {
  width: calc(645px * 0.5);
  top: 220px;
  left: 0px;
}
.contents {
    background-color: var(--c-or);
    position: relative;
    color: #fff;
    margin-top: 230px;
    padding-bottom: 150px;
    padding-top: 30px;
}
.contents:before {
    background-image: url("../images/bg_round_or.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    background-size: 100% 100%;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -110px;
    z-index: -1;
}
.lead-txt {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.lead-txt--center {
    text-align: center;
}
.second-ttl {
    font-weight: 800;
    font-size: 45px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.7;
}
.second-ttl--or {
    color: var(--c-or);
}
.second-ttl span {
    background-image: url("../images/line2.png");
    background-repeat: repeat-x;
    background-position: left bottom 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.second-ttl--or span {
    background-image: url("../images/line.png");
}
.sec-mdb {
    margin-bottom: 130px;
}
.com-btn a {
    background-color: #fff;
    display: flex;
    height: 70px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--c-or);
    margin-top: 70px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    border: #fff 1px solid;
}
.com-btn a:hover {
    background-color: var(--c-or);
    color: #fff;
    background-image: url("../images/arrow_w.png");
}
.com-btn--or a{
    border: #fff 1px solid;
    background-color: var(--c-or);
    color: #fff;
    background-image: url("../images/arrow_w.png");
}
.com-btn--or a:hover{
    background-color: #fff;
    color: var(--c-or);
    background-image: url("../images/arrow.png");
    border-color: var(--c-or);
    text-decoration: none;
}
.footer {
    background-color: #fff;
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    z-index: 2;
}
.footer:before {
    height: 10px;
    background-image: url("../images/bg_foot.png");
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background-position: left bottom;
    z-index: 1;
}
.footer__sitemap{
  display: grid;
  grid-template-rows: repeat(3, auto); /* 縦3 */
  grid-auto-flow: column;
  gap: 5px 60px;
}
.footer__sitemap li a {
    font-weight: 700;
    font-size: 15px;
}
.footer__sitemap li a:hover {
    color: var(--c-or);
    text-decoration: underline;
}
.footer__flex {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.footer__txt {
    font-size: 14px;
    text-align: center;
    margin-top: 130px;
}
.footer__add dt {
    font-size: 28px;
    font-weight: 800;
    height: 36px;
    display: flex;
    background-image: url("../images/site_id.svg");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    align-items: center;
    padding-left: 45px;
    margin-bottom: 15px;
}
.footer__add dd {
    font-size: 14px;
}
.footer__add dd span {
    font-size: 27px;
    font-weight: 800;
}
.footer__fix {
    position: fixed;
    z-index: 10;
    right: 25px;
    top: 50%;
    margin-top: -160px;
    width: calc(176px / 2);
    animation: bounce 3.5s infinite;
}
.footer__fix a {
    display: block;
}
.footer__fix a:hover {
    transform: translateY(-10px);
}
.footer__fix-sp {
    display: none;
}
@keyframes bounce {
  0%, 20% {
    transform: translateY(0);     /* 最初止まっている */
  }
  25% {
    transform: translateY(-10px);  /* 1回目のぴょこ */
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-10px);  /* 2回目のぴょこ */
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);     /* 残りはずっと止まっている */
  }
}
br.sp-only {
    display: none;
}
@media screen and (max-width:1420px){
.header__nav ul {
  gap: 1.3vw;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}
.header__nav li a {
  font-size: 1.19vw;
}
.header__site-id a {
    font-size: 22px;
    background-size: 40px;
    padding-left: 55px;
}
}
@media screen and (max-width:1080px){
html {
    font-size: calc(100vw / 37.5);
  }
body {
  font-size: 1.4rem;
  line-height: 1.8;
}
    br.sp-only {
        display: inherit;
    }
.header {
  padding-left: 1.5rem;
  padding-top: 2.5rem;
  padding-right: 1.5rem;
}
.header__nav {
  display: none;
}
.header__site-id a {
  font-size: 1.7rem;
  height: 3.8rem;
  background-size: 3.8rem;
  padding-left: 4.5rem;
}
.header__sp-nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 2rem;
    background-color: #fff;
    border-top-left-radius: 7rem;
    border-bottom-left-radius: 7rem;
    padding: 2rem;
    text-align: center;
    z-index: 99999;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(110%);
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .header__sp-nav.active {
        transform: translateX(0%);
    }
    .header__sp-nav-main {
        width: 100%;
    }
    .header__sp-nav-main li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .header__sp-nav-main li a {
        font-weight: 700;
        font-size: 1.9rem;
    }
    .header__sp-nav-sub {
        width: 100%;
        margin-top: 3rem;
    }
    .header__sp-nav-sub li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .header__sp-nav-sub li a {
        font-weight: 700;
        font-size: 1.5rem;
    }
    .header__sp-nav-dtl-btn {
        background-color: var(--c-or);
        color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6rem;
        border-radius: 4rem;
        margin-top: 4rem;
        width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .header__sp-nav-dtl {
        width: 100%;
    }
    .header__sp-nav-logo img {
        width: 6rem;
        margin-bottom: 4rem;
    }
    .header__overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.30);
        z-index: -4;
        display: none;
    }
.header__sp-btn {
    width: 6rem;
    height: 6rem;
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 99999;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    justify-content: center;
    align-content: center;
    display: flex;
    cursor: pointer;
    display: flex;
    background-image: url("../images/sp_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header__sp-btn.active {
    transform: translateX(0%) !important;
}

.header__sp-btn-trigger,
.header__sp-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header__sp-btn-trigger {
	position: relative;
	width: 2.6rem;
	height: 1.1rem;
	text-align:right;
    margin: auto;
}
.header__sp-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
    text-align: right;
    border-radius: 4rem;
}
.header__sp-btn-trigger span:nth-of-type(1) {
	top: 0;
}

.header__sp-btn-trigger span:nth-of-type(2) {
	bottom: 0;
    
}

.header__sp-btn.active .header__sp-btn-trigger span {
	background-color: #fff;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0.5rem) rotate(-45deg);
	transform: translateY(0.5rem) rotate(-45deg);
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-0.4rem) rotate(45deg);
	transform: translateY(-0.4rem) rotate(45deg);
    width: 100%;
    margin-left: 0;
}
.footer {
  padding-top: 4rem;
    padding-bottom: 10rem;
}
    .footer__add {
        margin-bottom: 3rem;
    }
.footer__add dt {
  font-size: 1.9rem;
  height: 3.6rem;
  background-size: 3rem;
  padding-left: 4rem;
  margin-bottom: 1rem;
}
.footer__flex {
  display: block;
  font-size: 1.4rem;
}
.footer__add dd span {
  font-size: 1.7rem;
}
.footer__sitemap {
  grid-template-rows: repeat(5, auto);
  gap: 1rem 1rem;
}
.footer__sitemap li a {
  font-size: 1.3rem;
}
.footer__txt {
  font-size: 1.3rem;
  margin-top: 5rem;
}
.footer__txt span {
        display: block;
        margin-top: 1rem;
        font-size: 90%;
    }
.contents {
  margin-top: 240px;
  padding-bottom: 8rem;
  padding-top: 40px;
}
.second-ttl {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.page-ttl {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 14rem;
    position: relative;
    height: 12rem;
    margin-top: 8rem;
  }
.page-ttl h1 span {
  background-position: left bottom 0rem;
  background-size: 31rem;
}
.page-ttl h1 {
  font-size: 2.7rem;
}
.aboutus .page-ttl h1 {
  font-size: 2.6rem;
    margin-top: -1rem;
}
.page-ttl__img {
    margin-bottom: 0rem;
    height: 20rem;
    left: 0;
    right: 0;
    top: 0.5rem;
    width: 100% !important;
    
}
.page-ttl__img--link img {
  width: calc(59.1rem * 0.22);
}
.page-ttl__img--aboutus img {
  width: calc(53.6rem * 0.25);
}
.page-ttl__img--background img{
  width: calc(61.9rem * 0.23);
}
.page-ttl__img--contact img{
  width: calc(64.5rem * 0.23);
}
.page-ttl__img--faq {
    top: -1rem;
  }
.page-ttl__img--faq img {
  width: calc(59.1rem * 0.23);
}
.page-ttl__img--flow img{
  width: calc(59.1rem * 0.23);
}
.page-ttl__img--other img{
    width: calc(58.6rem * 0.23);
  }
.page-ttl__img--words img{
    width: calc(54.2rem * 0.23);
  }
.contents {
    margin-top: 0;
    padding-bottom: 8rem;
    padding-top: 3rem;
  }
.contents::before {
  height: 3rem;
  top: -3rem;
}
.footer__fix {
    display: none;
}
    .footer__fix-sp {
        display: block;
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .footer__fix-sp a {
        display: block;
    }
.second-ttl span {
  background-position: left bottom 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-size: 31rem;
}
.sec-mdb {
  margin-bottom: 6rem;
}
.com-btn a {
  height: 6rem;
  border-radius: 4rem;
  margin-top: 5rem;
  max-width: 30rem;
  background-position: right 1.8rem center;
  background-size: 1.2rem;
}
.lead-txt {
  margin-bottom: 4rem;
}
.lead-txt--center {
    text-align: left;
}
}







.aboutus__item {
    background-color: #fff;
    border-radius: 50px;
    padding: 50px;
    color: var(--c-base);
}
.aboutus__item:not(:last-child) {
    margin-bottom: 40px;
    
}
.aboutus__item h3 {
    font-weight: 800;
    color: var(--c-or);
    font-size: 29px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
}
.aboutus__item h3:before {
    width: 60px;
    line-height: 60px;
    background-color: var(--c-or);
    color: #fff;
    content: attr(data-num);
    position: absolute;
    z-index: 1;
    text-align: center;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    left: 0;
    top: 0;
}
@media screen and (max-width:1080px){
.aboutus__item {
  border-radius: 2rem;
  padding: 2rem;
}
.aboutus__item h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 5rem;
    line-height: 1.5;
  }
.aboutus__item h3::before {
  width: 4rem;
  line-height: 4rem;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  font-size: 1.9rem;
    top: -0.5rem;
}
.aboutus__item:not(:last-child) {
  margin-bottom: 2rem;
}
}


.link__list li:not(:last-child) {
    margin-bottom: 25px;
}
.link__list li a {
    background-color: #fff;
    display: flex;
    border-radius: 60px;
    color: var(--c-or);
    font-weight: 700;
    font-size: 18px;
    height: 90px;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 15px;
}
.link__list li a:hover {
    text-decoration: underline;
}
@media screen and (max-width:1080px){
.link__list li a {
  border-radius: 4rem;
  font-size: 1.5rem;
  height: 7rem;
  padding-left: 2rem;
  padding-right: 3rem;
  background-position: right 2rem center;
  background-size: 1rem;
  line-height: 1.3;
}
.link__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
}

.office__center {
    text-align: center;
}
.office__center h2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.office__center-tel {
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 50px;
}
.office__center-tel a {
    color: #fff !important;
}
.office__center iframe {
    width: 900px;
    border-radius: 30px;
    height: 500px;
}
.office__list {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
}
.office__item {
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px;
    width: calc((100% - 40px) / 2);
    color: var(--c-base);
}
.office__item h3 {
    font-weight: 900;
    font-size: 29px;
    color: var(--c-or);
    margin-bottom: 10px;
}
.office__item h3 span {
    font-size: 60%;
}
.office__item iframe {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    margin-top: 30px;
}
@media screen and (max-width:1080px){
.office__list {
  display: block;
}
.office__item {
  border-radius: 2rem;
  padding: 2.5rem;
  width: auto;
}
    .office__item:not(:last-child) {
        margin-bottom: 2rem;
}
.office__item h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.office__item h3 span {
    display: block;
}
.office__item iframe {
  border-radius: 1.5rem;
  height: 19rem;
  margin-top: 2.5rem;
}
.office__center iframe {
  width: 100%;
  border-radius: 2rem;
  height: 32rem;
}
.office__center-tel {
  font-size: 1.7rem;
  margin-bottom: 4rem;
}
}
.faq__item {
    background-color: #fff;
    padding: 60px;
    border-radius: 30px;
  box-sizing: border-box;
    color: var(--c-base);
}
.faq__item:not(:last-child) {
    margin-bottom: 50px;
}
.faq__item h2 {
    font-weight: 900;
    font-size: 25px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 15px;
}
.faq__item h2:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "Q";
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: var(--c-or);
    color: #fff;
}


@media screen and (max-width:1080px){
.faq__item {
  padding: 2rem;
  border-radius: 2rem;
}
.faq__item h2 {
  font-size: 1.9rem;
  padding-left: 5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.faq__item h2::before {
  width: 4rem;
  height: 4rem;
  top: -0.5rem;
}
.faq__item:not(:last-child) {
  margin-bottom: 2rem;
}
}



.flow__lead {
    text-align: center;
    margin-bottom: 80px;
    margin-top: -30px;
}
.flow__item {
    background-color: #fff;
    border-radius: 50px;
    padding: 50px;
    color: var(--c-base);
    display: flex;
    align-items: center;
    position: relative;
}
.flow__item:not(:last-child):after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 24px solid #fff;
  border-bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -18px;
    bottom: -24px;
}
.flow__item:not(:last-child) {
    margin-bottom: 45px;
}
.flow__item-num {
    color: var(--c-or);
    font-weight: 900;
    font-size: 27px;
    flex-shrink: 0;
    width: 150px;
    text-align: center;
    padding-right: 30px;
}
.flow__item dt {
    font-weight: 800;
  color: var(--c-or);
  font-size: 29px;
}
@media screen and (max-width:1080px){
.flow__item {
  border-radius: 3rem;
  padding: 2rem;
  display: block;
}
.flow__item dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.flow__item-num {
  font-size: 1.7rem;
  width: auto;
  text-align: center;
  padding-right: 0;
  margin-bottom: 0.5rem;
}
.flow__item:not(:last-child)::after {
  border-right: 1.2rem solid transparent;
  border-left: 1.2rem solid transparent;
  border-top: 1.8rem solid #fff;
  margin-left: -1.2rem;
  bottom: -1.8rem;
}
.flow__item:not(:last-child) {
  margin-bottom: 3rem;
}
.flow__lead {
  margin-bottom: 3rem;
  margin-top: -2rem;
}
}
.words__item {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}
.words__item:not(:last-child) {
    margin-bottom: 60px;
}
.words__item h2 {
    font-weight: 900;
    color: var(--c-or);
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.words__item ul {
    display: flex;
    flex-wrap: wrap;
    gap:5px 20px;
}
.words__item li {
    width: calc((100% - 60px) /3);
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}
.words__item li:before {
    width: 6px;
    height: 6px;
    background-color: var(--c-or);
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.words__item li a {
    text-decoration: underline;
    font-size: 16px;
}
.words__item li a:hover {
    color: var(--c-or);
    text-decoration: none;
}
.words__cat p {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.words__cat ul {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom: 70px;
    margin-top: 30px;
}
.words__cat ul li {
    width: calc((100% - 50px) / 6 );
}
.words__cat ul li a,
.words__cat ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    height: 45px;
    font-weight: 700;
    border: #fff 1px solid;
    color: #fff;
    background-image: url("../images/arrow_under_w.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.words__cat ul li span {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.words__cat ul li a:hover {
    background-color: #fff;
    color: var(--c-or);
    background-image: url("../images/arrow_under.png");
}
.words__single {
    max-width: 800px;
    margin: auto;
}
.words__single h2 {
    font-weight: 700;
    text-align: center;
    font-size: 27px;
    border-bottom: #fff 2px solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1.8;
}
.words_single-txt-body {

}
@media screen and (max-width:1080px){
.words__cat ul {
  gap: 1rem;
  margin-bottom: 4rem;
    margin-top: 2rem;
}
.words__cat ul li {
  width: calc((100% - 3rem) / 4 );
}
.words__cat ul li a,
.words__cat ul li span{
  border-radius: 4rem;
  height: 3rem;
  background-size: 0.8rem;
  background-position: right 1rem center;
    justify-content: flex-start;
    font-size: 1.3rem;
    padding-left: 1rem;
}
.words__cat p {
  font-size: 1.8rem;
}
.words__item {
  padding: 3rem 2rem;
  border-radius: 2rem;
}
.words__item:not(:last-child) {
  margin-bottom: 3rem;
}
.words__item h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;

}
.words__item ul {
  display: block;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.words__item li {
  width:auto;
    padding-left: 1.4rem;
}
    .words__item li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .words__item li a {
        font-size: 1.4rem;
    }
.words__item li::before {
  width: 0.6rem;
  height: 0.6rem;
  top: 0.8rem;
}
.words__single h2 {
  font-size: 1.9rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}
}






.home__visual {
    height: 100vh;
    position: relative;
}
.home__visual-flex {
    display: flex;
    width: fit-content;
    margin: auto;
    height: 100%;
    align-items: center;
    min-height: 600px;
}
.home__visual-txt img {
    width: calc(300px / 2);
    margin-right: 80px;
}
.home__visual-scroll {
    position: absolute;
    z-index: 1;
    right: 60px;
  bottom: 40px;
    font-weight: 700;
    font-size: 20px;
}
.home__visual-scroll a {
    position: relative;
    padding-left: 40px;
}
.home__visual-scroll a:before {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: url("../images/arrow_under.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}
.home__visual-img {
    padding-top: 80px;
}
.home__lead {
    background-color: #fff;
    border-radius: 150px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
    /*margin-bottom: 160px;*/
    margin-bottom: 300px;
    
}
.home__lead h2 {
    margin-bottom: 110px;
}
.home__lead-txt {
    text-align: center;
    border: #eae8e5 4px solid;
    border-radius: 40px;
    padding: 0 40px 70px 40px;
}
.home__lead-txt h3 {
    font-size: 45px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.home__lead-txt h3 span {
    display: inline-block;
    background-color: #fff;
    margin-top: -55px;
    padding-left: 50px;
    padding-right: 50px;
}
.home__lead-txt img {
    width: calc(307px / 2);
    vertical-align: middle;
    margin-right: 5px;
}
.home__lead-txt p {
    font-size: 23px;
    font-weight: 700;
    line-height: 2.2;
}
.home__lead-inner {
    max-width: 860px;
    margin: auto;
    width: 86%;
    position: relative;
}
.home__lead-img {
    position: absolute;
    z-index: 2;
}
.home__lead-img--pos01 {
    width:calc(588px / 2);
    left: -230px;
  top: 135px;
}
.home__lead-img--pos02 {
    width:calc(632px / 2);
    right: -250px;
  bottom: -50px;
}
.home__movie {
    margin-bottom: 300px;
}
.home__movie-btn {
    max-width: 850px;
    margin: auto;
}
.home__movie-btn a {
    display: block;
    position: relative;
    
}
.home__movie-btn a:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-image: url("../../images/play.png");
    width: 168px;
    height: 116px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    top: 50%;
    margin-left: -84px;
    margin-top: -58px;
    transform: scale(0.7);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home__movie-btn a:hover:after {
   transform: scale(0.9); 
}
.home__movie-btn img {
    border-radius: 40px;
}
.home__movie-img {
    position: absolute;
    z-index: 1;
    left: -30px;
  top: -30px;
    width: calc(640px/2);
}
.home__movie .inner1280 {
    position: relative;
    
}
.home__about {
    background-color: var(--c-or);
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.home__about:before {
  background-image: url("../images/bg_round_or.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  background-size: 100% 100%;
  height: 110px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -110px;
  z-index: -1;
}
.home__about:after {
  background-image: url("../images/bg_round_or.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  background-size: 100% 100%;
  height: 110px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -110px;
  z-index: -1;
    transform: scale(1, -1);
}
.home__about h2 {
    color: #fff;
    margin-bottom: 60px;
}
.home__about-lead {
    color: #fff;
    max-width: 780px;
    margin-inline:auto;
    margin-bottom: 230px;
}
.home__about-inner {
    background-color: #fff;
    border-radius: 50px;
    padding: 130px 60px 60px;
    position: relative;
}
.home__about-inner:before {
    width: 500px;
    height: 500px;
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    top: -120px;
    left: 50%;
    margin-left: -250px;
    border-radius: 50%;
}
.home__about-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
    z-index: 2;
}
.home__about-item {
    width: calc((100% - 50px) / 2);
    background-color: #f7f5ef;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.home__about-item h4 {
    font-weight: 900;
    color: var(--c-or);
    font-size: 29px;
    margin-bottom: 10px;
}
.home__about-item-num {
    width: 60px;
    line-height: 60px;
    background-color: var(--c-or);
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 29px;
    font-weight: 900;
    left: 0;
    top: -30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.home__about-inner h3 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: var(--c-or);
    display: block;
    position: absolute;
    z-index:3;
    left: 0;
    right: 0;
    top: -60px;
}
.home__about-img {
  position: absolute;
  z-index: 3;
  width: calc(680px / 2);
  top: -220px;
  right: 40px;
}
.home__insta {
    padding-top: 120px;
    padding-bottom: 180px;
}
.home__insta .second-ttl {
    color:#7d4c00;
}
.home__insta ul {
    display: flex;
    gap:20px;
    margin-left: 40px;
  margin-right: 40px;
}
.home__insta-wrap {
    margin-left: 40px;
  margin-right: 40px;
}
.home__insta-wrap img {
    border-radius: 30px !important;
}
.home__insta ul li a {
    display: block;
    
}
.home__insta ul li a:hover {
    opacity: 0.8;
}
.home__news {
    background-color: #fff;
    border-radius: 150px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 100px;
  padding-bottom: 100px;
    margin-bottom: 300px;
}
.home__news li {
    margin-bottom: 10px;
}
.home__news li a {
    display: flex;
    background-color: #f7f5ef;
    border-radius: 40px;
    padding: 20px;
    background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px;
    padding-right: 60px;
}
.home__news li a:hover p {
    text-decoration: underline;
    color: var(--c-or);
}
.home__news li dl {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.home__news li dt {
    font-weight: 700;
    margin-right: 30px;
    padding-left: 20px;
}
.home__news li dd {
    background-color: var(--c-or);
    color: #fff;
    font-size:85%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}
.home__news-img {
  width: calc(560px / 2 );
  position: absolute;
  z-index: 2;
  left: 60px;
  top: -210px;
}
.home__news .inner1280 {
    position: relative;
}
.home__seminar {
  background-color: var(--c-or);
  position: relative;
  padding-bottom: 150px;
}
.home__seminar::before {
  background-image: url("../images/bg_round_or.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  background-size: 100% 100%;
  height: 110px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -110px;
  z-index: -1;
}

.home__seminar h2 {
    color: #fff;
}
.home__seminar-inner {
    background-color: #fff;
  border-radius: 50px;
    padding: 60px;
}
.home__seminar-item:not(:last-child) {
    margin-bottom: 30px;
}
.home__seminar h3 {
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: var(--c-or);
}
.home__seminar-scroll-area {
    margin-bottom: 50px;
}
.home__seminar-schedule {
    line-height: 1.5;
    font-size: 16px;
    border-left:#d9d2be 1px solid;
    border-top: #d9d2be 1px solid;
}
.home__seminar-schedule th {
    padding: 10px;
    border-bottom: #d9d2be 1px solid;
    text-align:center;
    border-right: #d9d2be 1px solid;
    font-weight: 500;
}
.home__seminar-schedule td {
    padding: 10px;
    border-bottom: #d9d2be 1px solid;
    border-right: #d9d2be 1px solid;
    text-align: center;
    font-weight: 500;
}
.home__seminar-schedule td span {
    font-size: 90%;
}
.home__seminar-schedule thead th {
    background-color: #f7f5ef;
    font-weight: 700;
     
}
.home__seminar-dtl {
    display: flex;
    gap:5px;
    margin-bottom: 5px;
    line-height: 1.9;
}
.home__seminar-dtl dt {
    background-color: #d2c28f;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
}
.home__seminar-dtl dd {
    background-color: #f7f5ef;
    flex: 1;
    padding: 15px;
    border-radius: 10px;
}
.home__seminar-dtl-inq {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.home__seminar-dtl-inq h4 {
    font-weight: 900;
    color: var(--c-or);
    margin-bottom: 10px;
}
.home__seminar-dtl-inq a:hover {
    text-decoration: none;
}

.home__seminar-dtl-inq .com-btn a {
    margin-top: 20px;
}
.home__seminar .inner1280 {
    position: relative;
}
.home__seminar-img {
    width: calc(499px / 2);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.home__seminar-scroll-txt {
    display: none;
}
@media screen and (max-width:1080px){
.home__visual {
  height: auto;
    padding-top: 10rem;
    padding-bottom: 12rem;
}
.home__visual-txt img {
    width: 7rem;
    margin-right: 0rem;
  }
.home__visual-flex {
  width: fit-content;
  height: inherit;
  min-height: inherit;
    align-items: flex-end;
}
.home__visual-img {
    width: 24rem;
    margin-left: -2rem;
    margin-bottom: -5rem;
    padding-top: 0;
  }
.home__visual-scroll {
  display: none;
}
.home__lead {
  border-radius: 7rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-left: 1rem;
  margin-right: 1rem;
  /*margin-bottom: 7rem*/
    margin-bottom: 11rem;
}
.home__lead h2 {
  margin-bottom: 5rem;
}
.home__lead-txt img {
  width: 10rem;
  margin-right: 0.5rem;
}
.home__lead-txt h3 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.home__lead-txt h3 span {
  margin-top: -3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.home__lead-txt {
    border-width: 0.4rem;
  border-radius: 3rem;
  padding: 0 3rem 3rem 2rem;
}
.home__lead-txt p {
  font-size: 1.5rem;
  line-height: 2;
}
.home__lead-img--pos01 {
  width: calc(58.8rem * 0.2);
  left: -5rem;
  top: 9rem;
}
.home__lead-img--pos02 {
  width: calc(63.2rem * 0.2);
  right: -2rem;
  bottom: -8rem;
}
.home__movie-img {
  left: -3rem;
  top: 19rem;
  width: 13rem;
}
.home__movie-btn a::after {
  width: 16.8rem;
  height: 11.6rem;
  margin-left: -8.4rem;
  margin-top: -5.8rem;
  transform: scale(0.4) !important;
  background-size: cover;
}

.home__movie-btn img {
  border-radius: 2rem;
}
.home__movie {
  margin-bottom: 12rem;
}
.home__about {
    padding-bottom: 5rem;
    margin-bottom: 0rem;
    padding-top: 2rem;
  }
.home__about h2 {
  margin-bottom: 3rem;
}
.home__about::before {
  height: 4rem;
  top: -4rem;
}
.home__about::after {
    height: 4rem;
    bottom: -4rem;
}
.home__about-img {
  width: 14rem;
  top: -4rem;
  right: 3rem;
}
.home__about-inner h3 {
  font-size: 2.2rem;
    top: -4rem;
}
.home__about-inner {
  border-radius: 3rem;
  padding: 3rem 2rem;
}
.home__about-flex {
  display: block;
}
.home__about-item {
  width: auto;
  border-radius: 2rem;
  padding: 2rem;
    padding-top: 2.5rem;
}
.home__about-item-num {
  width: 4rem;
  line-height: 4rem;
  font-size: 1.9rem;
  top: -2rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
.home__about-item h4 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.home__about-inner::before {
  width: 20rem;
  height: 20rem;
  top: -7rem;
  margin-left: -10rem;
}
.home__about-img {
    width: 14rem;
    top: -7rem;
    right: -3rem;
  }
.home__about-lead {
  margin-bottom: 11rem;
}
.home__about-item:not(:last-child) {
    margin-bottom: 3rem;
    }
.home__insta {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.home__insta ul {
  gap: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
    flex-wrap: wrap;
}
.home__insta-wrap {
    margin-left: 1rem;
  margin-right: 1rem;
}
    .home__insta ul li {
        width: calc((100% - 1rem)/2);
    }
.home__insta-wrap img {
  border-radius: 2rem !important;
}
.home__news {
    border-radius: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 12rem;
  }
.home__news-img {
    width: 12rem;
    left: -1rem;
    top: -11rem;
  }
.home__news li a {
  display: block;
  border-radius: 2rem;
  padding: 1.5rem;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  padding-right: 4rem;
}
.home__news li dt {
  margin-right: 1rem;
  padding-left: 0;
}
.home__news li dl {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
    .home__news li p {
        line-height: 1.6;
    }
.home__news li dd {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 4rem;
}
.home__news .com-btn a {
    margin-top: 3rem;
  }
.home__seminar-inner {
  border-radius: 3rem;
  padding: 3rem 2rem;
}
.home__seminar h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.home__seminar-dtl {
  display: block;
  margin-bottom: 1rem;
}
.home__seminar-dtl dt {
  width: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home__seminar-dtl dd {
  padding: 1rem;
  border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.home__seminar-scroll-area {
  margin-bottom: 4rem;
}
.home__seminar-schedule {
  font-size: 1.4rem;
    white-space: nowrap;
}
.home__seminar-scroll-txt {
    display: block;
    text-align:center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
    .home__seminar-scroll-area {
        overflow: auto;
    }
.home__seminar-schedule th {
  padding: 0.8rem;
}
.home__seminar-schedule td {
  padding: 0.8rem;
}
.home__seminar-dtl-inq {
  padding: 1.5rem;
  border-radius: 1.5rem;
  margin-top: 2.5rem;
}
.home__seminar-dtl-inq h4 {
  margin-bottom: 1rem;
  text-align: center;
}
.home__seminar-dtl-inq .com-btn a {
  margin-top: 1.5rem;
    height: 5rem;
}
.home__seminar::before {
  height: 4rem;
  top: -4rem;
}
.home__seminar {
  padding-bottom: 7rem;
  padding-top: 2rem;
}
}
    
    
.background__visual {
    margin-bottom: 70px;
}   
.background__visual img {
    border-radius: 30px;
}
.background__image {
    display: flex;
    gap:50px;
}
.background__image-item {
    width: calc((100% - 50px) / 2);
}
.background__image-item h3 {
    background-color: #f8d25e;
    color: #7d4c00;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    height: 120px;
    font-size: 22px;
    line-height: 1.5;
    border-radius: 15px;
    margin-bottom: 20px;
}
.background__lead-txt {
    margin-bottom:90px;
}
.background__info {
    text-align: center;
    margin-bottom: 100px;
}
.background__info img {
    width: 600px;
    margin: auto;
}

.background__team {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.background__team-item {
    background-color: #fff;
  padding: 40px;
  border-radius: 30px;
    box-sizing: border-box;
    color: var(--c-base);
    width: calc((100% - 40px) / 2);
}
.background__team-item h3 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 10px;
    color: var(--c-or);
}
@media screen and (max-width:1080px){
.background__visual img {
  border-radius: 1.5rem;
}
.background__visual {
  margin-bottom: 3rem;
}
.background__lead-txt {
  margin-bottom: 5rem;
}
.background__image {
  display: block;
}
.background__image-item {
  width: auto;
}
.background__image-item h3 {
  height: 9rem;
  font-size: 1.7rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.background__image-item:not(:last-child) {
    margin-bottom: 3rem;
  }
.background__team {
  display: block;
}
.background__team-item {
  padding: 2rem;
  border-radius: 2rem;
  width: auto;
}
    .background__team-item:not(:last-child) {
        margin-bottom: 2rem;
    }
.background__team-item h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.background__info {
  margin-bottom: 5rem;
}
}








.contact__tel {
    border: #fff 2px solid;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 80px;
}
.contact__tel dt {
    font-size: 20px;
}
.contact__tel dd a {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}
.contact__form {
    background-color: #fff;
    padding: 50px;
  border-radius: 30px;
    color: var(--c-base);
}
.contact__form table {
    color: var(--c-base);
}
.contact__form table th {
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    padding-top: 20px;
}
.contact__form table th span {
    background-color: var(--c-or);
    color: #fff;
    font-size: 80%;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    line-height: 1.7;
    margin-right: 15px;
}
.contact__form table th span.free {
    background-color: #bfb8a3;
}
.contact__form table td {
    border-bottom: #d9d2be 1px solid;
    display: block;
    padding-bottom: 20px;
}
.contact__input {
    background-color: #f7f5ef;
    border-radius: 10px;
    padding: 10px;
    height: 70px;
    box-sizing: border-box;
    border: #d9d2be 1px solid;
    width: 100%;
}
.contact__input:focus {
    border-color: var(--c-base);
}
.contact__input--year {
    width: 200px;
}
.contact__textarea {
    background-color: #f7f5ef;
    border-radius: 10px;
    padding: 10px;
    height: 300px;
    box-sizing: border-box;
    border: #d9d2be 1px solid;
    width: 100%;
}
.contact__textarea:focus {
    border-color: var(--c-base);
}
.contact__list {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.contact__privacy {
    overflow:auto;
    padding: 50px;
    border-radius: 20px;
    border: #d9d2be 1px solid;
    color: var(--c-base);
    font-size: 15px;
    height: 220px;
    margin-top: 50px;
    
}
.contact__privacy dl:not(:last-child) {
    margin-bottom: 40px;
}
.contact__privacy h3 {
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 20px;
}
.contact__privacy dt {
    font-weight: 900;
    margin-bottom: 15px;
}
.contact__privacy .mdb {
    margin-bottom: 30px;
}
.contact__privacy-conf {
    text-align: center;
    margin-top: 20px;
}
.contact__privacy-check {
    text-align: center;
    background-color: #f7f5ef;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.contact__btn-box {
    display: flex;
    gap:20px;
    justify-content: center;
    margin-top: 40px;
}
.contact__btn-box button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-weight: 700;
    height: 70px;
    border-radius: 40px;
    background-color: var(--c-or);
    color: #fff;
    font-size: 17px;
    width: 320px;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.contact__btn-box button:hover {
    opacity: 0.8;
}
.contact__btn-box button.back-btn {
    background-color: #bfb8a3;
}
.contact__position {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    position: relative;
    margin-bottom: 70px;
}
.contact__position:after {
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 100px;
    right: 100px;
    top: 25px;
    z-index: 1;
}
.contact__position li {
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    width: 150px;
    position: relative;
    z-index: 2;
}
.contact__position li span {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: #fff 2px solid;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 900;
    margin: auto;
    margin-bottom: 5px;
    font-size: 17px;
    background-color: var(--c-or);
}
.contact__position li.current span{
    background-color: #fff;
    color: var(--c-or);

}
.formErrorContent {
    color: var(--c-or);
    font-weight: 700;
    margin-bottom: 15px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    /* font-size: 14px; */
    line-height: 30px;
    cursor: pointer;
}


input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 19px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid var(--c-or);
    border-bottom: 3px solid var(--c-or);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
		opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
	margin-left:-13px;
        position: absolute;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 30px;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    background: #FFF;
  }
    input[type=radio] + label::before {
        border: 2px solid #d9d2be;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #d9d2be;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: var(--c-or);
	border-radius: 8px;
    }
    input[type="radio"]:checked + label::after {
    left: 7px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: var(--c-or);
    border-radius: 8px;
  }
@media screen and (max-width:1080px){
.contact__form {
  padding: 2rem;
  border-radius: 3rem;
}
.contact__input {
  border-radius: 0.5rem;
  padding: 1rem;
  height: 6rem;
  width: 100%;
    font-size: 1.6rem;
}
.contact__form table td {
  padding-bottom: 2rem;
}
.contact__form table th {
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
.contact__form table th span {
  width: 3.8rem;
  border-radius: 4rem;
  line-height: 1.7;
  margin-right: 1rem;
}
.contact__textarea {
  border-radius: 0.5rem;
  padding: 1rem;
  height: 20rem;
    font-size: 1.6rem;
}
.contact__list {
  display: block;
}
    .contact__list li:not(:last-child) {
        margin-bottom: 1rem;
    }
.contact__input--year {
  width: 15rem;
}
.contact__privacy {
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  height: 23rem;
  margin-top: 4rem;
}
.contact__privacy h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.contact__privacy dt {
  margin-bottom: 1.5rem;
}
.contact__privacy .mdb {
  margin-bottom: 2.5rem;
}
.contact__privacy-conf {
  margin-top: 2rem;
}
.contact__privacy-check {
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
    .contact__position {
        margin-bottom: 4rem;
    }
.contact__position li span {
  width: 3rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.contact__position li {
  font-size: 1.1rem;
    width: 10rem;
    
}
.contact__position::after {
  height: 0.2rem;
  left: 5rem;
  right: 5rem;
  top: 1.6rem;
}
.contact__tel {
  border-radius: 2rem;
  padding: 1.5rem;
  font-size: 1.3rem;
  margin-bottom: 4rem;
}
.contact__tel dt {
  font-size: 1.6rem;
}
.contact__tel dd a {
  font-weight: 900;
  font-size: 2.7rem;
  color: #fff;
}
.contact__btn-box {
    display: block;
    text-align: center;
    margin-top: 3rem;
}
.contact__btn-box li {
    margin-bottom: 1.5rem;
}
.contact__btn-box button {
  height: 5.5rem;
  border-radius: 4rem;
  font-size: 1.5rem;
  width: 25rem;
    margin: auto;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  line-height: 1.5;
    padding: 0 0 0 2.5rem;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
}
input[type="checkbox"]:checked + label::after {
  left: -0.1rem;
  width: 1.9rem;
  height: 1rem;
  margin-top: -0.8rem;
    border-left-width: 0.3rem;
    border-bottom-width: 0.3rem;
}
input[type="radio"]:checked + label::after {
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  border-radius: 0.8rem;
}
}
    
.news__list li{
    margin-bottom: 10px;
}

.news__list li a {
    display: flex;
    background-color: #fff;
    border-radius: 40px;
    padding: 20px;
    background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px;
    padding-right: 60px;
}
.news__list li a:hover p {
    color: var(--c-or);
    text-decoration: underline;
}
.news__list li dl {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.news__list li dt {
    font-weight: 700;
    margin-right: 30px;
    padding-left: 20px;
}
.news__list li dd {
    background-color: var(--c-or);
    color: #fff;
    font-size:85%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}
.news__pager {
    display: flex;
    gap:15px;
    justify-content: center;
    margin-top: 50px;
}
.news__pager span,
.news__pager a{
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: #fff 1px solid;
    font-weight: 900;
    color: #fff;
    display: block;
    margin: 5px;
}
.news__pager span,
.news__pager a:hover{
    background-color: #fff;
    color: var(--c-or);
}

.news__single dl {
    display: flex;
    align-items: center;
    font-weight: 900;
    margin-bottom: 20px;
}
.news__single dt {
    margin-right: 15px;
}
.news__single dd {
  background-color: #fff;
  color: var(--c-or);
  font-size: 85%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 40px;
    
}
.news__single h2 {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
}


@media screen and (max-width:1080px){
.news__list li a {
  display: block;
  border-radius: 2rem;
  padding: 1.5rem;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  padding-right: 4rem;
}
.news__list li dt {
  margin-right: 1rem;
  padding-left: 0;
}
.news__list li dl {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.news__list li p {
        line-height: 1.6;
    }
.news__list li dd {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 4rem;
}
.news__single h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.news__single dl {
  margin-bottom: 1.5rem;
}
.news__single dt {
  margin-right: 1rem;
}
.news__single dd {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4rem;
  }
.news__pager span, .news__pager a {
  width: 4rem;
  line-height: 4rem;
    margin: 0.5rem;
}
.news__pager {
  gap: 1rem;
  margin-top: 4rem;
}
}



















