@charset "UTF-8";
/* FONT
------------------------------------------------------ */
.font-nitalago {
  font-family: nitalago-ruika, sans-serif;
}

/* base
------------------------------------------------------ */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/*
 * html, body
---------------------------------------*/
body {
  opacity: 0;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a, .hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
a:hover, .hover:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.8;
}
a.block, .hover.block {
  display: block;
}
a.line, .hover.line {
  display: inline;
}
a.link, .hover.link {
  text-decoration: underline;
}
a img, .hover img {
  border: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

/*
 * SP-PC切り替え
---------------------------------------*/

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/

/* fade
------------------------------------------------------ */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.key-fadein {
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.key-fadeout {
  -webkit-animation: fade-out 1s;
          animation: fade-out 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* 縦スクロールのアニメーション
------------------------------------------------------ */
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}
.l-header .l-header__logo {
  color: #fff;
  background-color: #03a3ea;
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 3.7209302326 ) );
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 1.25rem 3.75rem 1.25rem 2.75rem;
}
.l-header .l-header__logo span {
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: -0.05em;
  margin-left: 0.625rem;
}
.l-header .l-menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #093182;
  z-index: 30;
}

/* ヘッダーメニュー */
.l-header__menu.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.l-header__menu .l-header__menu__item a {
  font-size: 20px;
  font-size: calc( 20px + ((1vw - 3.2px) * 4.6511627907 ) );
  display: block;
  padding: 10px 0;
}
.l-header__menu .l-header__menu--sns .header__menu--sns__title {
  font-style: italic;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-main {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-content {
  width: 100%;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc( 18px + ((1vw - 3.2px) * 4.1860465116 ) );
}

.l-footer {
  margin-top: 11%;
  color: #000;
  background-color: #fff;
}
.l-footer .footer__topBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-size: calc( 10px + ((1vw - 3.2px) * 2.3255813953 ) );
  font-weight: bold;
  text-align: center;
  position: fixed;
  bottom: calc( 19px + ((1vw - 3.2px) * 5.3488372093 ) );
  right: calc( 0px + ((1vw - 3.2px) * 10 ) );
  width: 5em;
  height: 5em;
  color: #fff;
  background-color: #03a3ea;
  border-radius: 50vw;
}
.l-footer .footer__sns {
  color: #fff;
  background-color: #f2f2f2;
  padding-top: 10%;
  padding-bottom: 9%;
}
.l-footer .footer__sns .footer__sns__inner {
  max-width: 50.3125rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .footer__sns .footer__sns__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 18.5px;
  font-size: calc( 18.5px + ((1vw - 3.2px) * 4.3023255814 ) );
  margin-bottom: 0.625rem;
}
.l-footer .footer__sns .footer__sns__title.twitter {
  color: #1da1f2;
}
.l-footer .footer__sns .footer__sns__title.facebook {
  color: #4267b2;
}
.l-footer .footer__sns .footer__sns__title.instagram {
  color: #1a1a1a;
}
.l-footer .footer__sns .footer__sns__title img {
  width: 10%;
  margin-right: 2%;
}
.l-footer .footer__sns .footer__sns--twitter {
  height: 80vw;
  overflow-y: scroll;
}
.l-footer .footer__info {
  background-color: #fff;
  color: #000;
  padding-top: 4.25rem;
}
.l-footer .footer__info__share .share__text {
  text-align: center;
}
.l-footer .footer__info__share .share__list--wrapper {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 4.5901639344%;
}
.l-footer .footer__info__share .share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
.l-footer .footer__info__share .share__list .share__item + .share__item {
  margin-left: 1.125rem;
}
.l-footer .footer__info__share .share__list .share__item img {
  width: 100%;
  height: auto;
}
.l-footer .footer__info__main {
  text-align: center;
  margin-top: 10.0294985251%;
}
.l-footer .footer__info__main .main__title {
  font-size: 20px;
  font-size: calc( 20px + ((1vw - 3.2px) * 4.6511627907 ) );
}
.l-footer .footer__info__main .main__address {
  font-size: 11px;
  font-size: calc( 11px + ((1vw - 3.2px) * 3.023255814 ) );
  margin-top: 5.1622418879%;
}
.l-footer .footer__info__main .main__contact {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 2.7906976744 ) );
}
.l-footer .footer__info__main .main__contact a {
  font-size: 1.4117647059em;
  font-weight: bold;
}
.l-footer .l-footer__copy--wrapper {
  text-align: center;
  background-color: #03a3ea;
  padding-top: 2.9333333333%;
  padding-bottom: 4%;
  margin-top: 7.4666666667%;
}
.l-footer .l-footer__copy {
  text-align: center;
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 2.7906976744 ) );
  letter-spacing: 0.01em;
  color: #fff;
}

.u-color_bg-gray {
  background-color: #F6F7F7;
}

.u-color_bg-green {
  background-color: #E4EDEE;
}

.u-color_bg-white {
  background-color: #fff;
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.js-fade-in.fade-outQuit {
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  -webkit-transform: translate3d(0, 50px, 0) !important;
          transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  -webkit-transform: translate3d(0, -100px, 0) !important;
          transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  -webkit-transform: translate3d(-50vw, 0, 0) !important;
          transform: translate3d(-50vw, 0, 0) !important;
}
.js-fade-in.fade-in-right {
  -webkit-transform: translate3d(50vw, 0, 0) !important;
          transform: translate3d(50vw, 0, 0) !important;
}

.u-underline--dash {
  background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 1.9375rem 0;
}

.overflow--hidden {
  overflow: hidden;
}

.u-position--r {
  position: relative;
}
.u-position--a {
  position: absolute;
}

.c-button-copy {
  padding: 0 0.5em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #5a9999;
  border-right: 1px solid #2f4f4f;
  border-bottom: 1px solid #2f4f4f;
  -webkit-box-shadow: 1px 1px 1px #2f4f4f;
          box-shadow: 1px 1px 1px #2f4f4f;
}
.c-button-copy:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.c-card {
  position: relative;
  z-index: 0;
  padding: 1.875rem 2.5rem;
}
.c-card.shadow {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.c-card.white {
  background-color: #fff;
}
.c-card.gray {
  background-color: gray;
}
.c-card.gray:before, .c-card.gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card.green {
  background-color: greenyellow;
}
.c-card.green:before, .c-card.green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card .card_lead {
  font-size: 25px;
  font-size: 1.5625rem;
}
.c-card .card_lead + .card_text {
  margin-top: 0.75rem;
}
.c-card .card_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

/*
 * flex-boxのitem幅
---------------------------------------*/
/*
 * flex-box
---------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* SPメニューアイコン */
.c-menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  text-align: center;
  width: calc( 65px + ((1vw - 3.2px) * 15.1162790698 ) );
  height: calc( 65px + ((1vw - 3.2px) * 15.1162790698 ) );
  padding-bottom: 14%;
  margin: 0;
  overflow: hidden;
}
.c-menu-icon.checked .memu__border:first-child {
  top: 39%;
  left: 29%;
  width: 48%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-menu-icon.checked .memu__border:nth-child(2) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
.c-menu-icon.checked .memu__border:nth-child(3) {
  top: 39%;
  left: 31%;
  width: 45%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-menu-icon.checked .memu__text.--open {
  display: none;
}
.c-menu-icon.checked .memu__text.--close {
  display: inline;
}
.c-menu-icon .memu__border {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc( 2px + ((1vw - 3.2px) * 0.4651162791 ) );
  width: 45%;
  background-color: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  backface-visibility: hidden;
}
.c-menu-icon .memu__border:first-child {
  top: 23%;
}
.c-menu-icon .memu__border:nth-child(2) {
  top: 38%;
}
.c-menu-icon .memu__border:nth-child(3) {
  top: 55%;
}
.c-menu-icon .memu__text {
  font-family: nitalago-ruika, sans-serif;
  font-size: 10px;
  font-size: calc( 10px + ((1vw - 3.2px) * 2.3255813953 ) );
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.c-menu-icon .memu__text.--close {
  display: none;
}

/* 破線(5px) */
.c-parts_dashedLine {
  background-image: linear-gradient(to right, #303030, #fff 5px, transparent 5px, transparent 5px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.c-parts_dashedLine.top {
  background-position: left top;
}
.c-parts_dashedLine.bottom {
  background-position: left bottom;
}

.p-top-mv {
  background-image: url(../image/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
}

.p-top-sec .sec__title {
  position: relative;
  font-family: nitalago-ruika, sans-serif;
  font-size: 30px;
  font-size: calc( 30px + ((1vw - 3.2px) * 6.976744186 ) );
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #093182;
  padding-top: 6%;
  padding-left: 5%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 163, 234, 0.15)), color-stop(55%, rgba(3, 163, 234, 0.15)), color-stop(55%, transparent), to(transparent));
  background: linear-gradient(to bottom, rgba(3, 163, 234, 0.15) 0%, rgba(3, 163, 234, 0.15) 55%, transparent 55%, transparent 100%);
}
.p-top-sec .sec__title span {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #03a3ea;
}

/* ごあいさつ */
.greeting .greeting__heading {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  background: #f2f2f2;
}
.greeting .greeting__heading .heading1 {
  position: relative;
  font-size: 25px;
  font-size: calc( 25px + ((1vw - 3.2px) * 5.8139534884 ) );
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #4fbff0;
  padding: 3.0666666667% 0 0.6666666667%;
  z-index: 0;
}
.greeting .greeting__heading .heading1:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.greeting .greeting__heading .heading1 .sub {
  font-size: 0.68em;
}
.greeting .greeting__heading .heading2 {
  position: relative;
  font-size: 25px;
  font-size: calc( 25px + ((1vw - 3.2px) * 5.8139534884 ) );
  color: #093182;
  padding-top: 17%;
}
.greeting .greeting__heading .heading2 span {
  color: #03a3ea;
}
.greeting .greeting__heading .heading2:after {
  content: "";
  position: absolute;
  right: -15%;
  top: -5px;
  display: block;
  width: 150px;
  height: 65px;
  background-image: url(../image/heading_img1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.greeting .greeting__body {
  margin-top: 1.25rem;
}
.greeting .greeting__content + .greeting__content {
  margin-top: 17%;
}
.greeting .greeting__text {
  margin-top: 3.3125rem;
}
.greeting .greeting__text p {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  line-height: 1.9285714286;
}
.greeting .greeting__text p + p {
  margin-top: 2em;
}
.greeting .greeting__text .emphasis {
  font-size: 15.5px;
  font-size: calc( 15.5px + ((1vw - 3.2px) * 4.5348837209 ) );
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: #03a3ea;
}
.greeting .greeting__image {
  position: relative;
}
.greeting .greeting__image:before {
  content: "";
  position: absolute;
  display: block;
  height: 95%;
  background-color: #f2f2f2;
  z-index: -1;
}

/* 主な実績 */
.achievement {
  margin-top: 6.25rem;
}
.achievement .achievement__image {
  margin-top: 11%;
}
.achievement .achievement__body {
  background-color: #f2f2f2;
  padding: 3.4375rem 0 6.25rem;
  margin-top: 5.625rem;
}
.achievement .achievement__title {
  font-family: nitalago-ruika, sans-serif;
  font-size: 22px;
  font-size: calc( 22px + ((1vw - 3.2px) * 5.1162790698 ) );
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
}
.achievement .achievement__title.other {
  margin-top: 4.375rem;
}
.achievement .achievement__definition {
  margin-top: 1.5rem;
}
.achievement .achievement__definition .definition__item {
  border-left-width: 1.25rem;
  background-color: #fff;
  padding: 5% 2% 6% 2%;
}
.achievement .achievement__definition .definition__item + .definition__item {
  margin-top: 7%;
}
.achievement .achievement__definition .definition__item.no--1 {
  border-left-color: #f8b500;
}
.achievement .achievement__definition .definition__item.no--1 .definition__item__title .mark {
  background-color: #f8b500;
}
.achievement .achievement__definition .definition__item.no--2 {
  border-left-color: #f18d02;
}
.achievement .achievement__definition .definition__item.no--2 .definition__item__title .mark {
  background-color: #f18d02;
}
.achievement .achievement__definition .definition__item.no--3 {
  border-left-color: #ee7800;
}
.achievement .achievement__definition .definition__item.no--3 .definition__item__title .mark {
  background-color: #ee7800;
}
.achievement .achievement__definition .definition__item.no--4 {
  border-left-color: #03a3ea;
}
.achievement .achievement__definition .definition__item.no--4 .definition__item__title .mark {
  background-color: #03a3ea;
}
.achievement .achievement__definition .definition__item.no--5 {
  border-left-color: #0082cb;
}
.achievement .achievement__definition .definition__item.no--5 .definition__item__title .mark {
  background-color: #0082cb;
}
.achievement .achievement__definition .definition__item.no--6 {
  border-left-color: #0068b3;
}
.achievement .achievement__definition .definition__item.no--6 .definition__item__title .mark {
  background-color: #0068b3;
}
.achievement .achievement__definition .definition__item.no--7 {
  border-left-color: #00a23f;
}
.achievement .achievement__definition .definition__item.no--7 .definition__item__title .mark {
  background-color: #00a23f;
}
.achievement .achievement__definition .definition__item.no--8 {
  border-left-color: #8cc220;
}
.achievement .achievement__definition .definition__item.no--8 .definition__item__title .mark {
  background-color: #8cc220;
}
.achievement .achievement__definition .definition__item__content.right.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievement .achievement__definition .definition__item__content.right.plus p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: calc( 13px + ((1vw - 3.2px) * 3.023255814 ) );
  letter-spacing: 0.05em;
  background-color: rgba(3, 163, 234, 0.1);
  border-radius: 0.625rem;
  width: 91%;
}
.achievement .achievement__definition .definition__item__content.right.plus p:after {
  content: "";
  position: absolute;
  top: calc( -25px + ((1vw - 3.2px) * -5.8139534884 ) );
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 19%;
  height: 33%;
  background-image: url(../image/achievement_img2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.achievement .achievement__definition .definition__item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 1.4375rem;
}
.achievement .achievement__definition .definition__item__title:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #b3b3b3;
  margin-top: 1.0625rem;
}
.achievement .achievement__definition .definition__item__title .sub {
  font-size: 15px;
  font-size: calc( 15px + ((1vw - 3.2px) * 3.488372093 ) );
}
.achievement .achievement__definition .definition__item__title .mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17.5px;
  font-size: calc( 17.5px + ((1vw - 3.2px) * 3.8372093023 ) );
  width: calc( 25px + ((1vw - 3.2px) * 5.8139534884 ) );
  height: calc( 25px + ((1vw - 3.2px) * 5.8139534884 ) );
  color: #fff;
  margin-left: 0.3235294118em;
  margin-right: 0.8235294118em;
}
.achievement .achievement__definition .definition__item__title .main {
  color: #093182;
  font-size: 19px;
  font-size: calc( 19px + ((1vw - 3.2px) * 6.2790697674 ) );
  letter-spacing: -0.05em;
}
.achievement .achievement__list .achievement__item {
  font-size: 13.5px;
  font-size: calc( 13.5px + ((1vw - 3.2px) * 3.1395348837 ) );
  font-weight: bold;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-indent: -1em;
  margin-left: 1em;
}
.achievement .achievement__other {
  background-color: #fff;
  padding: 3rem 1.875rem 2.625rem;
  margin-top: 0.875rem;
}
.achievement .achievement__other .achievement__other__list {
  padding-left: 2%;
}

/* 政策 */
.politics {
  margin-bottom: 6.25rem;
}
.politics .politics__title {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 30px;
  font-size: calc( 30px + ((1vw - 3.2px) * 6.976744186 ) );
  text-align: center;
}
.politics .politics__list {
  width: 100%;
  max-width: 90rem;
  padding-left: calc( 20px + ((1vw - 3.2px) * 4.6511627907 ) );
  padding-right: calc( 20px + ((1vw - 3.2px) * 4.6511627907 ) );
  margin-top: 11.0666666667%;
  margin-left: auto;
  margin-right: auto;
}
.politics .politics__list .politics__item .politics__item__num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 22px;
  font-size: calc( 22px + ((1vw - 3.2px) * 5.1162790698 ) );
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #093182;
  height: 4.3181818182em;
}
.politics .politics__list .politics__item .politics__item__num span {
  display: block;
  font-size: 0.5666666667em;
}
.politics .politics__list .politics__item .politics__item__num:after {
  position: absolute;
  top: -40%;
  left: 4%;
  font-family: nitalago-ruika, sans-serif;
  font-size: 65px;
  font-size: calc( 65px + ((1vw - 3.2px) * 15.1162790698 ) );
  line-height: 1;
  color: #03a3ea;
  opacity: 0.75;
}
.politics .politics__list .politics__item .politics__item__num.num1:after {
  content: "1";
}
.politics .politics__list .politics__item .politics__item__num.num2:after {
  content: "2";
}
.politics .politics__list .politics__item .politics__item__num.num3:after {
  content: "3";
}
.politics .politics__list .politics__item .politics__item__content {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  line-height: 1.9285714286;
  border: 3px solid #b3b3b3;
  border-top: none;
  padding: 6% 7% 9% 8%;
}
.politics .philosophy {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  text-align: center;
  margin-top: 12.9793510324%;
}
.politics .philosophy .philosophy__title {
  color: #03a3ea;
  font-size: 22px;
  font-size: calc( 22px + ((1vw - 3.2px) * 5.1162790698 ) );
}
.politics .philosophy .philosophy__title:nth-of-type(n + 2) {
  margin-top: 16.2241887906%;
}
.politics .philosophy .philosophy__text {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  font-size: calc( 24px + ((1vw - 3.2px) * 5.5813953488 ) );
  line-height: 1.5;
}
.politics .philosophy .philosophy__text:nth-of-type(n + 2) {
  white-space: nowrap;
}
.politics .philosophy .philosophy__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc( 2px + ((1vw - 3.2px) * 0.4651162791 ) );
  background-color: #03a3ea;
}
.politics .philosophy .philosophy__text span {
  font-size: 0.7954545455em;
}
.politics .politics-target {
  margin-top: 18.8790560472%;
}
.politics .politics-target .politics-target__title {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.1860465116 ) );
  line-height: 2.5;
  text-align: center;
  background-color: #03a3ea;
  color: #fff;
}
.politics .politics-target .politics-target__definition .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: nitalago-ruika, sans-serif;
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.1860465116 ) );
  font-weight: 100;
  color: #093182;
  border-bottom: 1px solid #b3b3b3;
  padding: 2.75rem 0 0.4375rem 5%;
  padding-top: 0;
}
.politics .politics-target .politics-target__definition .text {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  line-height: 1.7857142857;
  font-weight: bold;
  padding: 2.3598820059% 4.5722713864%;
}
.politics .politics-target .politics-target__definition + .politics-target__title {
  margin-top: 6.6371681416%;
}
.politics .politics-target .politics-target__definition:not(:last-of-type) .title:last-of-type {
  border-bottom: none;
}

/* プロフィール */
.profile .profile__portfolio {
  position: relative;
  background: #E4EDEE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(69%, transparent), color-stop(69%, #f2f2f2), color-stop(98%, #f2f2f2), color-stop(98%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 69%, transparent 69%, #f2f2f2 69%, #f2f2f2 98%, transparent 98%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#f2f2f2",GradientType=0 );
  border-bottom: calc( 7.5px + ((1vw - 3.2px) * 1.7441860465 ) ) solid #f2f2f2;
  padding-bottom: 7%;
}
.profile .profile__name {
  font-size: 25px;
  font-size: calc( 25px + ((1vw - 3.2px) * 5.8139534884 ) );
  font-weight: bold;
  color: #fff;
  background-color: rgba(3, 163, 234, 0.8);
}
.profile .profile__name .line {
  font-size: 0.6363636364em;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.profile .profile__name .name {
  display: block;
  margin-top: 0.4375rem;
}
.profile .profile__name .kana {
  display: block;
  font-size: 0.4545454545em;
  font-weight: normal;
}
.profile .profile__image {
  display: block;
  margin-left: auto;
}
.profile .profile__career {
  max-width: 56.25rem;
  margin-top: 9.8820058997%;
  margin-left: auto;
  margin-right: auto;
}
.profile .profile__career .career__list {
  border-bottom: 1px solid #b3b3b3;
}
.profile .profile__career .career__list + .career__list {
  margin-top: 1.875rem;
}
.profile .profile__career .career__list .career__list__title {
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.1860465116 ) );
  font-weight: bold;
  color: #03a3ea;
}
.profile .profile__career .career__list .career__list__text {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  line-height: 1.7;
}
.profile .profile__career .timeline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.854368932%;
}
.profile .profile__career .timeline__list .title, .profile .profile__career .timeline__list .text {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  font-weight: normal;
}
.profile .profile__career .timeline__list .text {
  letter-spacing: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .l-header .l-header__logo {
    width: 100%;
    padding-top: 2.9333333333%;
    padding-bottom: 2.9333333333%;
    padding-left: 4.9333333333%;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    z-index: 20;
    -webkit-transition: -webkit-transform 0.3s 0s ease-out;
    transition: -webkit-transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, -webkit-transform 0.3s 0s ease-out;
    padding: 15px;
    padding-top: calc(124 / 750 * 100%);
    padding-bottom: calc(124 / 750 * 100%);
    margin-top: 6.25rem;
    overflow-y: scroll;
  }
  .l-header__menu .l-header__menu__item + .l-header__menu__item {
    margin-top: calc( 30px + ((1vw - 3.2px) * 6.976744186 ) );
  }
  .l-header__menu .l-header__menu--sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 63%;
    margin-top: 26%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header__menu .l-header__menu--sns .header__menu--sns__title {
    font-size: 17.5px;
    font-size: calc( 17.5px + ((1vw - 3.2px) * 4.0697674419 ) );
    margin-top: 1.25rem;
  }
  .l-header__menu .l-header__menu--sns .l-header__menu--sns__item + .l-header__menu--sns__item {
    margin-left: 5%;
  }
  .l-footer .footer__sns .footer__sns__inner {
    width: 89%;
  }
  .l-footer .footer__sns .footer__sns__box + .footer__sns__box {
    margin-top: 14%;
  }
  .l-footer .footer__info__share .share__text {
    font-size: 14px;
    font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  }
  .l-footer .footer__info__share .share__list--wrapper {
    width: 90%;
  }
  .l-footer .footer__info__share .share__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.125rem;
    margin-top: 6.393442623%;
  }
  .l-footer .footer__info__share .share__list .share__item:nth-child(1) {
    width: 11.3114754098%;
  }
  .l-footer .footer__info__share .share__list .share__item:nth-child(2) {
    width: 11.3114754098%;
  }
  .l-footer .footer__info__share .share__list .share__item:nth-child(3) {
    width: 11.1475409836%;
  }
  .l-footer .footer__info__share .share__list .share__item:nth-child(4) {
    width: 45.5737704918%;
  }
  .l-footer .footer__info__main .main__address {
    white-space: nowrap;
  }
  .u-color_bg-white-sp {
    background-color: #fff;
  }
  .c-card {
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw; */
    border-radius: 10px;
    width: 100%;
    padding: calc( 15px + ((1vw - 3.2px) * 3.488372093 ) ) calc( 20px + ((1vw - 3.2px) * 4.6511627907 ) );
  }
  .c-card .card_lead {
    font-size: 12.5px;
    font-size: calc( 12.5px + ((1vw - 3.2px) * 2.9069767442 ) );
  }
  .c-card .card_text {
    font-size: 8px;
    font-size: calc( 8px + ((1vw - 3.2px) * 1.8604651163 ) );
  }
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
  .flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
  .flex-wrap--sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-justify-start--sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-justify-end--sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-justify-between--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-justify-center--sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-align-start--sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-align-center--sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-align-end--sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-align-stretch--sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-row-reverse--sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .greeting .greeting__heading {
    padding-bottom: 3.125rem;
    margin-top: 4.4%;
    margin-bottom: 4.4%;
  }
  .greeting .greeting__heading .l-content {
    padding: 0;
  }
  .greeting .greeting__heading .heading1:after {
    bottom: -44%;
    left: 0;
    display: block;
    width: 100%;
    height: 67%;
    background-image: url(../image/greeting_heading_bg_sp.svg);
    background-position: top center;
  }
  .greeting .greeting__heading .heading2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greeting .greeting__heading .heading2:after {
    top: calc( 20px + ((1vw - 3.2px) * 11.6279069767 ) );
    right: calc( 0px + ((1vw - 3.2px) * 10.9302325581 ) );
    width: 28%;
    max-width: 9.375rem;
  }
  .greeting .greeting__text p {
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .greeting .greeting__image {
    margin-top: 4.375rem;
  }
  .greeting .greeting__image.left {
    width: 74%;
    text-align: right;
    margin-left: auto;
    margin-right: 9%;
    margin-top: 10%;
  }
  .greeting .greeting__image.left:before {
    bottom: -10%;
    right: 16%;
    width: 100vw;
    height: 82%;
    margin-left: calc(50% - 50vw);
  }
  .greeting .greeting__image.right {
    width: 63%;
    margin-left: 9.3333333333%;
  }
  .greeting .greeting__image.right:before {
    left: 24%;
    bottom: -9%;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
  .achievement .achievement__definition .definition__item__content.right.plus {
    margin-top: 4%;
  }
  .achievement .achievement__definition .definition__item__content.right.plus p {
    line-height: 1.75;
    padding-top: 11%;
    padding-bottom: 4.5%;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 1.25rem;
  }
  .achievement .achievement__definition .definition__item__title {
    padding-left: 5%;
  }
  .achievement .achievement__list {
    padding-left: 5%;
  }
  .achievement .achievement__other .achievement__other__list li {
    font-size: 12.5px;
    font-size: calc( 12.5px + ((1vw - 3.2px) * 2.9069767442 ) );
    line-height: 2;
    text-indent: -1em;
    margin-left: 1em;
  }
  .politics .politics__title {
    margin-top: 7%;
  }
  .politics .politics__list .politics__item + .politics__item {
    margin-top: 16%;
  }
  .politics .philosophy .philosophy__text {
    margin-top: 2.9498525074%;
  }
  .politics .politics-target .politics-target__definition {
    margin-top: 3.5398230088%;
  }
  .profile .profile__name {
    position: relative;
    width: 77%;
    padding-top: 4%;
    padding-bottom: 9%;
    padding-left: 9%;
    margin-top: 11%;
  }
  .profile .profile__name:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc( -17.5px + ((1vw - 3.2px) * -4.0697674419 ) );
    width: calc( 17.5px + ((1vw - 3.2px) * 4.0697674419 ) );
    height: 100%;
    background-color: rgba(3, 163, 234, 0.8);
  }
  .profile .profile__image {
    width: 82%;
    margin-top: 5%;
    margin-right: 0;
  }
  .profile .profile__career .career__list {
    padding-bottom: 0.8849557522%;
  }
  .profile .profile__career .career__list .career__list__title, .profile .profile__career .career__list .career__list__text {
    padding-left: calc( 0px + ((1vw - 3.2px) * 6.976744186 ) );
    padding-right: calc( 0px + ((1vw - 3.2px) * 6.976744186 ) );
  }
  .profile .profile__career .career__list .career__list__title {
    margin-bottom: 1.4749262537%;
  }
  .profile .profile__career .career__list .career__list__text {
    padding-bottom: 4.4247787611%;
  }
  .profile .profile__career .timeline__list .title {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
  .l-header .l-header__logo {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .l-header .l-header__logo span {
    font-size: 0.7333333333em;
  }
  .l-header__menu {
    width: 30.125rem;
    max-width: 40%;
    margin-right: 0.9375rem;
  }
  .l-header__menu .l-header__menu__item {
    position: relative;
    overflow: hidden;
  }
  .l-header__menu .l-header__menu__item a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-header__menu .l-header__menu__item:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    display: block;
    height: 2px;
    width: 100%;
    background-color: #03a3ea;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .l-header__menu .l-header__menu__item:hover:after {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__menu .l-header__menu--sns {
    position: fixed;
    top: 30%;
    right: 0;
    width: 4.375rem;
    background-color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 4px rgba(15, 154, 239, 0.6);
            box-shadow: 0px 0px 4px rgba(15, 154, 239, 0.6);
  }
  .l-header__menu .l-header__menu--sns .header__menu--sns__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 35%;
        -ms-transform-origin: 35%;
            transform-origin: 35%;
    width: 5em;
    margin-bottom: 4.375rem;
  }
  .l-header__menu .l-header__menu--sns .header__menu--sns__list {
    max-width: 2.6875rem;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header__menu .l-header__menu--sns .l-header__menu--sns__item + .l-header__menu--sns__item {
    margin-top: 1.125rem;
  }
  .l-content {
    padding: 0 0.9375rem;
    padding-right: 4.375rem;
  }
  .l-footer {
    margin-top: 3.75rem;
  }
  .l-footer .footer__topBtn {
    right: 2.6875rem;
    font-size: 20px;
    font-size: 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .l-footer .footer__sns {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }
  .l-footer .footer__sns .footer__sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .footer__sns .footer__sns__box {
    width: 47%;
  }
  .l-footer .footer__sns .footer__sns__box:last-child {
    width: 100%;
    margin-top: 3.5625rem;
  }
  .l-footer .footer__sns .footer__sns__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .l-footer .footer__sns .footer__sns__title img {
    width: 2.25rem;
    margin-right: 0.1875rem;
  }
  .l-footer .footer__sns .footer__sns--twitter {
    height: 24.375rem;
  }
  .l-footer .footer__info__share .share__list--wrapper {
    max-width: 23.75rem;
    padding-bottom: 1.5rem;
  }
  .l-footer .footer__info__share .share__list {
    margin-top: 1.5rem;
  }
  .l-footer .footer__info__share .share__list .share__item {
    height: 43px;
  }
  .l-footer .footer__info__share .share__list .share__item img {
    width: auto;
    height: 100%;
  }
  .l-footer .footer__info__main {
    margin-top: 4rem;
  }
  .l-footer .footer__info__main .main__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .l-footer .footer__info__main .main__address {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .l-footer .footer__info__main .main__contact {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .l-footer .l-footer__copy--wrapper {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    margin-top: 5.25rem;
  }
  .l-footer .l-footer__copy {
    font-size: 0.9375rem;
  }
  .u-color_bg-gray-pc {
    background-color: #F6F7F7;
  }
  .u-color_bg-green-pc {
    background-color: #E4EDEE;
  }
  .u-underline--dash--pc {
    background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 0 0 1.9375rem 0;
  }
  .c-card {
    border-radius: 30px;
  }
  .c-card.gray:before, .c-card.gray:after {
    border-radius: 30px;
  }
  .c-card.green:before, .c-card.green:after {
    border-radius: 30px;
  }
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
  .flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
  .flex-wrap--pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-justify-start--pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-justify-end--pc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-justify-between--pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-justify-center--pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-align-start--pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-align-center--pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-align-end--pc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-align-stretch--pc {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-row-reverse--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-menu-icon {
    display: none;
  }
  .p-top-sec .sec__title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.2;
    padding-left: 4.2%;
    padding-top: 3.125rem;
  }
  .p-top-sec .sec__title span {
    font-size: 0.4285714286em;
  }
  .greeting .greeting__heading {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .greeting .greeting__heading .l-content {
    position: relative;
    max-width: 79.6875rem;
  }
  .greeting .greeting__heading .l-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 15px);
    width: 9999px;
    /* some huge width */
    height: 100%;
    background-color: #4fbff0;
  }
  .greeting .greeting__heading .heading1 {
    font-size: 25px;
    font-size: calc( 25px + ((1vw - 7.69px) * 5.1359516616 ) );
    line-height: 1.25;
    overflow-y: clip;
    padding: 3.75rem 0 5.625rem;
  }
  .greeting .greeting__heading .heading1:after {
    top: 0;
    right: -22%;
    width: 4.25rem;
    height: 100%;
    background-image: url(../image/greeting_heading_bg.svg);
    background-position: right center;
  }
  .greeting .greeting__heading .heading1 .sub {
    font-size: 0.5952380952em;
  }
  .greeting .greeting__heading .heading2 {
    font-size: 30px;
    font-size: calc( 30px + ((1vw - 7.69px) * 6.0422960725 ) );
    padding: 2.875rem 0 2.875rem 11%;
  }
  .greeting .greeting__heading .heading2:after {
    right: -15%;
    top: -5px;
  }
  .greeting .greeting__content + .greeting__content {
    margin-top: 3.125rem;
  }
  .greeting .greeting__text {
    width: 57%;
  }
  .greeting .greeting__text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
  .greeting .greeting__text p + p {
    margin-top: 2.3em;
  }
  .greeting .greeting__text .emphasis {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .greeting .greeting__image {
    width: 26.875rem;
    max-width: 40%;
  }
  .greeting .greeting__image:before {
    height: 90%;
  }
  .greeting .greeting__image.left {
    margin-top: 6.875rem;
  }
  .greeting .greeting__image.left:before {
    top: -12%;
    left: 25%;
    width: 50vw;
    margin-left: calc(50% - 50vw);
  }
  .greeting .greeting__image.right:before {
    left: 25%;
    bottom: -16%;
    width: 50vw;
    margin-right: calc(50% - 50vw);
  }
  .achievement .achievement__image {
    margin-top: 2.5rem;
  }
  .achievement .achievement__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .achievement .achievement__definition .definition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.875rem 2.375rem 2.5rem;
  }
  .achievement .achievement__definition .definition__item + .definition__item {
    margin-top: 1.6875rem;
  }
  .achievement .achievement__definition .definition__item__content {
    width: 50%;
  }
  .achievement .achievement__definition .definition__item__content.right.plus p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    padding-top: calc( 20px + ((1vw - 7.69px) * 3.2894736842 ) );
    padding-bottom: calc( 20px + ((1vw - 7.69px) * 3.2894736842 ) );
    padding-left: calc( 27px + ((1vw - 7.69px) * 5.9210526316 ) );
    padding-right: calc( 15px + ((1vw - 7.69px) * 3.2894736842 ) );
    margin-left: auto;
    margin-right: 0;
  }
  .achievement .achievement__definition .definition__item__content.right.plus p:after {
    top: 50%;
    left: -8%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18%;
    height: 40%;
  }
  .achievement .achievement__definition .definition__item__content.right.list {
    padding-top: calc( 165px + ((1vw - 7.69px) * -12.4716553288 ) );
  }
  .achievement .achievement__definition .definition__item__title .sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .achievement .achievement__definition .definition__item__title .mark {
    font-size: 34px;
    font-size: 2.125rem;
    width: 3.125rem;
    height: 3.125rem;
    margin-left: 0.875rem;
    margin-right: 1.625rem;
  }
  .achievement .achievement__definition .definition__item__title .main {
    font-size: 36px;
    font-size: calc( 36px + ((1vw - 7.69px) * 3.8314176245 ) );
  }
  .achievement .achievement__list .achievement__item {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .achievement .achievement__other .achievement__other__list {
    width: 50%;
    padding-left: 1.875rem;
  }
  .achievement .achievement__other .achievement__other__list li {
    line-height: 2.2;
  }
  .politics {
    margin-top: 3.125rem;
  }
  .politics .politics__title {
    font-size: 56px;
    font-size: 3.5rem;
    margin-top: 1.25rem;
  }
  .politics .politics__list {
    margin-top: 3.75rem;
    padding-left: 0.9375rem;
    padding-right: 4.375rem;
  }
  .politics .politics__list .politics__item {
    width: 32%;
  }
  .politics .politics__list .politics__item .politics__item__num {
    font-size: 18px;
    font-size: calc( 18px + ((1vw - 7.69px) * 3.1088082902 ) );
  }
  .politics .politics__list .politics__item .politics__item__num:after {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .politics .politics__list .politics__item .politics__item__content {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.1176470588;
    padding-bottom: 5%;
  }
  .politics .philosophy {
    margin-top: 5.875rem;
  }
  .politics .philosophy .philosophy__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .politics .philosophy .philosophy__title:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
  .politics .philosophy .philosophy__text {
    display: inline-block;
    font-size: 24px;
    font-size: calc( 24px + ((1vw - 7.69px) * 3.1897926635 ) );
    line-height: 1.9;
  }
  .politics .philosophy .philosophy__text:after {
    width: 95%;
    height: 4px;
    bottom: -2px;
  }
  .politics .politics-target {
    margin-top: 5.4375rem;
  }
  .politics .politics-target .politics-target__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2;
  }
  .politics .politics-target .politics-target__definition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.1875rem;
  }
  .politics .politics-target .politics-target__definition .title {
    font-size: 17px;
    font-size: calc( 17px + ((1vw - 7.69px) * 3.5519125683 ) );
    padding-bottom: 1.6875rem;
    padding-left: 3.2%;
  }
  .politics .politics-target .politics-target__definition .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-size: calc( 15px + ((1vw - 7.69px) * 1.3661202186 ) );
    line-height: 1.85;
    width: calc(940 / 1200 * 100%);
    padding: 0 0 1.875rem 0;
  }
  .politics .politics-target .politics-target__definition + .politics-target__title {
    margin-top: 1.125rem;
  }
  .profile .profile__portfolio {
    border-bottom-width: 15px;
    padding-bottom: 4.375rem;
    background: #E4EDEE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), color-stop(57%, transparent), color-stop(57%, #f2f2f2), color-stop(98%, #f2f2f2), color-stop(98%, transparent), to(transparent));
    background: linear-gradient(to bottom, transparent 57%, transparent 57%, #f2f2f2 57%, #f2f2f2 98%, transparent 98%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#f2f2f2",GradientType=0 );
    border-bottom-width: 15px;
  }
  .profile .profile__name {
    position: absolute;
    top: 53%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 27px;
    font-size: calc( 27px + ((1vw - 7.69px) * 3.3694344164 ) );
    width: 38.125rem;
    max-width: 38%;
    height: 0;
    padding-top: 20%;
  }
  .profile .profile__name .profile__name__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile .profile__name .profile__name__content {
    margin-top: -0.4909090909em;
    margin-left: -1em;
  }
  .profile .profile__image {
    width: 41.875rem;
    max-width: 56%;
  }
  .profile .profile__career {
    margin-top: 5.125rem;
  }
  .profile .profile__career .career__list {
    padding-left: 2.2222222222%;
    padding-right: 13.3333333333%;
    padding-bottom: 1.4375rem;
  }
  .profile .profile__career .career__list:last-child {
    border-bottom: none;
  }
  .profile .profile__career .career__list .career__list__title {
    float: left;
    font-size: 25px;
    font-size: 1.5625rem;
    width: 20%;
  }
  .profile .profile__career .career__list .career__list__text {
    float: right;
    clear: right;
    width: 77%;
    max-width: 36.25rem;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.07em;
    padding-bottom: 1.0625rem;
  }
  .profile .profile__career .timeline__list {
    margin-top: 1.25rem;
  }
  .profile .profile__career .timeline__list .title, .profile .profile__career .timeline__list .text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .profile .profile__career .timeline__list .text {
    margin-left: 2.6875rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-header__menu {
    margin-right: calc(198 / 1920 * 100%);
  }
}
@media print, screen and (min-width: 1920px) {
  .l-header__menu {
    margin-right: 12.375rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
@media print, screen and (min-width: 1285px) {
  .l-content {
    padding-right: 0.9375rem;
    margin-right: 4.375rem;
  }
}
@media print, screen and (min-width: 1340px) {
  .l-content {
    padding: 0 0.9375rem;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1100px) {
  .greeting .greeting__heading .heading1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .greeting .greeting__heading .heading2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 900px) {
  .greeting .greeting__heading .heading1:after {
    width: 27%;
  }
  .profile .profile__career .career__list {
    padding-left: 1.25rem;
    padding-right: 7.5rem;
  }
}
@media print, screen and (min-width: 1210px) {
  .achievement .achievement__definition .definition__item__content.right.plus {
    margin-left: -0.75rem;
  }
  .achievement .achievement__definition .definition__item__content.right.list {
    padding-top: 6.875rem;
    margin-left: -1em;
  }
}
@media print, screen and (min-width: 1225px) {
  .achievement .achievement__definition .definition__item__content.right.plus p {
    padding: 2.1875rem 1.875rem 2.1875rem 3.375rem;
  }
}
@media print, screen and (min-width: 1030px) {
  .achievement .achievement__definition .definition__item__title .main {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media print, screen and (min-width: 1440px) {
  .politics .politics__list {
    padding-right: calc( 70px + ((1vw - 14.4px) * -55 ) );
  }
}
@media print, screen and (min-width: 1540px) {
  .politics .politics__list {
    padding-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 1155px) {
  .politics .politics__list .politics__item .politics__item__num {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .politics .politics__list .politics__item .politics__item__num:after {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media print, screen and (min-width: 1396px) {
  .politics .philosophy .philosophy__text {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .politics .politics-target .politics-target__definition .title:nth-of-type(n + 2), .politics .politics-target .politics-target__definition .text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1135px) {
  .politics .politics-target .politics-target__definition .title {
    font-size: 30px;
    font-size: 1.875rem;
    width: calc(220 / 1200 * 100%);
  }
  .politics .politics-target .politics-target__definition .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .profile .profile__name {
    font-size: 55px;
    font-size: 3.4375rem;
    max-width: 100%;
    padding-top: 20rem;
  }
}
@media print, screen and (min-width: 1598px) {
  .profile .profile__image {
    margin-right: -8rem;
  }
}
/*# sourceMappingURL=style.css.map */
