@charset "utf-8";


*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height:1.5;
}

a:not([class]) {
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

picture {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}


backdrop {
background: rgba(0, 0, 0, 0.3);
}

::backdrop {
  rgba(0, 0, 0, 0.3);
}


html {
  font-size: 62.5%;
  scroll-padding-top: ;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
	
}

body {
  display: flex;
  flex-direction: column;
  word-break: break-all;
  text-rendering: optimizespeed;
  text-size-adjust: 100%;
	margin: 0 auto;
}

p {
  margin: 0 0 16px;
}



a {
  font-weight: 700;
  transition: .2s ;
}


em {
  font-weight:700;
  font-style: normal;
}

ul,
ol,
dl {
  margin: 0 0 32px;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
}

::placeholder {
  opacity: 1;
}

input[type=file] {
  width: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::webkit-details-marker {
  display: none;
}
summary[tabindex="-1"] {
  cursor: auto;
}

dialog {
  max-width: calc(100% - 16px * 2);
  max-height: calc(100% - 16px * 2);
  padding: 0;
  border: none;
}
dialog::webkit-backdrop {
  background-color:  rgba(0, 0, 0, 0.3);
}
dialog::backdrop {
  background-color:  rgba(0, 0, 0, 0.3);
}


html.js-unavailable dialog {
  position: relative;
  display: block;
}














html.is-modal-open {
  overflow: hidden;
}





/* ----------------------------------------------------------------
    Content (.acq-content[-*])
----------------------------------------------------------------- */
/* .acq-content-area
----------------------------------------------- */
.acq-content-area {
  padding: 80px 0;
  overflow: hidden;
}
.acq-content-area_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px  16px;
  box-sizing: content-box;
}
.acq-content-area_inner + .acq-content-area_inner {
  padding-top: 80px;
}
.acq-content-area_inner.-full {
  max-width: 100%;
}
.acq-content-area_inner.-sm {
  max-width: 960px;
}
.acq-content-area_inner > :first-child {
  margin-top: 0;
}
.acq-content-area_inner > :last-child {
  margin-bottom: 0;
}




.acq-content-area.-color-02 {
  background-color:#F0F2F4;
}
.acq-content-area.-color-02 + .acq-content-area.-color-02 {
  padding-top: 0;
}
.acq-content-area.-color-03 {
  background-color: #ffffff;
}
.acq-content-area.-color-03 .acq-hdg-index-l2 {
  color:#fff;
}
.acq-content-area.-color-03 .acq-hdg-index-l3 {
  color: #fff;
}
.acq-content-area.-color-03 .acq-hdg-index-l3::before {
  background-color: #fff;
}
.acq-content-area.-color-04 {
  background: linear-gradient(to right, #24a939, #cee2ab);
  position: relative;
}
.acq-content-area.-index {
  padding:120px 0;
}
.acq-content-area.-index .acq-content-area_inner + .acq-content-area.-index .acq-content-area_inner {
  padding-top: 120px 0;
}
.acq-content-area.-pt-0 {
  padding-top: 0;
}
.acq-content-area.-overflow-visible {
  overflow: visible;
}






/*                  フッター ここまで                             */


.box-undertitle-01 {
	display:flex;align-items:center;width:100%;height:280px;position:relative;z-index:2;
	font-weight:400;font-family:"Albert Sans",sans-serif
	
}

@media screen and (max-width: 768px){.box-undertitle-01{padding:0 24px}}

@media screen and (max-width: 768px){.box-undertitle-01white-space:normal;font-size:3rem}}



/*--------------------------------*/
.acq-lyt-col_item > .acq-list:only-child {
  height: auto;
}

















/* ----------------------------------------------------------------
    Layout (.acq-lyt-[-*])
----------------------------------------------------------------- */
/* .acq-lyt-col
----------------------------------------------- */
.acq-lyt-col {
  display: grid;
  gap: 24px;
  margin-bottom:32px;
}
.acq-lyt-col .acq-lyt-col {
  gap: 16px;
}
.acq-lyt-col_item > :first-child {
  margin-top: 0;
}
.acq-lyt-col_item > :last-child {
  margin-bottom: 0;
}
.acq-lyt-col_item > :only-child {
  height: 100%;
}



.acq-lyt-col-auto {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.acq-lyt-col-auto.-center {
  justify-content: center;
}
.acq-lyt-col-auto.-right {
  justify-content: flex-end;
}
.acq-lyt-col-auto_item > :first-child {
  margin-top: 0;
}
.acq-lyt-col-auto_item > :last-child {
  margin-bottom: 0;
}
.acq-lyt-col-auto_item > :only-child {
  height: 100%;
}

/*---------------------------------------*/










/*----------------------------------*/
.acq-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:32px 0;
  text-align: center;
}
.acq-media > :first-child {
  margin-top: 0;
}

.acq-media > :last-child {
  margin-bottom: 0;
}
.acq-media_link {
  position: relative;
  display: block;
  font-weight: inherit;
  text-decoration: none;
}
.acq-media_link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34 37 76 / .2);
  opacity: 0;
  transition: opacity .2s  cubic-bezier(.4, 0, .2, 1);
}
.acq-media_link:is(:hover, :active, :focus-visible)::before {
  opacity: 1;
}
.acq-media_item > iframe {
  height: 100%;
  aspect-ratio: 16/9;
}
.acq-media_item > video {
  width: 100%;
  max-width:  800px;
}
.acq-media_item:has(> .acq-media-caption:last-child), .acq-media_link:has(> .acq-media-caption:last-child) {
  display: table;
}
.acq-media_item:has(> .acq-media-caption:last-child) .acq-media-caption, .acq-media_link:has(> .acq-media-caption:last-child) .acq-media-caption {
  display: table-caption;
  caption-side: bottom;
}
.acq-media.-m-xs {
  margin: 16px 0;
}
.acq-media.-brightcove .acq-media_item {
  width: 100%;
}
.acq-media.-brightcove .acq-media_video {
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.acq-media.-brightcove .acq-media_video video-js {
  height: 100%;
  padding-top: 0;
}
:where(.oyakudachi-content-lyt) .acq-media {
  margin: 24px 0;
}

/* .acq-media-caption
----------------------------------------------- */
.acq-media-caption {
  display: block;
  margin-top: 8px;
  color: #8f8c8a;
  font-size: 1.2rem;
  text-align: center;
}


.acq-media-btn {
  display: block;
  margin-top: 16px;
  text-align: center;
}

/* .acq-media-lyt
----------------------------------------------- */
.acq-media-lyt {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  margin: 48px auto;
}
.acq-media-lyt_content {
  flex: 1;
  min-width: 50%;
}
.acq-media-lyt_content > * {
  margin-top: 0;
}
.acq-media-lyt_content > :first-child {
  margin-top: 0;
}
.acq-media-lyt_content > :last-child {
  margin-bottom: 0;
}
.acq-media-lyt_content.-height-unity {
  min-height: 240px;
}
.acq-media-lyt_item {
  text-align: center;
}
.acq-media-lyt_item > :first-child {
  margin-top: 0;
}
.acq-media-lyt_item > :last-child {
  margin-bottom: 0;
}
.acq-media-lyt_hdg {
  margin-bottom: 24px;
  color: #436fc0s;
  font-size:  1.8rem;
}




:where(.oyakudachi-content-lyt) .acq-media-lyt_hdg {
  margin-bottom: 16px;
}
:where(.oyakudachi-content-lyt) .acq-media-lyt {
  margin: 24px auto;
}









/*--------------------------*/
.header-nav-list a {
	color: #000000 ;
	
}


.header-nav-login a {
	color: #000000;
	text-decoration: none
}


.footer-nav a {
	color: #ffffff  ;
}

.header-nav-list {
	padding-top: 5px;
}

.header-nav-login img {
	margin-left: -5px;
}
