@charset "UTF-8";
/*------------------------------------------------------------------------------
  PBS Corporate Site - Cleaned stylesheet
  実サイト (https://premium-biz.co.jp/) で使用中のセレクタのみを残した版です。
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  font-face
------------------------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSerifJP-Black.otf") format("otf");
}

/*------------------------------------------------------------------------------
  base / reset
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, button:hover {
  opacity: 0.8;
}

img {
  height: auto;
  vertical-align: middle;
}

svg {
  width: inherit;
  height: inherit;
}

section {
  display: block;
  position: relative;
}

html {
  font-size: 16px;
}

input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #222 !important;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", "Source Sans Pro", Avenir, Helvetica, Roboto, Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #001229;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------
  common layout
------------------------------------------------------------------------------*/
.c-wrap {
  width: 100%;
  position: relative;
}

.c-main {
  position: relative;
}
@media screen and (min-width: 599px) {
  .c-main {
    min-height: calc(100vh - 295px);
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .c-main {
    min-height: calc(100vh - 201px);
    padding-top: 56px;
  }
}

.c-inner, .c-inner--middle {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 599px) {
  .c-inner, .c-inner--middle {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-inner, .c-inner--middle {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-inner--middle {
  max-width: 960px;
}
@media screen and (min-width: 599px) {
  .c-inner--middle {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .c-inner--middle {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.c-overlay.is-active {
  display: block;
}

/*------------------------------------------------------------------------------
  buttons
------------------------------------------------------------------------------*/
.c-btn, .c-btn--cancel, .c-btn--blue {
  width: 240px;
  height: 48px;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.c-btn[target=_blank]::after, [target=_blank].c-btn--cancel::after, [target=_blank].c-btn--blue::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./../images/ic_newwindow.svg") center center no-repeat;
  background-size: 100%;
  margin-left: 8px;
}

.c-btn--blue {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  background-color: #019DC5;
  cursor: pointer;
}

.c-btn--blue[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

.c-btn--cancel {
  color: #019DC5;
  background: #EEF4F8;
}

/*------------------------------------------------------------------------------
  headline / title
------------------------------------------------------------------------------*/
.c-headline {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-headline::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-headline__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.c-headline__headline {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.c-headline__headline span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.c-ttl {
  color: #00316C;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .c-ttl {
    font-size: 32px;
    padding: 64px 0;
  }
}
@media screen and (max-width: 599px) {
  .c-ttl {
    font-size: 20px;
    padding: 32px 0;
  }
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.c-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.c-header.is-top {
  opacity: 0;
}
@media screen and (min-width: 599px) {
  .c-header {
    height: 80px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-header {
    height: 56px;
    padding: 0 8px 0 12px;
  }
}

@media screen and (min-width: 599px) {
  .c-header__logo img {
    height: 38px;
  }
}
@media screen and (max-width: 599px) {
  .c-header__logo img {
    height: 18px;
  }
}

@media screen and (min-width: 599px) {
  .c-header__menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .c-header__menu {
    width: 280px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    padding: 16px 16px 64px 16px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transition: transform 0.4s ease;
    transform: translateX(100%);
  }
  .c-header__menu.is-active {
    transform: translateX(0);
  }
}

.c-header__menu__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #00316C;
  text-align: center;
  border-bottom: 1px solid #D1DEE8;
  padding-bottom: 16px;
}

.c-header__menu__list {
  font-size: 16px;
  font-weight: bold;
  color: #00316C;
}
@media screen and (min-width: 599px) {
  .c-header__menu__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c-header__menu__list li + li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-header__menu__list li {
    margin-top: 16px;
  }
  .c-header__menu__list a {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #EEF4F8;
    padding: 0 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .c-header__menu__list a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #526D82;
    border-right: 1px solid #526D82;
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    transform: rotate(45deg);
  }
}

.c-header__ic {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
.c-header__ic::before, .c-header__ic::after {
  content: "";
}
.c-header__ic::before, .c-header__ic::after, .c-header__ic span {
  width: 24px;
  height: 2px;
  background: #019DC5;
  position: absolute;
  left: 8px;
}
.c-header__ic::before {
  top: calc(50% - 8px);
}
.c-header__ic span {
  top: calc(50% - 1px);
}
.c-header__ic::after {
  top: calc(50% + 6px);
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.c-footer {
  width: 100%;
  border-top: 1px solid #D1DEE8;
  background: #dfe7f1;
  position: relative;
}

.c-footer__logo {
  text-align: center;
}
@media screen and (min-width: 599px) {
  .c-footer__logo {
    padding-top: 64px;
  }
  .c-footer__logo img {
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .c-footer__logo {
    padding-top: 32px;
  }
  .c-footer__logo img {
    height: 18px;
  }
}

.c-footer__list {
  font-size: 14px;
  color: #003F7E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 599px) {
  .c-footer__list {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .c-footer__list li + li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-footer__list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .c-footer__list li {
    margin-bottom: 8px;
  }
  .c-footer__list li + li {
    margin-left: 16px;
  }
}

.c-footer__copy {
  font-size: 14px;
  border-top: 1px solid #D1DEE8;
  color: #526D82;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .c-footer__copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-footer__copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/*------------------------------------------------------------------------------
  form
------------------------------------------------------------------------------*/
.c-form__box, .c-form__box--border {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .c-form__box, .c-form__box--border {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c-form__box + .c-form__box, .c-form__box--border + .c-form__box, .c-form__box + .c-form__box--border, .c-form__box--border + .c-form__box--border {
    padding-top: 24px;
  }
}
@media screen and (max-width: 599px) {
  .c-form__box, .c-form__box--border {
    font-size: 16px;
  }
  .c-form__box + .c-form__box, .c-form__box--border + .c-form__box, .c-form__box + .c-form__box--border, .c-form__box--border + .c-form__box--border {
    padding-top: 16px;
  }
}

.c-form__box--border {
  border-bottom: 1px solid #D1DEE8;
}
@media screen and (min-width: 599px) {
  .c-form__box--border {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .c-form__box--border {
    padding-bottom: 16px;
  }
}

.c-form__box__header {
  color: #00316C;
  font-weight: bold;
}
@media screen and (min-width: 599px) {
  .c-form__box__header {
    width: 240px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .c-form__box__header {
    margin-bottom: 4px;
  }
}

.c-form__box__body {
  width: 100%;
}

.c-form__btns {
  width: 100%;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-form__btns > * + * {
  margin-top: 16px;
}

.c-inputtext {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #D1DEE8;
  background: #DFE7F1;
  padding: 0 8px;
}

.c-textarea {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #D1DEE8;
  background: #DFE7F1;
  padding: 8px;
  resize: vertical;
}

.c-form__agree {
  width: 100%;
}

.c-form__agree p {
  margin-bottom: 10px;
}

@media screen and (min-width: 599px) {
  .c-form__agree {
    font-size: 20px;
    justify-content: flex-start;
    text-align: center;
    padding-top: 24px;
  }
}
@media screen and (max-width: 599px) {
  .c-form__agree {
    padding-top: 16px;
  }
}

.c-form__agree__body {
  width: 100%;
  font-size: 0.8em;
}
@media screen and (max-width: 599px) {
  .c-form__agree__body {
    text-align: center;
  }
}

.c-form__agree__body input {
  vertical-align: middle;
}

.c-form__agree__body label,
input[type='checkbox'] {
  cursor: pointer;
}

.c-err {
  font-size: 14px;
  color: red;
  display: block;
}
@media screen and (min-width: 599px) {
  .c-err {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .c-err {
    padding-bottom: 16px;
  }
}

/*------------------------------------------------------------------------------
  TOP
------------------------------------------------------------------------------*/
.p-top__mainvisual {
  width: 100%;
  height: 100vh;
  margin-top: -80px;
}

.p-top__mainvisual__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 599px) {
  .p-top__mainvisual__inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .p-top__mainvisual__inner {
    justify-content: center;
  }
}

.p-top__mainvisual__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.p-top__mainvisual__catch {
  width: 100%;
  margin-top: -64px;
  position: relative;
}
.p-top__mainvisual__catch h1 {
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 599px) {
  .p-top__mainvisual__catch h1 {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    font-size: 64px;
  }
  .p-top__mainvisual__catch img {
    margin: auto;
    display: block;
    width: 80%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__mainvisual__catch h1 {
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 32px;
  }
  .p-top__mainvisual__catch img {
    width: 80%;
    margin: 8px auto;
    display: block;
  }
}

.p-top__mainvisual__nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-top__mainvisual__nav__list {
  background: #FFFFFF;
  position: relative;
}
.p-top__mainvisual__nav__list ul {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-top__mainvisual__nav__list ul li {
  font-size: 16px;
  font-weight: bold;
  color: #003F7E;
}
.p-top__mainvisual__nav__list ul li + li {
  margin-left: 32px;
}

.p-top__service_1 {
  width: 100%;
  background: #dfe7f1;
  position: relative;
}
@media screen and (min-width: 599px) {
  .p-top__service_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__service_1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-top__service__desc {
  color: #003F7E;
}
@media screen and (min-width: 599px) {
  .p-top__service__desc {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .p-top__service__desc {
    font-size: 16px;
    padding: 0 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.p-top__service__desc h1 {
  font-size: 1em;
  font-weight: normal;
  display: inline;
}

.p-top__service_2 {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 599px) {
  .p-top__service_2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__service_2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-top__service__body {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 599px) {
  .p-top__service__body {
    width: 80%;
  }
}

.p-top__service__body__item {
  position: relative;
  width: calc(50% - 4%);
  box-sizing: border-box;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-top__service__body__item {
    width: 100%;
    margin: 1% 0;
  }
}

.p-top__service__body__item__pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-top__service__body__item__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.p-top__service__body__item__pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .p-top__service__body__item__pic::before {
    content: "";
    width: 100%;
    height: 240px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.p-top__service__body__item__logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-wrap: wrap;
}
.p-top__service__body__item__logo p {
  line-height: 2;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2em;
  letter-spacing: 0.3em;
}
.p-top__service__body__item__logo span {
  line-height: 1.2;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.p-company__message {
  width: 100%;
  background: #EEF4F8;
}
@media screen and (min-width: 599px) {
  .p-company__message {
    padding: 64px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-company__message {
    padding: 32px 0;
  }
}

.p-company__message__inner {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-company__message__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.p-company__message__body {
  width: 100%;
}

.p-company__message__body__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #00316C;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .p-company__message__body__ttl {
    text-align: center;
  }
}

.p-company__message__body__desc {
  font-size: 16px;
}

.p-company__message__body__desc__last {
  text-align: right;
  margin-top: 16px;
}

.p-company__message__pic {
  text-align: center;
}
.p-company__message__pic img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.p-company__message__pic p {
  font-size: 12px;
}
@media screen and (min-width: 599px) {
  .p-company__message__pic {
    flex-shrink: 0;
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-company__message__pic {
    margin-top: 16px;
  }
}

@media screen and (min-width: 599px) {
  .p-company__main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-company__main {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 599px) {
  .p-company__list {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-company__list {
    padding-bottom: 32px;
  }
}
.p-company__list li {
  width: 100%;
  border-bottom: 1px solid #D1DEE8;
}
.p-company__list li div:first-child {
  color: #00316C;
  font-weight: bold;
}
.p-company__list li div:last-child {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-company__list li {
    padding-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-company__list li + li {
    padding-top: 24px;
  }
  .p-company__list li div {
    font-size: 20px;
  }
  .p-company__list li div:first-child {
    width: 240px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-company__list li {
    padding-bottom: 16px;
  }
  .p-company__list li + li {
    padding-top: 16px;
  }
  .p-company__list li div {
    font-size: 16px;
  }
  .p-company__list li div:first-child {
    margin-bottom: 4px;
  }
}

.p-company__group__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #00316C;
  border-left: 8px solid #00316C;
  padding-left: 8px;
  margin-bottom: 16px;
}

.p-company__group__link {
  width: 100%;
  color: #00316C;
  background: #EEF4F8;
  border-radius: 4px;
  padding: 16px 32px 16px 16px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 599px) {
  .p-company__group__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-company__group__link {
    font-size: 16px;
  }
}
.p-company__group__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #00316C;
  border-right: 1px solid #00316C;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  transform: rotate(45deg);
}

/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.p-service .c-headline__bg {
  object-position: bottom;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .p-contact__main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__main {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-contact__main__note {
  width: 100%;
  font-size: 14px;
  color: #00316C;
  background: #DFE7F1;
}
.p-contact__main__note ul {
  padding-left: 24px;
}
.p-contact__main__note li {
  list-style: disc;
}
.p-contact__main__note li + li {
  margin-top: 4px;
}
.p-contact__main__note a {
  margin-top: 1%;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 599px) {
  .p-contact__main__note {
    padding: 16px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__main__note {
    padding: 16px 8px;
    margin-bottom: 32px;
  }
}

/*------------------------------------------------------------------------------
  confirm
------------------------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .p-confirm__main {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 599px) {
  .p-confirm__main {
    padding-bottom: 64px;
  }
}

/*------------------------------------------------------------------------------
  thanks
------------------------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .p-thanks__main__list__desc {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks__main__list__desc {
    font-size: 16px;
  }
}

@media screen and (min-width: 599px) {
  .p-thanks__main__list__btns {
    margin: 64px auto;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks__main__list__btns {
    margin: 32px auto;
  }
}
.p-thanks__main__list__btns > * {
  margin: 0 auto;
}

/*------------------------------------------------------------------------------
  privacy
------------------------------------------------------------------------------*/
.p-service_title {
  background: #EEF4F8;
  margin-bottom: 50px;
}

.c-frame {
  font-size: 14px;
}
.c-frame a {
  display: inline;
}
.c-frame p {
  margin-bottom: 1em;
}

.c-frame__main {
  padding-bottom: 128px;
}
.c-frame__main p.right {
  text-align: right;
}
.c-frame__main h3 {
  font-size: 24px;
  color: #00417b;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.c-frame__main .indent-15 {
  margin-top: 1em;
}
.c-frame__main li {
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (min-width: 599px) {
  .c-frame__main h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .c-frame__main h2 {
    font-size: 20px;
  }
}

.indent-1 li {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-1 tr {
  vertical-align: top;
}

.indent-2 {
  padding-left: 1.5em;
  margin-top: 0px;
}
.indent-2 tr {
  vertical-align: top;
}

.indent-3 li {
  padding-left: 3em;
  text-indent: -3em;
}

.indent-32 {
  margin-top: 1em;
}
.indent-32 li {
  padding-left: 3em;
  text-indent: -3em;
}
.indent-32 tr {
  vertical-align: top;
}

.margin-1 {
  margin-top: 1em;
}
.margin-2 {
  margin-top: 2em;
}

/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.p-news {
  background: #EEF4F8;
}

@media screen and (min-width: 599px) {
  .p-news__main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-news__main {
    padding: 0;
  }
}

.p-news__box {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-news__box {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-news__box {
    margin-top: -56px;
    padding-top: 56px;
  }
}

.p-news__box__inner {
  width: 100%;
  background: #fff;
  padding: 16px 16px 32px 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 599px) {
  .p-news__box__inner {
    border-radius: 8px;
  }
}

.p-news__box__date {
  font-size: 14px;
  color: #526D82;
  padding-bottom: 8px;
}

.p-news__box__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #00316C;
  border-bottom: 1px solid #D1DEE8;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.p-news__box__content > * + * {
  margin-top: 16px;
}
.p-news__box__content h1 {
  font-size: 24px;
}
.p-news__box__content h2 {
  font-size: 20px;
}
.p-news__box__content h3 {
  font-size: 18px;
}
.p-news__box__content h4 {
  font-size: 16px;
}
.p-news__box__content p {
  font-size: 16px;
}
.p-news__box__content img {
  max-width: 100%;
}
.p-news__box__content iframe {
  max-width: 600px;
}

.p-news__main__pagination {
  width: 100%;
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__main__pagination > * + * {
  margin-left: 16px;
}

/*------------------------------------------------------------------------------
  reqruit
------------------------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .p-reqruit__body__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-reqruit__body__inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-reqruit__body__box {
  width: 100%;
  border: 1px solid #D1DEE8;
  background: #fff;
}
@media screen and (min-width: 599px) {
  .p-reqruit__body__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-reqruit__body__box__pic {
  flex-shrink: 0;
}
@media screen and (min-width: 599px) {
  .p-reqruit__body__box__pic {
    width: 480px;
    height: 240px;
  }
}
@media screen and (max-width: 599px) {
  .p-reqruit__body__box__pic {
    width: 100%;
    height: 200px;
  }
}
.p-reqruit__body__box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reqruit__body__box__info {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-reqruit__body__box__info {
    padding: 32px 16px 64px 16px;
  }
}
@media screen and (min-width: 599px) {
  .p-reqruit__body__box__info h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-reqruit__body__box__info h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.p-reqruit__body__box__info a {
  margin: 0 auto;
}

.p-reqruit__body__empty {
  width: 100%;
  border-radius: 8px;
  border: 4px solid #019DC5;
  background: #fff;
  color: #00316C;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .p-reqruit__body__empty {
    font-size: 20px;
    padding: 64px;
  }
}
@media screen and (max-width: 599px) {
  .p-reqruit__body__empty {
    font-size: 16px;
    padding: 32px 16px;
  }
}

/*------------------------------------------------------------------------------
  AOS (Animate On Scroll)
  使用箇所: data-aos="fade-in" のみ。durationとdelayはJSのinitで設定するため
  data属性ベースのCSSルールは不要。easingはease-in-sineのみ使用。
------------------------------------------------------------------------------*/
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

/*------------------------------------------------------------------------------
  utility (display)
------------------------------------------------------------------------------*/
@media screen and (min-width: 599px) {
  .u-pcHidden {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-spHidden {
    display: none !important;
  }
}
