@charset "UTF-8";
/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
* {
  font-feature-settings: "palt";
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #000;
}

main {
  position: relative;
}

/* ===============================================
     aタグ
  =============================================== */
a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
     セクション
  =============================================== */
.u-sectionInner {
  padding-block: 40px;
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1320px) {
  .u-sectionInner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 768px) {
  .u-sectionInner {
    padding-inline: 24px;
  }
}

/* ===============================================
     セクションタイトル
  =============================================== */
/* ===============================================
     ページタイトル
  =============================================== */
/* ===============================================
       ボタン
  =============================================== */
/* ===============================================
       改行
  =============================================== */
.spBr {
  display: none;
}
@media screen and (width <= 480px) {
  .spBr {
    display: inline;
  }
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
footer {
  width: 100%;
}
footer .l-footerInner {
  width: 100%;
}
footer .l-footerInner .l-footerTop {
  padding-block: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  footer .l-footerInner .l-footerTop {
    padding-inline: 24px;
  }
}
footer .l-footerInner .l-footerTop .l-footerTopCopy {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
footer .l-footerInner .l-footerBottom {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  background: #000;
}
@media screen and (max-width: 768px) {
  footer .l-footerInner .l-footerBottom {
    padding-inline: 24px;
  }
}
footer .l-footerInner .l-footerBottom .l-footerBottomCopy {
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.l-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.l-header .l-headerInner {
  height: 86px;
  width: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-headerInner .l-headerLogo a {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-headerInner .l-headerLogo a img {
  height: 100%;
}
.l-header .l-headerInner .c-hamburgerButton {
  position: relative;
  z-index: 101;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .l-headerInner .c-hamburgerButton {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.l-header .l-headerInner .c-hamburgerButton .c-hamburgerLine {
  opacity: 1;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.l-header .l-headerInner .c-hamburgerButton[aria-expanded=true] .c-hamburgerLine:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-header .l-headerInner .c-hamburgerButton[aria-expanded=true] .c-hamburgerLine:nth-child(2) {
  opacity: 0;
}
.l-header .l-headerInner .c-hamburgerButton[aria-expanded=true] .c-hamburgerLine:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-pageHero {
  position: relative;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.c-pageHero .c-pageHeroImage {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pageHero .c-pageHeroTextArea {
  padding-bottom: 48px;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.c-pageHero .c-pageHeroTextArea .c-pageHeroEnglishTitle {
  font-size: 2.125rem;
  font-weight: bold;
}
.c-pageHero .c-pageHeroTextArea .c-pageHeroJapaneseTitle {
  font-size: 0.875rem;
  font-weight: 300;
}

/* ===============================================
 * パンくずリスト
 =============================================== */
.c-breadcrumbSection {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
}
.c-breadcrumbSection .c-breadcrumb {
  width: 1100px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .c-breadcrumbSection .c-breadcrumb {
    width: 100%;
    padding-inline: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbSection .c-breadcrumb {
    padding-inline: 24px;
  }
}
.c-breadcrumbSection .c-breadcrumb .c-breadcrumbItem {
  font-size: 12px;
  font-weight: 300;
}
.c-breadcrumbSection .c-breadcrumb .c-breadcrumbItem::after {
  content: ">";
  margin-inline: 16px;
}
.c-breadcrumbSection .c-breadcrumb .c-breadcrumbItem:first-child {
  color: #391E88;
}
.c-breadcrumbSection .c-breadcrumb .c-breadcrumbItem:last-child::after {
  content: none;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-buttonMain {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  padding-inline: 32px;
  border-radius: 50vh;
  background: linear-gradient(to right, #250D65, #7633A4);
  color: #fff;
}
.c-buttonMain::before {
  content: "▶︎";
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.c-buttonMain .c-buttonMainText {
  font-size: 0.875rem;
  font-weight: bold;
}

.c-buttonMain,
.c-buttonMain::before,
.c-buttonMainText {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.c-buttonMain:hover {
  opacity: 0.9;
}
.c-buttonMain:hover::before {
  right: 16px;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-buttonSub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 16px 32px;
  border-radius: 50vh;
  border: 1px solid #fff;
  color: #fff;
}
.c-buttonSub::before {
  content: "▶︎";
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.c-buttonSub .c-buttonSubText {
  font-size: 0.875rem;
  font-weight: bold;
}

.c-buttonSub,
.c-buttonSub::before,
.c-buttonSubText {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.c-buttonSub:hover {
  background: #fff;
}
.c-buttonSub:hover .c-buttonSubText {
  color: #391E88;
}

.c-buttonSub:hover::before {
  right: 16px;
  color: #391E88;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-headerGlobalNav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-headerGlobalNav {
    display: none;
  }
}
.c-headerGlobalNav .c-headerGlobalNavItem a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-footerGlobalNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  row-gap: 16px;
}
.c-footerGlobalNav .c-footerGlobalNavItem a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-sidebar {
  display: flex;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: linear-gradient(to right bottom, #7633A4, #250D65);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.c-sidebar .c-sidebarGlobalNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.c-sidebar .c-sidebarGlobalNav .c-sidebarGlobalNavItem a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.c-sidebar.isOpen {
  transform: translateX(0);
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-sectionTitle {
  margin-bottom: 32px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #391E88;
}
.c-sectionTitle .c-sectionTitleEnglish {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
.c-sectionTitle .c-sectionTitleJapanese {
  font-size: 0.875rem;
  font-weight: 600;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.c-NewsList {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1320px) {
  .c-NewsList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-NewsList {
    gap: 32px;
  }
}
.c-NewsList .c-NewsItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-NewsList .c-NewsItem {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.c-NewsList .c-NewsItem .c-NewsDateAndCategory {
  display: contents;
}
@media screen and (max-width: 768px) {
  .c-NewsList .c-NewsItem .c-NewsDateAndCategory {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.875rem;
  }
}
.c-NewsList .c-NewsItem .c-NewsDateAndCategory .c-NewsDate {
  font-size: 0.875rem;
  font-weight: 300;
  flex-shrink: 0;
}
.c-NewsList .c-NewsItem .c-NewsDateAndCategory .c-NewsCategory {
  width: 80px;
  padding-block: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  background: #e6e6e6;
  font-size: 0.75rem;
}
.c-NewsList .c-NewsItem .c-NewsTitle {
  font-size: 0.875rem;
  font-weight: 300;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .c-NewsList .c-NewsItem .c-NewsTitle {
    max-width: 100%;
  }
}
.c-NewsList .c-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.c-NewsList .c-pagination .page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  background: linear-gradient(to right, #250D65, #7633A4);
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.c-NewsList .c-pagination .page-numbers.current {
  background: rgba(57, 30, 136, 0.2);
  color: #000;
}
.c-NewsList .c-pagination .prev,
.c-NewsList .c-pagination .next {
  display: none;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.p-singleNewsContainer {
  padding-block: 80px;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer {
    width: 100%;
    padding-block: 40px;
  }
}
.p-singleNewsContainer .p-NewsArticle {
  width: 100%;
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleTitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer .p-NewsArticle .p-NewsArticleTitle {
    font-size: 1.375rem;
  }
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo .p-NewsArticlePostInfoDate {
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo .p-NewsArticlePostInfoDate {
    font-size: 0.625rem;
  }
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo .p-NewsArticlePostInfoCategory {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 50vh;
  background-color: #e6e6e6;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer .p-NewsArticle .p-NewsArticlePostInfo .p-NewsArticlePostInfoCategory {
    font-size: 0.75rem;
    padding: 2px 12px;
  }
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleThumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-singleNewsContainer .p-NewsArticle .p-NewsArticleThumbnail {
    margin-bottom: 20px;
  }
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent {
  font-weight: 300;
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent p,
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent h2,
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent h3 {
  margin-bottom: 32px;
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent h2 {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  margin-left: 16px;
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent h2::after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #391E88;
  border-radius: 4px;
}
.p-singleNewsContainer .p-NewsArticle .p-NewsArticleContent h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #391E88;
  margin-bottom: 16px;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.home .p-frontPageHero .p-frontPageHeroInner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroImage {
  width: 100%;
  height: 100%;
}
.home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea {
    left: 24px;
    transform: translate(0, -50%);
    align-items: start;
    gap: 12px;
  }
}
.home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea .p-frontPageHeroTitle {
  white-space: nowrap;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea .p-frontPageHeroTitle {
    font-size: 12vw;
    line-height: 1.2;
  }
}
.home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea .p-frontPageHeroCopy {
  font-size: max(2vw, 1.25rem);
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageHero .p-frontPageHeroInner .p-frontPageHeroTitleContentsArea .p-frontPageHeroCopy {
    font-size: 5vw;
    margin-bottom: 24px;
  }
}
.home .p-frontPageNews {
  margin-inline: auto;
}
.home .p-frontPageNews .u-sectionInner {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageNews .u-sectionInner {
    flex-direction: column;
    justify-content: initial;
    gap: 0px;
  }
}
.home .p-frontPageNews .u-sectionInner .c-sectionTitle {
  margin-inline: 0;
  align-items: start;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageNews .u-sectionInner .c-sectionTitle {
    margin-inline: auto;
    align-items: center;
  }
}
.home .p-frontPageService .u-sectionInner .p-frontPageServiceList {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageService .u-sectionInner .p-frontPageServiceList {
    flex-direction: column;
    gap: 40px;
  }
}
.home .p-frontPageService .u-sectionInner .p-frontPageServiceList .p-frontPageServiceItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.home .p-frontPageService .u-sectionInner .p-frontPageServiceList .p-frontPageServiceItem .p-frontPageServiceTitle {
  font-size: 1.125rem;
  font-weight: bold;
}
.home .p-frontPageService .u-sectionInner .p-frontPageServiceList .p-frontPageServiceItem .p-frontPageServiceCopy {
  font-size: 14px;
  font-weight: 300;
}
.home .p-frontPageService .u-sectionInner .c-buttonMain {
  margin-inline: auto;
}
.home .p-frontPageWorks {
  margin-top: 40px;
  height: 660px;
  display: flex;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageWorks {
    height: auto;
    width: 100%;
  }
}
.home .p-frontPageWorks .u-sectionInner {
  padding-block: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageWorks .u-sectionInner {
    flex-direction: column;
    gap: 48px;
  }
}
.home .p-frontPageWorks .u-sectionInner .p-frontPageWorksBg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66%;
  background: #e6e6e6;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageWorks .u-sectionInner .p-frontPageWorksBg {
    top: 50%;
    height: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .home .p-frontPageWorks .u-sectionInner .p-frontPageWorksBg {
    top: 30%;
    height: 70%;
  }
}
.home .p-frontPageWorks .u-sectionInner .p-frontPageWorksLeft {
  flex: 1;
  height: 100%;
  aspect-ratio: 25/18;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageWorks .u-sectionInner .p-frontPageWorksLeft {
    width: 100%;
  }
}
.home .p-frontPageWorks .u-sectionInner .p-frontPageWorksRight {
  margin-inline: 48px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageWorks .u-sectionInner .p-frontPageWorksRight {
    margin-inline: 0;
  }
}
.home .p-frontPageWorks .u-sectionInner .p-frontPageWorksCopy {
  font-weight: 300;
  font-size: 0.875rem;
}
.home .p-frontPageCompany .u-sectionInner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner {
    padding: 0;
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyImagePc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyImagePc {
    display: none;
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyImageSp {
  display: none;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyImageSp {
    display: block;
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea {
    width: calc(100% - 32px);
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy {
  line-height: 1.2;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  background: linear-gradient(transparent 75%, yellow 25%);
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy {
    background: none;
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy .p-frontPageCompanyCopyParagraph {
  display: contents;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy .p-frontPageCompanyCopyParagraph {
    display: block;
    background: linear-gradient(transparent 70%, yellow 30%);
    font-size: 8vw;
  }
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyCopy .p-frontPageCompanyCopyParagraph:first-child {
  margin-bottom: 8px;
}
.home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyText {
  margin-top: 40px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .home .p-frontPageCompany .u-sectionInner .p-frontPageCompanyTextArea .p-frontPageCompanyText {
    font-size: 0.875rem;
  }
}
.home .p-frontPageRecruit .u-sectionInner {
  width: 1100px;
  height: 424px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageRecruit .u-sectionInner {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.home .p-frontPageRecruit .u-sectionInner .p-frontPageRecruitTextArea {
  width: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageRecruit .u-sectionInner .p-frontPageRecruitTextArea {
    width: 100%;
    padding-block: 40px;
  }
}
.home .p-frontPageRecruit .u-sectionInner .p-frontPageRecruitImage {
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .home .p-frontPageRecruit .u-sectionInner .p-frontPageRecruitImage {
    width: 100%;
    height: auto;
  }
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.page-id-16 .p-companyPageSectionTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #391E88;
  margin-bottom: 32px;
}
.page-id-16 .p-companyMessage .u-sectionInner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-16 .p-companyMessage .p-companyMessageImagePc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyMessage .p-companyMessageImagePc {
    display: none;
  }
}
.page-id-16 .p-companyMessage .p-companyMessageImageSp {
  display: none;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyMessage .p-companyMessageImageSp {
    display: block;
  }
}
.page-id-16 .p-companyMessage .p-companyMessageTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyMessage .p-companyMessageTextArea {
    width: calc(100% - 32px);
  }
}
.page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy {
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 600;
  background: linear-gradient(transparent 75%, yellow 25%);
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy {
    background: none;
  }
}
.page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy .p-companyMessageCopyParagraph {
  display: contents;
}
.page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy .p-companyMessageCopyParagraph:first-child {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageCopy .p-companyMessageCopyParagraph {
    display: block;
    background: linear-gradient(transparent 70%, yellow 30%);
    font-size: 8vw;
  }
}
.page-id-16 .p-companyMessage .p-companyMessageTextArea .p-companyMessageText {
  text-align: center;
  font-weight: 300;
}
.page-id-16 .p-companyCeo .u-sectionInner {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyCeo .u-sectionInner {
    flex-direction: column;
    gap: 24px;
  }
}
.page-id-16 .p-companyCeo .u-sectionInner .p-companyCeoImage {
  width: 440px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-id-16 .p-companyCeo .u-sectionInner .p-companyCeoImage {
    width: 100%;
  }
}
.page-id-16 .p-companyCeo .u-sectionInner .p-companyCeoText {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 300;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.page-id-20 .p-pageContactContainer {
  padding-block: 60px;
  /*
    フォーム
  =============================================== */
}
.page-id-20 .p-pageContactContainer .p-contactPageNote {
  text-align: center;
}
.page-id-20 .p-pageContactContainer form {
  width: 750px;
  margin-inline: auto;
  margin-top: 40px;
  padding-block: 64px;
  padding-inline: 75px;
  background-color: #EEE;
  /*
    アニメーション
  =============================================== */
}
@media screen and (max-width: 1320px) {
  .page-id-20 .p-pageContactContainer form {
    width: 100%;
    padding-inline: 24px;
  }
}
.page-id-20 .p-pageContactContainer form p {
  margin-bottom: 32px;
}
.page-id-20 .p-pageContactContainer form p label {
  font-size: 16px;
  font-weight: 600;
}
.page-id-20 .p-pageContactContainer form p label .required {
  margin-left: 12px;
  font-size: 12px;
  color: #391E88;
}
.page-id-20 .p-pageContactContainer form p input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* デフォルトのスタイルをリセット */
  width: 16px;
  height: 16px;
  border: 2px solid #707070;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  /* フォーカス時のアウトラインを削除 */
}
.page-id-20 .p-pageContactContainer form p input[type=radio]:checked {
  background-color: #391E88;
  /* チェックされた時の背景色 */
  border-color: #707070;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-text,
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio,
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-select {
  width: 300px;
}
@media screen and (max-width: 1320px) {
  .page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-text,
  .page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio,
  .page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-select {
    width: 100%;
  }
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-text {
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio {
    flex-direction: column;
    align-items: start;
  }
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio input,
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
  font-weight: 300;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 32px;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-form-control-wrap .wpcf7-select {
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-submit {
  margin-inline: auto;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 220px;
  padding: 16px 32px;
  border-radius: 50vh;
  background: linear-gradient(to right, #250D65, #7633A4);
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.page-id-20 .p-pageContactContainer form p .wpcf7-spinner {
  display: none;
}
.page-id-20 .p-pageContactContainer form .submitWrapper {
  margin-top: 40px;
  position: relative;
}
.page-id-20 .p-pageContactContainer form .submitWrapper p {
  margin-bottom: 0;
}
.page-id-20 .p-pageContactContainer form .submitWrapper::before {
  z-index: 1;
  content: "▶︎";
  top: 50%;
  left: calc(50% + 84px);
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.625rem;
  position: absolute;
}
.page-id-20 .p-pageContactContainer form .submitWrapper {
  margin-top: 40px;
  position: relative;
}
.page-id-20 .p-pageContactContainer form .submitWrapper p {
  margin-bottom: 0;
}
.page-id-20 .p-pageContactContainer form .submitWrapper::before {
  z-index: 1;
  content: "▶︎";
  top: 50%;
  left: calc(50% + 54px);
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.625rem;
  position: absolute;
}
.page-id-20 .p-pageContactContainer form .submitWrapper,
.page-id-20 .p-pageContactContainer form .submitWrapper::before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-id-20 .p-pageContactContainer form .submitWrapper:hover {
  opacity: 0.9;
}
.page-id-20 .p-pageContactContainer form .submitWrapper:hover::before {
  left: calc(50% + 84px);
}

.wpcf7-response-output {
  border: none !important;
}

.sent .wpcf7-response-output {
  text-align: center;
  color: #1fa155;
}

.invalid .wpcf7-response-output {
  text-align: center;
  color: #dc3232;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.p-pageNewsContainer {
  padding-block: 80px;
}
.p-pageNewsContainer .c-NewsList {
  margin-inline: auto;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.page-id-18 {
  background-image: url(assets/images/recruit/2031.png);
}
.page-id-18 .c-recruitPageSectionTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #391E88;
}
.page-id-18 .u-sectionInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page-id-18 .u-sectionInner .p-recruitPageCopyEnglish {
  margin-top: 40px;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #391E88;
}
@media screen and (max-width: 1320px) {
  .page-id-18 .u-sectionInner .p-recruitPageCopyEnglish {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .page-id-18 .u-sectionInner .p-recruitPageCopyEnglish {
    font-size: 13vw;
  }
}
.page-id-18 .u-sectionInner .p-recruitPageCopyJapanese {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #391E88;
}
@media screen and (max-width: 768px) {
  .page-id-18 .u-sectionInner .p-recruitPageCopyJapanese {
    font-size: 6vw;
  }
}
.page-id-18 .u-sectionInner .p-recruitPageText {
  font-weight: 300;
  text-align: center;
}
.page-id-18 .p-recruitNow {
  width: 100%;
}
.page-id-18 .p-recruitNow .u-sectionInner {
  padding-block: 60px;
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation {
  width: 100%;
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem {
  padding-block: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid rgba(57, 30, 136, 0.5);
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationItemTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationItemTitle {
    font-size: 1.25rem;
  }
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem {
  width: 920px;
  margin-inline: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1320px) {
  .page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem {
    width: calc(100% - 64px);
    margin-inline: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem {
    width: calc(100% - 40px);
    margin-inline: 20px;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem .p-recruitNowOccupationDetailTitle {
  width: 200px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem .p-recruitNowOccupationDetailTitle {
    width: 100%;
    font-weight: 600;
  }
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitNowOccupation .p-recruitNowOccupationItem .p-recruitNowOccupationDetailList .p-recruitNowOccupationDetailItem .p-recruitNowOccupationDetailInformation {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 300;
}
.page-id-18 .p-recruitNow .u-sectionInner .p-recruitButtonNote {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 300;
}
.page-id-18 .p-recruitMovieSection {
  width: 100%;
}
.page-id-18 .p-recruitMovieSection iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-id-18 .p-recruitPageSeparator {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  width: 100%;
  height: auto;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.p-services .u-sectionInner {
  width: 1100px;
  margin: 0 auto;
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1320px) {
  .p-services .u-sectionInner {
    width: 100%;
    padding-block: 40px;
  }
}
.p-services .u-sectionInner .p-serviceArticle {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: start;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-services .u-sectionInner .p-serviceArticle {
    flex-direction: column;
    gap: 24px;
  }
}
.p-services .u-sectionInner .p-serviceArticle .p-serviceArticleImage {
  display: inline-block;
  width: 440px;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .p-services .u-sectionInner .p-serviceArticle .p-serviceArticleImage {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-services .u-sectionInner .p-serviceArticle .p-serviceArticleImage {
    width: 100%;
    height: auto;
  }
}
.p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea {
  flex: 1;
}
.p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea .p-serviceArticleTitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea .p-serviceArticleTitle {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea .p-serviceArticleTitle {
    text-align: center;
  }
}
.p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea .p-serviceArticleText {
  font-weight: 300;
}
@media screen and (max-width: 1320px) {
  .p-services .u-sectionInner .p-serviceArticle .p-serviceArticleTextArea .p-serviceArticleText {
    font-size: 0.875rem;
  }
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.p-worksArticleArea .u-sectionInner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.p-worksArticleArea .u-sectionInner .p-worksArticle {
  width: calc((100% - 64px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1320px) {
  .p-worksArticleArea .u-sectionInner .p-worksArticle {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-worksArticleArea .u-sectionInner .p-worksArticle {
    width: 100%;
  }
}
.p-worksArticleArea .u-sectionInner .p-worksArticle .p-worksArticleImage {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-worksArticleArea .u-sectionInner .p-worksArticle .p-worksArticleTitle {
  font-weight: 300;
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.u-smallerPcSmallOnly {
  display: none;
}
@media screen and (max-width: 1320px) {
  .u-smallerPcSmallOnly {
    display: initial;
  }
}

.u-PcSmallOnly {
  display: none;
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
  .u-PcSmallOnly {
    display: initial;
  }
}

.u-spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: initial;
  }
}

/*
Theme Name: 【上級編】企業サイトのコーディング練習
Author: Fujisaki Wahei
Description: 【上級編】企業サイトのコーディング練習
Version: 1.0
*/
.slick-slider {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 1320px) {
  .slick-slider {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.slick-dots {
  bottom: -40px;
  right: 0;
  text-align: right;
}
.slick-dots li {
  margin-inline: 4px;
}
.slick-dots li button::before {
  opacity: 0.8;
  font-size: 12px;
  color: #707070;
}
.slick-dots .slick-active button::before {
  opacity: 1;
  color: #391E88 !important;
}

.slick-track {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.p-frontPageWorksSlickItem {
  height: 100%;
}

.p-frontPageWorksSlickImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev {
  z-index: 100;
  left: 16px;
}
.slick-prev::before {
  content: "<";
  font-size: 32px;
  font-weight: 900;
  color: #391E88;
}

.slick-next {
  z-index: 100;
  right: 16px;
}
.slick-next::before {
  content: ">";
  font-size: 32px;
  font-weight: 900;
  color: #391E88;
}/*# sourceMappingURL=style.css.map */