@charset "utf-8";

#slide1 {
background: #fff url("../img/top/slide1.webp") no-repeat center center/cover;
}
#slide2 {
background: #fff url("../img/top/slide2.webp") no-repeat center bottom/cover;
}
#slide3 {
background: #fff url("../img/top/slide3.webp") no-repeat center center/cover;
}
#slide3 span {
letter-spacing: -2vh;
}
#loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 99999;
background: rgba(0,0,0,1);
animation: loading 2s forwards;
display: flex;
justify-content: center;
align-items: center;
}
@keyframes loading {
0% {
opacity: 1;
}
70% {
opacity: 1;
}
100% {
opacity: 0;
display: none;
}
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

/* bxslider */
.bx-wrapper, .bx-viewport, .bxslider, .slide {
height: 100vh !important;
}
.slide {
position: relative;
}

/* トップページ */
#top {
background: #000;
color: #fff;
}
#hdr_top {
position: relative;
height: 100vh;
}
#logo {
position: absolute;
top: 5rem;
left: 5rem;
z-index: 999;
}
h2.title_right {
position: absolute;
top: 0;
right: 15vw;
height: 100%;
text-align: center;
font-size: 7.25vh;
writing-mode: vertical-rl;
}
h2.title_left {
position: absolute;
top: 0;
left: 15vw;
height: 100%;
text-align: center;
font-size: 7.25vh;
writing-mode: vertical-rl;
}
#tp_block1 {
position: relative;
padding: 14rem 0 10rem 0;
text-align: center;
}
#tp_block1 p {
margin-bottom: 2rem;
}
.top_read {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
letter-spacing: 0.2rem;
padding-bottom: 1rem;
border-bottom: 0.1rem solid #fff;
margin-bottom: 4rem;
text-align: center;
}
#w_line1 {
position: absolute;
top: 0;
right: 5vw;
width: 3vw;
height: 100%;
background: #e3e3e3;
}
#w_line2 {
position: absolute;
top: 0;
right: 9vw;
width: 1vw;
height: 100%;
background: #e3e3e3;
}
#tp_block2 {
position: relative;
background: url("../img/top/back_people.webp") no-repeat center center/cover;
height: 50vh;
margin-bottom: 15rem;
}
#tp_block2 p {
position: absolute;
bottom: 3rem;
right: 3rem;
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
text-align: right;
}
#top_block3 {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 10rem;
}
#top_block3 > a {
display: block;
position: relative;
color: #fff;
cursor: pointer;
overflow: hidden;
}
#top_block3 > a img {
  height: auto;
  transition: transform 1s ease; /* ゆっくり変化させる */
}
#top_block3 > a img:hover {
  transform: scale(1.05); /* 拡大 */
}
#top_block3 > a p {
position: absolute;
top: 3rem;
left: 0;
font-size: 3rem;
font-weight: bold;
width: 100%;
}
.pdl {
padding-left: 3rem;
}
.pdr {
padding-right: 3rem;
text-align: right;
}
#top_block4 {
text-align: center;
}
#top_block4 h3 {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
margin-bottom: 3rem;
}
#top_block4 h4 {
font-size: 1.8rem;
margin-bottom: 3rem;
}
#top_block4 > p {
margin-bottom: 3rem;
}
#top_block4 > a > div > p {
font-size: 1.4rem;
padding: 1rem 0.4rem;
text-align: center;
line-height: 1;
width: 14rem;
}
#top_block4 > a {
display: block;
width: 20rem;
margin: 0 auto;
border: 0.1rem solid #fff;
color: #fff;
transition: 0.3s;
}
#top_block4 > a:hover {
opacity: 0.7;
text-decoration: none;
}
#top_block4 > a > div {
display: flex;
justify-content: space-between;
}
#top_block4 > a > div > div {
position: relative;
border-left: 0.1rem solid #fff;
width: 6rem;
display: flex;
justify-content: center;
align-items: center;
}
#top_block4 > a > div > div span {
display: block;
width: 80%;
height: 40%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
}

/* 事業案内 */
#hdr_services {
background-image: url("../img/services/hdr_services.webp");
}
#j_pic {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 8rem;
}
.j_cnt {
display: flex;
justify-content: space-between;
margin-bottom: 8rem;
}
.j_cnt h3 {
color: #fff;
background: rgb(0,27,107);
background: linear-gradient(130deg, rgba(0,27,107,1) 0%, rgba(0,19,74,1) 100%);
padding: 4rem 2rem;
font-size: 2rem;
width: 35%;
}
.j_cnt h3 span {
display: block;
font-size: 3rem;
margin-top: 2rem;
}
.j_cnt p {
width: 60%;
display: flex;
align-items: center;
}
.j_cnt p span {
display: block;
}
.jc_right h3 {
order: 2;
}
.jc_right p {
order: 1;
}

/* 会社案内 */
#hdr_company {
background-image: url("../img/company/hdr_company.webp");
}
#gaiyo table {
width: 80rem;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#gaiyo th, #gaiyo td {
padding: 2rem 0;
border-bottom: 0.1rem solid #000;
}
#gaiyo th {
width: 20%;
}
#map {
height: 40rem;
}
#c_name {
text-align: right;
}
#c_name span {
font-size: 1.2rem;
margin-right: 3rem;
}

/* 採用情報 */
#hdr_recruit {
background-image: url("../img/recruit/hdr_recruit.webp");
}
#rec_h {
font-size: 4rem;
}
#wakai {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 3rem;
background: #5CB531;
color: #fff;
font-size: 3rem;
font-weight: bold;
}
#wakai span {
display: block;
border-left: 0.5rem solid #fff;
border-right: 0.5rem solid #fff;
text-shadow: 0.2rem 0.2rem 0 #000;
padding:  0 2rem;
}
#rec_gai {
font-family: "游ゴシック","YuGothic";
}
#rec_gai table {
border-collapse: collapse;
width: 100%;
}
#rec_gai th, #rec_gai td {
padding: 1rem 0;
vertical-align: top;
}
#rec_gai th {
width: 20%;
}
#rec_gai article th, #rec_gai article td {
border-bottom: 0.1rem solid #ccc;
}
#rec_gai article {
margin-bottom: 8rem;
}
#rec_gai section {
border-top: 0.1rem solid #ccc;
padding: 2rem 0;
}
#rec_gai em {
font-weight: bold;
}
#bite {
background: #5CB531;
color: #fff;
padding: 0 2rem 2rem 2rem;
display: flex;
justify-content: center;
align-items: center;
}
#bite h3 {
font-weight: bold;
font-size: 2rem;
}
#bite p {
font-weight: bold;
font-size: 1.6rem;
padding-left: 2rem;
margin-bottom: 0;
}

/* お問合せ */
#hdr_mail {
background-image: url("../img/mail/hdr_mail.webp");
}
#m_wrapper {

}
table.formTable {
border-collapse: collapse;
width: 100%;
}
table.formTable th, table.formTable td {
padding: 2rem 0;
border-top: 0.1rem dashed #aaa;
}
table.formTable th {
text-align: left;
padding-left: 1rem;
width: 28%;
}
table.formTable td {
font-size: 1.8rem;
}
#m_kaisya, #m_busyo, #m_name, #m_kana, #m_add, #m_naiyo {
width: 100%;
}
#m_email, #m_emailcheck {
width: 80%;
}
#m_tel, #m_fax, #m_post {
width: 24%;
}
#m_naiyo {
height: 20rem;
}
.must {
color: #0E58A1;
margin-left: 0.6rem;
}
.error_messe {
color: #ff0000;
margin: 2rem 0;
}
.machi {
margin-bottom: 2rem;
}

#oden {
font-size: 3rem;
}
#policy {
height: 30rem;
overflow: auto;
padding: 2rem;
border: 0.1rem solid #ddd;
}
#policy h3 {
font-weight: bold;
margin-bottom: 1rem
}
#policy p {
margin-bottom: 2rem;
}
#pol_h {
margin-top: 10rem;
}
#denwa {
margin: 5rem 0;
border-top: 0.1rem solid #000;
border-bottom: 0.1rem solid #000;
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
font-family: "游ゴシック","YuGothic";
}
#denwa h3 {
color: #133169;
font-weight: bold;
margin-right: 2rem;
margin-left: 1rem;
}
#denwa p {
font-size: 1.8rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {


/* bxslider */
.bx-wrapper, .bx-viewport, .bxslider, .slide {
height: 70vh !important;
}
.slide {
position: relative;
}

/* トップページ */
#top {
background: #000;
color: #fff;
}
#hdr_top {
position: relative;
height: 70vh;
}
#logo {
position: absolute;
top: 5rem;
left: 5rem;
z-index: 998;
}
h2.title_right {
position: absolute;
top: 18vh;
left: 0;
width: 100%;
text-align: center;
font-size: 4.25vh;
}
h2.title_left {
position: absolute;
top: 18vh;
left: 0;
width: 100%;
text-align: center;
font-size: 4.25vh;
}
#tp_block1 {
position: relative;
padding: 14rem 2rem 10rem 2rem;
text-align: center;
}
#tp_block1 p {
margin-bottom: 2rem;
}
.top_read {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
letter-spacing: 0.2rem;
padding-bottom: 1rem;
border-bottom: 0.1rem solid #fff;
margin-bottom: 4rem;
text-align: center;
}
#w_line1 {
display: none;
}
#w_line2 {
display: none;
}
#tp_block2 {
position: relative;
background: url("../img/top/back_people.webp") no-repeat center center/cover;
height: 50vh;
margin-bottom: 15rem;
}
#tp_block2 p {
position: absolute;
bottom: 3rem;
right: 3rem;
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
text-align: right;
}
#top_block3 {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 10rem;
}
#top_block3 > a {
display: block;
position: relative;
color: #fff;
cursor: pointer;
overflow: hidden;
}
#top_block3 > a img {
  height: auto;
  transition: transform 1s ease; /* ゆっくり変化させる */
}
#top_block3 > a img:hover {
  transform: scale(1.05); /* 拡大 */
}
#top_block3 > a p {
position: absolute;
top: 3rem;
left: 0;
font-size: 3rem;
font-weight: bold;
width: 100%;
}
.pdl {
padding-left: 3rem;
}
.pdr {
padding-right: 3rem;
text-align: right;
}
#top_block4 {
text-align: center;
}
#top_block4 h3 {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
margin-bottom: 3rem;
}
#top_block4 h4 {
font-size: 1.8rem;
margin-bottom: 3rem;
}
#top_block4 > p {
margin-bottom: 3rem;
}
#top_block4 > a > div > p {
font-size: 1.4rem;
padding: 1rem 0.4rem;
text-align: center;
line-height: 1;
width: 14rem;
}
#top_block4 > a {
display: block;
width: 20rem;
margin: 0 auto;
border: 0.1rem solid #fff;
color: #fff;
transition: 0.3s;
}
#top_block4 > a:hover {
opacity: 0.7;
text-decoration: none;
}
#top_block4 > a > div {
display: flex;
justify-content: space-between;
}
#top_block4 > a > div > div {
position: relative;
border-left: 0.1rem solid #fff;
width: 6rem;
display: flex;
justify-content: center;
align-items: center;
}
#top_block4 > a > div > div span {
display: block;
width: 80%;
height: 40%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
}

/* 事業案内 */
#hdr_services {
background-image: url("../img/services/hdr_services.webp");
}
#j_pic {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 8rem;
}
.j_cnt {
display: flex;
justify-content: space-between;
margin-bottom: 8rem;
}
.j_cnt h3 {
color: #fff;
background: rgb(0,27,107);
background: linear-gradient(130deg, rgba(0,27,107,1) 0%, rgba(0,19,74,1) 100%);
padding: 4rem 2rem;
font-size: 2rem;
width: 35%;
}
.j_cnt h3 span {
display: block;
font-size: 2rem;
margin-top: 2rem;
}
.j_cnt p {
width: 60%;
display: flex;
align-items: center;
}
.j_cnt p span {
display: block;
}
.jc_right h3 {
order: 2;
}
.jc_right p {
order: 1;
}

/* 会社案内 */
#hdr_company {
background-image: url("../img/company/hdr_company.webp");
}
#gaiyo table {
width: 80rem;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#gaiyo th, #gaiyo td {
padding: 2rem 0;
border-bottom: 0.1rem solid #000;
}
#gaiyo th {
width: 20%;
}
#map {
height: 40rem;
}
#c_name {
text-align: right;
}
#c_name span {
font-size: 1.2rem;
margin-right: 3rem;
}

/* 採用情報 */
#hdr_recruit {
background-image: url("../img/recruit/hdr_recruit.webp");
}
#rec_h {
font-size: 4rem;
}
#wakai {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 3rem;
background: #5CB531;
color: #fff;
font-size: 3rem;
font-weight: bold;
}
#wakai span {
display: block;
border-left: 0.5rem solid #fff;
border-right: 0.5rem solid #fff;
text-shadow: 0.2rem 0.2rem 0 #000;
padding:  0 2rem;
}
#rec_gai {
font-family: "游ゴシック","YuGothic";
}
#rec_gai table {
border-collapse: collapse;
width: 100%;
}
#rec_gai th, #rec_gai td {
padding: 1rem 0;
vertical-align: top;
}
#rec_gai th {
width: 20%;
}
#rec_gai article th, #rec_gai article td {
border-bottom: 0.1rem solid #ccc;
}
#rec_gai article {
margin-bottom: 8rem;
}
#rec_gai section {
border-top: 0.1rem solid #ccc;
padding: 2rem 0;
}
#rec_gai em {
font-weight: bold;
}
#bite {
background: #5CB531;
color: #fff;
padding: 0 2rem 2rem 2rem;
display: flex;
justify-content: center;
align-items: center;
}
#bite h3 {
font-weight: bold;
font-size: 2rem;
}
#bite p {
font-weight: bold;
font-size: 1.4rem;
padding-left: 2rem;
margin-bottom: 0;
}

/* お問合せ */
#hdr_mail {
background-image: url("../img/mail/hdr_mail.webp");
}
#m_wrapper {
margin: 5rem 0;
}
table.formTable {
border-collapse: collapse;
width: 100%;
}
table.formTable th, table.formTable td {
padding: 2rem 0;
border-top: 0.1rem dashed #aaa;
}
table.formTable th {
text-align: left;
padding-left: 1rem;
width: 28%;
}
table.formTable td {
font-size: 1.8rem;
}
#m_kaisya, #m_busyo, #m_name, #m_kana, #m_add, #m_naiyo {
width: 100%;
}
#m_email, #m_emailcheck {
width: 80%;
}
#m_tel, #m_fax, #m_post {
width: 24%;
}
#m_naiyo {
height: 20rem;
}
.must {
color: #0E58A1;
margin-left: 0.6rem;
}
.error_messe {
color: #ff0000;
margin: 2rem 0;
}
.machi {
margin-bottom: 2rem;
}
#oden {
font-size: 3rem;
}
#policy {
height: 30rem;
overflow: auto;
padding: 2rem;
border: 0.1rem solid #ddd;
}
#policy h3 {
font-weight: bold;
margin-bottom: 1rem
}
#policy p {
margin-bottom: 2rem;
}
#pol_h {
margin-top: 10rem;
}
#denwa {
margin: 5rem 0;
border-top: 0.1rem solid #000;
border-bottom: 0.1rem solid #000;
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
font-family: "游ゴシック","YuGothic";
}
#denwa h3 {
color: #133169;
font-weight: bold;
margin-right: 2rem;
margin-left: 1rem;
}
#denwa p {
font-size: 1.8rem;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

#loading div {
width: 8rem;
}

/* bxslider */
.bx-wrapper, .bx-viewport, .bxslider, .slide {
height: 70vh !important;
}
.slide {
position: relative;
}

/* トップページ */
#top {
background: #000;
color: #fff;
}
#hdr_top {
position: relative;
height: 70vh;
}
#logo {
position: absolute;
top: 2rem;
left: 2.4rem;
z-index: 998;
}
h2.title_right {
position: absolute;
top: 16vh;
right: 0;
width: 100%;
text-align: center;
font-size: 4.25vh;
}
h2.title_left {
position: absolute;
top: 12vh;
right: 0;
width: 100%;
font-size: 4.25vh;
writing-mode: vertical-rl;
display: flex;
justify-content: center;
align-items: center;
}
h2.title_left span {
display: block;
}
#tp_block1 {
position: relative;
padding: 5rem 3rem;;
text-align: center;
}
#tp_block1 p {
margin-bottom: 2rem;
}
.top_read {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
letter-spacing: 0.2rem;
padding-bottom: 1rem;
border-bottom: 0.1rem solid #fff;
margin-bottom: 4rem;
text-align: center;
}
#w_line1 {
display: none;
}
#w_line2 {
display: none;
}
#tp_block2 {
position: relative;
background: url("../img/top/back_people.webp") no-repeat center center/cover;
height: 50vh;
margin-bottom: 15rem;
}
#tp_block2 p {
position: absolute;
bottom: 3rem;
right: 3rem;
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
text-align: right;
}
#top_block3 {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 10rem;
}
#top_block3 > a {
display: block;
position: relative;
color: #fff;
cursor: pointer;
overflow: hidden;
}
#top_block3 > a img {
  height: auto;
  transition: transform 1s ease; /* ゆっくり変化させる */
}
#top_block3 > a img:hover {
  transform: scale(1.05); /* 拡大 */
}
#top_block3 > a p {
position: absolute;
top: 1rem;
left: 0;
font-size: 1.8rem;
font-weight: bold;
width: 100%;
}
.pdl {
padding-left: 2rem;
}
.pdr {
padding-left: 2rem;
}
#top_block4 {
text-align: center;
padding: 0 2rem;
}
#top_block4 h3 {
font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
font-size: 3.2rem;
margin-bottom: 3rem;
}
#top_block4 h4 {
font-size: 1.8rem;
margin-bottom: 3rem;
}
#top_block4 > p {
margin-bottom: 3rem;
font-size: 1.3rem;
}
#top_block4 > a > div > p {
font-size: 1.4rem;
padding: 1rem 0.4rem;
text-align: center;
line-height: 1;
width: 14rem;
}
#top_block4 > a {
display: block;
width: 20rem;
margin: 0 auto;
border: 0.1rem solid #fff;
color: #fff;
transition: 0.3s;
}
#top_block4 > a:hover {
opacity: 0.7;
text-decoration: none;
}
#top_block4 > a > div {
display: flex;
justify-content: space-between;
}
#top_block4 > a > div > div {
position: relative;
border-left: 0.1rem solid #fff;
width: 6rem;
display: flex;
justify-content: center;
align-items: center;
}
#top_block4 > a > div > div span {
display: block;
width: 80%;
height: 40%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
}

/* 事業案内 */
#hdr_services {
background-image: url("../img/services/hdr_services.webp");
}
#j_pic {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: 3rem;
}
.j_cnt {
margin-bottom: 3rem;
}
.j_cnt h3 {
color: #fff;
background: rgb(0,27,107);
background: linear-gradient(130deg, rgba(0,27,107,1) 0%, rgba(0,19,74,1) 100%);
padding: 2rem 2rem;
font-size: 2rem;
margin-bottom: 1rem;
}
.j_cnt h3 span {
display: block;
font-size: 2.4rem;
margin-top: 1rem;
}
.j_cnt p {
margin-bottom: 5rem;
font-size: 1.6rem;
}
.j_cnt p span {
display: block;
}
.jc_right h3 {
order: 2;
}
.jc_right p {
order: 1;
}

/* 会社案内 */
#hdr_company {
background-image: url("../img/company/hdr_company.webp");
}
#gaiyo table {
width: 96%;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#gaiyo th, #gaiyo td {
padding: 2rem 0;
border-bottom: 0.1rem solid #000;
display: block;
}
#gaiyo th {
border-bottom: none;
padding-bottom: 0;
}
#map {
height: 30rem;
}
#c_name {
text-align: right;
}
#c_name span {
font-size: 1.2rem;
margin-right: 3rem;
}

/* 採用情報 */
#hdr_recruit {
background-image: url("../img/recruit/hdr_recruit.webp");
}
#rec_h {
font-size: 2.6rem;
}
#wakai {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 3rem;
background: #5CB531;
color: #fff;
font-size: 3rem;
font-weight: bold;
}
#wakai span {
display: block;
border-left: 0.5rem solid #fff;
border-right: 0.5rem solid #fff;
text-shadow: 0.2rem 0.2rem 0 #000;
padding:  0 2rem;
}
#rec_gai {
font-family: "游ゴシック","YuGothic";
}
#rec_gai table {
border-collapse: collapse;
width: 100%;
}
#rec_gai th, #rec_gai td {
padding: 1rem 0;
display: block;
border-bottom: 0.1rem dotted #ccc;
}
#rec_gai th {
border-bottom: none;
padding-bottom: 0;
}
#rec_gai article th, #rec_gai article td {
border-bottom: 0.1rem solid #ccc;
}
#rec_gai article th {
border-bottom: none;
padding-bottom: 0;
}
#rec_gai article {
margin-bottom: 8rem;
}
#rec_gai section {
border-top: 0.1rem solid #ccc;
padding: 2rem 0;
margin-bottom: 8rem;
}
#rec_gai em {
font-weight: bold;
color: #0074d7;
}
#bite {
background: #5CB531;
color: #fff;
padding: 1rem 2rem 2rem 2rem;
text-align: center;
}
#bite h3 {
font-weight: bold;
font-size: 2rem;
}
#bite p {
font-weight: bold;
font-size: 1.6rem;
}

/* お問合せ */
#hdr_mail {
background-image: url("../img/mail/hdr_mail.webp");
}
#m_wrapper {
margin: 5rem 0;
}
table.formTable {
border-collapse: collapse;
width: 100%;
}
table.formTable th, table.formTable td {
padding: 2rem 0;
border-top: 0.1rem dashed #aaa;
display: block;
}
table.formTable th {
text-align: left;
padding-left: 1rem;
padding-bottom: 0;
}
table.formTable td {
font-size: 1.8rem;
border-top: none;
}
#m_kaisya, #m_busyo, #m_name, #m_kana, #m_add, #m_naiyo {
width: 100%;
}
#m_email, #m_emailcheck {
width: 100%;
}
#m_tel, #m_fax, #m_post {
width: 100%;
}
#m_naiyo {
height: 20rem;
}
.must {
color: #0E58A1;
margin-left: 0.6rem;
}
.error_messe {
color: #ff0000;
margin: 2rem 0;
}
.machi {
margin-bottom: 2rem;
}
#oden {
font-size: 3rem;
}
#policy {
height: 30rem;
overflow: auto;
padding: 2rem;
border: 0.1rem solid #ddd;
}
#policy h3 {
font-weight: bold;
margin-bottom: 1rem
}
#policy p {
margin-bottom: 2rem;
}
#pol_h {
margin-top: 10rem;
}
#denwa {
margin: 5rem 0;
border-top: 0.1rem solid #000;
border-bottom: 0.1rem solid #000;
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
font-family: "游ゴシック","YuGothic";
}
#denwa h3 {
color: #133169;
font-weight: bold;
margin-right: 2rem;
margin-left: 1rem;
}
#denwa p {
font-size: 1.8rem;
}


}