@charset "UTF-8";
     article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
display: block;
}
blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
margin: 0;
padding: 0;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
li {
list-style: none;
}
a,
a:link {
text-decoration: none;
}
a:visited,
a:active {
color: #2D3047;
}
img {
max-width: 100%;
height: auto;
border: 0;
height: auto;
vertical-align: bottom;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
button, input, select, textarea {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
display: none;
}
i {
font-style: normal;
}
textarea {
resize: none;
font-family: sans-serif;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}   html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin: auto;
width: 100%;
height: 100%;
font-size: 62.5%;
}
*,
:after,
:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
button {
border: none;
}
body {
position: relative;
margin: 0;
background-color: #fff;
font-family: "Noto Sans JP", sans-serif;
-webkit-font-feature-settings: "palt" 1;
font-feature-settings: "palt" 1;
width: 100%;
height: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #2D3047;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
overflow-x: hidden;
}
a {
color: #E96100;
text-decoration: none;
-webkit-transition: 0.5s;
transition: 0.5s;
}
a img {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {
color: #009699;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}  body img {
width: 100%;
height: auto;
font-size: 0;
}
img {
image-rendering: -webkit-optimize-contrast;
} .main_width {
margin: 0 auto;
width: calc(100% - 40px);
max-width: 1200px;
} .sp {
display: none !important;
}
.pc {
display: block !important;
} @media screen and (max-width: 768px) {
.pc {
display: none !important;
} .sp {
display: block !important;
}
}
.cen {
text-align: center;
}
.en {
font-family: "Libertinus Sans", sans-serif;
}
.btn a {
position: relative;
padding: 14px 66px;
color: #FFF;
font-size: clamp(1.6rem, 1.7vw, 2.4rem);
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1;
display: inline-block;
}
.btn a:hover {
opacity: 0.7;
}
.btn.icn a {
padding: 26px 30px 26px 76px;
min-width: 260px;
}
@media screen and (max-width: 768px) {
.btn.icn a {
min-width: 180px;
}
}
.btn.icn a::before {
position: absolute;
content: "";
width: 38px;
height: 28px;
top: calc(50% - 14px);
left: 26px;
-webkit-transition: 0.5s;
transition: 0.5s;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail.svg) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
.btn.icn a::before {
width: 25px;
height: 25px;
top: calc(50% - 12px);
left: 18px;
}
}
.btn.icn a:hover {
opacity: 0.7;
}
.btn.more {
width: 70px;
height: 70px;
color: white;
font-size: 1.8rem;
font-weight: 500;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
}
@media screen and (max-width: 820px) {
.btn.more {
width: 45px;
height: 45px;
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0.05em;
}
}
.btn.more:hover {
background: #0061C2;
}
.external {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: block;
}
.external span {
position: relative;
padding-right: 35px;
}
.external span::after {
position: absolute;
content: "";
width: 22px;
height: 22px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-external.svg) no-repeat 0 0/contain;
top: calc(50% - 11px);
right: 0;
}
.btn.external a {
margin: 116px auto 16px;
padding: 15px 18px;
width: 430px;
height: 86px;
color: #FFF;
font-size: 2.4rem;
letter-spacing: 0.05em;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 51px;
}
@media screen and (max-width: 768px) {
.btn.external a {
margin: 30px auto 15px;
width: 100%;
height: 60px;
font-size: 1.6rem;
letter-spacing: 0.08em;
}
}
.btn.external a span {
position: relative;
padding-right: 34px;
display: block;
}
.btn.external a span::after {
position: absolute;
content: "";
width: 22px;
height: 22px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-external.svg) no-repeat 0 0/contain;
top: calc(50% - 10px);
right: 0;
}
.btn.external a:hover {
background: #0061C2;
}
.btn.arrow a {
margin: 80px auto 100px;
padding: 15px 18px;
width: 348px;
height: 86px;
color: #FFF;
font-size: 2.4rem;
letter-spacing: 0.08em;
font-weight: 700;
background: #2D3047;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 51px;
}
@media screen and (max-width: 768px) {
.btn.arrow a {
margin: 40px auto 60px;
width: 100%;
max-width: 288px;
height: 60px;
font-size: 2rem;
letter-spacing: 0.08em;
}
}
.btn.arrow a span {
position: relative;
padding-right: 42px;
display: block;
}
.btn.arrow a span::after {
position: absolute;
content: "";
width: 16px;
height: 30px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-white.svg) no-repeat 0 0/contain;
top: calc(50% - 14px);
right: 0;
}
.btn.arrow a:hover {
background: #0061C2;
}
.txt_base p {
color: #2D3047;
font-size: clamp(1.4rem, 1.6vw, 1.8rem);
font-weight: 400;
letter-spacing: 0.025em;
line-height: 2;
}      #pagetop {
font-size: 1px;
line-height: 0;
overflow: hidden;
float: right;
}
#pagetop a {
text-decoration: none;
}
#pagetop img {
width: 50px;
height: 50px;
vertical-align: bottom;
}
@media screen and (max-width: 768px) {
#pagetop img {
width: 40px;
height: 40px;
}
}
#pagetop.f_fixed {
position: fixed;
bottom: 30px;
right: 15px;
z-index: 99;
}
@media screen and (max-width: 768px) {
#pagetop.f_fixed {
bottom: 15px;
right: 15px;
}
}
.animate.ver_down_top {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_down_top.scrollin {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.animate.ver_left_right {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_left_right.scrollin {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.animate.ver_right_left {
opacity: 0;
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.animate.ver_right_left.scrollin {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}  @-webkit-keyframes infinity-scroll-left {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes infinity-scroll-left {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.marque {
overflow: hidden; }
.marque .marque_inner {
margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.marque .marque_inner {
margin-bottom: 34px;
}
}
.marque .marque_inner .marque_parent {
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.marque .marque_inner .marque_parent {
margin-bottom: 20px;
}
}  .bread_crumb {
padding-bottom: 10px;
width: 100%;
color: #2D3047;
letter-spacing: 0.08em;   }
@media screen and (max-width: 768px) {
.bread_crumb {
margin: 10px auto 0;
padding: 0 15px 10px 0;
font-size: 1.1rem;
}
}
.bread_crumb span {
margin: 0 5px;
}
.bread_crumb span:first-of-type {
margin: 0 5px 0 0;
}
.bread_crumb span a {
color: #000;
text-decoration: none;
-webkit-transition: none;
transition: none;
}
.bread_crumb span a:hover {
text-decoration: underline;
}  .page-numbers_wrap {
margin: 120px auto 0;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0 80px;
}
@media screen and (max-width: 768px) {
.page-numbers_wrap {
margin: 80px auto 0;
gap: 0 38px;
}
}
.page-numbers_wrap .prev_next {
width: 31px;
height: 31px; }
.page-numbers_wrap ul.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-numbers_wrap ul.pagination li {
margin: 5px 10px;
}
@media screen and (max-width: 768px) {
.page-numbers_wrap ul.pagination li {
margin: 5px;
}
}
.page-numbers_wrap ul.pagination li span.dots {
height: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .pagination li a,
.pagination li .current {
padding: 0;
width: 25px;
height: 36px;
line-height: 1.8;
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
.pagination li a,
.pagination li .current {
line-height: 1.7;
}
}
.pagination li a {
color: #000;
}
.pagination li a:hover,
.pagination li .current {
color: #0061C2;
}
.page-numbers_wrap .prev a,
.page-numbers_wrap .next a {
position: relative;
width: 31px;
height: 31px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn-next.svg) no-repeat 0 0/contain;
display: block;
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a,
.page-numbers_wrap .next.sp a,
.page-numbers_wrap .next.tb a {
padding: 5px 6px 6px 5px;
width: 25px;
height: 25px;
line-height: 1;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn_arrow_s.png) no-repeat center center/contain;
border: 1px solid #000;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-numbers_wrap .prev.sp a::after, .page-numbers_wrap .prev.tb a::after,
.page-numbers_wrap .next.sp a::after,
.page-numbers_wrap .next.tb a::after {
content: none;
}
.page-numbers_wrap .prev.sp a span, .page-numbers_wrap .prev.tb a span,
.page-numbers_wrap .next.sp a span,
.page-numbers_wrap .next.tb a span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-numbers_wrap .prev a {
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/btn-prev.svg) no-repeat 0 0/contain;
}       #header {
position: relative;
width: 100%;
height: 100px;
top: 0;
left: 0;
z-index: 99;
-webkit-transition: all 0.5s;
transition: all 0.5s;
background: #FFFFFF;
-webkit-box-shadow: 0px 4px 18.7px rgba(12, 12, 13, 0.06);
box-shadow: 0px 4px 18.7px rgba(12, 12, 13, 0.06);
}
@media (max-width: 1024px) {
#header {
height: 65px;
}
}
#header .head_wrapper {
padding: 17px 18px;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 1;
}
@media (max-width: 1024px) {
#header .head_wrapper {
padding: 8px 25px;
}
}
#header #h_logo {
position: absolute;
width: 30%;
top: 17px;
left: 18px;
}
@media (max-width: 1024px) {
#header #h_logo {
width: 60%;
top: 0;
left: 25px;
}
}
#header #h_logo img {
max-width: 130px;
}
@media (max-width: 1024px) {
#header #h_logo img {
max-width: 84px;
}
}
#header #h_logo span {
font-size: clamp(1.6rem, 1.54vw, 2.4rem);
display: block;
}
@media (max-width: 1024px) {
#header #h_logo span {
padding-top: 5px;
font-size: 1.4rem;
}
}
#header #h_logo a,
#header #h_logo a:hover {
color: #2D3047;
}
#header .head_right {
width: 70%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 0 25px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media (max-width: 1024px) {
#header .head_right {
display: none;
}
}
#header #gnav_wrapper ul {
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 0 25px;
}
@media screen and (max-width: 1150px) {
#header #gnav_wrapper ul {
gap: 0 1.3vw;
}
}
#header #gnav_wrapper ul li {
position: relative;
}
#header #gnav_wrapper ul li.down {
padding-right: 15px;
cursor: pointer;
}
#header #gnav_wrapper ul li.down::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
top: calc(50% - 6px);
right: 0;
}
#header #gnav_wrapper ul li:hover::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background: #0061C2;
border-radius: 50%;
bottom: -18px;
left: calc(50% - 5px);
}
#header #gnav_wrapper ul li:hover.down::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}
#header #gnav_wrapper ul li a {
position: relative;
color: #2D3047;
letter-spacing: 0.05em;
font-weight: 700;
display: block;
}
#header #gnav_wrapper ul li .child {
position: absolute;
padding-top: 20px;
top: 20px;
left: 0;
width: 138px;
display: none;
opacity: 0;
}
#header #gnav_wrapper ul li .child.active {
display: block;
opacity: 1;
}
#header #gnav_wrapper ul li .child ul {
width: 100%;
height: 100%;
background: #FFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#header #gnav_wrapper ul li .child ul li {
width: 100%;
}
#header #gnav_wrapper ul li .child ul li a {
padding: 10px 20px;
width: 100%;
display: block;
}
#header #gnav_wrapper ul li .child ul li a::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 24px;
}
#header #gnav_wrapper ul li .child ul li a:hover {
color: #2D3047;
background: rgba(0, 97, 194, 0.2);
}
#header #gnav_wrapper ul li .child ul li:hover::before {
content: none;
}
#header #gnav_btn ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#header #gnav_btn ul li {
width: 178px;
height: 50px;
}
#header #gnav_btn ul li a {
padding: 15px 25px;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 10px;
color: #FFF;
font-weight: 700;
background: #2D3047;
border-radius: 9999px;
}
#header #gnav_btn ul li a span {
width: 21px;
height: 16px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
display: block;
}
#header #gnav_btn ul li a:hover {
opacity: 0.7;
}
#header.h_fixed {
position: fixed;
background: #FFF; }
@media only screen and (min-width: 1025px) {
.menu_button,
.nav_content {
display: none !important;
}
}
.menu_button {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 36px;
height: 31px;
top: 10px;
right: 20px;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
z-index: 99999;
}
.menu_button::after {
position: absolute;
content: "メニュー";
width: 48px;
bottom: -20px;
left: -5px;
font-size: 1.1rem;
font-weight: 700;
}
.menu_button span {
display: block;
width: 30px;
height: 2px;
background: #2D3047;
border-radius: 10px;
}
.menu_button span + span {
margin-top: 6.5px;
}
.menu_button.close::after {
content: "閉じる";
color: #2D3047;
left: 0;
}
.menu_button.close span {
position: relative;
background: #2D3047;
}
.menu_button.close span:nth-of-type(1) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 1px;
}
.menu_button.close span:nth-of-type(2) {
display: none;
}
.menu_button.close span:nth-of-type(3) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -1px;
}
.menu_button.close span + span {
margin-top: 0;
}
.nav_content {
position: fixed;
padding: 0;
top: 0;
right: 0;
width: 400px;
height: 100vh;
-webkit-overflow-scrolling: touch;
background: #F2F8FF;
z-index: 2;
-webkit-transition: all 0.5s;
transition: all 0.5s;
right: -120%;
z-index: 99998;
}
.nav_content.active {
right: 0;
}
@media screen and (max-width: 480px) {
.nav_content {
width: 100%;
overflow-y: auto;
}
}
.nav_content .hum_nav {
position: absolute;
margin: 0 auto;
width: calc(100% - 88px);
height: calc(100vh - 100px);
top: 100px;
left: 50px;
-webkit-transform: none;
transform: none;
}
.nav_content .hum_nav ul { }
.nav_content .hum_nav ul li {
padding: 14px 0;
}
.nav_content .hum_nav ul li a, .nav_content .hum_nav ul li span {
position: relative;
width: 100%;
color: #2D3047;
font-size: 1.9rem;
font-weight: 700;
display: block;
}
.nav_content .hum_nav ul li.toggle span::before {
position: absolute;
content: "";
width: 3px;
height: 20px;
background: #2D3047;
top: calc(50% - 9px);
right: 8.5px;
border-radius: 9999px;
}
.nav_content .hum_nav ul li.toggle span::after {
position: absolute;
content: "";
width: 20px;
height: 3px;
background: #2D3047;
top: calc(50% - 1px);
right: 0;
border-radius: 9999px;
}
.nav_content .hum_nav ul li.toggle ul.child {
padding-top: 10px;
display: none;
}
.nav_content .hum_nav ul li.toggle ul.child li {
border-bottom: none;
}
.nav_content .hum_nav ul li.toggle ul.child li a {
padding-left: 1em;
font-weight: 500;
}
.nav_content .hum_nav ul li.toggle.active span::before {
content: none;
}
.nav_content .hum_nav .btn.icn {
margin-top: 50px;
text-align: center;
}
.nav_content .hum_nav .btn.icn a {
padding: 18px 45px 18px 90px;
width: 286px;
font-size: 1.9rem;
font-weight: 700;
letter-spacing: 0.08em;
background: #2D3047;
border-radius: 9999px;
}
.nav_content .hum_nav .btn.icn a::before {
width: 21px;
height: 17px;
top: calc(50% - 8px);
left: 45px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
}  #footer {
padding: 35px;
color: #FFF;
background: #151D5A;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
#footer {
padding: 26px 0 20px;
}
}
#footer .footer_wrapper .f_logo {
text-align: center;
}
#footer .footer_wrapper .f_logo img {
margin-bottom: 10px;
max-width: 130px;
}
@media screen and (max-width: 768px) {
#footer .footer_wrapper .f_logo img {
max-width: 96px;
}
}
#footer .footer_wrapper .f_logo span {
font-size: clamp(1.6rem, 1.54vw, 2.4rem);
letter-spacing: 0.05em;
display: block;
}
#footer .footer_wrapper .f_nav {
margin-top: 66px;
margin-bottom: 66px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px 40px;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav {
margin-top: 50px;
margin-bottom: 50px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 12px 10px;
}
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav li {
width: 34%;
}
}
#footer .footer_wrapper .f_nav li a {
color: #FFF;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.08em;
white-space: nowrap;
display: block;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .f_nav li a {
font-size: 1.6rem;
}
}
#footer .footer_wrapper .f_nav li a:hover {
opacity: 0.7;
}
#footer .footer_wrapper .f_nav li a.external span {
padding-right: 25px;
}
#footer .footer_wrapper .f_nav li a.external span::after {
width: 17px;
height: 17px;
top: calc(50% - 8px);
}
#footer .footer_wrapper .btn.icn {
text-align: center;
}
#footer .footer_wrapper .btn.icn a {
padding: 14px 66px 14px 120px;
color: #151D5A;
font-size: clamp(1.7rem, 2vw, 2.4rem);
line-height: 1.2;
text-align: center;
background: #FFCA3A;
border-radius: 9999px;
}
@media screen and (max-width: 480px) {
#footer .footer_wrapper .btn.icn a {
padding: 10px 50px 10px 80px;
}
}
#footer .footer_wrapper .btn.icn a::before {
width: 27px;
height: 20px;
top: calc(50% - 10px);
left: 42px;
}
#footer .copyright {
margin-top: 25px;
text-align: center;
}
@media screen and (max-width: 480px) {
#footer .copyright {
margin-top: 10px;
}
}
#footer .copyright small {
color: #FFF;
font-size: 1.3rem;
letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
#footer .copyright small {
font-size: 1rem;
}
}  #cta {
display: none;
}
@media screen and (max-width: 768px) {
#cta {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: block;
z-index: 999;
}
#cta ul {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#cta ul li {
width: 50%;
height: 58px;
background: #E96100;
}
#cta ul li a {
padding: 18px 0;
width: 100%;
height: 100%;
color: #FFF;
font-family: "Shippori Mincho", serif;
font-size: 1.4rem;
font-weight: 500;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 10px;
}
#cta ul li a span {
width: 21px;
height: 21px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-mail-w.svg) no-repeat 0 0/contain;
display: block;
}
#cta ul li a:hover {
opacity: 0.7;
}
#cta ul li:nth-of-type(2) a span {
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/icn-cart-w.svg) no-repeat 0 0/contain;
}
}  .news_list a.newsbox {
position: relative;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 56px;
color: #2D3047;
border-bottom: 1px solid #2D3047;
cursor: pointer;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox {
padding: 25px 0;
gap: 10px 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.news_list a.newsbox:first-of-type {
border-top: 1px solid #2D3047;
}
.news_list a.newsbox::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 8px;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox::after {
content: none;
}
}
.news_list a.newsbox:hover {
color: #0061C2;
}
.news_list a.newsbox:hover::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}
.news_list a.newsbox:hover .info .cat span {
border: 1px solid #0061C2;
}
.news_list a.newsbox .info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 60px;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info {
gap: 0 30px;
}
}
.news_list a.newsbox .info .cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 10px;
}
.news_list a.newsbox .info .cat span {
padding: 6px 25px;
font-weight: 700;
letter-spacing: 0.08em;
border: 1px solid #2D3047;
border-radius: 34px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info .cat span {
padding: 2px 13px;
font-size: 1.2rem;
}
}
.news_list a.newsbox .info .date {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox .info .date {
font-size: 1.3rem;
letter-spacing: 0.05em;
}
}
.news_list a.newsbox p {
position: relative;
padding-right: 66px;
width: 100%;
font-size: 1.4rem;
letter-spacing: 0.1em;
line-height: 1.5;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media screen and (max-width: 820px) {
.news_list a.newsbox p {
padding-right: 33px;
font-size: 1.3rem;
letter-spacing: 0.05em;
}
}
.news_list a.newsbox p::after {
position: absolute;
content: "";
width: 7px;
height: 13px;
background: url(//diat.umin.jp/wp-content/themes/utokyo/img/common/arrow-01.svg) no-repeat 0 0/contain;
top: calc(50% - 7px);
right: 8px;
}
@media (min-width: 821px) {
.news_list a.newsbox p::after {
content: none;
}
}
.news_list a.newsbox p:hover {
color: #0061C2;
}
.news_list a.newsbox p:hover::after {
-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1802%) hue-rotate(195deg) brightness(96%) contrast(102%);
}     .sec_contact { } .post_content .post_body a {
color: #0061C2;
text-decoration: underline;
}
.post_content .post_body a:hover {
color: #0061C2;
text-decoration: none;
}
.post_content .post_body img {
width: auto;
height: auto;
margin-top: 16px;
margin-bottom: 16px;
}
.post_content .post_body img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}