@charset "UTF-8";
/*-----------ベース -----------*/
:root {
  --yellow: #ffef00;
  --lightyellow: #f9f2bb;
  --blue: #0092f1;
  --navy: #053e62;
  --lightblue: #e9f0f7;
  --lightgreen: #dcedd0;
  --red: #fc0000;
  --orange: #e83b18;
  --white: #fff;
  --offwhite: #f9f9f9;
  --black: #000;
  --grey: #d4dde2;
  --darkgrey: #848c8f;
  --lightgrey: #ebf2f6;
  --ivory: #f5f1eb;
  --main-c: var(--navy);
  --base-c: var(--offwhite);
  --accent-c: var(#F3F6FF);
  --bg-c: var(--lightblue);
  --border-c: var(--grey);
}

.l-header {
  z-index: 5;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

[data-appear-blur] {
  transition: 1s;
  opacity: 0;
  filter: blur(10px);
}

[data-appear-blur=true] {
  opacity: 1;
  filter: blur(0);
}

[data-slidein-border] {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
[data-slidein-border] .anim-text {
  position: relative;
}
[data-slidein-border] .anim-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-c);
  opacity: 0;
  transform: translateX(-50px);
  transform-origin: left;
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0.6s;
}

[data-slidein-border=true] .anim-text::before {
  opacity: 1;
  transform: translateX(0);
}
[data-slidein-border=true] .br {
  content: "";
  width: 100%;
}

[data-appear-each] {
  display: flex;
  flex-wrap: wrap;
}
[data-appear-each] .anim-text {
  position: relative;
  transform: translateY(100%);
  opacity: 0;
}

[data-appear-each=true] .anim-text {
  animation: textAnim 0.7s ease-out forwards;
}

@keyframes textAnim {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
[data-clip-anim] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: 0.7s ease-in-out;
}

[data-clip-anim=true] {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  text-underline-position: under;
}

body {
  font-family: "Noto Sans Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
  }
}

h3 {
  font-size: 3vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.125rem;
  }
}

h4 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .c-header {
    padding: 0;
    display: grid;
    grid-template-areas: "logo nav";
    grid-template-columns: 8% 92%;
  }
}
.c-header.-scrolled {
  background: #324577;
}
.c-header.-scrolled .c-header__nav-list {
  background: #fff;
}

.c-header__logo {
  grid-area: logo;
  padding: 10px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .c-header__logo {
    padding: 10%;
    height: 88px;
  }
}
.c-header__logo img {
  height: 100%;
  margin: 0 auto;
}

.c-header__nav {
  grid-area: nav;
  position: absolute;
  top: 0%;
  left: 100%;
  background-color: var(--white);
  width: 100%;
  transition: 0.3s;
  padding: 60px 5% 0;
}
@media screen and (min-width: 1200px) {
  .c-header__nav {
    padding: 0;
  }
}
.c-header__nav.is-open {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .c-header__nav {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    width: auto;
  }
}
.c-header__nav-list {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-list {
    padding-bottom: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.c-header__nav-item {
  position: relative;
  opacity: 1;
}
.c-header__nav-item:after {
  content: "";
  height: 1px;
  width: 0%;
  background: #324577;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-item:after {
    bottom: -30px;
  }
}
.c-header__nav-item:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.c-header__nav-item:hover .c-header__sub-list {
  opacity: 1;
  visibility: visible;
}
.c-header__nav-item:hover:after {
  width: 100%;
  transition-duration: 0.3s;
}
.c-header__nav-item.-hasChild .c-header__nav-ttl:after {
  content: "";
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  transform: rotate(-45deg) translate(60%, 20%);
}
.c-header__nav-item--contact {
  background: #324577;
  transition-duration: 0.3s;
  height: 60px;
  width: 60px;
}
.c-header__nav-item--contact.u-sp {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-item--contact {
    height: 88px;
    width: 110px;
  }
}
.c-header__nav-item--contact:hover {
  transition-duration: 0.3s;
  background: #465b94;
}
.c-header__nav-item--contact a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-item--contact a {
    font-size: 1rem;
  }
}
.c-header__nav-item--contact img {
  padding: 16px 0 3px;
  width: 14px;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-item--contact img {
    padding: 20px 0 13px;
  }
}

.c-header__nav-ttl {
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #324577;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (min-width: 1200px) {
  .c-header__sub-list {
    width: max-content;
    padding: 20px 15px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 10;
    text-align: center;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  }
}

.c-header__sub-item {
  margin-left: 1rem;
}
@media screen and (min-width: 1200px) {
  .c-header__sub-item {
    margin-left: 0;
  }
}
.c-header__sub-item:not(:first-child) {
  margin-top: 15px;
}
.c-header__sub-item:last-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .c-header__sub-item:last-child {
    margin-bottom: 0;
  }
}

.c-header__sub-ttl {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--black);
}
.c-header__sub-ttl::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: center top;
}
.c-header__sub-ttl:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 1200px) {
  .c-header__sub-ttl {
    display: inline-block;
  }
}
.c-header__sub-ttl:before {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background-color: var(--black);
}
@media screen and (min-width: 1200px) {
  .c-header__sub-ttl:before {
    display: none;
  }
}

.c-header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .c-header__hamburger {
    display: none;
  }
}
.c-header__hamburger:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.c-header__hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  background: #324577;
  transition: 0.3s;
  z-index: 1;
}
.c-header__hamburger.-scrolled span {
  background: #fff;
}
.c-header__hamburger.is-active span {
  background: #324577;
}
.c-header__hamburger.is-active span:first-child {
  transform: rotate(45deg) translate3D(6px, 5px, 0);
}
.c-header__hamburger.is-active span:last-child {
  transform: rotate(-45deg) translate3D(7px, -7px, 0);
}
.c-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

/*-----------レイアウト　接頭辞「l-」-----------*/
.l-wrapper {
  padding: 10px;
}

.l-wrapper--nopadding {
  padding: 0;
}

.l-editor-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-editor-wrapper {
    margin-top: 88px;
  }
}

.l-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.l-inner--wide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.l-2col-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-inner--full {
  width: 100%;
  max-width: 1920px;
}
@media screen and (min-width: 768px) {
  .l-inner--full {
    width: 90%;
  }
}

.l-basic-wrapper {
  background-color: inherit;
}

.l-color-wrapper {
  background-color: var(--bg-c);
}

.l-ivory-wrapper {
  background-color: var(--ivory);
}

.l-flex {
  display: flex;
}
.l-flex.-wrap {
  flex-wrap: wrap;
}
.l-flex.-jbetween {
  justify-content: space-between;
}
.l-flex.-jcenter {
  justify-content: center;
}
.l-flex.-jaround {
  justify-content: space-around;
}
.l-flex.-acenter {
  align-items: center;
}
.l-flex.-abaseline {
  align-items: baseline;
}
.l-flex.-column {
  flex-direction: column;
}
.l-flex.-gap-s {
  gap: 0.5em;
}
.l-flex.-gap-m {
  gap: 1em;
}
.l-flex.-gap-l {
  gap: 1.5em;
}

.l-grid {
  display: grid;
}
.l-grid.-col2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-grid.-col2 {
    grid-template-columns: 1fr 1fr;
  }
}
.l-grid.-col3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-grid.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-grid.-col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-grid.-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-grid.-gap {
  gap: 12px;
}

.l-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: fixed;
  top: 60px;
  right: -100%;
  transition: opacity 0.6s;
}
.l-overlay.is-open {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .l-overlay {
    top: 88px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 88px;
  }
}
.l-header.-unpinned {
  transform: translateY(-100%);
}

.l-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #324577;
  padding-top: 25px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-footer {
    height: 240px;
    padding-top: 0;
  }
}
.l-footer .l-2col {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-footer .l-2col {
    padding: 47px 0;
    flex-direction: row;
  }
}
.l-footer .l-2col img {
  width: 128px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer .l-2col img {
    margin: 0;
  }
}
.l-footer .l-2col__right {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-2col__right {
    flex-direction: column;
    flex-direction: row;
    align-items: self-end;
  }
}
.l-footer .l-2col__right a {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-2col__right a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-2col__right a + a {
    margin-left: 48px;
  }
}
.l-footer .copyright {
  padding: 64px;
}
@media screen and (min-width: 768px) {
  .l-footer .copyright {
    padding: 0;
  }
}
.l-footer .gotop {
  content: "";
  background: url(../images/icons/gotop.svg);
  background-size: cover;
  position: fixed;
  right: 15px;
  bottom: 53px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-footer .gotop {
    right: 36px;
    bottom: 73px;
    width: 60px;
    height: 60px;
  }
}
.l-footer .gotop.-view {
  opacity: 1;
  z-index: 1;
}
.l-footer .gotop:hover {
  opacity: 0.7;
  transition-dulation: 0.3s;
}

/*--------個別ページ　接頭辞「p-」--------------*/
.u-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .u-sp {
    display: none;
  }
}

.l-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.l-2col {
  display: flex;
  justify-content: space-between;
}

.large-title {
  color: #324577;
  opacity: 0.1;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-size: 13.0625rem;
  letter-spacing: 20.9px;
}

.l-title {
  text-align: center;
  position: relative;
  padding: 15px 0;
  height: 80px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-title {
    height: 250px;
    padding: 95px;
    margin-bottom: 0;
  }
}
.l-title .large-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 3.25rem;
  letter-spacing: 5.2px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .l-title .large-title {
    line-height: 16.25rem;
    letter-spacing: 20.9px;
    font-size: clamp(3.25rem, 13vw, 16.25rem);
    height: 250px;
  }
}

.l-title--border {
  text-align: left;
  color: #324577;
}
.l-title--border:after {
  content: "";
  height: 1px;
  background: #324577;
  width: 75px;
  display: block;
  margin-top: 10px;
}

.l-title h3,
.l-title--border h3 {
  line-height: 1.75rem;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  color: #324577;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .l-title h3,
  .l-title--border h3 {
    font-size: 3.75rem;
    line-height: 3.125rem;
  }
}
.l-title .ja,
.l-title--border .ja {
  color: #324577;
}
.l-title small,
.l-title--border small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #anchor-strengths {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  #anchor-flow {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.p-front section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-front section {
    padding: 100px 0;
  }
}
.p-front .l-editor-wrapper {
  margin-top: 0;
}
.p-front .mv {
  height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-front .mv {
    height: 50vw;
  }
}
.p-front .mv .l-flex {
  height: 100%;
}
.p-front .mv .l-flex__left {
  width: 40%;
  background: transparent radial-gradient(closest-side at 50% 50%, var(--unnamed-color-324577) 0%, #1D2C50 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #324577 0%, #1D2C50 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front .mv .l-flex__left {
    width: 30%;
  }
}
.p-front .mv .l-flex__left .scroll-wrapper {
  position: absolute;
  bottom: 0;
}
.p-front .mv .l-flex__left .scroll {
  color: #fff;
  font-size: 14px;
  writing-mode: tb-rl;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: fit-content;
  width: fit-content;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 190px;
  font-weight: 400;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-front .mv .l-flex__left .scroll {
    left: 27px;
  }
}
.p-front .mv .l-flex__left .scroll-bar {
  width: 1px;
  background: #fff;
  height: 0px;
  bottom: 0;
  position: absolute;
  display: block;
  left: 26px;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-front .mv .l-flex__left .scroll-bar {
    left: 34px;
  }
}
@keyframes pathmove {
  0% {
    height: 0px;
    bottom: 200px;
    opacity: 0;
  }
  50% {
    height: 80px;
    bottom: 0px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
.p-front .mv .l-flex__right {
  height: calc(100% - 60px);
  width: 85%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
}
@media screen and (min-width: 1200px) {
  .p-front .mv .l-flex__right {
    height: calc(100% - 88px);
    width: 78.5%;
  }
}
.p-front .mv .l-flex__right video {
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.p-front .mv .l-flex__right h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  left: -16px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-front .mv .l-flex__right h2 {
    left: -9vw;
  }
}
.p-front .news {
  background: #F3F6FF;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-front .news {
    padding: 80px 0;
  }
}
.p-front .news .l-flex {
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-front .news .l-flex {
    flex-direction: row;
  }
}
.p-front .news .l-title--news {
  color: #324577;
  border-left: 1px solid #324577;
  padding-left: 20px;
  height: fit-content;
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .p-front .news .l-title--news {
    margin: 0;
  }
}
.p-front .news .l-title--news h3 {
  font-size: 1.5rem;
}
.p-front .news .l-title--news small {
  font-size: 0.875rem;
  display: block;
}
.p-front .news .l-news {
  width: 100%;
  border-top: 1px solid #324577;
}
@media screen and (min-width: 768px) {
  .p-front .news .l-news {
    width: 826px;
  }
}
.p-front .news .l-news li {
  font-size: 0.875rem;
  color: #324577;
  border-bottom: 1px solid #324577;
  padding: 20.5px 0;
}
.p-front .news .l-news a {
  display: block;
}
.p-front .news .l-news .date {
  padding-left: 10px;
}
.p-front .news .l-news .title {
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-front .news .l-news .title {
    padding-left: 20px;
    display: inline;
  }
}
.p-front .about .large-title {
  writing-mode: tb-rl;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 8.75rem;
  letter-spacing: 14px;
  margin-top: 45vw;
  line-height: 90px;
}
@media screen and (min-width: 768px) {
  .p-front .about .large-title {
    font-size: 11.75rem;
    line-height: 7.75rem;
    margin: 0;
  }
}
.p-front .about .l-2col {
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col {
    flex-direction: row;
  }
}
.p-front .about .l-2col__left {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__left {
    width: 48%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-front .about .l-2col__left {
    width: 40%;
    padding-top: 200px;
    padding-left: 5%;
  }
}
.p-front .about .l-2col__left__inner {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .p-front .about .l-2col__left__inner {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 100px;
    width: fit-content;
  }
}
.p-front .about .l-2col__left img {
  width: 90%;
  margin-bottom: 50px;
  min-width: auto;
  max-width: 90%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__left img {
    max-width: 517px;
    margin-left: auto;
    margin-bottom: 100px;
    width: 35vw;
    min-width: 310px;
    margin-right: auto;
  }
}
.p-front .about .l-2col__left h4 {
  color: #324577;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__left h4 {
    font-size: 2.375rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-front .about .l-2col__left h4 {
    font-size: 2.5rem;
    margin-top: 50px;
  }
}
.p-front .about .l-2col__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__right {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__right img {
    margin-bottom: 115px;
  }
}
.p-front .about .l-2col__right p {
  margin-bottom: 40px;
  max-width: 560px;
  font-size: 1rem;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .p-front .about .l-2col__right p {
    width: 46vw;
  }
}
.p-front .about .l-2col__right__inner {
  width: 65vw;
  margin: 15px 0 0 auto;
}
.p-front .belt {
  padding: 0;
}
.p-front .fields {
  background: #F3F6FF;
}
.p-front .fields .l-2col-list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-front .fields .l-2col-list {
    flex-direction: row;
  }
}
.p-front .fields .l-2col-list li {
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 768px) {
  .p-front .fields .l-2col-list li {
    width: 48%;
  }
}
.p-front .fields .l-2col-list__body {
  padding: 50px 30px 30px 30px;
  position: relative;
}
.p-front .fields .l-2col-list__body:before {
  content: "";
  width: 2px;
  background: #fff;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}
.p-front .fields .l-2col-list__body:after {
  content: "";
  width: 2px;
  background: #324577;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-front .fields .l-2col-list__body p {
  letter-spacing: 2px;
  font-size: 1rem;
}
.p-front .fields .l-2col-list__head {
  position: relative;
}
.p-front .fields .l-2col-list__head__title {
  position: absolute;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.p-front .fields .l-2col-list__head__title h4 {
  font-weight: 400;
}
.p-front .fields .l-2col-list__head__title .ja {
  letter-spacing: 0.1875rem;
  font-size: 1.25rem;
}
.p-front .fields .l-2col-list__head__title .en {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
}
@media screen and (min-width: 768px) {
  .p-front .fields .l-2col-list__head__title .en {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
}
.p-front .message .l-2col {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-front .message .l-2col {
    flex-direction: row;
  }
}
.p-front .message .l-2col__left {
  flex-shrink: 0;
  background: #F3F6FF;
  width: 100%;
  margin-top: 0;
  padding: 65px 20px 40px;
}
@media screen and (min-width: 768px) {
  .p-front .message .l-2col__left {
    width: 60%;
    margin-top: 138px;
    padding: 58px 12% 58px 54px;
  }
}
.p-front .message .l-2col__left .l-title--border .en {
  display: inline-block;
  margin-left: 22px;
}
.p-front .message .l-2col__left .l-title--border h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-front .message .l-2col__left .l-title--border h4 {
    font-size: 1.875rem;
  }
}
.p-front .message .l-2col__left p {
  margin-top: 24px;
}
.p-front .message .l-2col__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .message .l-2col__right {
    width: 50%;
    flex-shrink: 0;
    position: absolute;
    right: 0;
  }
}
.p-front .strengths {
  background: url(../images/top/strengths-bg.png);
  background-repeat: no-repeat;
  background-size: 790px;
}
@media screen and (min-width: 768px) {
  .p-front .strengths {
    background-size: contain;
  }
}
.p-front .strengths .l-title--border {
  margin-bottom: 20px;
}
.p-front .strengths .l-title--border small {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1.4px;
}
.p-front .strengths .l-title--border small .num {
  font-size: 24px;
  margin-left: 5px;
  letter-spacing: 2.4px;
}
.p-front .strengths .l-2col__text {
  box-sizing: border-box;
  padding: 25px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .strengths .l-2col__text {
    width: 50%;
    padding: 118px 50px;
  }
}
.p-front .strengths .l-2col__image {
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-front .strengths .l-2col__image {
    width: 50%;
  }
}
.p-front .strengths__00 .l-inner {
  padding: 40px 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-front .strengths__00 .l-inner {
    padding: 100px 60px;
  }
}
.p-front .strengths__00 img {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-front .strengths__00 img {
    margin-top: -50px;
  }
}
.p-front .strengths__01 {
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #F3F6FF 10%, #F3F6FF 100%);
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-front .strengths__01 {
    background: linear-gradient(90deg, #fff 0%, #fff 30%, #F3F6FF 30%, #F3F6FF 100%);
  }
}
.p-front .strengths__01 .l-2col {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-front .strengths__01 .l-2col {
    flex-direction: row;
  }
}
.p-front .strengths__01 .l-2col p {
  font-size: 1rem;
}
.p-front .strengths__02 {
  background: linear-gradient(90deg, #F3F6FF 0%, #F3F6FF 90%, #fff 90%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .p-front .strengths__02 {
    background: linear-gradient(90deg, #F3F6FF 0%, #F3F6FF 70%, #fff 70%, #fff 100%);
  }
}
.p-front .strengths__02 .l-2col {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-front .strengths__02 .l-2col {
    flex-flow: row-reverse;
  }
}
.p-front .strengths__02 .l-2col p {
  font-size: 1rem;
}
.p-front .flow .l-title {
  color: #324577;
  margin-bottom: 15px;
}
.p-front .flow .l-title h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .flow .l-title h4 {
    font-size: 1.5rem;
  }
}
.p-front .flow .l-title h4 small {
  color: #324577;
  display: block;
  margin-right: 30px;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-front .flow .l-title h4 small {
    display: inline;
    margin-left: 10px;
  }
}
.p-front .flow .l-title h4 small span {
  font-size: 1.875rem;
  letter-spacing: 3px;
  margin-left: 10px;
}
.p-front .flow li {
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-front .flow li {
    height: 230px;
    padding-bottom: 0;
  }
}
.p-front .flow li .icon {
  display: flex;
  width: 80px;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front .flow li .icon {
    width: 188px;
  }
}
.p-front .flow li:not(:last-child) .icon:after {
  content: "";
  width: 1px;
  height: calc(100% - 57px);
  left: 40px;
  bottom: -23px;
  background: #324577;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-front .flow li:not(:last-child) .icon:after {
    bottom: -128px;
    left: 63px;
    height: 230px;
  }
}
.p-front .flow li .l-title {
  padding: 0;
  height: auto;
  text-align: left;
}
.p-front .flow li .body {
  width: calc(100% - 100px);
}
@media screen and (min-width: 768px) {
  .p-front .flow li .body {
    width: 100%;
  }
}
.p-front .flow li p {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  padding: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front .flow li p {
    padding: 29px;
  }
}
.p-front .company {
  background: url(../images/top/company-bg.png);
  background-position: bottom;
  background-size: cover;
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .p-front .company {
    padding-bottom: 260px;
  }
}
.p-front .company .l-title .large-title {
  color: #F3F6FF;
}
.p-front .company .l-title .en,
.p-front .company .l-title .ja {
  color: #fff;
}
.p-front .company ul {
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-front .company ul {
    width: 90%;
    margin: 50px auto 0;
    max-width: 835px;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-front .company .head {
    padding: 28px 25px;
    border-top: 1px solid #fff;
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-front .company .body {
    padding: 28px 25px;
    margin-left: 48px;
    border-top: 1px solid #fff;
    width: calc(100% - 188px);
  }
}
.p-front .company li {
  flex-direction: column;
  padding: 30px 0;
  border-top: 1px solid #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-front .company li {
    flex-direction: row;
    border-top: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-front .company li:last-child .head,
  .p-front .company li:last-child .body {
    border-bottom: 1px solid #fff;
  }
}
.p-front .map {
  padding: 0;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .p-front .map {
    height: 500px;
  }
}
.p-front .contact {
  background: url(../images/top/contact-bg.png);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: 1280px;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .p-front .contact {
    padding: 100px 0 0;
    background-position: bottom;
    background-size: cover;
  }
}
.p-front .contact .l-title {
  padding: 0;
  height: 90px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-front .contact .l-title {
    margin-bottom: 40px;
  }
}
.p-front .contact .l-inner {
  background: #fff;
  z-index: 1;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-front .contact .l-inner {
    padding: 80px 150px;
  }
}
.p-front .contact h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-front .contact h4 {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
.p-front .contact .l-2col {
  transition-duration: 0.3s;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .p-front .contact .l-2col {
    flex-direction: row;
  }
}
.p-front .contact .l-2col__left h5 {
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-front .contact .l-2col__left h5 {
    text-align: left;
  }
}
.p-front .contact .l-2col__left h5 span {
  font-size: 0.875rem;
  color: #324577;
}
@media screen and (min-width: 768px) {
  .p-front .contact .l-2col__left h5 span {
    font-size: 1.25rem;
  }
}
.p-front .contact .l-2col__left h5 a {
  font-size: 1.875rem;
  color: #324577;
  text-decoration: none;
  font-weight: 400;
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .p-front .contact .l-2col__left h5 a {
    font-size: 2.875rem;
  }
}
.p-front .contact .l-2col__left:hover a {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.p-front .contact .l-button {
  position: relative;
}
.p-front .contact .l-button a {
  border: 1px solid #324577;
  display: block;
  text-decoration: none;
  color: #324577;
  transition-duration: 0.3s;
  text-align: center;
  padding: 18px 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-front .contact .l-button a {
    padding: 33px 132px;
    font-size: 18px;
  }
}
.p-front .contact .l-button:after {
  content: url(../images/icons/right-arrow.svg);
  display: block;
  position: absolute;
  right: 20px;
  top: -10px;
  bottom: 0;
  margin: auto;
  height: fit-content;
  transition-duration: 0.3s;
}
.p-front .contact .l-button:hover a {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.p-front .contact .l-button:hover:after {
  right: 10px;
  transition-duration: 0.3s;
}
.p-front .contact .blue-cover {
  height: 190px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #324577;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-front .contact .blue-cover {
    height: 165px;
  }
}

.p-page .mv {
  background-position: center bottom;
  width: 100%;
  height: 250px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-page .mv {
    height: 350px;
  }
}
.p-page .mv .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bolder;
  letter-spacing: 10px;
}
@media screen and (min-width: 768px) {
  .p-page .mv .title {
    font-size: 1.8rem;
  }
}
.p-page .mv .sub-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .p-page .mv .sub-title {
    font-size: 1.4rem;
  }
}
.p-page .l-inner {
  padding: 100px 0;
}
.p-page h3 {
  color: #324577;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page h3 {
    font-size: 1.625rem;
  }
}
.p-page p {
  margin-bottom: 25px;
}
.p-page .txt {
  margin-bottom: 40px;
}

/*form*/
.p-contact {
  /*pre_regist*/
  /* 送信・リセットボタン */
  /*pre_regist_thanks*/
}
.p-contact .l-inner {
  padding: 0;
}
.p-contact .pre_regist_main {
  margin: 40px auto;
  width: 800px;
}
.p-contact .pre_regist_main .must {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
  background: #234379;
  color: #FFF;
  float: right;
  margin: 0px 5px;
  border-radius: 4px;
}
.p-contact .mfp_phase {
  margin: 0 auto;
  padding: 0 25px;
}
.p-contact .mfp_phase dl {
  padding: 8px 5px;
  margin: 0 30px 20px;
  border-top: solid 1px #CCC;
  clear: both;
}
.p-contact .mfp_phase dt {
  margin-top: 6px;
  width: 205px;
  float: left;
  clear: both;
  font-size: 15px;
}
.p-contact .mfp_phase dd {
  width: 430px;
  margin: 0 0 8px 35px;
  float: left;
  text-align: left;
}
.p-contact .check {
  margin: 0 -30px -20px;
}
.p-contact .address {
  margin-right: 10px;
}
.p-contact .privacyPolicy {
  overflow: auto;
  width: 96%;
  height: 160px;
  color: #666666;
  font-size: 11px;
  letter-spacing: 0em;
  background-color: #FFFFFF;
  padding: 0 2%;
  margin-bottom: 10px;
  border: 1px #999999 solid;
}
.p-contact .privacyPolicy p {
  font-family: ヒラギノ角ゴ W3 JIS2004;
  margin: 13px 0px;
  font-size: 11px;
  color: #232323;
  line-height: 1.7em;
}
.p-contact .privacyPolicy p span {
  font-family: ヒラギノ角ゴ W5 JIS2004;
  font-size: 12px;
  color: #232323;
}
.p-contact .privacyPolicy p.txt_r {
  text-align: right;
  font-size: 10px;
}
.p-contact .privacyPolicy p.center {
  text-align: center;
  font-size: 14px;
  margin-bottom: 13px;
  font-weight: bold;
}
.p-contact .mfp_phase dt.pd_15 {
  line-height: 19px;
  padding-top: 10px;
}
.p-contact .mfp_phase dt.pd_15 span.must {
  margin-top: -15px;
}
.p-contact .mailform textarea {
  width: 100%;
}
.p-contact .mfp_buttons {
  display: flex;
  justify-content: center;
}
.p-contact .mfp_buttons button {
  width: 40%;
  margin-top: 2rem;
  padding: 1rem 0;
  background: #b5778a;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 5px;
  transition: all 0.5s;
}
.p-contact .mfp_buttons button[type=reset] {
  margin-left: 2%;
  background: #999999;
}
.p-contact .mfp_buttons button:hover {
  opacity: 0.8;
}
.p-contact .pre_regist_thanks {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}
.p-contact .pre_regist_thanks h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 79px 0 0 0;
  color: #000;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.p-contact .pre_regist_thanks p {
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 90px;
  color: #4d4d4d;
  /* font-family: TBUDMinStd M; */
  text-align: left;
  line-height: 2;
}
.p-contact #mfp_element_20_label {
  white-space: break-spaces;
  font-size: 0.9rem;
}
@media screen and (max-width: 900px) {
  .p-contact {
    /* ã‚µãƒ³ã‚¯ã‚¹ãƒšãƒ¼ã‚¸ */
  }
  .p-contact .pre_regist_main {
    width: 100%;
  }
  .p-contact .pre_regist_main .must {
    float: none;
    display: inline;
  }
  .p-contact .mfp_phase {
    padding: 0;
  }
  .p-contact .mfp_phase dl {
    padding: 5px 0;
    margin: 0;
  }
  .p-contact .mfp_phase dt {
    float: none;
    width: 100%;
    margin: 6px 0;
  }
  .p-contact .mfp_phase dd {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: left;
  }
  .p-contact .mfp_phase dd input {
    width: 100%;
  }
  .p-contact .mfp_phase dd input[name=å§“],
  .p-contact .mfp_phase dd input[name=å],
  .p-contact .mfp_phase dd input[name=ã‚»ã‚¤],
  .p-contact .mfp_phase dd input[name=ãƒ¡ã‚¤] {
    width: 49%;
  }
  .p-contact .mfp_phase dd input[name=å§“],
  .p-contact .mfp_phase dd input[name=ã‚»ã‚¤] {
    margin-right: 1%;
  }
  .p-contact .mfp_phase .privacy-box {
    flex-direction: column;
  }
  .p-contact .mfp_phase .privacy-box input,
  .p-contact .mfp_phase dd input[name=æ€§åˆ¥] {
    width: auto;
  }
  .p-contact .pre_regist_thanks {
    width: 90%;
  }
}

.news-header {
  background: #324577;
}

.news-nav__bg {
  background: #fff;
}

.news {
  background: url(../images/top/contact-bg.png) no-repeat center/cover;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .news {
    padding: 88px 0;
  }
}

.p-news__title {
  line-height: 1.75rem;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  color: #324577;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  position: relative;
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 3.75rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__title {
    padding-top: 90px;
  }
}
.p-news__title .ja {
  color: #324577;
}
.p-news__title small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.p-news__inner {
  background: #fff;
  padding: 40px 40px 30px;
  margin-top: 25px;
}
@media screen and (min-width: 576px) {
  .p-news__inner {
    padding: 40px 60px 30px;
  }
}
@media screen and (min-width: 640px) {
  .p-news__inner {
    padding: 40px 80px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    padding: 80px 100px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__inner {
    margin-top: 50px;
    padding: 100px 150px 90px;
  }
}

.p-news__lead {
  font-size: 1.75rem;
  line-height: 1.4;
  color: rgb(50, 69, 119);
}
@media screen and (min-width: 768px) {
  .p-news__lead {
    font-size: 2.5rem;
  }
}

.p-news__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .p-news__content {
    margin-top: 30px;
    gap: 20px;
  }
}
.p-news__content h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-news__content h1 {
    font-size: 40px;
  }
}
.p-news__content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-news__content h2 {
    font-size: 32px;
  }
}
.p-news__content h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-news__content h3 {
    font-size: 24px;
  }
}
.p-news__content h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-news__content h4 {
    font-size: 20px;
  }
}
.p-news__content h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-news__content h5 {
    font-size: 16px;
  }
}
.p-news__content h6 {
  font-size: 12px;
}
.p-news__content p {
  font-size: 16px;
}
.p-news__content a {
  border-bottom: 1px solid #000;
}

.p-news__topbtn {
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  margin-inline: auto;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .p-news__topbtn {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__topbtn {
    padding: 15px 40px;
  }
}

.p-news__button {
  color: rgb(50, 69, 119);
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */