@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dd, small, a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  font-family: "A1 Gothic M";
  list-style-type: none;
  word-break: normal;
  position: relative;
  z-index: 2;
}

.en h1, .en h2, .en h3, .en h4, .en h5, .en h6, .en div, .en span, .en p, .en ul, .en ol, .en li, .en dd, .en small, .en a {
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.en .conv__contents dl dt {
  width: 18%;
}

.en .conv__contents dl dd {
  width: 82%;
}

.en .profile__intro {
  max-width: 560px;
  margin: 0 auto 2em;
}

a {
  color: darkred;
  letter-spacing: .06em;
  text-decoration: none;
  word-break: normal;
}

a:hover {
  opacity: .7;
}

a[target=new]:after,
a[target=_new]:after,
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  /* 以下はお好みで */
  font-size: .8em;
  /* フォントサイズちょっと小さく */
  position: relative;
  /* ちょっと上付きにするための指定 */
  top: -.2em;
  /* ちょっと上付きにする */
  margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.header {
  width: 100%;
  height: 50px;
  background-color: #000027;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.header:after {
  content: '';
  background-image: url(../img/side_down.png);
  background-size: 1300px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header div, .header span, .header p, .header ul, .header ol, .header li, .header dd, .header small, .header a {
  font-family: "A1 Gothic M";
}

.header__contents {
  width: 95%;
  max-width: 780px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header .logo {
  margin-top: 15px;
}

.header .logo a {
  display: block;
  position: relative;
}

.header__lang {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

.header__lang a {
  color: #ccc;
  font-size: 1.4rem;
}

.header__lang li:first-child:after {
  content: '/';
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}

.header__lang li.active a {
  color: #C4F25A;
}

.bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center center;
}

.bg-dot {
  background-image: url(../img2/bg.png);
  background-size: 426px 549px;
  background-repeat: repeat;
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.bg-nagashima {
  background-image: url(../img2/bg_nagashima.jpg);
}

.bg-nishidera {
  background-image: url(../img2/bg_nishidera.jpg);
}

.bg-kamentotsu {
  background-image: url(../img2/bg_kamentotsu.jpg);
}

.bg-iima {
  background-image: url(../img2/bg_iima.jpg);
}

.bg-horiguchi {
  background-image: url(../img2/bg_horiguchi.jpg);
}

.bg-shiono {
  background-image: url(../img2/bg_shiono.jpg);
}

.bg-suzuki {
  background-image: url(../img2/bg_suzuki.jpg);
}

.main {
  padding-top: 50px;
}

.footer {
  background-color: #000048;
  padding: 55px 0;
  position: relative;
  z-index: 2;
}

.footer:before {
  content: '';
  background-image: url(../img/side_up_2.png);
  background-size: 1300px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
}

.share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  width: 95%;
  max-width: 792px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}

.share__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}

.share__list li {
  margin-right: 15px;
}

.share__list li a {
  font-size: 1.3rem;
}

.share__list li.home a {
  font-weight: 900;
  margin-left: 10px;
  vertical-align: middle;
}

.share a, .share p {
  color: #fff;
}

.share p {
  font-size: 1.2rem;
  padding-right: 1em;
}

.share__sns, .share__mail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}

.copyright {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .en .conv__contents dl dt {
    width: 100%;
  }
  .en .conv__contents dl dd {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 72px;
    background-color: #000027;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
  }
  .header:after {
    content: '';
    background-image: url(../img/side_down.png);
    background-size: 1300px 10px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -9px;
  }
  .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header div, .header span, .header p, .header ul, .header ol, .header li, .header dd, .header small, .header a {
    font-family: "A1 Gothic M";
  }
  .header__contents {
    width: 95%;
    max-width: 780px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header a.logo {
    margin-top: 12px;
    display: block;
    position: relative;
  }
  .header a.logo img {
    height: 24px;
    width: auto;
  }
  .header__lang {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 0px;
    padding-right: 10px;
    -ms-flex-pack: end;
        -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .header__lang a {
    color: #ccc;
    font-size: 1.3rem;
  }
  .header__lang li:first-child:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    color: #fff;
  }
  .header__lang li.active a {
    color: #C4F25A;
  }
  .bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
    background-position: center center;
  }
  .bg-dot {
    background-image: url(../img2/bg.png);
    background-size: 447px 550px;
    background-repeat: repeat;
    position: absolute;
    z-index: -1;
    background-color: #fff;
  }
  .bg-itoi {
    background-image: url(../img/bg_itoi_sp.jpg);
  }
  .bg-sato {
    background-image: url(../img/bg_sato_sp.jpg);
  }
  .bg-miura {
    background-image: url(../img/bg_miura_sp.jpg);
  }
  .bg-iijima {
    background-image: url(../img/bg_iijima_sp.jpg);
  }
  .bg-yoshitake {
    background-image: url(../img/bg_yoshitake_sp.jpg);
  }
  .bg-matsuoka {
    background-image: url(../img/bg_matsuoka_sp.jpg);
  }
  .bg-arai {
    background-image: url(../img/bg_arai_sp.jpg);
  }
  .bg-nishida {
    background-image: url(../img/bg_nishida_sp.jpg);
  }
  .bg-higuchi {
    background-image: url(../img/bg_higuchi_sp.jpg);
  }
  .bg-hideshima {
    background-image: url(../img/bg_hideshima_sp.jpg);
  }
  .main {
    padding-top: 74px;
  }
  .footer {
    background-color: #000048;
    padding: 55px 0;
    position: relative;
  }
  .footer:before {
    content: '';
    background-image: url(../img/side_up_2.png);
    background-size: 1300px 10px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
  }
  .share {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .share__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .share__list li {
    margin-right: 15px;
  }
  .share__list li a {
    font-size: 1.3rem;
  }
  .share__list li.home a {
    font-weight: 900;
    margin-left: 10px;
    vertical-align: middle;
  }
  .share__list li.home a img{
    width: 200px;
  }
  .share a, .share p {
    color: #fff;
  }
  .share p {
    font-size: 1.2rem;
    padding-right: 1em;
  }
  .share__sns, .share__mail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .share__home {
    width: 100%;
  }
  .share__home .share__list {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  .share__home .share__list li {
    margin: 20px auto 0;
    display: block;
    width: 80%;
  }
  .copyright {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 50px 0;
    color: #fff;
  }
}

a {
  color: #C4F25A;
}
.tophead {
  background-image: url(../img2/img_index.jpg);
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 61.5384615%;
  position: relative;
}

.tophead .ttl {
  background-image: url(../img2/nanda2_index.png);
  background-size: contain;
  width: 524px;
  height: 511px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: -9999px;
}

.tophead .ttl-en {
  background-image: url(../img/ttl_en.png);
  width: 802px;
  height: 149px;
}

.topintro {
  padding: 60px 0 0;
  position: relative;
}

.topintro p {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #000048;
}

.topintro-en p {
  max-width: 700px;
}

.report {
  position: relative;
  padding: 0 0 100px 0;
}

.report p {
  color: #000048;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

.head__contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 0;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}

.head__contents-en {
  -ms-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.head__contents .intro p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #000048;
  line-height: 1.751875;
  letter-spacing: .05em;
  padding-top: 7em;
}

.head__contents .intro p .combine {
  text-combine-upright: all;
}

.head__contents .intro-en p {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.head__contents .ttl {
  margin-left: 40px;
}

.head__contents .ttl h1, .head__contents .ttl h2, .head__contents .ttl p {
  display: block;
  background-image: url(../img2/nanda2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 534px;
  height: 512px;
  text-indent: -9999px;
}

.head__contents .ttl-en {
  margin-left: 0;
}

.head__contents .ttl-en h1, .head__contents .ttl-en h2, .head__contents .ttl-en p {
  background-image: url(../img/ttl_en.png);
  width: 100%;
  max-width: 802px;
  height: 149px;
  margin-bottom: 30px;
}

.ttl__name {
  background-color: #00002f;
  text-align: center;
  position: relative;
  height: 80px;
}
.ttl__name span{
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 80px;
  font-family: "A1 Gothic B";
}
.ttl__name .new:before{
  content: "";
  background-image: url(../img2/icon_new.png);
  width: 79px;
  height: 47px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -90px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.head__img {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 66.75%;
}

.head__img-nagashima {
  background-image: url(../img2/bg_nagashima.jpg);
}

.head__img-nishidera {
  background-image: url(../img2/img_nishidera.jpg);
}

.head__img-kamentotsu {
  background-image: url(../img2/img_kamentotsu.jpg);
}

.head__img-iima {
  background-image: url(../img2/img_iima.jpg);
}

.head__img-horiguchi {
  background-image: url(../img2/img_horiguchi.jpg);
}

.head__img-shiono {
  background-image: url(../img2/img_shiono.jpg);
}

.head__img-suzuki {
  background-image: url(../img2/img_suzuki.jpg);
}

.name {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}

.name .num {
  top: -43px;
}

.name .sig {
  margin-bottom: 15px;
}

.name p, .name h1 {
  font-size: 2.5rem;
  font-family: "A1 Gothic B";
  text-align: center;
  color: #000048;
}

.name-en p, .name-en h1 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  word-break: normal;
}

.profile {
  background-color: #000048;
  position: relative;
  text-align: center;
  padding: 50px 0;
  z-index: 5;
}
.profile a {
  color: #C4F25A;
}

.profile:before {
  content: '';
  background-image: url(../img/side_up_2.png);
  background-size: 1300px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}

/* .profile:after { */
.entry__index:before {
    content: '';
  background-image: url(../img/side_down_2.png);
  background-size: 1300px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* bottom: -10px; */
}

.profile__intro {
  color: #fff;
  font-size: 1.8rem;
  font-family: "A1 Gothic B";
}

.profile__intro a {
  font-size: 1.8rem;
  font-family: "A1 Gothic B";
}

.profile__name {
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-size: 1.8rem;
  margin: 2em auto;
  border-bottom: 2px solid #C4F25A;
  font-family: "A1 Gothic B";
  cursor:pointer;
}

.profile__name .sub {
  font-size: 1.3rem;
  display: block;
  color: #fff;
  font-family: "A1 Gothic B";
}

.profile__name__en {
  color: #fff;
  margin: 0 .5em;
}

.profile__name.inactive:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* .profile__name.inactive + p {
  display: none;
} */

.profile__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: -25px;
  top: 45px;
  background-color: #C4F25A;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.profile__name:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: -25px;
  top: 45px;
  background-color: #C4F25A;
  display: block;
}

.profile__name + p {
  display: none;
}

.profile p {
  color: #fff;
}

.profile-en p, .profile-en div {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.entry__index {
  width: 100%;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 300;
}

.entry__index__ttl {
  padding: 40px 0 30px;
  font-size: 2.2rem;
}

.entry__index__num a:before {
  content: "";
  width: 52px;
  height: 52px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.entry__index__num-1 a:before {
  background-image: url("../img2/sec1.png");
}

.entry__index__num-2 a:before {
  background-image: url("../img2/sec2.png");
}

.entry__index__num-3 a:before {
  background-image: url("../img2/sec3.png");
}

.entry__index ul {
  border-top: 1px solid #000048;
}

.entry__index ul li {
  display: block;
  border-bottom: 1px solid #000048;
  position: relative;
}

.entry__index ul li:after {
  content: "";
  width: 18px;
  height: 33px;
  display: block;
  background-size: contain;
  background-image: url("../img2/arrow_r.png");
  position: absolute;
  left: calc(50% + 400px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.entry__index ul li a {
  position: relative;
  display: block;
  width: 95%;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 0 18px;
  color: #000048;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
}

.entry__index ul li a span.date {
  display: block;
  font-size: 1.3rem;
  color: #000048;
  line-height: 1.6;
}

.conv {
  position: relative;
  padding: 100px 0 0;
}

.conv__ttl {
  position: relative;
  text-align: center;
}

.conv__ttl span {
  font-size: 2.5rem;
  color: #000048;
}

.conv__ttl__num {
  padding: 0 0 60px;
}

.conv__ttl__num span:before {
  content: "";
  width: 52px;
  height: 52px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.conv__ttl__num-1 span:before {
  background-image: url("../img2/sec1.png");
}

.conv__ttl__num-2 span:before {
  background-image: url("../img2/sec2.png");
}

.conv__ttl__num-3 span:before {
  background-image: url("../img2/sec3.png");
}

.conv__contents {
  width: 100%;
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.93);
  margin: 0 auto;
  padding: 5em 0;
}

.conv__contents img {
  margin: 1em 0 3em;
  width: 100%;
  height: auto;
}

.conv__contents .caption {
  font-size: 1.4rem;
  color: #000048;
  margin: -3em 0 3em;
  text-align: center;
}

.conv__contents .video{
  position: relative;
  width: 100%;
  margin: 1em 0 3em;
  padding-top: 56.25%;
}

.conv__contents .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.conv__contents dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 81%;
  margin: 0 auto;
}

.conv__contents dl dt {
  width: 14%;
  font-size: 1.5rem;
  color: #000048;
  margin-bottom: 2em;
  line-height: 1.75;
  padding-top: .45em;
  font-family: "A1 Gothic B";
  letter-spacing: .06em;
}

.conv__contents dl dt.hobo {
  letter-spacing: -.2em;
}

.conv__contents dl dd {
  width: 86%;
  font-size: 1.7rem;
  color: #000048;
  margin-bottom: 2em;
  line-height: 2.2;
  letter-spacing: .06em;
  word-break: normal;
}

.conv__contents dl dd a {
  font-size: 1.7rem;
  color: darkred;
}

.conv__contents .continue {
  font-size: 1.3rem;
  color: #000048;
  text-align: center;
  letter-spacing: .06em;
}

.conv .share__sns {
  width: 300px;
  margin: 50px auto 10px;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
}

.conv .share__sns p {
  font-size: 1.4rem;
  color: #666;
}

.conv .share__list {
  margin-left: 15px;
}

.conv .share__list a {
  display: block;
}

.conv .share__list a img {
  margin: 0;
  width: 40px;
}
.conv .nav{
  background-color: transparent;
  padding: 0 40px;
}
.conv .nav ul li:first-of-type img{
  width: 80px;
}
.conv .nav ul li:last-of-type img{
  width: 92px;
}
.nav{
  background-color: #000047;
  height: 100px;
  text-align: center;
}
.nav p{
  padding-top: 25px;
}
.nav ul{
  max-width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hide{
  visibility: hidden;
}
.index {
  position: relative;
  padding: 85px 0 50px;
}

.index__list {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}

.index__list li {
  text-align: center;
  margin-bottom: 15px;
  width: 45%;
  max-width: 435px;
}

.index__list li span {
  display: block;
  color: #000048;
  font-size: 1.3rem;
}

.index__list li img {
  width: 100%;
  opacity: .5;
}

.index__list li a img {
  opacity: 1;
}

.index .subttl {
  text-align: center;
  padding: 40px 0 30px;
}
.index .subttl:first-of-type {
  padding: 0 0 30px;
}

.index .eric {
  padding: 30px 0;
  text-align: center;
}

.toindex {
  text-align: center;
  padding: 30px 0;
}

.toindex a {
  color: #000048;
}

@media screen and (max-width: 768px) {
  .tophead {
    background-image: url(../img2/img_index_sp.jpg);
    background-size: cover;
    height: 0;
    width: 100%;
    padding-top: 125%;
    position: relative;
  }
  .tophead .ttl {
    background-image: url(../img2/nanda2.png);
    background-size: contain;
    width: 85%;
    height: 0;
    padding-top: 83%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-indent: -9999px;
  }
  .tophead .ttl-en {
    background-image: url(../img/ttl_en.png);
    width: 80%;
    height: 0;
    padding-top: 14.86284289%;
  }
  .topintro {
    padding: 30px 0 0;
    position: relative;
  }
  .topintro p {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #000048;
  }
  .report {
    position: relative;
    padding: 0 0 50px 0;
  }
  .report p {
    color: #000048;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .head {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .head__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .head__contents .intro {
    margin-top: 0;
  }
  .head__contents .intro p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    color: #000048;
    line-height: 1.751875;
    letter-spacing: .05em;
    font-size: 1.6rem;
  }
  .head__contents .intro p .combine {
    text-combine-upright: all;
  }
  .head__contents .ttl {
    text-align: center;
    width: 82.8125%;
    margin: 0 auto;
  }
  .head__contents .ttl h1, .head__contents .ttl h2, .head__contents .ttl p {
    background-image: url(../img2/nanda2.png);
    width: 100%;
    padding-top: 98%;
    height: 0;
  }
  .head__contents .ttl-en {
    margin-left: 0;
    width: 100%;
  }
  .head__contents .ttl-en h1, .head__contents .ttl-en h2, .head__contents .ttl-en p {
    background-image: url(../img/ttl_en.png);
    width: 100%;
    padding-top: 18.57855362%;
    margin-bottom: 0;
  }
  .head__img {
    background-size: cover;
    background-position: center center;
    height: 0;
    padding-top: 100%;
  }
  .head__img-itoi {
    background-image: url(../img/img_itoi_sp.jpg);
  }
  .head__img-sato {
    background-image: url(../img/img_sato_sp.jpg);
  }
  .head__img-miura {
    background-image: url(../img/img_miura_sp.jpg);
  }
  .head__img-iijima {
    background-image: url(../img/img_iijima_sp.jpg);
  }
  .head__img-yoshitake {
    background-image: url(../img/img_yoshitake_sp.jpg);
  }
  .head__img-matsuoka {
    background-image: url(../img/img_matsuoka_sp.jpg);
  }
  .head__img-nishida {
    background-image: url(../img/img_nishida_sp.jpg);
  }
  .head__img-higuchi {
    background-image: url(../img/img_higuchi_sp.jpg);
  }
  .head__img-hideshima {
    background-image: url(../img/img_hideshima_sp.jpg);
  }
  .ttl__name {
    height: 55px;
  }
  .ttl__name span{
    font-size: 1.7rem;
    line-height: 55px;
  }
  .ttl__name .new:before{
    width: 51px;
    height: 30px;
    left: -60px;
  }
  .name {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
  }
  .name .num {
    top: -43px;
  }
  .name .sig {
    width: 80%;
    margin: -40px auto 10px;
  }
  .name .sig img {
    width: 100%;
  }
  .name h1, .name p {
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    font-family: "A1 Gothic B";
    text-align: left;
    color: #000048;
  }
  .profile {
    background-color: #000048;
    position: relative;
    text-align: center;
    padding: 25px 0;
  }
  .profile:before {
    content: '';
    background-image: url(../img/side_up_2.png);
    background-size: 1300px 10px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .profile:after {
    content: '';
    background-image: url(../img/side_down_2.png);
    background-size: 1300px 10px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .profile__intro {
    width: 90%;
    color: #fff;
    margin: 0 auto 2em;
    font-size: 1.8rem;
    font-family: "A1 Gothic B";
    text-align: left;
  }
  .profile h2 {
    font-size: 1.6rem;
  }
  .profile p {
    color: #fff;
    width: 90%;
    max-width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: left;
  }
  .profile p.profile__name {
    width: 90%;
    color: #fff;
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 2em auto;
    border-bottom: 2px solid #C4F25A;
    font-family: "A1 Gothic B";
  }
  .profile p.profile__name .sub {
    font-size: 1.3rem;
    display: block;
    color: #fff;
    font-family: "A1 Gothic B";
  }
  .profile p.profile__name + p {
    font-size: 1.5rem;
  }
  .profile p.profile__name.inactive:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* .profile p.profile__name.inactive + p {
    display: none;
  } */
  .profile p.profile__name:before {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 45px;
    background-color: #C4F25A;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .profile p.profile__name:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 45px;
    background-color: #C4F25A;
    display: block;
  }
  .profile p .profile__name__en {
    display: block;
    margin: 0;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .profile p a {
    font-size: 1.6rem;
  }
  .entry__index {
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 300;
  }
  .entry__index__ttl {
    padding: 25px 0 15px;
    font-size: 1.8rem;
  }
  .entry__index__num a:before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .entry__index__num-1 a:before {
    background-image: url("../img2/sec1.png");
  }
  .entry__index__num-2 a:before {
    background-image: url("../img2/sec2.png");
  }
  .entry__index__num-3 a:before {
    background-image: url("../img2/sec3.png");
  }
  .entry__index ul {
    border-top: 1px solid #000048;
  }
  .entry__index ul li {
    display: block;
    border-bottom: 1px solid #000048;
    position: relative;
  }
  .entry__index ul li:after {
    content: "";
    width: 18px;
    height: 33px;
    display: block;
    background-size: contain;
    background-image: url("../img2/arrow_r.png");
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .entry__index ul li a {
    position: relative;
    display: block;
    width: calc(100% - 130px);
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 8px;
    color: #000048;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6;
    font-family: "A1 Gothic B";
  }
  .entry__index ul li a span.date {
    display: block;
    font-size: 1.3rem;
    color: #000048;
    line-height: 1.6;
  }
  .conv {
    position: relative;
    padding: 100px 0 0;
  }
  .conv__ttl {
    position: relative;
    text-align: left;
    width: calc(100% - 130px);
    margin: 0 auto;
  }
  .conv__ttl span {
    font-size: 1.8rem;
  }
  .conv__ttl__num {
    padding: 0 0 60px;
  }
  .conv__ttl__num span:before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .conv__ttl__num-1 span:before {
    background-image: url("../img2/sec1.png");
  }
  .conv__ttl__num-2 span:before {
    background-image: url("../img2/sec2.png");
  }
  .conv__ttl__num-3 span:before {
    background-image: url("../img2/sec3.png");
  }
  .conv__contents {
    width: 100%;
    max-width: 100%;
    background-color: white;
    margin: 0 auto;
    padding: 5em 0 3em;
  }
  .conv__contents img {
    width: 100%;
    margin: 1em 0 3em;
  }
  .conv__contents dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .conv__contents dl dt {
    width: 100%;
    font-size: 1.4rem;
    color: #000048;
    margin-bottom: 0;
    line-height: 1.75;
    padding-top: 0;
    font-family: "A1 Gothic B";
    letter-spacing: .06em;
  }
  .conv__contents dl dt.hobo {
    letter-spacing: -.2em;
  }
  .conv__contents dl dd {
    width: 100%;
    font-size: 1.6rem;
    color: #000048;
    margin-bottom: 2em;
    line-height: 2.2;
    letter-spacing: .06em;
  }
  .conv__contents dl dd a {
    font-size: 1.6rem;
    letter-spacing: .06em;
  }
  .conv__contents .continue {
    font-size: 1.3rem;
    color: #000048;
    text-align: center;
    letter-spacing: .06em;
    width: 90%;
    margin: 0 auto;
  }
  .conv .share__sns {
    width: 280px;
    margin: 40px auto 10px;
  }
  .conv .share__list a {
    width: 40px;
    height: 40px;
  }
  .conv .nav{
    padding: 0 30px;
  }
  .conv .nav ul li{
    width: auto;
  }
  .conv .nav ul li:last-of-type {
    width: auto;
  }
  .conv .nav ul li:first-of-type img {
    width: 69px;
  }
  .conv .nav ul li:last-of-type img {
    width: 79px;
  }
  .nav{
    height: 70px;
  }
  .nav p{
    padding-top: 10px;
  }
  .nav p img{
    width: 50%;
  }
  .nav ul{
    padding: 9px 10px;
  }
  .nav ul li{
    width: 7%;
  }
  .nav ul li:nth-of-type(2){
    width: 50%;
  }
  .nav ul li img{
    width: 100%;
  }
  .index {
    position: relative;
    padding: 40px 0;
  }
  .index__list {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index__list li {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
  .index__list li span {
    display: block;
    color: #000048;
    font-size: 1.3rem;
  }
  .index__list li img {
    width: 100%;
    opacity: .5;
  }
  .index__list li a img {
    opacity: 1;
  }
  .index .eric {
    padding: 30px 0;
    text-align: center;
  }
  .toindex {
    text-align: center;
    padding: 30px 0;
  }
  .toindex a {
    color: #000048;
  }
  .index .subttl img{
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .nav ul{
    padding: 18px 10px;
  }
  .nav ul li{
    width: 9%;
  }
  .nav ul li:nth-of-type(2){
    width: 60%;
  }
  .nav p img{
    width: 65%;
  }
  .nav p{
    padding-top: 18px;
  }
}